@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap&subset=latin-ext");

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xxxs: 0;
    --breakpoint-xxs: 360px;
    --breakpoint-xs: 480px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1366px;
    --breakpoint-xxxl: 1920px;
    --breakpoint-xxxxl: 2560px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.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-primary {
    background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important
}

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

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

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

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

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

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !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: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .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: flex !important
}

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

@media (min-width: 360px) {
    .d-xxs-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xxs-flex {
        display: flex !important
    }

    .d-xxs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 480px) {
    .d-xs-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xs-inline-flex {
        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: flex !important
    }

    .d-sm-inline-flex {
        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: flex !important
    }

    .d-md-inline-flex {
        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: flex !important
    }

    .d-lg-inline-flex {
        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: flex !important
    }

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

@media (min-width: 1366px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-xxxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 2560px) {
    .d-xxxxl-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xxxxl-flex {
        display: flex !important
    }

    .d-xxxxl-inline-flex {
        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: flex !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 360px) {
    .flex-xxs-row {
        flex-direction: row !important
    }

    .flex-xxs-column {
        flex-direction: column !important
    }

    .flex-xxs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxs-fill {
        flex: 1 1 auto !important
    }

    .flex-xxs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxs-start {
        justify-content: flex-start !important
    }

    .justify-content-xxs-end {
        justify-content: flex-end !important
    }

    .justify-content-xxs-center {
        justify-content: center !important
    }

    .justify-content-xxs-between {
        justify-content: space-between !important
    }

    .justify-content-xxs-around {
        justify-content: space-around !important
    }

    .align-items-xxs-start {
        align-items: flex-start !important
    }

    .align-items-xxs-end {
        align-items: flex-end !important
    }

    .align-items-xxs-center {
        align-items: center !important
    }

    .align-items-xxs-baseline {
        align-items: baseline !important
    }

    .align-items-xxs-stretch {
        align-items: stretch !important
    }

    .align-content-xxs-start {
        align-content: flex-start !important
    }

    .align-content-xxs-end {
        align-content: flex-end !important
    }

    .align-content-xxs-center {
        align-content: center !important
    }

    .align-content-xxs-between {
        align-content: space-between !important
    }

    .align-content-xxs-around {
        align-content: space-around !important
    }

    .align-content-xxs-stretch {
        align-content: stretch !important
    }

    .align-self-xxs-auto {
        align-self: auto !important
    }

    .align-self-xxs-start {
        align-self: flex-start !important
    }

    .align-self-xxs-end {
        align-self: flex-end !important
    }

    .align-self-xxs-center {
        align-self: center !important
    }

    .align-self-xxs-baseline {
        align-self: baseline !important
    }

    .align-self-xxs-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 480px) {
    .flex-xs-row {
        flex-direction: row !important
    }

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

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

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

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

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

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        flex: 1 1 auto !important
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xs-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xs-between {
        align-content: space-between !important
    }

    .align-content-xs-around {
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        align-content: stretch !important
    }

    .align-self-xs-auto {
        align-self: auto !important
    }

    .align-self-xs-start {
        align-self: flex-start !important
    }

    .align-self-xs-end {
        align-self: flex-end !important
    }

    .align-self-xs-center {
        align-self: center !important
    }

    .align-self-xs-baseline {
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-sm-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-md-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xl-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1366px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 2560px) {
    .flex-xxxxl-row {
        flex-direction: row !important
    }

    .flex-xxxxl-column {
        flex-direction: column !important
    }

    .flex-xxxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxxl-center {
        align-items: center !important
    }

    .align-items-xxxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxxl-center {
        align-content: center !important
    }

    .align-content-xxxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxxl-center {
        align-self: center !important
    }

    .align-self-xxxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 360px) {
    .float-xxs-left {
        float: left !important
    }

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

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

@media (min-width: 480px) {
    .float-xs-left {
        float: left !important
    }

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

    .float-xs-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
    }
}

@media (min-width: 1366px) {
    .float-xxl-left {
        float: left !important
    }

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

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

@media (min-width: 1920px) {
    .float-xxxl-left {
        float: left !important
    }

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

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

@media (min-width: 2560px) {
    .float-xxxxl-left {
        float: left !important
    }

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

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

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

.-margin-top-0,
.-margin-y-0 {
    margin-top: 0 !important
}

.-margin-right-0,
.-margin-x-0 {
    margin-right: 0 !important
}

.-margin-bottom-0,
.-margin-y-0 {
    margin-bottom: 0 !important
}

.-margin-left-0,
.-margin-x-0 {
    margin-left: 0 !important
}

.-margin-5 {
    margin: 5px !important
}

.-margin-top-5,
.-margin-y-5 {
    margin-top: 5px !important
}

.-margin-right-5,
.-margin-x-5 {
    margin-right: 5px !important
}

.-margin-bottom-5,
.-margin-y-5 {
    margin-bottom: 5px !important
}

.-margin-left-5,
.-margin-x-5 {
    margin-left: 5px !important
}

.-margin-10 {
    margin: 10px !important
}

.-margin-top-10,
.-margin-y-10 {
    margin-top: 10px !important
}

.-margin-right-10,
.-margin-x-10 {
    margin-right: 10px !important
}

.-margin-bottom-10,
.-margin-y-10 {
    margin-bottom: 10px !important
}

.-margin-left-10,
.-margin-x-10 {
    margin-left: 10px !important
}

.-margin-15 {
    margin: 15px !important
}

.-margin-top-15,
.-margin-y-15 {
    margin-top: 15px !important
}

.-margin-right-15,
.-margin-x-15 {
    margin-right: 15px !important
}

.-margin-bottom-15,
.-margin-y-15 {
    margin-bottom: 15px !important
}

.-margin-left-15,
.-margin-x-15 {
    margin-left: 15px !important
}

.-margin-20 {
    margin: 20px !important
}

.-margin-top-20,
.-margin-y-20 {
    margin-top: 20px !important
}

.-margin-right-20,
.-margin-x-20 {
    margin-right: 20px !important
}

.-margin-bottom-20,
.-margin-y-20 {
    margin-bottom: 20px !important
}

.-margin-left-20,
.-margin-x-20 {
    margin-left: 20px !important
}

.-margin-25 {
    margin: 25px !important
}

.-margin-top-25,
.-margin-y-25 {
    margin-top: 25px !important
}

.-margin-right-25,
.-margin-x-25 {
    margin-right: 25px !important
}

.-margin-bottom-25,
.-margin-y-25 {
    margin-bottom: 25px !important
}

.-margin-left-25,
.-margin-x-25 {
    margin-left: 25px !important
}

.-margin-30 {
    margin: 35px !important
}

.-margin-top-30,
.-margin-y-30 {
    margin-top: 35px !important
}

.-margin-right-30,
.-margin-x-30 {
    margin-right: 35px !important
}

.-margin-bottom-30,
.-margin-y-30 {
    margin-bottom: 35px !important
}

.-margin-left-30,
.-margin-x-30 {
    margin-left: 35px !important
}

.-margin-35 {
    margin: 35px !important
}

.-margin-top-35,
.-margin-y-35 {
    margin-top: 35px !important
}

.-margin-right-35,
.-margin-x-35 {
    margin-right: 35px !important
}

.-margin-bottom-35,
.-margin-y-35 {
    margin-bottom: 35px !important
}

.-margin-left-35,
.-margin-x-35 {
    margin-left: 35px !important
}

.-margin-40 {
    margin: 40px !important
}

.-margin-top-40,
.-margin-y-40 {
    margin-top: 40px !important
}

.-margin-right-40,
.-margin-x-40 {
    margin-right: 40px !important
}

.-margin-bottom-40,
.-margin-y-40 {
    margin-bottom: 40px !important
}

.-margin-left-40,
.-margin-x-40 {
    margin-left: 40px !important
}

.-margin-45 {
    margin: 45px !important
}

.-margin-top-45,
.-margin-y-45 {
    margin-top: 45px !important
}

.-margin-right-45,
.-margin-x-45 {
    margin-right: 45px !important
}

.-margin-bottom-45,
.-margin-y-45 {
    margin-bottom: 45px !important
}

.-margin-left-45,
.-margin-x-45 {
    margin-left: 45px !important
}

.-margin-50 {
    margin: 50px !important
}

.-margin-top-50,
.-margin-y-50 {
    margin-top: 50px !important
}

.-margin-right-50,
.-margin-x-50 {
    margin-right: 50px !important
}

.-margin-bottom-50,
.-margin-y-50 {
    margin-bottom: 50px !important
}

.-margin-left-50,
.-margin-x-50 {
    margin-left: 50px !important
}

.-margin-55 {
    margin: 55px !important
}

.-margin-top-55,
.-margin-y-55 {
    margin-top: 55px !important
}

.-margin-right-55,
.-margin-x-55 {
    margin-right: 55px !important
}

.-margin-bottom-55,
.-margin-y-55 {
    margin-bottom: 55px !important
}

.-margin-left-55,
.-margin-x-55 {
    margin-left: 55px !important
}

.-margin-60 {
    margin: 60px !important
}

.-margin-top-60,
.-margin-y-60 {
    margin-top: 60px !important
}

.-margin-right-60,
.-margin-x-60 {
    margin-right: 60px !important
}

.-margin-bottom-60,
.-margin-y-60 {
    margin-bottom: 60px !important
}

.-margin-left-60,
.-margin-x-60 {
    margin-left: 60px !important
}

.-margin-65 {
    margin: 65px !important
}

.-margin-top-65,
.-margin-y-65 {
    margin-top: 65px !important
}

.-margin-right-65,
.-margin-x-65 {
    margin-right: 65px !important
}

.-margin-bottom-65,
.-margin-y-65 {
    margin-bottom: 65px !important
}

.-margin-left-65,
.-margin-x-65 {
    margin-left: 65px !important
}

.-margin-75 {
    margin: 75px !important
}

.-margin-top-75,
.-margin-y-75 {
    margin-top: 75px !important
}

.-margin-right-75,
.-margin-x-75 {
    margin-right: 75px !important
}

.-margin-bottom-75,
.-margin-y-75 {
    margin-bottom: 75px !important
}

.-margin-left-75,
.-margin-x-75 {
    margin-left: 75px !important
}

.-margin-80 {
    margin: 80px !important
}

.-margin-top-80,
.-margin-y-80 {
    margin-top: 80px !important
}

.-margin-right-80,
.-margin-x-80 {
    margin-right: 80px !important
}

.-margin-bottom-80,
.-margin-y-80 {
    margin-bottom: 80px !important
}

.-margin-left-80,
.-margin-x-80 {
    margin-left: 80px !important
}

.-margin-85 {
    margin: 85px !important
}

.-margin-top-85,
.-margin-y-85 {
    margin-top: 85px !important
}

.-margin-right-85,
.-margin-x-85 {
    margin-right: 85px !important
}

.-margin-bottom-85,
.-margin-y-85 {
    margin-bottom: 85px !important
}

.-margin-left-85,
.-margin-x-85 {
    margin-left: 85px !important
}

.-margin-90 {
    margin: 90px !important
}

.-margin-top-90,
.-margin-y-90 {
    margin-top: 90px !important
}

.-margin-right-90,
.-margin-x-90 {
    margin-right: 90px !important
}

.-margin-bottom-90,
.-margin-y-90 {
    margin-bottom: 90px !important
}

.-margin-left-90,
.-margin-x-90 {
    margin-left: 90px !important
}

.-margin-95 {
    margin: 95px !important
}

.-margin-top-95,
.-margin-y-95 {
    margin-top: 95px !important
}

.-margin-right-95,
.-margin-x-95 {
    margin-right: 95px !important
}

.-margin-bottom-95,
.-margin-y-95 {
    margin-bottom: 95px !important
}

.-margin-left-95,
.-margin-x-95 {
    margin-left: 95px !important
}

.-margin-100 {
    margin: 100px !important
}

.-margin-top-100,
.-margin-y-100 {
    margin-top: 100px !important
}

.-margin-right-100,
.-margin-x-100 {
    margin-right: 100px !important
}

.-margin-bottom-100,
.-margin-y-100 {
    margin-bottom: 100px !important
}

.-margin-left-100,
.-margin-x-100 {
    margin-left: 100px !important
}

.-margin-105 {
    margin: 105px !important
}

.-margin-top-105,
.-margin-y-105 {
    margin-top: 105px !important
}

.-margin-right-105,
.-margin-x-105 {
    margin-right: 105px !important
}

.-margin-bottom-105,
.-margin-y-105 {
    margin-bottom: 105px !important
}

.-margin-left-105,
.-margin-x-105 {
    margin-left: 105px !important
}

.-margin-110 {
    margin: 110px !important
}

.-margin-top-110,
.-margin-y-110 {
    margin-top: 110px !important
}

.-margin-right-110,
.-margin-x-110 {
    margin-right: 110px !important
}

.-margin-bottom-110,
.-margin-y-110 {
    margin-bottom: 110px !important
}

.-margin-left-110,
.-margin-x-110 {
    margin-left: 110px !important
}

.-margin-115 {
    margin: 115px !important
}

.-margin-top-115,
.-margin-y-115 {
    margin-top: 115px !important
}

.-margin-right-115,
.-margin-x-115 {
    margin-right: 115px !important
}

.-margin-bottom-115,
.-margin-y-115 {
    margin-bottom: 115px !important
}

.-margin-left-115,
.-margin-x-115 {
    margin-left: 115px !important
}

.-margin-120 {
    margin: 120px !important
}

.-margin-top-120,
.-margin-y-120 {
    margin-top: 120px !important
}

.-margin-right-120,
.-margin-x-120 {
    margin-right: 120px !important
}

.-margin-bottom-120,
.-margin-y-120 {
    margin-bottom: 120px !important
}

.-margin-left-120,
.-margin-x-120 {
    margin-left: 120px !important
}

.-margin-125 {
    margin: 125px !important
}

.-margin-top-125,
.-margin-y-125 {
    margin-top: 125px !important
}

.-margin-right-125,
.-margin-x-125 {
    margin-right: 125px !important
}

.-margin-bottom-125,
.-margin-y-125 {
    margin-bottom: 125px !important
}

.-margin-left-125,
.-margin-x-125 {
    margin-left: 125px !important
}

.-margin-130 {
    margin: 130px !important
}

.-margin-top-130,
.-margin-y-130 {
    margin-top: 130px !important
}

.-margin-right-130,
.-margin-x-130 {
    margin-right: 130px !important
}

.-margin-bottom-130,
.-margin-y-130 {
    margin-bottom: 130px !important
}

.-margin-left-130,
.-margin-x-130 {
    margin-left: 130px !important
}

.-margin-135 {
    margin: 135px !important
}

.-margin-top-135,
.-margin-y-135 {
    margin-top: 135px !important
}

.-margin-right-135,
.-margin-x-135 {
    margin-right: 135px !important
}

.-margin-bottom-135,
.-margin-y-135 {
    margin-bottom: 135px !important
}

.-margin-left-135,
.-margin-x-135 {
    margin-left: 135px !important
}

.-margin-140 {
    margin: 140px !important
}

.-margin-top-140,
.-margin-y-140 {
    margin-top: 140px !important
}

.-margin-right-140,
.-margin-x-140 {
    margin-right: 140px !important
}

.-margin-bottom-140,
.-margin-y-140 {
    margin-bottom: 140px !important
}

.-margin-left-140,
.-margin-x-140 {
    margin-left: 140px !important
}

.-margin-145 {
    margin: 145px !important
}

.-margin-top-145,
.-margin-y-145 {
    margin-top: 145px !important
}

.-margin-right-145,
.-margin-x-145 {
    margin-right: 145px !important
}

.-margin-bottom-145,
.-margin-y-145 {
    margin-bottom: 145px !important
}

.-margin-left-145,
.-margin-x-145 {
    margin-left: 145px !important
}

.-margin-150 {
    margin: 150px !important
}

.-margin-top-150,
.-margin-y-150 {
    margin-top: 150px !important
}

.-margin-right-150,
.-margin-x-150 {
    margin-right: 150px !important
}

.-margin-bottom-150,
.-margin-y-150 {
    margin-bottom: 150px !important
}

.-margin-left-150,
.-margin-x-150 {
    margin-left: 150px !important
}

.-margin-155 {
    margin: 155px !important
}

.-margin-top-155,
.-margin-y-155 {
    margin-top: 155px !important
}

.-margin-right-155,
.-margin-x-155 {
    margin-right: 155px !important
}

.-margin-bottom-155,
.-margin-y-155 {
    margin-bottom: 155px !important
}

.-margin-left-155,
.-margin-x-155 {
    margin-left: 155px !important
}

.-margin-160 {
    margin: 160px !important
}

.-margin-top-160,
.-margin-y-160 {
    margin-top: 160px !important
}

.-margin-right-160,
.-margin-x-160 {
    margin-right: 160px !important
}

.-margin-bottom-160,
.-margin-y-160 {
    margin-bottom: 160px !important
}

.-margin-left-160,
.-margin-x-160 {
    margin-left: 160px !important
}

.-margin-165 {
    margin: 165px !important
}

.-margin-top-165,
.-margin-y-165 {
    margin-top: 165px !important
}

.-margin-right-165,
.-margin-x-165 {
    margin-right: 165px !important
}

.-margin-bottom-165,
.-margin-y-165 {
    margin-bottom: 165px !important
}

.-margin-left-165,
.-margin-x-165 {
    margin-left: 165px !important
}

.-margin-170 {
    margin: 170px !important
}

.-margin-top-170,
.-margin-y-170 {
    margin-top: 170px !important
}

.-margin-right-170,
.-margin-x-170 {
    margin-right: 170px !important
}

.-margin-bottom-170,
.-margin-y-170 {
    margin-bottom: 170px !important
}

.-margin-left-170,
.-margin-x-170 {
    margin-left: 170px !important
}

.-margin-175 {
    margin: 175px !important
}

.-margin-top-175,
.-margin-y-175 {
    margin-top: 175px !important
}

.-margin-right-175,
.-margin-x-175 {
    margin-right: 175px !important
}

.-margin-bottom-175,
.-margin-y-175 {
    margin-bottom: 175px !important
}

.-margin-left-175,
.-margin-x-175 {
    margin-left: 175px !important
}

.-margin-180 {
    margin: 180px !important
}

.-margin-top-180,
.-margin-y-180 {
    margin-top: 180px !important
}

.-margin-right-180,
.-margin-x-180 {
    margin-right: 180px !important
}

.-margin-bottom-180,
.-margin-y-180 {
    margin-bottom: 180px !important
}

.-margin-left-180,
.-margin-x-180 {
    margin-left: 180px !important
}

.-margin-185 {
    margin: 185px !important
}

.-margin-top-185,
.-margin-y-185 {
    margin-top: 185px !important
}

.-margin-right-185,
.-margin-x-185 {
    margin-right: 185px !important
}

.-margin-bottom-185,
.-margin-y-185 {
    margin-bottom: 185px !important
}

.-margin-left-185,
.-margin-x-185 {
    margin-left: 185px !important
}

.-margin-190 {
    margin: 190px !important
}

.-margin-top-190,
.-margin-y-190 {
    margin-top: 190px !important
}

.-margin-right-190,
.-margin-x-190 {
    margin-right: 190px !important
}

.-margin-bottom-190,
.-margin-y-190 {
    margin-bottom: 190px !important
}

.-margin-left-190,
.-margin-x-190 {
    margin-left: 190px !important
}

.-margin-195 {
    margin: 195px !important
}

.-margin-top-195,
.-margin-y-195 {
    margin-top: 195px !important
}

.-margin-right-195,
.-margin-x-195 {
    margin-right: 195px !important
}

.-margin-bottom-195,
.-margin-y-195 {
    margin-bottom: 195px !important
}

.-margin-left-195,
.-margin-x-195 {
    margin-left: 195px !important
}

.-margin-200 {
    margin: 200px !important
}

.-margin-top-200,
.-margin-y-200 {
    margin-top: 200px !important
}

.-margin-right-200,
.-margin-x-200 {
    margin-right: 200px !important
}

.-margin-bottom-200,
.-margin-y-200 {
    margin-bottom: 200px !important
}

.-margin-left-200,
.-margin-x-200 {
    margin-left: 200px !important
}

.-margin-205 {
    margin: 205px !important
}

.-margin-top-205,
.-margin-y-205 {
    margin-top: 205px !important
}

.-margin-right-205,
.-margin-x-205 {
    margin-right: 205px !important
}

.-margin-bottom-205,
.-margin-y-205 {
    margin-bottom: 205px !important
}

.-margin-left-205,
.-margin-x-205 {
    margin-left: 205px !important
}

.-margin-210 {
    margin: 210px !important
}

.-margin-top-210,
.-margin-y-210 {
    margin-top: 210px !important
}

.-margin-right-210,
.-margin-x-210 {
    margin-right: 210px !important
}

.-margin-bottom-210,
.-margin-y-210 {
    margin-bottom: 210px !important
}

.-margin-left-210,
.-margin-x-210 {
    margin-left: 210px !important
}

.-margin-215 {
    margin: 215px !important
}

.-margin-top-215,
.-margin-y-215 {
    margin-top: 215px !important
}

.-margin-right-215,
.-margin-x-215 {
    margin-right: 215px !important
}

.-margin-bottom-215,
.-margin-y-215 {
    margin-bottom: 215px !important
}

.-margin-left-215,
.-margin-x-215 {
    margin-left: 215px !important
}

.-margin-220 {
    margin: 220px !important
}

.-margin-top-220,
.-margin-y-220 {
    margin-top: 220px !important
}

.-margin-right-220,
.-margin-x-220 {
    margin-right: 220px !important
}

.-margin-bottom-220,
.-margin-y-220 {
    margin-bottom: 220px !important
}

.-margin-left-220,
.-margin-x-220 {
    margin-left: 220px !important
}

.-margin-225 {
    margin: 225px !important
}

.-margin-top-225,
.-margin-y-225 {
    margin-top: 225px !important
}

.-margin-right-225,
.-margin-x-225 {
    margin-right: 225px !important
}

.-margin-bottom-225,
.-margin-y-225 {
    margin-bottom: 225px !important
}

.-margin-left-225,
.-margin-x-225 {
    margin-left: 225px !important
}

.-margin-230 {
    margin: 230px !important
}

.-margin-top-230,
.-margin-y-230 {
    margin-top: 230px !important
}

.-margin-right-230,
.-margin-x-230 {
    margin-right: 230px !important
}

.-margin-bottom-230,
.-margin-y-230 {
    margin-bottom: 230px !important
}

.-margin-left-230,
.-margin-x-230 {
    margin-left: 230px !important
}

.-margin-235 {
    margin: 235px !important
}

.-margin-top-235,
.-margin-y-235 {
    margin-top: 235px !important
}

.-margin-right-235,
.-margin-x-235 {
    margin-right: 235px !important
}

.-margin-bottom-235,
.-margin-y-235 {
    margin-bottom: 235px !important
}

.-margin-left-235,
.-margin-x-235 {
    margin-left: 235px !important
}

.-margin-240 {
    margin: 240px !important
}

.-margin-top-240,
.-margin-y-240 {
    margin-top: 240px !important
}

.-margin-right-240,
.-margin-x-240 {
    margin-right: 240px !important
}

.-margin-bottom-240,
.-margin-y-240 {
    margin-bottom: 240px !important
}

.-margin-left-240,
.-margin-x-240 {
    margin-left: 240px !important
}

.-margin-245 {
    margin: 245px !important
}

.-margin-top-245,
.-margin-y-245 {
    margin-top: 245px !important
}

.-margin-right-245,
.-margin-x-245 {
    margin-right: 245px !important
}

.-margin-bottom-245,
.-margin-y-245 {
    margin-bottom: 245px !important
}

.-margin-left-245,
.-margin-x-245 {
    margin-left: 245px !important
}

.-margin-250 {
    margin: 250px !important
}

.-margin-top-250,
.-margin-y-250 {
    margin-top: 250px !important
}

.-margin-right-250,
.-margin-x-250 {
    margin-right: 250px !important
}

.-margin-bottom-250,
.-margin-y-250 {
    margin-bottom: 250px !important
}

.-margin-left-250,
.-margin-x-250 {
    margin-left: 250px !important
}

.-margin-255 {
    margin: 255px !important
}

.-margin-top-255,
.-margin-y-255 {
    margin-top: 255px !important
}

.-margin-right-255,
.-margin-x-255 {
    margin-right: 255px !important
}

.-margin-bottom-255,
.-margin-y-255 {
    margin-bottom: 255px !important
}

.-margin-left-255,
.-margin-x-255 {
    margin-left: 255px !important
}

.-margin-260 {
    margin: 260px !important
}

.-margin-top-260,
.-margin-y-260 {
    margin-top: 260px !important
}

.-margin-right-260,
.-margin-x-260 {
    margin-right: 260px !important
}

.-margin-bottom-260,
.-margin-y-260 {
    margin-bottom: 260px !important
}

.-margin-left-260,
.-margin-x-260 {
    margin-left: 260px !important
}

.-margin-265 {
    margin: 265px !important
}

.-margin-top-265,
.-margin-y-265 {
    margin-top: 265px !important
}

.-margin-right-265,
.-margin-x-265 {
    margin-right: 265px !important
}

.-margin-bottom-265,
.-margin-y-265 {
    margin-bottom: 265px !important
}

.-margin-left-265,
.-margin-x-265 {
    margin-left: 265px !important
}

.-margin-270 {
    margin: 270px !important
}

.-margin-top-270,
.-margin-y-270 {
    margin-top: 270px !important
}

.-margin-right-270,
.-margin-x-270 {
    margin-right: 270px !important
}

.-margin-bottom-270,
.-margin-y-270 {
    margin-bottom: 270px !important
}

.-margin-left-270,
.-margin-x-270 {
    margin-left: 270px !important
}

.-margin-275 {
    margin: 275px !important
}

.-margin-top-275,
.-margin-y-275 {
    margin-top: 275px !important
}

.-margin-right-275,
.-margin-x-275 {
    margin-right: 275px !important
}

.-margin-bottom-275,
.-margin-y-275 {
    margin-bottom: 275px !important
}

.-margin-left-275,
.-margin-x-275 {
    margin-left: 275px !important
}

.-margin-280 {
    margin: 280px !important
}

.-margin-top-280,
.-margin-y-280 {
    margin-top: 280px !important
}

.-margin-right-280,
.-margin-x-280 {
    margin-right: 280px !important
}

.-margin-bottom-280,
.-margin-y-280 {
    margin-bottom: 280px !important
}

.-margin-left-280,
.-margin-x-280 {
    margin-left: 280px !important
}

.-margin-285 {
    margin: 285px !important
}

.-margin-top-285,
.-margin-y-285 {
    margin-top: 285px !important
}

.-margin-right-285,
.-margin-x-285 {
    margin-right: 285px !important
}

.-margin-bottom-285,
.-margin-y-285 {
    margin-bottom: 285px !important
}

.-margin-left-285,
.-margin-x-285 {
    margin-left: 285px !important
}

.-margin-290 {
    margin: 290px !important
}

.-margin-top-290,
.-margin-y-290 {
    margin-top: 290px !important
}

.-margin-right-290,
.-margin-x-290 {
    margin-right: 290px !important
}

.-margin-bottom-290,
.-margin-y-290 {
    margin-bottom: 290px !important
}

.-margin-left-290,
.-margin-x-290 {
    margin-left: 290px !important
}

.-margin-295 {
    margin: 295px !important
}

.-margin-top-295,
.-margin-y-295 {
    margin-top: 295px !important
}

.-margin-right-295,
.-margin-x-295 {
    margin-right: 295px !important
}

.-margin-bottom-295,
.-margin-y-295 {
    margin-bottom: 295px !important
}

.-margin-left-295,
.-margin-x-295 {
    margin-left: 295px !important
}

.-margin-300 {
    margin: 300px !important
}

.-margin-top-300,
.-margin-y-300 {
    margin-top: 300px !important
}

.-margin-right-300,
.-margin-x-300 {
    margin-right: 300px !important
}

.-margin-bottom-300,
.-margin-y-300 {
    margin-bottom: 300px !important
}

.-margin-left-300,
.-margin-x-300 {
    margin-left: 300px !important
}

.-padding-0 {
    padding: 0 !important
}

.-padding-top-0,
.-padding-y-0 {
    padding-top: 0 !important
}

.-padding-right-0,
.-padding-x-0 {
    padding-right: 0 !important
}

.-padding-bottom-0,
.-padding-y-0 {
    padding-bottom: 0 !important
}

.-padding-left-0,
.-padding-x-0 {
    padding-left: 0 !important
}

.-padding-5 {
    padding: 5px !important
}

.-padding-top-5,
.-padding-y-5 {
    padding-top: 5px !important
}

.-padding-right-5,
.-padding-x-5 {
    padding-right: 5px !important
}

.-padding-bottom-5,
.-padding-y-5 {
    padding-bottom: 5px !important
}

.-padding-left-5,
.-padding-x-5 {
    padding-left: 5px !important
}

.-padding-10 {
    padding: 10px !important
}

.-padding-top-10,
.-padding-y-10 {
    padding-top: 10px !important
}

.-padding-right-10,
.-padding-x-10 {
    padding-right: 10px !important
}

.-padding-bottom-10,
.-padding-y-10 {
    padding-bottom: 10px !important
}

.-padding-left-10,
.-padding-x-10 {
    padding-left: 10px !important
}

.-padding-15 {
    padding: 15px !important
}

.-padding-top-15,
.-padding-y-15 {
    padding-top: 15px !important
}

.-padding-right-15,
.-padding-x-15 {
    padding-right: 15px !important
}

.-padding-bottom-15,
.-padding-y-15 {
    padding-bottom: 15px !important
}

.-padding-left-15,
.-padding-x-15 {
    padding-left: 15px !important
}

.-padding-20 {
    padding: 20px !important
}

.-padding-top-20,
.-padding-y-20 {
    padding-top: 20px !important
}

.-padding-right-20,
.-padding-x-20 {
    padding-right: 20px !important
}

.-padding-bottom-20,
.-padding-y-20 {
    padding-bottom: 20px !important
}

.-padding-left-20,
.-padding-x-20 {
    padding-left: 20px !important
}

.-padding-25 {
    padding: 25px !important
}

.-padding-top-25,
.-padding-y-25 {
    padding-top: 25px !important
}

.-padding-right-25,
.-padding-x-25 {
    padding-right: 25px !important
}

.-padding-bottom-25,
.-padding-y-25 {
    padding-bottom: 25px !important
}

.-padding-left-25,
.-padding-x-25 {
    padding-left: 25px !important
}

.-padding-30 {
    padding: 35px !important
}

.-padding-top-30,
.-padding-y-30 {
    padding-top: 35px !important
}

.-padding-right-30,
.-padding-x-30 {
    padding-right: 35px !important
}

.-padding-bottom-30,
.-padding-y-30 {
    padding-bottom: 35px !important
}

.-padding-left-30,
.-padding-x-30 {
    padding-left: 35px !important
}

.-padding-35 {
    padding: 35px !important
}

.-padding-top-35,
.-padding-y-35 {
    padding-top: 35px !important
}

.-padding-right-35,
.-padding-x-35 {
    padding-right: 35px !important
}

.-padding-bottom-35,
.-padding-y-35 {
    padding-bottom: 35px !important
}

.-padding-left-35,
.-padding-x-35 {
    padding-left: 35px !important
}

.-padding-40 {
    padding: 40px !important
}

.-padding-top-40,
.-padding-y-40 {
    padding-top: 40px !important
}

.-padding-right-40,
.-padding-x-40 {
    padding-right: 40px !important
}

.-padding-bottom-40,
.-padding-y-40 {
    padding-bottom: 40px !important
}

.-padding-left-40,
.-padding-x-40 {
    padding-left: 40px !important
}

.-padding-45 {
    padding: 45px !important
}

.-padding-top-45,
.-padding-y-45 {
    padding-top: 45px !important
}

.-padding-right-45,
.-padding-x-45 {
    padding-right: 45px !important
}

.-padding-bottom-45,
.-padding-y-45 {
    padding-bottom: 45px !important
}

.-padding-left-45,
.-padding-x-45 {
    padding-left: 45px !important
}

.-padding-50 {
    padding: 50px !important
}

.-padding-top-50,
.-padding-y-50 {
    padding-top: 50px !important
}

.-padding-right-50,
.-padding-x-50 {
    padding-right: 50px !important
}

.-padding-bottom-50,
.-padding-y-50 {
    padding-bottom: 50px !important
}

.-padding-left-50,
.-padding-x-50 {
    padding-left: 50px !important
}

.-padding-55 {
    padding: 55px !important
}

.-padding-top-55,
.-padding-y-55 {
    padding-top: 55px !important
}

.-padding-right-55,
.-padding-x-55 {
    padding-right: 55px !important
}

.-padding-bottom-55,
.-padding-y-55 {
    padding-bottom: 55px !important
}

.-padding-left-55,
.-padding-x-55 {
    padding-left: 55px !important
}

.-padding-60 {
    padding: 60px !important
}

.-padding-top-60,
.-padding-y-60 {
    padding-top: 60px !important
}

.-padding-right-60,
.-padding-x-60 {
    padding-right: 60px !important
}

.-padding-bottom-60,
.-padding-y-60 {
    padding-bottom: 60px !important
}

.-padding-left-60,
.-padding-x-60 {
    padding-left: 60px !important
}

.-padding-65 {
    padding: 65px !important
}

.-padding-top-65,
.-padding-y-65 {
    padding-top: 65px !important
}

.-padding-right-65,
.-padding-x-65 {
    padding-right: 65px !important
}

.-padding-bottom-65,
.-padding-y-65 {
    padding-bottom: 65px !important
}

.-padding-left-65,
.-padding-x-65 {
    padding-left: 65px !important
}

.-padding-75 {
    padding: 75px !important
}

.-padding-top-75,
.-padding-y-75 {
    padding-top: 75px !important
}

.-padding-right-75,
.-padding-x-75 {
    padding-right: 75px !important
}

.-padding-bottom-75,
.-padding-y-75 {
    padding-bottom: 75px !important
}

.-padding-left-75,
.-padding-x-75 {
    padding-left: 75px !important
}

.-padding-80 {
    padding: 80px !important
}

.-padding-top-80,
.-padding-y-80 {
    padding-top: 80px !important
}

.-padding-right-80,
.-padding-x-80 {
    padding-right: 80px !important
}

.-padding-bottom-80,
.-padding-y-80 {
    padding-bottom: 80px !important
}

.-padding-left-80,
.-padding-x-80 {
    padding-left: 80px !important
}

.-padding-85 {
    padding: 85px !important
}

.-padding-top-85,
.-padding-y-85 {
    padding-top: 85px !important
}

.-padding-right-85,
.-padding-x-85 {
    padding-right: 85px !important
}

.-padding-bottom-85,
.-padding-y-85 {
    padding-bottom: 85px !important
}

.-padding-left-85,
.-padding-x-85 {
    padding-left: 85px !important
}

.-padding-90 {
    padding: 90px !important
}

.-padding-top-90,
.-padding-y-90 {
    padding-top: 90px !important
}

.-padding-right-90,
.-padding-x-90 {
    padding-right: 90px !important
}

.-padding-bottom-90,
.-padding-y-90 {
    padding-bottom: 90px !important
}

.-padding-left-90,
.-padding-x-90 {
    padding-left: 90px !important
}

.-padding-95 {
    padding: 95px !important
}

.-padding-top-95,
.-padding-y-95 {
    padding-top: 95px !important
}

.-padding-right-95,
.-padding-x-95 {
    padding-right: 95px !important
}

.-padding-bottom-95,
.-padding-y-95 {
    padding-bottom: 95px !important
}

.-padding-left-95,
.-padding-x-95 {
    padding-left: 95px !important
}

.-padding-100 {
    padding: 100px !important
}

.-padding-top-100,
.-padding-y-100 {
    padding-top: 100px !important
}

.-padding-right-100,
.-padding-x-100 {
    padding-right: 100px !important
}

.-padding-bottom-100,
.-padding-y-100 {
    padding-bottom: 100px !important
}

.-padding-left-100,
.-padding-x-100 {
    padding-left: 100px !important
}

.-padding-105 {
    padding: 105px !important
}

.-padding-top-105,
.-padding-y-105 {
    padding-top: 105px !important
}

.-padding-right-105,
.-padding-x-105 {
    padding-right: 105px !important
}

.-padding-bottom-105,
.-padding-y-105 {
    padding-bottom: 105px !important
}

.-padding-left-105,
.-padding-x-105 {
    padding-left: 105px !important
}

.-padding-110 {
    padding: 110px !important
}

.-padding-top-110,
.-padding-y-110 {
    padding-top: 110px !important
}

.-padding-right-110,
.-padding-x-110 {
    padding-right: 110px !important
}

.-padding-bottom-110,
.-padding-y-110 {
    padding-bottom: 110px !important
}

.-padding-left-110,
.-padding-x-110 {
    padding-left: 110px !important
}

.-padding-115 {
    padding: 115px !important
}

.-padding-top-115,
.-padding-y-115 {
    padding-top: 115px !important
}

.-padding-right-115,
.-padding-x-115 {
    padding-right: 115px !important
}

.-padding-bottom-115,
.-padding-y-115 {
    padding-bottom: 115px !important
}

.-padding-left-115,
.-padding-x-115 {
    padding-left: 115px !important
}

.-padding-120 {
    padding: 120px !important
}

.-padding-top-120,
.-padding-y-120 {
    padding-top: 120px !important
}

.-padding-right-120,
.-padding-x-120 {
    padding-right: 120px !important
}

.-padding-bottom-120,
.-padding-y-120 {
    padding-bottom: 120px !important
}

.-padding-left-120,
.-padding-x-120 {
    padding-left: 120px !important
}

.-padding-125 {
    padding: 125px !important
}

.-padding-top-125,
.-padding-y-125 {
    padding-top: 125px !important
}

.-padding-right-125,
.-padding-x-125 {
    padding-right: 125px !important
}

.-padding-bottom-125,
.-padding-y-125 {
    padding-bottom: 125px !important
}

.-padding-left-125,
.-padding-x-125 {
    padding-left: 125px !important
}

.-padding-130 {
    padding: 130px !important
}

.-padding-top-130,
.-padding-y-130 {
    padding-top: 130px !important
}

.-padding-right-130,
.-padding-x-130 {
    padding-right: 130px !important
}

.-padding-bottom-130,
.-padding-y-130 {
    padding-bottom: 130px !important
}

.-padding-left-130,
.-padding-x-130 {
    padding-left: 130px !important
}

.-padding-135 {
    padding: 135px !important
}

.-padding-top-135,
.-padding-y-135 {
    padding-top: 135px !important
}

.-padding-right-135,
.-padding-x-135 {
    padding-right: 135px !important
}

.-padding-bottom-135,
.-padding-y-135 {
    padding-bottom: 135px !important
}

.-padding-left-135,
.-padding-x-135 {
    padding-left: 135px !important
}

.-padding-140 {
    padding: 140px !important
}

.-padding-top-140,
.-padding-y-140 {
    padding-top: 140px !important
}

.-padding-right-140,
.-padding-x-140 {
    padding-right: 140px !important
}

.-padding-bottom-140,
.-padding-y-140 {
    padding-bottom: 140px !important
}

.-padding-left-140,
.-padding-x-140 {
    padding-left: 140px !important
}

.-padding-145 {
    padding: 145px !important
}

.-padding-top-145,
.-padding-y-145 {
    padding-top: 145px !important
}

.-padding-right-145,
.-padding-x-145 {
    padding-right: 145px !important
}

.-padding-bottom-145,
.-padding-y-145 {
    padding-bottom: 145px !important
}

.-padding-left-145,
.-padding-x-145 {
    padding-left: 145px !important
}

.-padding-150 {
    padding: 150px !important
}

.-padding-top-150,
.-padding-y-150 {
    padding-top: 150px !important
}

.-padding-right-150,
.-padding-x-150 {
    padding-right: 150px !important
}

.-padding-bottom-150,
.-padding-y-150 {
    padding-bottom: 150px !important
}

.-padding-left-150,
.-padding-x-150 {
    padding-left: 150px !important
}

.-padding-155 {
    padding: 155px !important
}

.-padding-top-155,
.-padding-y-155 {
    padding-top: 155px !important
}

.-padding-right-155,
.-padding-x-155 {
    padding-right: 155px !important
}

.-padding-bottom-155,
.-padding-y-155 {
    padding-bottom: 155px !important
}

.-padding-left-155,
.-padding-x-155 {
    padding-left: 155px !important
}

.-padding-160 {
    padding: 160px !important
}

.-padding-top-160,
.-padding-y-160 {
    padding-top: 160px !important
}

.-padding-right-160,
.-padding-x-160 {
    padding-right: 160px !important
}

.-padding-bottom-160,
.-padding-y-160 {
    padding-bottom: 160px !important
}

.-padding-left-160,
.-padding-x-160 {
    padding-left: 160px !important
}

.-padding-165 {
    padding: 165px !important
}

.-padding-top-165,
.-padding-y-165 {
    padding-top: 165px !important
}

.-padding-right-165,
.-padding-x-165 {
    padding-right: 165px !important
}

.-padding-bottom-165,
.-padding-y-165 {
    padding-bottom: 165px !important
}

.-padding-left-165,
.-padding-x-165 {
    padding-left: 165px !important
}

.-padding-170 {
    padding: 170px !important
}

.-padding-top-170,
.-padding-y-170 {
    padding-top: 170px !important
}

.-padding-right-170,
.-padding-x-170 {
    padding-right: 170px !important
}

.-padding-bottom-170,
.-padding-y-170 {
    padding-bottom: 170px !important
}

.-padding-left-170,
.-padding-x-170 {
    padding-left: 170px !important
}

.-padding-175 {
    padding: 175px !important
}

.-padding-top-175,
.-padding-y-175 {
    padding-top: 175px !important
}

.-padding-right-175,
.-padding-x-175 {
    padding-right: 175px !important
}

.-padding-bottom-175,
.-padding-y-175 {
    padding-bottom: 175px !important
}

.-padding-left-175,
.-padding-x-175 {
    padding-left: 175px !important
}

.-padding-180 {
    padding: 180px !important
}

.-padding-top-180,
.-padding-y-180 {
    padding-top: 180px !important
}

.-padding-right-180,
.-padding-x-180 {
    padding-right: 180px !important
}

.-padding-bottom-180,
.-padding-y-180 {
    padding-bottom: 180px !important
}

.-padding-left-180,
.-padding-x-180 {
    padding-left: 180px !important
}

.-padding-185 {
    padding: 185px !important
}

.-padding-top-185,
.-padding-y-185 {
    padding-top: 185px !important
}

.-padding-right-185,
.-padding-x-185 {
    padding-right: 185px !important
}

.-padding-bottom-185,
.-padding-y-185 {
    padding-bottom: 185px !important
}

.-padding-left-185,
.-padding-x-185 {
    padding-left: 185px !important
}

.-padding-190 {
    padding: 190px !important
}

.-padding-top-190,
.-padding-y-190 {
    padding-top: 190px !important
}

.-padding-right-190,
.-padding-x-190 {
    padding-right: 190px !important
}

.-padding-bottom-190,
.-padding-y-190 {
    padding-bottom: 190px !important
}

.-padding-left-190,
.-padding-x-190 {
    padding-left: 190px !important
}

.-padding-195 {
    padding: 195px !important
}

.-padding-top-195,
.-padding-y-195 {
    padding-top: 195px !important
}

.-padding-right-195,
.-padding-x-195 {
    padding-right: 195px !important
}

.-padding-bottom-195,
.-padding-y-195 {
    padding-bottom: 195px !important
}

.-padding-left-195,
.-padding-x-195 {
    padding-left: 195px !important
}

.-padding-200 {
    padding: 200px !important
}

.-padding-top-200,
.-padding-y-200 {
    padding-top: 200px !important
}

.-padding-right-200,
.-padding-x-200 {
    padding-right: 200px !important
}

.-padding-bottom-200,
.-padding-y-200 {
    padding-bottom: 200px !important
}

.-padding-left-200,
.-padding-x-200 {
    padding-left: 200px !important
}

.-padding-205 {
    padding: 205px !important
}

.-padding-top-205,
.-padding-y-205 {
    padding-top: 205px !important
}

.-padding-right-205,
.-padding-x-205 {
    padding-right: 205px !important
}

.-padding-bottom-205,
.-padding-y-205 {
    padding-bottom: 205px !important
}

.-padding-left-205,
.-padding-x-205 {
    padding-left: 205px !important
}

.-padding-210 {
    padding: 210px !important
}

.-padding-top-210,
.-padding-y-210 {
    padding-top: 210px !important
}

.-padding-right-210,
.-padding-x-210 {
    padding-right: 210px !important
}

.-padding-bottom-210,
.-padding-y-210 {
    padding-bottom: 210px !important
}

.-padding-left-210,
.-padding-x-210 {
    padding-left: 210px !important
}

.-padding-215 {
    padding: 215px !important
}

.-padding-top-215,
.-padding-y-215 {
    padding-top: 215px !important
}

.-padding-right-215,
.-padding-x-215 {
    padding-right: 215px !important
}

.-padding-bottom-215,
.-padding-y-215 {
    padding-bottom: 215px !important
}

.-padding-left-215,
.-padding-x-215 {
    padding-left: 215px !important
}

.-padding-220 {
    padding: 220px !important
}

.-padding-top-220,
.-padding-y-220 {
    padding-top: 220px !important
}

.-padding-right-220,
.-padding-x-220 {
    padding-right: 220px !important
}

.-padding-bottom-220,
.-padding-y-220 {
    padding-bottom: 220px !important
}

.-padding-left-220,
.-padding-x-220 {
    padding-left: 220px !important
}

.-padding-225 {
    padding: 225px !important
}

.-padding-top-225,
.-padding-y-225 {
    padding-top: 225px !important
}

.-padding-right-225,
.-padding-x-225 {
    padding-right: 225px !important
}

.-padding-bottom-225,
.-padding-y-225 {
    padding-bottom: 225px !important
}

.-padding-left-225,
.-padding-x-225 {
    padding-left: 225px !important
}

.-padding-230 {
    padding: 230px !important
}

.-padding-top-230,
.-padding-y-230 {
    padding-top: 230px !important
}

.-padding-right-230,
.-padding-x-230 {
    padding-right: 230px !important
}

.-padding-bottom-230,
.-padding-y-230 {
    padding-bottom: 230px !important
}

.-padding-left-230,
.-padding-x-230 {
    padding-left: 230px !important
}

.-padding-235 {
    padding: 235px !important
}

.-padding-top-235,
.-padding-y-235 {
    padding-top: 235px !important
}

.-padding-right-235,
.-padding-x-235 {
    padding-right: 235px !important
}

.-padding-bottom-235,
.-padding-y-235 {
    padding-bottom: 235px !important
}

.-padding-left-235,
.-padding-x-235 {
    padding-left: 235px !important
}

.-padding-240 {
    padding: 240px !important
}

.-padding-top-240,
.-padding-y-240 {
    padding-top: 240px !important
}

.-padding-right-240,
.-padding-x-240 {
    padding-right: 240px !important
}

.-padding-bottom-240,
.-padding-y-240 {
    padding-bottom: 240px !important
}

.-padding-left-240,
.-padding-x-240 {
    padding-left: 240px !important
}

.-padding-245 {
    padding: 245px !important
}

.-padding-top-245,
.-padding-y-245 {
    padding-top: 245px !important
}

.-padding-right-245,
.-padding-x-245 {
    padding-right: 245px !important
}

.-padding-bottom-245,
.-padding-y-245 {
    padding-bottom: 245px !important
}

.-padding-left-245,
.-padding-x-245 {
    padding-left: 245px !important
}

.-padding-250 {
    padding: 250px !important
}

.-padding-top-250,
.-padding-y-250 {
    padding-top: 250px !important
}

.-padding-right-250,
.-padding-x-250 {
    padding-right: 250px !important
}

.-padding-bottom-250,
.-padding-y-250 {
    padding-bottom: 250px !important
}

.-padding-left-250,
.-padding-x-250 {
    padding-left: 250px !important
}

.-padding-255 {
    padding: 255px !important
}

.-padding-top-255,
.-padding-y-255 {
    padding-top: 255px !important
}

.-padding-right-255,
.-padding-x-255 {
    padding-right: 255px !important
}

.-padding-bottom-255,
.-padding-y-255 {
    padding-bottom: 255px !important
}

.-padding-left-255,
.-padding-x-255 {
    padding-left: 255px !important
}

.-padding-260 {
    padding: 260px !important
}

.-padding-top-260,
.-padding-y-260 {
    padding-top: 260px !important
}

.-padding-right-260,
.-padding-x-260 {
    padding-right: 260px !important
}

.-padding-bottom-260,
.-padding-y-260 {
    padding-bottom: 260px !important
}

.-padding-left-260,
.-padding-x-260 {
    padding-left: 260px !important
}

.-padding-265 {
    padding: 265px !important
}

.-padding-top-265,
.-padding-y-265 {
    padding-top: 265px !important
}

.-padding-right-265,
.-padding-x-265 {
    padding-right: 265px !important
}

.-padding-bottom-265,
.-padding-y-265 {
    padding-bottom: 265px !important
}

.-padding-left-265,
.-padding-x-265 {
    padding-left: 265px !important
}

.-padding-270 {
    padding: 270px !important
}

.-padding-top-270,
.-padding-y-270 {
    padding-top: 270px !important
}

.-padding-right-270,
.-padding-x-270 {
    padding-right: 270px !important
}

.-padding-bottom-270,
.-padding-y-270 {
    padding-bottom: 270px !important
}

.-padding-left-270,
.-padding-x-270 {
    padding-left: 270px !important
}

.-padding-275 {
    padding: 275px !important
}

.-padding-top-275,
.-padding-y-275 {
    padding-top: 275px !important
}

.-padding-right-275,
.-padding-x-275 {
    padding-right: 275px !important
}

.-padding-bottom-275,
.-padding-y-275 {
    padding-bottom: 275px !important
}

.-padding-left-275,
.-padding-x-275 {
    padding-left: 275px !important
}

.-padding-280 {
    padding: 280px !important
}

.-padding-top-280,
.-padding-y-280 {
    padding-top: 280px !important
}

.-padding-right-280,
.-padding-x-280 {
    padding-right: 280px !important
}

.-padding-bottom-280,
.-padding-y-280 {
    padding-bottom: 280px !important
}

.-padding-left-280,
.-padding-x-280 {
    padding-left: 280px !important
}

.-padding-285 {
    padding: 285px !important
}

.-padding-top-285,
.-padding-y-285 {
    padding-top: 285px !important
}

.-padding-right-285,
.-padding-x-285 {
    padding-right: 285px !important
}

.-padding-bottom-285,
.-padding-y-285 {
    padding-bottom: 285px !important
}

.-padding-left-285,
.-padding-x-285 {
    padding-left: 285px !important
}

.-padding-290 {
    padding: 290px !important
}

.-padding-top-290,
.-padding-y-290 {
    padding-top: 290px !important
}

.-padding-right-290,
.-padding-x-290 {
    padding-right: 290px !important
}

.-padding-bottom-290,
.-padding-y-290 {
    padding-bottom: 290px !important
}

.-padding-left-290,
.-padding-x-290 {
    padding-left: 290px !important
}

.-padding-295 {
    padding: 295px !important
}

.-padding-top-295,
.-padding-y-295 {
    padding-top: 295px !important
}

.-padding-right-295,
.-padding-x-295 {
    padding-right: 295px !important
}

.-padding-bottom-295,
.-padding-y-295 {
    padding-bottom: 295px !important
}

.-padding-left-295,
.-padding-x-295 {
    padding-left: 295px !important
}

.-padding-300 {
    padding: 300px !important
}

.-padding-top-300,
.-padding-y-300 {
    padding-top: 300px !important
}

.-padding-right-300,
.-padding-x-300 {
    padding-right: 300px !important
}

.-padding-bottom-300,
.-padding-y-300 {
    padding-bottom: 300px !important
}

.-padding-left-300,
.-padding-x-300 {
    padding-left: 300px !important
}

.-margin-negative-5 {
    margin: -5px !important
}

.-margin-top-negative-5,
.-margin-y-negative-5 {
    margin-top: -5px !important
}

.-margin-right-negative-5,
.-margin-x-negative-5 {
    margin-right: -5px !important
}

.-margin-bottom-negative-5,
.-margin-y-negative-5 {
    margin-bottom: -5px !important
}

.-margin-left-negative-5,
.-margin-x-negative-5 {
    margin-left: -5px !important
}

.-margin-negative-10 {
    margin: -10px !important
}

.-margin-top-negative-10,
.-margin-y-negative-10 {
    margin-top: -10px !important
}

.-margin-right-negative-10,
.-margin-x-negative-10 {
    margin-right: -10px !important
}

.-margin-bottom-negative-10,
.-margin-y-negative-10 {
    margin-bottom: -10px !important
}

.-margin-left-negative-10,
.-margin-x-negative-10 {
    margin-left: -10px !important
}

.-margin-negative-15 {
    margin: -15px !important
}

.-margin-top-negative-15,
.-margin-y-negative-15 {
    margin-top: -15px !important
}

.-margin-right-negative-15,
.-margin-x-negative-15 {
    margin-right: -15px !important
}

.-margin-bottom-negative-15,
.-margin-y-negative-15 {
    margin-bottom: -15px !important
}

.-margin-left-negative-15,
.-margin-x-negative-15 {
    margin-left: -15px !important
}

.-margin-negative-20 {
    margin: -20px !important
}

.-margin-top-negative-20,
.-margin-y-negative-20 {
    margin-top: -20px !important
}

.-margin-right-negative-20,
.-margin-x-negative-20 {
    margin-right: -20px !important
}

.-margin-bottom-negative-20,
.-margin-y-negative-20 {
    margin-bottom: -20px !important
}

.-margin-left-negative-20,
.-margin-x-negative-20 {
    margin-left: -20px !important
}

.-margin-negative-25 {
    margin: -25px !important
}

.-margin-top-negative-25,
.-margin-y-negative-25 {
    margin-top: -25px !important
}

.-margin-right-negative-25,
.-margin-x-negative-25 {
    margin-right: -25px !important
}

.-margin-bottom-negative-25,
.-margin-y-negative-25 {
    margin-bottom: -25px !important
}

.-margin-left-negative-25,
.-margin-x-negative-25 {
    margin-left: -25px !important
}

.-margin-negative-30 {
    margin: -35px !important
}

.-margin-top-negative-30,
.-margin-y-negative-30 {
    margin-top: -35px !important
}

.-margin-right-negative-30,
.-margin-x-negative-30 {
    margin-right: -35px !important
}

.-margin-bottom-negative-30,
.-margin-y-negative-30 {
    margin-bottom: -35px !important
}

.-margin-left-negative-30,
.-margin-x-negative-30 {
    margin-left: -35px !important
}

.-margin-negative-35 {
    margin: -35px !important
}

.-margin-top-negative-35,
.-margin-y-negative-35 {
    margin-top: -35px !important
}

.-margin-right-negative-35,
.-margin-x-negative-35 {
    margin-right: -35px !important
}

.-margin-bottom-negative-35,
.-margin-y-negative-35 {
    margin-bottom: -35px !important
}

.-margin-left-negative-35,
.-margin-x-negative-35 {
    margin-left: -35px !important
}

.-margin-negative-40 {
    margin: -40px !important
}

.-margin-top-negative-40,
.-margin-y-negative-40 {
    margin-top: -40px !important
}

.-margin-right-negative-40,
.-margin-x-negative-40 {
    margin-right: -40px !important
}

.-margin-bottom-negative-40,
.-margin-y-negative-40 {
    margin-bottom: -40px !important
}

.-margin-left-negative-40,
.-margin-x-negative-40 {
    margin-left: -40px !important
}

.-margin-negative-45 {
    margin: -45px !important
}

.-margin-top-negative-45,
.-margin-y-negative-45 {
    margin-top: -45px !important
}

.-margin-right-negative-45,
.-margin-x-negative-45 {
    margin-right: -45px !important
}

.-margin-bottom-negative-45,
.-margin-y-negative-45 {
    margin-bottom: -45px !important
}

.-margin-left-negative-45,
.-margin-x-negative-45 {
    margin-left: -45px !important
}

.-margin-negative-50 {
    margin: -50px !important
}

.-margin-top-negative-50,
.-margin-y-negative-50 {
    margin-top: -50px !important
}

.-margin-right-negative-50,
.-margin-x-negative-50 {
    margin-right: -50px !important
}

.-margin-bottom-negative-50,
.-margin-y-negative-50 {
    margin-bottom: -50px !important
}

.-margin-left-negative-50,
.-margin-x-negative-50 {
    margin-left: -50px !important
}

.-margin-negative-55 {
    margin: -55px !important
}

.-margin-top-negative-55,
.-margin-y-negative-55 {
    margin-top: -55px !important
}

.-margin-right-negative-55,
.-margin-x-negative-55 {
    margin-right: -55px !important
}

.-margin-bottom-negative-55,
.-margin-y-negative-55 {
    margin-bottom: -55px !important
}

.-margin-left-negative-55,
.-margin-x-negative-55 {
    margin-left: -55px !important
}

.-margin-negative-60 {
    margin: -60px !important
}

.-margin-top-negative-60,
.-margin-y-negative-60 {
    margin-top: -60px !important
}

.-margin-right-negative-60,
.-margin-x-negative-60 {
    margin-right: -60px !important
}

.-margin-bottom-negative-60,
.-margin-y-negative-60 {
    margin-bottom: -60px !important
}

.-margin-left-negative-60,
.-margin-x-negative-60 {
    margin-left: -60px !important
}

.-margin-negative-65 {
    margin: -65px !important
}

.-margin-top-negative-65,
.-margin-y-negative-65 {
    margin-top: -65px !important
}

.-margin-right-negative-65,
.-margin-x-negative-65 {
    margin-right: -65px !important
}

.-margin-bottom-negative-65,
.-margin-y-negative-65 {
    margin-bottom: -65px !important
}

.-margin-left-negative-65,
.-margin-x-negative-65 {
    margin-left: -65px !important
}

.-margin-negative-75 {
    margin: -75px !important
}

.-margin-top-negative-75,
.-margin-y-negative-75 {
    margin-top: -75px !important
}

.-margin-right-negative-75,
.-margin-x-negative-75 {
    margin-right: -75px !important
}

.-margin-bottom-negative-75,
.-margin-y-negative-75 {
    margin-bottom: -75px !important
}

.-margin-left-negative-75,
.-margin-x-negative-75 {
    margin-left: -75px !important
}

.-margin-negative-80 {
    margin: -80px !important
}

.-margin-top-negative-80,
.-margin-y-negative-80 {
    margin-top: -80px !important
}

.-margin-right-negative-80,
.-margin-x-negative-80 {
    margin-right: -80px !important
}

.-margin-bottom-negative-80,
.-margin-y-negative-80 {
    margin-bottom: -80px !important
}

.-margin-left-negative-80,
.-margin-x-negative-80 {
    margin-left: -80px !important
}

.-margin-negative-85 {
    margin: -85px !important
}

.-margin-top-negative-85,
.-margin-y-negative-85 {
    margin-top: -85px !important
}

.-margin-right-negative-85,
.-margin-x-negative-85 {
    margin-right: -85px !important
}

.-margin-bottom-negative-85,
.-margin-y-negative-85 {
    margin-bottom: -85px !important
}

.-margin-left-negative-85,
.-margin-x-negative-85 {
    margin-left: -85px !important
}

.-margin-negative-90 {
    margin: -90px !important
}

.-margin-top-negative-90,
.-margin-y-negative-90 {
    margin-top: -90px !important
}

.-margin-right-negative-90,
.-margin-x-negative-90 {
    margin-right: -90px !important
}

.-margin-bottom-negative-90,
.-margin-y-negative-90 {
    margin-bottom: -90px !important
}

.-margin-left-negative-90,
.-margin-x-negative-90 {
    margin-left: -90px !important
}

.-margin-negative-95 {
    margin: -95px !important
}

.-margin-top-negative-95,
.-margin-y-negative-95 {
    margin-top: -95px !important
}

.-margin-right-negative-95,
.-margin-x-negative-95 {
    margin-right: -95px !important
}

.-margin-bottom-negative-95,
.-margin-y-negative-95 {
    margin-bottom: -95px !important
}

.-margin-left-negative-95,
.-margin-x-negative-95 {
    margin-left: -95px !important
}

.-margin-negative-100 {
    margin: -100px !important
}

.-margin-top-negative-100,
.-margin-y-negative-100 {
    margin-top: -100px !important
}

.-margin-right-negative-100,
.-margin-x-negative-100 {
    margin-right: -100px !important
}

.-margin-bottom-negative-100,
.-margin-y-negative-100 {
    margin-bottom: -100px !important
}

.-margin-left-negative-100,
.-margin-x-negative-100 {
    margin-left: -100px !important
}

.-margin-negative-105 {
    margin: -105px !important
}

.-margin-top-negative-105,
.-margin-y-negative-105 {
    margin-top: -105px !important
}

.-margin-right-negative-105,
.-margin-x-negative-105 {
    margin-right: -105px !important
}

.-margin-bottom-negative-105,
.-margin-y-negative-105 {
    margin-bottom: -105px !important
}

.-margin-left-negative-105,
.-margin-x-negative-105 {
    margin-left: -105px !important
}

.-margin-negative-110 {
    margin: -110px !important
}

.-margin-top-negative-110,
.-margin-y-negative-110 {
    margin-top: -110px !important
}

.-margin-right-negative-110,
.-margin-x-negative-110 {
    margin-right: -110px !important
}

.-margin-bottom-negative-110,
.-margin-y-negative-110 {
    margin-bottom: -110px !important
}

.-margin-left-negative-110,
.-margin-x-negative-110 {
    margin-left: -110px !important
}

.-margin-negative-115 {
    margin: -115px !important
}

.-margin-top-negative-115,
.-margin-y-negative-115 {
    margin-top: -115px !important
}

.-margin-right-negative-115,
.-margin-x-negative-115 {
    margin-right: -115px !important
}

.-margin-bottom-negative-115,
.-margin-y-negative-115 {
    margin-bottom: -115px !important
}

.-margin-left-negative-115,
.-margin-x-negative-115 {
    margin-left: -115px !important
}

.-margin-negative-120 {
    margin: -120px !important
}

.-margin-top-negative-120,
.-margin-y-negative-120 {
    margin-top: -120px !important
}

.-margin-right-negative-120,
.-margin-x-negative-120 {
    margin-right: -120px !important
}

.-margin-bottom-negative-120,
.-margin-y-negative-120 {
    margin-bottom: -120px !important
}

.-margin-left-negative-120,
.-margin-x-negative-120 {
    margin-left: -120px !important
}

.-margin-negative-125 {
    margin: -125px !important
}

.-margin-top-negative-125,
.-margin-y-negative-125 {
    margin-top: -125px !important
}

.-margin-right-negative-125,
.-margin-x-negative-125 {
    margin-right: -125px !important
}

.-margin-bottom-negative-125,
.-margin-y-negative-125 {
    margin-bottom: -125px !important
}

.-margin-left-negative-125,
.-margin-x-negative-125 {
    margin-left: -125px !important
}

.-margin-negative-130 {
    margin: -130px !important
}

.-margin-top-negative-130,
.-margin-y-negative-130 {
    margin-top: -130px !important
}

.-margin-right-negative-130,
.-margin-x-negative-130 {
    margin-right: -130px !important
}

.-margin-bottom-negative-130,
.-margin-y-negative-130 {
    margin-bottom: -130px !important
}

.-margin-left-negative-130,
.-margin-x-negative-130 {
    margin-left: -130px !important
}

.-margin-negative-135 {
    margin: -135px !important
}

.-margin-top-negative-135,
.-margin-y-negative-135 {
    margin-top: -135px !important
}

.-margin-right-negative-135,
.-margin-x-negative-135 {
    margin-right: -135px !important
}

.-margin-bottom-negative-135,
.-margin-y-negative-135 {
    margin-bottom: -135px !important
}

.-margin-left-negative-135,
.-margin-x-negative-135 {
    margin-left: -135px !important
}

.-margin-negative-140 {
    margin: -140px !important
}

.-margin-top-negative-140,
.-margin-y-negative-140 {
    margin-top: -140px !important
}

.-margin-right-negative-140,
.-margin-x-negative-140 {
    margin-right: -140px !important
}

.-margin-bottom-negative-140,
.-margin-y-negative-140 {
    margin-bottom: -140px !important
}

.-margin-left-negative-140,
.-margin-x-negative-140 {
    margin-left: -140px !important
}

.-margin-negative-145 {
    margin: -145px !important
}

.-margin-top-negative-145,
.-margin-y-negative-145 {
    margin-top: -145px !important
}

.-margin-right-negative-145,
.-margin-x-negative-145 {
    margin-right: -145px !important
}

.-margin-bottom-negative-145,
.-margin-y-negative-145 {
    margin-bottom: -145px !important
}

.-margin-left-negative-145,
.-margin-x-negative-145 {
    margin-left: -145px !important
}

.-margin-negative-150 {
    margin: -150px !important
}

.-margin-top-negative-150,
.-margin-y-negative-150 {
    margin-top: -150px !important
}

.-margin-right-negative-150,
.-margin-x-negative-150 {
    margin-right: -150px !important
}

.-margin-bottom-negative-150,
.-margin-y-negative-150 {
    margin-bottom: -150px !important
}

.-margin-left-negative-150,
.-margin-x-negative-150 {
    margin-left: -150px !important
}

.-margin-negative-155 {
    margin: -155px !important
}

.-margin-top-negative-155,
.-margin-y-negative-155 {
    margin-top: -155px !important
}

.-margin-right-negative-155,
.-margin-x-negative-155 {
    margin-right: -155px !important
}

.-margin-bottom-negative-155,
.-margin-y-negative-155 {
    margin-bottom: -155px !important
}

.-margin-left-negative-155,
.-margin-x-negative-155 {
    margin-left: -155px !important
}

.-margin-negative-160 {
    margin: -160px !important
}

.-margin-top-negative-160,
.-margin-y-negative-160 {
    margin-top: -160px !important
}

.-margin-right-negative-160,
.-margin-x-negative-160 {
    margin-right: -160px !important
}

.-margin-bottom-negative-160,
.-margin-y-negative-160 {
    margin-bottom: -160px !important
}

.-margin-left-negative-160,
.-margin-x-negative-160 {
    margin-left: -160px !important
}

.-margin-negative-165 {
    margin: -165px !important
}

.-margin-top-negative-165,
.-margin-y-negative-165 {
    margin-top: -165px !important
}

.-margin-right-negative-165,
.-margin-x-negative-165 {
    margin-right: -165px !important
}

.-margin-bottom-negative-165,
.-margin-y-negative-165 {
    margin-bottom: -165px !important
}

.-margin-left-negative-165,
.-margin-x-negative-165 {
    margin-left: -165px !important
}

.-margin-negative-170 {
    margin: -170px !important
}

.-margin-top-negative-170,
.-margin-y-negative-170 {
    margin-top: -170px !important
}

.-margin-right-negative-170,
.-margin-x-negative-170 {
    margin-right: -170px !important
}

.-margin-bottom-negative-170,
.-margin-y-negative-170 {
    margin-bottom: -170px !important
}

.-margin-left-negative-170,
.-margin-x-negative-170 {
    margin-left: -170px !important
}

.-margin-negative-175 {
    margin: -175px !important
}

.-margin-top-negative-175,
.-margin-y-negative-175 {
    margin-top: -175px !important
}

.-margin-right-negative-175,
.-margin-x-negative-175 {
    margin-right: -175px !important
}

.-margin-bottom-negative-175,
.-margin-y-negative-175 {
    margin-bottom: -175px !important
}

.-margin-left-negative-175,
.-margin-x-negative-175 {
    margin-left: -175px !important
}

.-margin-negative-180 {
    margin: -180px !important
}

.-margin-top-negative-180,
.-margin-y-negative-180 {
    margin-top: -180px !important
}

.-margin-right-negative-180,
.-margin-x-negative-180 {
    margin-right: -180px !important
}

.-margin-bottom-negative-180,
.-margin-y-negative-180 {
    margin-bottom: -180px !important
}

.-margin-left-negative-180,
.-margin-x-negative-180 {
    margin-left: -180px !important
}

.-margin-negative-185 {
    margin: -185px !important
}

.-margin-top-negative-185,
.-margin-y-negative-185 {
    margin-top: -185px !important
}

.-margin-right-negative-185,
.-margin-x-negative-185 {
    margin-right: -185px !important
}

.-margin-bottom-negative-185,
.-margin-y-negative-185 {
    margin-bottom: -185px !important
}

.-margin-left-negative-185,
.-margin-x-negative-185 {
    margin-left: -185px !important
}

.-margin-negative-190 {
    margin: -190px !important
}

.-margin-top-negative-190,
.-margin-y-negative-190 {
    margin-top: -190px !important
}

.-margin-right-negative-190,
.-margin-x-negative-190 {
    margin-right: -190px !important
}

.-margin-bottom-negative-190,
.-margin-y-negative-190 {
    margin-bottom: -190px !important
}

.-margin-left-negative-190,
.-margin-x-negative-190 {
    margin-left: -190px !important
}

.-margin-negative-195 {
    margin: -195px !important
}

.-margin-top-negative-195,
.-margin-y-negative-195 {
    margin-top: -195px !important
}

.-margin-right-negative-195,
.-margin-x-negative-195 {
    margin-right: -195px !important
}

.-margin-bottom-negative-195,
.-margin-y-negative-195 {
    margin-bottom: -195px !important
}

.-margin-left-negative-195,
.-margin-x-negative-195 {
    margin-left: -195px !important
}

.-margin-negative-200 {
    margin: -200px !important
}

.-margin-top-negative-200,
.-margin-y-negative-200 {
    margin-top: -200px !important
}

.-margin-right-negative-200,
.-margin-x-negative-200 {
    margin-right: -200px !important
}

.-margin-bottom-negative-200,
.-margin-y-negative-200 {
    margin-bottom: -200px !important
}

.-margin-left-negative-200,
.-margin-x-negative-200 {
    margin-left: -200px !important
}

.-margin-negative-205 {
    margin: -205px !important
}

.-margin-top-negative-205,
.-margin-y-negative-205 {
    margin-top: -205px !important
}

.-margin-right-negative-205,
.-margin-x-negative-205 {
    margin-right: -205px !important
}

.-margin-bottom-negative-205,
.-margin-y-negative-205 {
    margin-bottom: -205px !important
}

.-margin-left-negative-205,
.-margin-x-negative-205 {
    margin-left: -205px !important
}

.-margin-negative-210 {
    margin: -210px !important
}

.-margin-top-negative-210,
.-margin-y-negative-210 {
    margin-top: -210px !important
}

.-margin-right-negative-210,
.-margin-x-negative-210 {
    margin-right: -210px !important
}

.-margin-bottom-negative-210,
.-margin-y-negative-210 {
    margin-bottom: -210px !important
}

.-margin-left-negative-210,
.-margin-x-negative-210 {
    margin-left: -210px !important
}

.-margin-negative-215 {
    margin: -215px !important
}

.-margin-top-negative-215,
.-margin-y-negative-215 {
    margin-top: -215px !important
}

.-margin-right-negative-215,
.-margin-x-negative-215 {
    margin-right: -215px !important
}

.-margin-bottom-negative-215,
.-margin-y-negative-215 {
    margin-bottom: -215px !important
}

.-margin-left-negative-215,
.-margin-x-negative-215 {
    margin-left: -215px !important
}

.-margin-negative-220 {
    margin: -220px !important
}

.-margin-top-negative-220,
.-margin-y-negative-220 {
    margin-top: -220px !important
}

.-margin-right-negative-220,
.-margin-x-negative-220 {
    margin-right: -220px !important
}

.-margin-bottom-negative-220,
.-margin-y-negative-220 {
    margin-bottom: -220px !important
}

.-margin-left-negative-220,
.-margin-x-negative-220 {
    margin-left: -220px !important
}

.-margin-negative-225 {
    margin: -225px !important
}

.-margin-top-negative-225,
.-margin-y-negative-225 {
    margin-top: -225px !important
}

.-margin-right-negative-225,
.-margin-x-negative-225 {
    margin-right: -225px !important
}

.-margin-bottom-negative-225,
.-margin-y-negative-225 {
    margin-bottom: -225px !important
}

.-margin-left-negative-225,
.-margin-x-negative-225 {
    margin-left: -225px !important
}

.-margin-negative-230 {
    margin: -230px !important
}

.-margin-top-negative-230,
.-margin-y-negative-230 {
    margin-top: -230px !important
}

.-margin-right-negative-230,
.-margin-x-negative-230 {
    margin-right: -230px !important
}

.-margin-bottom-negative-230,
.-margin-y-negative-230 {
    margin-bottom: -230px !important
}

.-margin-left-negative-230,
.-margin-x-negative-230 {
    margin-left: -230px !important
}

.-margin-negative-235 {
    margin: -235px !important
}

.-margin-top-negative-235,
.-margin-y-negative-235 {
    margin-top: -235px !important
}

.-margin-right-negative-235,
.-margin-x-negative-235 {
    margin-right: -235px !important
}

.-margin-bottom-negative-235,
.-margin-y-negative-235 {
    margin-bottom: -235px !important
}

.-margin-left-negative-235,
.-margin-x-negative-235 {
    margin-left: -235px !important
}

.-margin-negative-240 {
    margin: -240px !important
}

.-margin-top-negative-240,
.-margin-y-negative-240 {
    margin-top: -240px !important
}

.-margin-right-negative-240,
.-margin-x-negative-240 {
    margin-right: -240px !important
}

.-margin-bottom-negative-240,
.-margin-y-negative-240 {
    margin-bottom: -240px !important
}

.-margin-left-negative-240,
.-margin-x-negative-240 {
    margin-left: -240px !important
}

.-margin-negative-245 {
    margin: -245px !important
}

.-margin-top-negative-245,
.-margin-y-negative-245 {
    margin-top: -245px !important
}

.-margin-right-negative-245,
.-margin-x-negative-245 {
    margin-right: -245px !important
}

.-margin-bottom-negative-245,
.-margin-y-negative-245 {
    margin-bottom: -245px !important
}

.-margin-left-negative-245,
.-margin-x-negative-245 {
    margin-left: -245px !important
}

.-margin-negative-250 {
    margin: -250px !important
}

.-margin-top-negative-250,
.-margin-y-negative-250 {
    margin-top: -250px !important
}

.-margin-right-negative-250,
.-margin-x-negative-250 {
    margin-right: -250px !important
}

.-margin-bottom-negative-250,
.-margin-y-negative-250 {
    margin-bottom: -250px !important
}

.-margin-left-negative-250,
.-margin-x-negative-250 {
    margin-left: -250px !important
}

.-margin-negative-255 {
    margin: -255px !important
}

.-margin-top-negative-255,
.-margin-y-negative-255 {
    margin-top: -255px !important
}

.-margin-right-negative-255,
.-margin-x-negative-255 {
    margin-right: -255px !important
}

.-margin-bottom-negative-255,
.-margin-y-negative-255 {
    margin-bottom: -255px !important
}

.-margin-left-negative-255,
.-margin-x-negative-255 {
    margin-left: -255px !important
}

.-margin-negative-260 {
    margin: -260px !important
}

.-margin-top-negative-260,
.-margin-y-negative-260 {
    margin-top: -260px !important
}

.-margin-right-negative-260,
.-margin-x-negative-260 {
    margin-right: -260px !important
}

.-margin-bottom-negative-260,
.-margin-y-negative-260 {
    margin-bottom: -260px !important
}

.-margin-left-negative-260,
.-margin-x-negative-260 {
    margin-left: -260px !important
}

.-margin-negative-265 {
    margin: -265px !important
}

.-margin-top-negative-265,
.-margin-y-negative-265 {
    margin-top: -265px !important
}

.-margin-right-negative-265,
.-margin-x-negative-265 {
    margin-right: -265px !important
}

.-margin-bottom-negative-265,
.-margin-y-negative-265 {
    margin-bottom: -265px !important
}

.-margin-left-negative-265,
.-margin-x-negative-265 {
    margin-left: -265px !important
}

.-margin-negative-270 {
    margin: -270px !important
}

.-margin-top-negative-270,
.-margin-y-negative-270 {
    margin-top: -270px !important
}

.-margin-right-negative-270,
.-margin-x-negative-270 {
    margin-right: -270px !important
}

.-margin-bottom-negative-270,
.-margin-y-negative-270 {
    margin-bottom: -270px !important
}

.-margin-left-negative-270,
.-margin-x-negative-270 {
    margin-left: -270px !important
}

.-margin-negative-275 {
    margin: -275px !important
}

.-margin-top-negative-275,
.-margin-y-negative-275 {
    margin-top: -275px !important
}

.-margin-right-negative-275,
.-margin-x-negative-275 {
    margin-right: -275px !important
}

.-margin-bottom-negative-275,
.-margin-y-negative-275 {
    margin-bottom: -275px !important
}

.-margin-left-negative-275,
.-margin-x-negative-275 {
    margin-left: -275px !important
}

.-margin-negative-280 {
    margin: -280px !important
}

.-margin-top-negative-280,
.-margin-y-negative-280 {
    margin-top: -280px !important
}

.-margin-right-negative-280,
.-margin-x-negative-280 {
    margin-right: -280px !important
}

.-margin-bottom-negative-280,
.-margin-y-negative-280 {
    margin-bottom: -280px !important
}

.-margin-left-negative-280,
.-margin-x-negative-280 {
    margin-left: -280px !important
}

.-margin-negative-285 {
    margin: -285px !important
}

.-margin-top-negative-285,
.-margin-y-negative-285 {
    margin-top: -285px !important
}

.-margin-right-negative-285,
.-margin-x-negative-285 {
    margin-right: -285px !important
}

.-margin-bottom-negative-285,
.-margin-y-negative-285 {
    margin-bottom: -285px !important
}

.-margin-left-negative-285,
.-margin-x-negative-285 {
    margin-left: -285px !important
}

.-margin-negative-290 {
    margin: -290px !important
}

.-margin-top-negative-290,
.-margin-y-negative-290 {
    margin-top: -290px !important
}

.-margin-right-negative-290,
.-margin-x-negative-290 {
    margin-right: -290px !important
}

.-margin-bottom-negative-290,
.-margin-y-negative-290 {
    margin-bottom: -290px !important
}

.-margin-left-negative-290,
.-margin-x-negative-290 {
    margin-left: -290px !important
}

.-margin-negative-295 {
    margin: -295px !important
}

.-margin-top-negative-295,
.-margin-y-negative-295 {
    margin-top: -295px !important
}

.-margin-right-negative-295,
.-margin-x-negative-295 {
    margin-right: -295px !important
}

.-margin-bottom-negative-295,
.-margin-y-negative-295 {
    margin-bottom: -295px !important
}

.-margin-left-negative-295,
.-margin-x-negative-295 {
    margin-left: -295px !important
}

.-margin-negative-300 {
    margin: -300px !important
}

.-margin-top-negative-300,
.-margin-y-negative-300 {
    margin-top: -300px !important
}

.-margin-right-negative-300,
.-margin-x-negative-300 {
    margin-right: -300px !important
}

.-margin-bottom-negative-300,
.-margin-y-negative-300 {
    margin-bottom: -300px !important
}

.-margin-left-negative-300,
.-margin-x-negative-300 {
    margin-left: -300px !important
}

.margin-auto {
    margin: auto !important
}

.margin-top-auto,
.margin-y-auto {
    margin-top: auto !important
}

.margin-right-auto,
.margin-x-auto {
    margin-right: auto !important
}

.margin-botttom-auto,
.margin-y-auto {
    margin-bottom: auto !important
}

.margin-left-auto,
.margin-x-auto {
    margin-left: auto !important
}

@media (min-width: 360px) {
    .-margin-xxs-0 {
        margin: 0 !important
    }

    .-margin-top-xxs-0,
    .-margin-y-xxs-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxs-0,
    .-margin-x-xxs-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxs-0,
    .-margin-y-xxs-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxs-0,
    .-margin-x-xxs-0 {
        margin-left: 0 !important
    }

    .-margin-xxs-5 {
        margin: 5px !important
    }

    .-margin-top-xxs-5,
    .-margin-y-xxs-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxs-5,
    .-margin-x-xxs-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxs-5,
    .-margin-y-xxs-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxs-5,
    .-margin-x-xxs-5 {
        margin-left: 5px !important
    }

    .-margin-xxs-10 {
        margin: 10px !important
    }

    .-margin-top-xxs-10,
    .-margin-y-xxs-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxs-10,
    .-margin-x-xxs-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxs-10,
    .-margin-y-xxs-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxs-10,
    .-margin-x-xxs-10 {
        margin-left: 10px !important
    }

    .-margin-xxs-15 {
        margin: 15px !important
    }

    .-margin-top-xxs-15,
    .-margin-y-xxs-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxs-15,
    .-margin-x-xxs-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxs-15,
    .-margin-y-xxs-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxs-15,
    .-margin-x-xxs-15 {
        margin-left: 15px !important
    }

    .-margin-xxs-20 {
        margin: 20px !important
    }

    .-margin-top-xxs-20,
    .-margin-y-xxs-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxs-20,
    .-margin-x-xxs-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxs-20,
    .-margin-y-xxs-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxs-20,
    .-margin-x-xxs-20 {
        margin-left: 20px !important
    }

    .-margin-xxs-25 {
        margin: 25px !important
    }

    .-margin-top-xxs-25,
    .-margin-y-xxs-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxs-25,
    .-margin-x-xxs-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxs-25,
    .-margin-y-xxs-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxs-25,
    .-margin-x-xxs-25 {
        margin-left: 25px !important
    }

    .-margin-xxs-30 {
        margin: 35px !important
    }

    .-margin-top-xxs-30,
    .-margin-y-xxs-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxs-30,
    .-margin-x-xxs-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxs-30,
    .-margin-y-xxs-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxs-30,
    .-margin-x-xxs-30 {
        margin-left: 35px !important
    }

    .-margin-xxs-35 {
        margin: 35px !important
    }

    .-margin-top-xxs-35,
    .-margin-y-xxs-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxs-35,
    .-margin-x-xxs-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxs-35,
    .-margin-y-xxs-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxs-35,
    .-margin-x-xxs-35 {
        margin-left: 35px !important
    }

    .-margin-xxs-40 {
        margin: 40px !important
    }

    .-margin-top-xxs-40,
    .-margin-y-xxs-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxs-40,
    .-margin-x-xxs-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxs-40,
    .-margin-y-xxs-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxs-40,
    .-margin-x-xxs-40 {
        margin-left: 40px !important
    }

    .-margin-xxs-45 {
        margin: 45px !important
    }

    .-margin-top-xxs-45,
    .-margin-y-xxs-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxs-45,
    .-margin-x-xxs-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxs-45,
    .-margin-y-xxs-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxs-45,
    .-margin-x-xxs-45 {
        margin-left: 45px !important
    }

    .-margin-xxs-50 {
        margin: 50px !important
    }

    .-margin-top-xxs-50,
    .-margin-y-xxs-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxs-50,
    .-margin-x-xxs-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxs-50,
    .-margin-y-xxs-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxs-50,
    .-margin-x-xxs-50 {
        margin-left: 50px !important
    }

    .-margin-xxs-55 {
        margin: 55px !important
    }

    .-margin-top-xxs-55,
    .-margin-y-xxs-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxs-55,
    .-margin-x-xxs-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxs-55,
    .-margin-y-xxs-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxs-55,
    .-margin-x-xxs-55 {
        margin-left: 55px !important
    }

    .-margin-xxs-60 {
        margin: 60px !important
    }

    .-margin-top-xxs-60,
    .-margin-y-xxs-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxs-60,
    .-margin-x-xxs-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxs-60,
    .-margin-y-xxs-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxs-60,
    .-margin-x-xxs-60 {
        margin-left: 60px !important
    }

    .-margin-xxs-65 {
        margin: 65px !important
    }

    .-margin-top-xxs-65,
    .-margin-y-xxs-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxs-65,
    .-margin-x-xxs-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxs-65,
    .-margin-y-xxs-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxs-65,
    .-margin-x-xxs-65 {
        margin-left: 65px !important
    }

    .-margin-xxs-75 {
        margin: 75px !important
    }

    .-margin-top-xxs-75,
    .-margin-y-xxs-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxs-75,
    .-margin-x-xxs-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxs-75,
    .-margin-y-xxs-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxs-75,
    .-margin-x-xxs-75 {
        margin-left: 75px !important
    }

    .-margin-xxs-80 {
        margin: 80px !important
    }

    .-margin-top-xxs-80,
    .-margin-y-xxs-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxs-80,
    .-margin-x-xxs-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxs-80,
    .-margin-y-xxs-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxs-80,
    .-margin-x-xxs-80 {
        margin-left: 80px !important
    }

    .-margin-xxs-85 {
        margin: 85px !important
    }

    .-margin-top-xxs-85,
    .-margin-y-xxs-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxs-85,
    .-margin-x-xxs-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxs-85,
    .-margin-y-xxs-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxs-85,
    .-margin-x-xxs-85 {
        margin-left: 85px !important
    }

    .-margin-xxs-90 {
        margin: 90px !important
    }

    .-margin-top-xxs-90,
    .-margin-y-xxs-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxs-90,
    .-margin-x-xxs-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxs-90,
    .-margin-y-xxs-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxs-90,
    .-margin-x-xxs-90 {
        margin-left: 90px !important
    }

    .-margin-xxs-95 {
        margin: 95px !important
    }

    .-margin-top-xxs-95,
    .-margin-y-xxs-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxs-95,
    .-margin-x-xxs-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxs-95,
    .-margin-y-xxs-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxs-95,
    .-margin-x-xxs-95 {
        margin-left: 95px !important
    }

    .-margin-xxs-100 {
        margin: 100px !important
    }

    .-margin-top-xxs-100,
    .-margin-y-xxs-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxs-100,
    .-margin-x-xxs-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxs-100,
    .-margin-y-xxs-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxs-100,
    .-margin-x-xxs-100 {
        margin-left: 100px !important
    }

    .-margin-xxs-105 {
        margin: 105px !important
    }

    .-margin-top-xxs-105,
    .-margin-y-xxs-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxs-105,
    .-margin-x-xxs-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxs-105,
    .-margin-y-xxs-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxs-105,
    .-margin-x-xxs-105 {
        margin-left: 105px !important
    }

    .-margin-xxs-110 {
        margin: 110px !important
    }

    .-margin-top-xxs-110,
    .-margin-y-xxs-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxs-110,
    .-margin-x-xxs-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxs-110,
    .-margin-y-xxs-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxs-110,
    .-margin-x-xxs-110 {
        margin-left: 110px !important
    }

    .-margin-xxs-115 {
        margin: 115px !important
    }

    .-margin-top-xxs-115,
    .-margin-y-xxs-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxs-115,
    .-margin-x-xxs-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxs-115,
    .-margin-y-xxs-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxs-115,
    .-margin-x-xxs-115 {
        margin-left: 115px !important
    }

    .-margin-xxs-120 {
        margin: 120px !important
    }

    .-margin-top-xxs-120,
    .-margin-y-xxs-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxs-120,
    .-margin-x-xxs-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxs-120,
    .-margin-y-xxs-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxs-120,
    .-margin-x-xxs-120 {
        margin-left: 120px !important
    }

    .-margin-xxs-125 {
        margin: 125px !important
    }

    .-margin-top-xxs-125,
    .-margin-y-xxs-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxs-125,
    .-margin-x-xxs-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxs-125,
    .-margin-y-xxs-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxs-125,
    .-margin-x-xxs-125 {
        margin-left: 125px !important
    }

    .-margin-xxs-130 {
        margin: 130px !important
    }

    .-margin-top-xxs-130,
    .-margin-y-xxs-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxs-130,
    .-margin-x-xxs-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxs-130,
    .-margin-y-xxs-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxs-130,
    .-margin-x-xxs-130 {
        margin-left: 130px !important
    }

    .-margin-xxs-135 {
        margin: 135px !important
    }

    .-margin-top-xxs-135,
    .-margin-y-xxs-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxs-135,
    .-margin-x-xxs-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxs-135,
    .-margin-y-xxs-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxs-135,
    .-margin-x-xxs-135 {
        margin-left: 135px !important
    }

    .-margin-xxs-140 {
        margin: 140px !important
    }

    .-margin-top-xxs-140,
    .-margin-y-xxs-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxs-140,
    .-margin-x-xxs-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxs-140,
    .-margin-y-xxs-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxs-140,
    .-margin-x-xxs-140 {
        margin-left: 140px !important
    }

    .-margin-xxs-145 {
        margin: 145px !important
    }

    .-margin-top-xxs-145,
    .-margin-y-xxs-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxs-145,
    .-margin-x-xxs-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxs-145,
    .-margin-y-xxs-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxs-145,
    .-margin-x-xxs-145 {
        margin-left: 145px !important
    }

    .-margin-xxs-150 {
        margin: 150px !important
    }

    .-margin-top-xxs-150,
    .-margin-y-xxs-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxs-150,
    .-margin-x-xxs-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxs-150,
    .-margin-y-xxs-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxs-150,
    .-margin-x-xxs-150 {
        margin-left: 150px !important
    }

    .-margin-xxs-155 {
        margin: 155px !important
    }

    .-margin-top-xxs-155,
    .-margin-y-xxs-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxs-155,
    .-margin-x-xxs-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxs-155,
    .-margin-y-xxs-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxs-155,
    .-margin-x-xxs-155 {
        margin-left: 155px !important
    }

    .-margin-xxs-160 {
        margin: 160px !important
    }

    .-margin-top-xxs-160,
    .-margin-y-xxs-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxs-160,
    .-margin-x-xxs-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxs-160,
    .-margin-y-xxs-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxs-160,
    .-margin-x-xxs-160 {
        margin-left: 160px !important
    }

    .-margin-xxs-165 {
        margin: 165px !important
    }

    .-margin-top-xxs-165,
    .-margin-y-xxs-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxs-165,
    .-margin-x-xxs-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxs-165,
    .-margin-y-xxs-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxs-165,
    .-margin-x-xxs-165 {
        margin-left: 165px !important
    }

    .-margin-xxs-170 {
        margin: 170px !important
    }

    .-margin-top-xxs-170,
    .-margin-y-xxs-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxs-170,
    .-margin-x-xxs-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxs-170,
    .-margin-y-xxs-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxs-170,
    .-margin-x-xxs-170 {
        margin-left: 170px !important
    }

    .-margin-xxs-175 {
        margin: 175px !important
    }

    .-margin-top-xxs-175,
    .-margin-y-xxs-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxs-175,
    .-margin-x-xxs-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxs-175,
    .-margin-y-xxs-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxs-175,
    .-margin-x-xxs-175 {
        margin-left: 175px !important
    }

    .-margin-xxs-180 {
        margin: 180px !important
    }

    .-margin-top-xxs-180,
    .-margin-y-xxs-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxs-180,
    .-margin-x-xxs-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxs-180,
    .-margin-y-xxs-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxs-180,
    .-margin-x-xxs-180 {
        margin-left: 180px !important
    }

    .-margin-xxs-185 {
        margin: 185px !important
    }

    .-margin-top-xxs-185,
    .-margin-y-xxs-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxs-185,
    .-margin-x-xxs-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxs-185,
    .-margin-y-xxs-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxs-185,
    .-margin-x-xxs-185 {
        margin-left: 185px !important
    }

    .-margin-xxs-190 {
        margin: 190px !important
    }

    .-margin-top-xxs-190,
    .-margin-y-xxs-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxs-190,
    .-margin-x-xxs-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxs-190,
    .-margin-y-xxs-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxs-190,
    .-margin-x-xxs-190 {
        margin-left: 190px !important
    }

    .-margin-xxs-195 {
        margin: 195px !important
    }

    .-margin-top-xxs-195,
    .-margin-y-xxs-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxs-195,
    .-margin-x-xxs-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxs-195,
    .-margin-y-xxs-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxs-195,
    .-margin-x-xxs-195 {
        margin-left: 195px !important
    }

    .-margin-xxs-200 {
        margin: 200px !important
    }

    .-margin-top-xxs-200,
    .-margin-y-xxs-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxs-200,
    .-margin-x-xxs-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxs-200,
    .-margin-y-xxs-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxs-200,
    .-margin-x-xxs-200 {
        margin-left: 200px !important
    }

    .-margin-xxs-205 {
        margin: 205px !important
    }

    .-margin-top-xxs-205,
    .-margin-y-xxs-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxs-205,
    .-margin-x-xxs-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxs-205,
    .-margin-y-xxs-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxs-205,
    .-margin-x-xxs-205 {
        margin-left: 205px !important
    }

    .-margin-xxs-210 {
        margin: 210px !important
    }

    .-margin-top-xxs-210,
    .-margin-y-xxs-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxs-210,
    .-margin-x-xxs-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxs-210,
    .-margin-y-xxs-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxs-210,
    .-margin-x-xxs-210 {
        margin-left: 210px !important
    }

    .-margin-xxs-215 {
        margin: 215px !important
    }

    .-margin-top-xxs-215,
    .-margin-y-xxs-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxs-215,
    .-margin-x-xxs-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxs-215,
    .-margin-y-xxs-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxs-215,
    .-margin-x-xxs-215 {
        margin-left: 215px !important
    }

    .-margin-xxs-220 {
        margin: 220px !important
    }

    .-margin-top-xxs-220,
    .-margin-y-xxs-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxs-220,
    .-margin-x-xxs-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxs-220,
    .-margin-y-xxs-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxs-220,
    .-margin-x-xxs-220 {
        margin-left: 220px !important
    }

    .-margin-xxs-225 {
        margin: 225px !important
    }

    .-margin-top-xxs-225,
    .-margin-y-xxs-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxs-225,
    .-margin-x-xxs-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxs-225,
    .-margin-y-xxs-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxs-225,
    .-margin-x-xxs-225 {
        margin-left: 225px !important
    }

    .-margin-xxs-230 {
        margin: 230px !important
    }

    .-margin-top-xxs-230,
    .-margin-y-xxs-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxs-230,
    .-margin-x-xxs-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxs-230,
    .-margin-y-xxs-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxs-230,
    .-margin-x-xxs-230 {
        margin-left: 230px !important
    }

    .-margin-xxs-235 {
        margin: 235px !important
    }

    .-margin-top-xxs-235,
    .-margin-y-xxs-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxs-235,
    .-margin-x-xxs-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxs-235,
    .-margin-y-xxs-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxs-235,
    .-margin-x-xxs-235 {
        margin-left: 235px !important
    }

    .-margin-xxs-240 {
        margin: 240px !important
    }

    .-margin-top-xxs-240,
    .-margin-y-xxs-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxs-240,
    .-margin-x-xxs-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxs-240,
    .-margin-y-xxs-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxs-240,
    .-margin-x-xxs-240 {
        margin-left: 240px !important
    }

    .-margin-xxs-245 {
        margin: 245px !important
    }

    .-margin-top-xxs-245,
    .-margin-y-xxs-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxs-245,
    .-margin-x-xxs-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxs-245,
    .-margin-y-xxs-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxs-245,
    .-margin-x-xxs-245 {
        margin-left: 245px !important
    }

    .-margin-xxs-250 {
        margin: 250px !important
    }

    .-margin-top-xxs-250,
    .-margin-y-xxs-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxs-250,
    .-margin-x-xxs-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxs-250,
    .-margin-y-xxs-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxs-250,
    .-margin-x-xxs-250 {
        margin-left: 250px !important
    }

    .-margin-xxs-255 {
        margin: 255px !important
    }

    .-margin-top-xxs-255,
    .-margin-y-xxs-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxs-255,
    .-margin-x-xxs-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxs-255,
    .-margin-y-xxs-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxs-255,
    .-margin-x-xxs-255 {
        margin-left: 255px !important
    }

    .-margin-xxs-260 {
        margin: 260px !important
    }

    .-margin-top-xxs-260,
    .-margin-y-xxs-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxs-260,
    .-margin-x-xxs-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxs-260,
    .-margin-y-xxs-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxs-260,
    .-margin-x-xxs-260 {
        margin-left: 260px !important
    }

    .-margin-xxs-265 {
        margin: 265px !important
    }

    .-margin-top-xxs-265,
    .-margin-y-xxs-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxs-265,
    .-margin-x-xxs-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxs-265,
    .-margin-y-xxs-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxs-265,
    .-margin-x-xxs-265 {
        margin-left: 265px !important
    }

    .-margin-xxs-270 {
        margin: 270px !important
    }

    .-margin-top-xxs-270,
    .-margin-y-xxs-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxs-270,
    .-margin-x-xxs-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxs-270,
    .-margin-y-xxs-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxs-270,
    .-margin-x-xxs-270 {
        margin-left: 270px !important
    }

    .-margin-xxs-275 {
        margin: 275px !important
    }

    .-margin-top-xxs-275,
    .-margin-y-xxs-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxs-275,
    .-margin-x-xxs-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxs-275,
    .-margin-y-xxs-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxs-275,
    .-margin-x-xxs-275 {
        margin-left: 275px !important
    }

    .-margin-xxs-280 {
        margin: 280px !important
    }

    .-margin-top-xxs-280,
    .-margin-y-xxs-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxs-280,
    .-margin-x-xxs-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxs-280,
    .-margin-y-xxs-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxs-280,
    .-margin-x-xxs-280 {
        margin-left: 280px !important
    }

    .-margin-xxs-285 {
        margin: 285px !important
    }

    .-margin-top-xxs-285,
    .-margin-y-xxs-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxs-285,
    .-margin-x-xxs-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxs-285,
    .-margin-y-xxs-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxs-285,
    .-margin-x-xxs-285 {
        margin-left: 285px !important
    }

    .-margin-xxs-290 {
        margin: 290px !important
    }

    .-margin-top-xxs-290,
    .-margin-y-xxs-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxs-290,
    .-margin-x-xxs-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxs-290,
    .-margin-y-xxs-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxs-290,
    .-margin-x-xxs-290 {
        margin-left: 290px !important
    }

    .-margin-xxs-295 {
        margin: 295px !important
    }

    .-margin-top-xxs-295,
    .-margin-y-xxs-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxs-295,
    .-margin-x-xxs-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxs-295,
    .-margin-y-xxs-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxs-295,
    .-margin-x-xxs-295 {
        margin-left: 295px !important
    }

    .-margin-xxs-300 {
        margin: 300px !important
    }

    .-margin-top-xxs-300,
    .-margin-y-xxs-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxs-300,
    .-margin-x-xxs-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxs-300,
    .-margin-y-xxs-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxs-300,
    .-margin-x-xxs-300 {
        margin-left: 300px !important
    }

    .-padding-xxs-0 {
        padding: 0 !important
    }

    .-padding-top-xxs-0,
    .-padding-y-xxs-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxs-0,
    .-padding-x-xxs-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxs-0,
    .-padding-y-xxs-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxs-0,
    .-padding-x-xxs-0 {
        padding-left: 0 !important
    }

    .-padding-xxs-5 {
        padding: 5px !important
    }

    .-padding-top-xxs-5,
    .-padding-y-xxs-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxs-5,
    .-padding-x-xxs-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxs-5,
    .-padding-y-xxs-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxs-5,
    .-padding-x-xxs-5 {
        padding-left: 5px !important
    }

    .-padding-xxs-10 {
        padding: 10px !important
    }

    .-padding-top-xxs-10,
    .-padding-y-xxs-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxs-10,
    .-padding-x-xxs-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxs-10,
    .-padding-y-xxs-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxs-10,
    .-padding-x-xxs-10 {
        padding-left: 10px !important
    }

    .-padding-xxs-15 {
        padding: 15px !important
    }

    .-padding-top-xxs-15,
    .-padding-y-xxs-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxs-15,
    .-padding-x-xxs-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxs-15,
    .-padding-y-xxs-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxs-15,
    .-padding-x-xxs-15 {
        padding-left: 15px !important
    }

    .-padding-xxs-20 {
        padding: 20px !important
    }

    .-padding-top-xxs-20,
    .-padding-y-xxs-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxs-20,
    .-padding-x-xxs-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxs-20,
    .-padding-y-xxs-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxs-20,
    .-padding-x-xxs-20 {
        padding-left: 20px !important
    }

    .-padding-xxs-25 {
        padding: 25px !important
    }

    .-padding-top-xxs-25,
    .-padding-y-xxs-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxs-25,
    .-padding-x-xxs-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxs-25,
    .-padding-y-xxs-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxs-25,
    .-padding-x-xxs-25 {
        padding-left: 25px !important
    }

    .-padding-xxs-30 {
        padding: 35px !important
    }

    .-padding-top-xxs-30,
    .-padding-y-xxs-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxs-30,
    .-padding-x-xxs-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxs-30,
    .-padding-y-xxs-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxs-30,
    .-padding-x-xxs-30 {
        padding-left: 35px !important
    }

    .-padding-xxs-35 {
        padding: 35px !important
    }

    .-padding-top-xxs-35,
    .-padding-y-xxs-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxs-35,
    .-padding-x-xxs-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxs-35,
    .-padding-y-xxs-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxs-35,
    .-padding-x-xxs-35 {
        padding-left: 35px !important
    }

    .-padding-xxs-40 {
        padding: 40px !important
    }

    .-padding-top-xxs-40,
    .-padding-y-xxs-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxs-40,
    .-padding-x-xxs-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxs-40,
    .-padding-y-xxs-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxs-40,
    .-padding-x-xxs-40 {
        padding-left: 40px !important
    }

    .-padding-xxs-45 {
        padding: 45px !important
    }

    .-padding-top-xxs-45,
    .-padding-y-xxs-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxs-45,
    .-padding-x-xxs-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxs-45,
    .-padding-y-xxs-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxs-45,
    .-padding-x-xxs-45 {
        padding-left: 45px !important
    }

    .-padding-xxs-50 {
        padding: 50px !important
    }

    .-padding-top-xxs-50,
    .-padding-y-xxs-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxs-50,
    .-padding-x-xxs-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxs-50,
    .-padding-y-xxs-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxs-50,
    .-padding-x-xxs-50 {
        padding-left: 50px !important
    }

    .-padding-xxs-55 {
        padding: 55px !important
    }

    .-padding-top-xxs-55,
    .-padding-y-xxs-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxs-55,
    .-padding-x-xxs-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxs-55,
    .-padding-y-xxs-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxs-55,
    .-padding-x-xxs-55 {
        padding-left: 55px !important
    }

    .-padding-xxs-60 {
        padding: 60px !important
    }

    .-padding-top-xxs-60,
    .-padding-y-xxs-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxs-60,
    .-padding-x-xxs-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxs-60,
    .-padding-y-xxs-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxs-60,
    .-padding-x-xxs-60 {
        padding-left: 60px !important
    }

    .-padding-xxs-65 {
        padding: 65px !important
    }

    .-padding-top-xxs-65,
    .-padding-y-xxs-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxs-65,
    .-padding-x-xxs-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxs-65,
    .-padding-y-xxs-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxs-65,
    .-padding-x-xxs-65 {
        padding-left: 65px !important
    }

    .-padding-xxs-75 {
        padding: 75px !important
    }

    .-padding-top-xxs-75,
    .-padding-y-xxs-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxs-75,
    .-padding-x-xxs-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxs-75,
    .-padding-y-xxs-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxs-75,
    .-padding-x-xxs-75 {
        padding-left: 75px !important
    }

    .-padding-xxs-80 {
        padding: 80px !important
    }

    .-padding-top-xxs-80,
    .-padding-y-xxs-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxs-80,
    .-padding-x-xxs-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxs-80,
    .-padding-y-xxs-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxs-80,
    .-padding-x-xxs-80 {
        padding-left: 80px !important
    }

    .-padding-xxs-85 {
        padding: 85px !important
    }

    .-padding-top-xxs-85,
    .-padding-y-xxs-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxs-85,
    .-padding-x-xxs-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxs-85,
    .-padding-y-xxs-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxs-85,
    .-padding-x-xxs-85 {
        padding-left: 85px !important
    }

    .-padding-xxs-90 {
        padding: 90px !important
    }

    .-padding-top-xxs-90,
    .-padding-y-xxs-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxs-90,
    .-padding-x-xxs-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxs-90,
    .-padding-y-xxs-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxs-90,
    .-padding-x-xxs-90 {
        padding-left: 90px !important
    }

    .-padding-xxs-95 {
        padding: 95px !important
    }

    .-padding-top-xxs-95,
    .-padding-y-xxs-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxs-95,
    .-padding-x-xxs-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxs-95,
    .-padding-y-xxs-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxs-95,
    .-padding-x-xxs-95 {
        padding-left: 95px !important
    }

    .-padding-xxs-100 {
        padding: 100px !important
    }

    .-padding-top-xxs-100,
    .-padding-y-xxs-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxs-100,
    .-padding-x-xxs-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxs-100,
    .-padding-y-xxs-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxs-100,
    .-padding-x-xxs-100 {
        padding-left: 100px !important
    }

    .-padding-xxs-105 {
        padding: 105px !important
    }

    .-padding-top-xxs-105,
    .-padding-y-xxs-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxs-105,
    .-padding-x-xxs-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxs-105,
    .-padding-y-xxs-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxs-105,
    .-padding-x-xxs-105 {
        padding-left: 105px !important
    }

    .-padding-xxs-110 {
        padding: 110px !important
    }

    .-padding-top-xxs-110,
    .-padding-y-xxs-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxs-110,
    .-padding-x-xxs-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxs-110,
    .-padding-y-xxs-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxs-110,
    .-padding-x-xxs-110 {
        padding-left: 110px !important
    }

    .-padding-xxs-115 {
        padding: 115px !important
    }

    .-padding-top-xxs-115,
    .-padding-y-xxs-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxs-115,
    .-padding-x-xxs-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxs-115,
    .-padding-y-xxs-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxs-115,
    .-padding-x-xxs-115 {
        padding-left: 115px !important
    }

    .-padding-xxs-120 {
        padding: 120px !important
    }

    .-padding-top-xxs-120,
    .-padding-y-xxs-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxs-120,
    .-padding-x-xxs-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxs-120,
    .-padding-y-xxs-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxs-120,
    .-padding-x-xxs-120 {
        padding-left: 120px !important
    }

    .-padding-xxs-125 {
        padding: 125px !important
    }

    .-padding-top-xxs-125,
    .-padding-y-xxs-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxs-125,
    .-padding-x-xxs-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxs-125,
    .-padding-y-xxs-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxs-125,
    .-padding-x-xxs-125 {
        padding-left: 125px !important
    }

    .-padding-xxs-130 {
        padding: 130px !important
    }

    .-padding-top-xxs-130,
    .-padding-y-xxs-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxs-130,
    .-padding-x-xxs-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxs-130,
    .-padding-y-xxs-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxs-130,
    .-padding-x-xxs-130 {
        padding-left: 130px !important
    }

    .-padding-xxs-135 {
        padding: 135px !important
    }

    .-padding-top-xxs-135,
    .-padding-y-xxs-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxs-135,
    .-padding-x-xxs-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxs-135,
    .-padding-y-xxs-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxs-135,
    .-padding-x-xxs-135 {
        padding-left: 135px !important
    }

    .-padding-xxs-140 {
        padding: 140px !important
    }

    .-padding-top-xxs-140,
    .-padding-y-xxs-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxs-140,
    .-padding-x-xxs-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxs-140,
    .-padding-y-xxs-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxs-140,
    .-padding-x-xxs-140 {
        padding-left: 140px !important
    }

    .-padding-xxs-145 {
        padding: 145px !important
    }

    .-padding-top-xxs-145,
    .-padding-y-xxs-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxs-145,
    .-padding-x-xxs-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxs-145,
    .-padding-y-xxs-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxs-145,
    .-padding-x-xxs-145 {
        padding-left: 145px !important
    }

    .-padding-xxs-150 {
        padding: 150px !important
    }

    .-padding-top-xxs-150,
    .-padding-y-xxs-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxs-150,
    .-padding-x-xxs-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxs-150,
    .-padding-y-xxs-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxs-150,
    .-padding-x-xxs-150 {
        padding-left: 150px !important
    }

    .-padding-xxs-155 {
        padding: 155px !important
    }

    .-padding-top-xxs-155,
    .-padding-y-xxs-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxs-155,
    .-padding-x-xxs-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxs-155,
    .-padding-y-xxs-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxs-155,
    .-padding-x-xxs-155 {
        padding-left: 155px !important
    }

    .-padding-xxs-160 {
        padding: 160px !important
    }

    .-padding-top-xxs-160,
    .-padding-y-xxs-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxs-160,
    .-padding-x-xxs-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxs-160,
    .-padding-y-xxs-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxs-160,
    .-padding-x-xxs-160 {
        padding-left: 160px !important
    }

    .-padding-xxs-165 {
        padding: 165px !important
    }

    .-padding-top-xxs-165,
    .-padding-y-xxs-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxs-165,
    .-padding-x-xxs-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxs-165,
    .-padding-y-xxs-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxs-165,
    .-padding-x-xxs-165 {
        padding-left: 165px !important
    }

    .-padding-xxs-170 {
        padding: 170px !important
    }

    .-padding-top-xxs-170,
    .-padding-y-xxs-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxs-170,
    .-padding-x-xxs-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxs-170,
    .-padding-y-xxs-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxs-170,
    .-padding-x-xxs-170 {
        padding-left: 170px !important
    }

    .-padding-xxs-175 {
        padding: 175px !important
    }

    .-padding-top-xxs-175,
    .-padding-y-xxs-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxs-175,
    .-padding-x-xxs-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxs-175,
    .-padding-y-xxs-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxs-175,
    .-padding-x-xxs-175 {
        padding-left: 175px !important
    }

    .-padding-xxs-180 {
        padding: 180px !important
    }

    .-padding-top-xxs-180,
    .-padding-y-xxs-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxs-180,
    .-padding-x-xxs-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxs-180,
    .-padding-y-xxs-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxs-180,
    .-padding-x-xxs-180 {
        padding-left: 180px !important
    }

    .-padding-xxs-185 {
        padding: 185px !important
    }

    .-padding-top-xxs-185,
    .-padding-y-xxs-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxs-185,
    .-padding-x-xxs-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxs-185,
    .-padding-y-xxs-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxs-185,
    .-padding-x-xxs-185 {
        padding-left: 185px !important
    }

    .-padding-xxs-190 {
        padding: 190px !important
    }

    .-padding-top-xxs-190,
    .-padding-y-xxs-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxs-190,
    .-padding-x-xxs-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxs-190,
    .-padding-y-xxs-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxs-190,
    .-padding-x-xxs-190 {
        padding-left: 190px !important
    }

    .-padding-xxs-195 {
        padding: 195px !important
    }

    .-padding-top-xxs-195,
    .-padding-y-xxs-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxs-195,
    .-padding-x-xxs-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxs-195,
    .-padding-y-xxs-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxs-195,
    .-padding-x-xxs-195 {
        padding-left: 195px !important
    }

    .-padding-xxs-200 {
        padding: 200px !important
    }

    .-padding-top-xxs-200,
    .-padding-y-xxs-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxs-200,
    .-padding-x-xxs-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxs-200,
    .-padding-y-xxs-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxs-200,
    .-padding-x-xxs-200 {
        padding-left: 200px !important
    }

    .-padding-xxs-205 {
        padding: 205px !important
    }

    .-padding-top-xxs-205,
    .-padding-y-xxs-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxs-205,
    .-padding-x-xxs-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxs-205,
    .-padding-y-xxs-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxs-205,
    .-padding-x-xxs-205 {
        padding-left: 205px !important
    }

    .-padding-xxs-210 {
        padding: 210px !important
    }

    .-padding-top-xxs-210,
    .-padding-y-xxs-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxs-210,
    .-padding-x-xxs-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxs-210,
    .-padding-y-xxs-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxs-210,
    .-padding-x-xxs-210 {
        padding-left: 210px !important
    }

    .-padding-xxs-215 {
        padding: 215px !important
    }

    .-padding-top-xxs-215,
    .-padding-y-xxs-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxs-215,
    .-padding-x-xxs-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxs-215,
    .-padding-y-xxs-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxs-215,
    .-padding-x-xxs-215 {
        padding-left: 215px !important
    }

    .-padding-xxs-220 {
        padding: 220px !important
    }

    .-padding-top-xxs-220,
    .-padding-y-xxs-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxs-220,
    .-padding-x-xxs-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxs-220,
    .-padding-y-xxs-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxs-220,
    .-padding-x-xxs-220 {
        padding-left: 220px !important
    }

    .-padding-xxs-225 {
        padding: 225px !important
    }

    .-padding-top-xxs-225,
    .-padding-y-xxs-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxs-225,
    .-padding-x-xxs-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxs-225,
    .-padding-y-xxs-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxs-225,
    .-padding-x-xxs-225 {
        padding-left: 225px !important
    }

    .-padding-xxs-230 {
        padding: 230px !important
    }

    .-padding-top-xxs-230,
    .-padding-y-xxs-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxs-230,
    .-padding-x-xxs-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxs-230,
    .-padding-y-xxs-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxs-230,
    .-padding-x-xxs-230 {
        padding-left: 230px !important
    }

    .-padding-xxs-235 {
        padding: 235px !important
    }

    .-padding-top-xxs-235,
    .-padding-y-xxs-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxs-235,
    .-padding-x-xxs-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxs-235,
    .-padding-y-xxs-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxs-235,
    .-padding-x-xxs-235 {
        padding-left: 235px !important
    }

    .-padding-xxs-240 {
        padding: 240px !important
    }

    .-padding-top-xxs-240,
    .-padding-y-xxs-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxs-240,
    .-padding-x-xxs-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxs-240,
    .-padding-y-xxs-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxs-240,
    .-padding-x-xxs-240 {
        padding-left: 240px !important
    }

    .-padding-xxs-245 {
        padding: 245px !important
    }

    .-padding-top-xxs-245,
    .-padding-y-xxs-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxs-245,
    .-padding-x-xxs-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxs-245,
    .-padding-y-xxs-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxs-245,
    .-padding-x-xxs-245 {
        padding-left: 245px !important
    }

    .-padding-xxs-250 {
        padding: 250px !important
    }

    .-padding-top-xxs-250,
    .-padding-y-xxs-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxs-250,
    .-padding-x-xxs-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxs-250,
    .-padding-y-xxs-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxs-250,
    .-padding-x-xxs-250 {
        padding-left: 250px !important
    }

    .-padding-xxs-255 {
        padding: 255px !important
    }

    .-padding-top-xxs-255,
    .-padding-y-xxs-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxs-255,
    .-padding-x-xxs-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxs-255,
    .-padding-y-xxs-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxs-255,
    .-padding-x-xxs-255 {
        padding-left: 255px !important
    }

    .-padding-xxs-260 {
        padding: 260px !important
    }

    .-padding-top-xxs-260,
    .-padding-y-xxs-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxs-260,
    .-padding-x-xxs-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxs-260,
    .-padding-y-xxs-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxs-260,
    .-padding-x-xxs-260 {
        padding-left: 260px !important
    }

    .-padding-xxs-265 {
        padding: 265px !important
    }

    .-padding-top-xxs-265,
    .-padding-y-xxs-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxs-265,
    .-padding-x-xxs-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxs-265,
    .-padding-y-xxs-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxs-265,
    .-padding-x-xxs-265 {
        padding-left: 265px !important
    }

    .-padding-xxs-270 {
        padding: 270px !important
    }

    .-padding-top-xxs-270,
    .-padding-y-xxs-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxs-270,
    .-padding-x-xxs-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxs-270,
    .-padding-y-xxs-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxs-270,
    .-padding-x-xxs-270 {
        padding-left: 270px !important
    }

    .-padding-xxs-275 {
        padding: 275px !important
    }

    .-padding-top-xxs-275,
    .-padding-y-xxs-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxs-275,
    .-padding-x-xxs-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxs-275,
    .-padding-y-xxs-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxs-275,
    .-padding-x-xxs-275 {
        padding-left: 275px !important
    }

    .-padding-xxs-280 {
        padding: 280px !important
    }

    .-padding-top-xxs-280,
    .-padding-y-xxs-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxs-280,
    .-padding-x-xxs-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxs-280,
    .-padding-y-xxs-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxs-280,
    .-padding-x-xxs-280 {
        padding-left: 280px !important
    }

    .-padding-xxs-285 {
        padding: 285px !important
    }

    .-padding-top-xxs-285,
    .-padding-y-xxs-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxs-285,
    .-padding-x-xxs-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxs-285,
    .-padding-y-xxs-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxs-285,
    .-padding-x-xxs-285 {
        padding-left: 285px !important
    }

    .-padding-xxs-290 {
        padding: 290px !important
    }

    .-padding-top-xxs-290,
    .-padding-y-xxs-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxs-290,
    .-padding-x-xxs-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxs-290,
    .-padding-y-xxs-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxs-290,
    .-padding-x-xxs-290 {
        padding-left: 290px !important
    }

    .-padding-xxs-295 {
        padding: 295px !important
    }

    .-padding-top-xxs-295,
    .-padding-y-xxs-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxs-295,
    .-padding-x-xxs-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxs-295,
    .-padding-y-xxs-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxs-295,
    .-padding-x-xxs-295 {
        padding-left: 295px !important
    }

    .-padding-xxs-300 {
        padding: 300px !important
    }

    .-padding-top-xxs-300,
    .-padding-y-xxs-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxs-300,
    .-padding-x-xxs-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxs-300,
    .-padding-y-xxs-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxs-300,
    .-padding-x-xxs-300 {
        padding-left: 300px !important
    }

    .-margin-xxs-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxs-negative-5,
    .-margin-y-xxs-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxs-negative-5,
    .-margin-x-xxs-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxs-negative-5,
    .-margin-y-xxs-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxs-negative-5,
    .-margin-x-xxs-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxs-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxs-negative-10,
    .-margin-y-xxs-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxs-negative-10,
    .-margin-x-xxs-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxs-negative-10,
    .-margin-y-xxs-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxs-negative-10,
    .-margin-x-xxs-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxs-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxs-negative-15,
    .-margin-y-xxs-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxs-negative-15,
    .-margin-x-xxs-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxs-negative-15,
    .-margin-y-xxs-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxs-negative-15,
    .-margin-x-xxs-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxs-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxs-negative-20,
    .-margin-y-xxs-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxs-negative-20,
    .-margin-x-xxs-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxs-negative-20,
    .-margin-y-xxs-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxs-negative-20,
    .-margin-x-xxs-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxs-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxs-negative-25,
    .-margin-y-xxs-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxs-negative-25,
    .-margin-x-xxs-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxs-negative-25,
    .-margin-y-xxs-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxs-negative-25,
    .-margin-x-xxs-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxs-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxs-negative-30,
    .-margin-y-xxs-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxs-negative-30,
    .-margin-x-xxs-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxs-negative-30,
    .-margin-y-xxs-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxs-negative-30,
    .-margin-x-xxs-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxs-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxs-negative-35,
    .-margin-y-xxs-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxs-negative-35,
    .-margin-x-xxs-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxs-negative-35,
    .-margin-y-xxs-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxs-negative-35,
    .-margin-x-xxs-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxs-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxs-negative-40,
    .-margin-y-xxs-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxs-negative-40,
    .-margin-x-xxs-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxs-negative-40,
    .-margin-y-xxs-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxs-negative-40,
    .-margin-x-xxs-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxs-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxs-negative-45,
    .-margin-y-xxs-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxs-negative-45,
    .-margin-x-xxs-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxs-negative-45,
    .-margin-y-xxs-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxs-negative-45,
    .-margin-x-xxs-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxs-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxs-negative-50,
    .-margin-y-xxs-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxs-negative-50,
    .-margin-x-xxs-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxs-negative-50,
    .-margin-y-xxs-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxs-negative-50,
    .-margin-x-xxs-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxs-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxs-negative-55,
    .-margin-y-xxs-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxs-negative-55,
    .-margin-x-xxs-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxs-negative-55,
    .-margin-y-xxs-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxs-negative-55,
    .-margin-x-xxs-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxs-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxs-negative-60,
    .-margin-y-xxs-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxs-negative-60,
    .-margin-x-xxs-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxs-negative-60,
    .-margin-y-xxs-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxs-negative-60,
    .-margin-x-xxs-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxs-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxs-negative-65,
    .-margin-y-xxs-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxs-negative-65,
    .-margin-x-xxs-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxs-negative-65,
    .-margin-y-xxs-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxs-negative-65,
    .-margin-x-xxs-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxs-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxs-negative-75,
    .-margin-y-xxs-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxs-negative-75,
    .-margin-x-xxs-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxs-negative-75,
    .-margin-y-xxs-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxs-negative-75,
    .-margin-x-xxs-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxs-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxs-negative-80,
    .-margin-y-xxs-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxs-negative-80,
    .-margin-x-xxs-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxs-negative-80,
    .-margin-y-xxs-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxs-negative-80,
    .-margin-x-xxs-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxs-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxs-negative-85,
    .-margin-y-xxs-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxs-negative-85,
    .-margin-x-xxs-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxs-negative-85,
    .-margin-y-xxs-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxs-negative-85,
    .-margin-x-xxs-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxs-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxs-negative-90,
    .-margin-y-xxs-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxs-negative-90,
    .-margin-x-xxs-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxs-negative-90,
    .-margin-y-xxs-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxs-negative-90,
    .-margin-x-xxs-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxs-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxs-negative-95,
    .-margin-y-xxs-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxs-negative-95,
    .-margin-x-xxs-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxs-negative-95,
    .-margin-y-xxs-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxs-negative-95,
    .-margin-x-xxs-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxs-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxs-negative-100,
    .-margin-y-xxs-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxs-negative-100,
    .-margin-x-xxs-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxs-negative-100,
    .-margin-y-xxs-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxs-negative-100,
    .-margin-x-xxs-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxs-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxs-negative-105,
    .-margin-y-xxs-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxs-negative-105,
    .-margin-x-xxs-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxs-negative-105,
    .-margin-y-xxs-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxs-negative-105,
    .-margin-x-xxs-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxs-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxs-negative-110,
    .-margin-y-xxs-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxs-negative-110,
    .-margin-x-xxs-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxs-negative-110,
    .-margin-y-xxs-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxs-negative-110,
    .-margin-x-xxs-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxs-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxs-negative-115,
    .-margin-y-xxs-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxs-negative-115,
    .-margin-x-xxs-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxs-negative-115,
    .-margin-y-xxs-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxs-negative-115,
    .-margin-x-xxs-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxs-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxs-negative-120,
    .-margin-y-xxs-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxs-negative-120,
    .-margin-x-xxs-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxs-negative-120,
    .-margin-y-xxs-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxs-negative-120,
    .-margin-x-xxs-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxs-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxs-negative-125,
    .-margin-y-xxs-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxs-negative-125,
    .-margin-x-xxs-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxs-negative-125,
    .-margin-y-xxs-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxs-negative-125,
    .-margin-x-xxs-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxs-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxs-negative-130,
    .-margin-y-xxs-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxs-negative-130,
    .-margin-x-xxs-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxs-negative-130,
    .-margin-y-xxs-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxs-negative-130,
    .-margin-x-xxs-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxs-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxs-negative-135,
    .-margin-y-xxs-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxs-negative-135,
    .-margin-x-xxs-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxs-negative-135,
    .-margin-y-xxs-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxs-negative-135,
    .-margin-x-xxs-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxs-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxs-negative-140,
    .-margin-y-xxs-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxs-negative-140,
    .-margin-x-xxs-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxs-negative-140,
    .-margin-y-xxs-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxs-negative-140,
    .-margin-x-xxs-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxs-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxs-negative-145,
    .-margin-y-xxs-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxs-negative-145,
    .-margin-x-xxs-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxs-negative-145,
    .-margin-y-xxs-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxs-negative-145,
    .-margin-x-xxs-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxs-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxs-negative-150,
    .-margin-y-xxs-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxs-negative-150,
    .-margin-x-xxs-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxs-negative-150,
    .-margin-y-xxs-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxs-negative-150,
    .-margin-x-xxs-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxs-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxs-negative-155,
    .-margin-y-xxs-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxs-negative-155,
    .-margin-x-xxs-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxs-negative-155,
    .-margin-y-xxs-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxs-negative-155,
    .-margin-x-xxs-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxs-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxs-negative-160,
    .-margin-y-xxs-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxs-negative-160,
    .-margin-x-xxs-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxs-negative-160,
    .-margin-y-xxs-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxs-negative-160,
    .-margin-x-xxs-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxs-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxs-negative-165,
    .-margin-y-xxs-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxs-negative-165,
    .-margin-x-xxs-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxs-negative-165,
    .-margin-y-xxs-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxs-negative-165,
    .-margin-x-xxs-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxs-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxs-negative-170,
    .-margin-y-xxs-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxs-negative-170,
    .-margin-x-xxs-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxs-negative-170,
    .-margin-y-xxs-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxs-negative-170,
    .-margin-x-xxs-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxs-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxs-negative-175,
    .-margin-y-xxs-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxs-negative-175,
    .-margin-x-xxs-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxs-negative-175,
    .-margin-y-xxs-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxs-negative-175,
    .-margin-x-xxs-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxs-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxs-negative-180,
    .-margin-y-xxs-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxs-negative-180,
    .-margin-x-xxs-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxs-negative-180,
    .-margin-y-xxs-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxs-negative-180,
    .-margin-x-xxs-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxs-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxs-negative-185,
    .-margin-y-xxs-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxs-negative-185,
    .-margin-x-xxs-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxs-negative-185,
    .-margin-y-xxs-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxs-negative-185,
    .-margin-x-xxs-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxs-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxs-negative-190,
    .-margin-y-xxs-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxs-negative-190,
    .-margin-x-xxs-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxs-negative-190,
    .-margin-y-xxs-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxs-negative-190,
    .-margin-x-xxs-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxs-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxs-negative-195,
    .-margin-y-xxs-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxs-negative-195,
    .-margin-x-xxs-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxs-negative-195,
    .-margin-y-xxs-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxs-negative-195,
    .-margin-x-xxs-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxs-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxs-negative-200,
    .-margin-y-xxs-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxs-negative-200,
    .-margin-x-xxs-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxs-negative-200,
    .-margin-y-xxs-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxs-negative-200,
    .-margin-x-xxs-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxs-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxs-negative-205,
    .-margin-y-xxs-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxs-negative-205,
    .-margin-x-xxs-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxs-negative-205,
    .-margin-y-xxs-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxs-negative-205,
    .-margin-x-xxs-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxs-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxs-negative-210,
    .-margin-y-xxs-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxs-negative-210,
    .-margin-x-xxs-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxs-negative-210,
    .-margin-y-xxs-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxs-negative-210,
    .-margin-x-xxs-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxs-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxs-negative-215,
    .-margin-y-xxs-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxs-negative-215,
    .-margin-x-xxs-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxs-negative-215,
    .-margin-y-xxs-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxs-negative-215,
    .-margin-x-xxs-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxs-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxs-negative-220,
    .-margin-y-xxs-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxs-negative-220,
    .-margin-x-xxs-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxs-negative-220,
    .-margin-y-xxs-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxs-negative-220,
    .-margin-x-xxs-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxs-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxs-negative-225,
    .-margin-y-xxs-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxs-negative-225,
    .-margin-x-xxs-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxs-negative-225,
    .-margin-y-xxs-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxs-negative-225,
    .-margin-x-xxs-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxs-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxs-negative-230,
    .-margin-y-xxs-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxs-negative-230,
    .-margin-x-xxs-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxs-negative-230,
    .-margin-y-xxs-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxs-negative-230,
    .-margin-x-xxs-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxs-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxs-negative-235,
    .-margin-y-xxs-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxs-negative-235,
    .-margin-x-xxs-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxs-negative-235,
    .-margin-y-xxs-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxs-negative-235,
    .-margin-x-xxs-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxs-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxs-negative-240,
    .-margin-y-xxs-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxs-negative-240,
    .-margin-x-xxs-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxs-negative-240,
    .-margin-y-xxs-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxs-negative-240,
    .-margin-x-xxs-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxs-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxs-negative-245,
    .-margin-y-xxs-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxs-negative-245,
    .-margin-x-xxs-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxs-negative-245,
    .-margin-y-xxs-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxs-negative-245,
    .-margin-x-xxs-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxs-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxs-negative-250,
    .-margin-y-xxs-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxs-negative-250,
    .-margin-x-xxs-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxs-negative-250,
    .-margin-y-xxs-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxs-negative-250,
    .-margin-x-xxs-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxs-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxs-negative-255,
    .-margin-y-xxs-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxs-negative-255,
    .-margin-x-xxs-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxs-negative-255,
    .-margin-y-xxs-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxs-negative-255,
    .-margin-x-xxs-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxs-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxs-negative-260,
    .-margin-y-xxs-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxs-negative-260,
    .-margin-x-xxs-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxs-negative-260,
    .-margin-y-xxs-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxs-negative-260,
    .-margin-x-xxs-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxs-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxs-negative-265,
    .-margin-y-xxs-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxs-negative-265,
    .-margin-x-xxs-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxs-negative-265,
    .-margin-y-xxs-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxs-negative-265,
    .-margin-x-xxs-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxs-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxs-negative-270,
    .-margin-y-xxs-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxs-negative-270,
    .-margin-x-xxs-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxs-negative-270,
    .-margin-y-xxs-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxs-negative-270,
    .-margin-x-xxs-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxs-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxs-negative-275,
    .-margin-y-xxs-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxs-negative-275,
    .-margin-x-xxs-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxs-negative-275,
    .-margin-y-xxs-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxs-negative-275,
    .-margin-x-xxs-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxs-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxs-negative-280,
    .-margin-y-xxs-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxs-negative-280,
    .-margin-x-xxs-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxs-negative-280,
    .-margin-y-xxs-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxs-negative-280,
    .-margin-x-xxs-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxs-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxs-negative-285,
    .-margin-y-xxs-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxs-negative-285,
    .-margin-x-xxs-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxs-negative-285,
    .-margin-y-xxs-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxs-negative-285,
    .-margin-x-xxs-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxs-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxs-negative-290,
    .-margin-y-xxs-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxs-negative-290,
    .-margin-x-xxs-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxs-negative-290,
    .-margin-y-xxs-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxs-negative-290,
    .-margin-x-xxs-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxs-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxs-negative-295,
    .-margin-y-xxs-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxs-negative-295,
    .-margin-x-xxs-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxs-negative-295,
    .-margin-y-xxs-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxs-negative-295,
    .-margin-x-xxs-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxs-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxs-negative-300,
    .-margin-y-xxs-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxs-negative-300,
    .-margin-x-xxs-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxs-negative-300,
    .-margin-y-xxs-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxs-negative-300,
    .-margin-x-xxs-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxs-auto {
        margin: auto !important
    }

    .margin-top-xxs-auto,
    .margin-y-xxs-auto {
        margin-top: auto !important
    }

    .margin-right-xxs-auto,
    .margin-x-xxs-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxs-auto,
    .margin-y-xxs-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxs-auto,
    .margin-x-xxs-auto {
        margin-left: auto !important
    }
}

@media (min-width: 480px) {
    .-margin-xs-0 {
        margin: 0 !important
    }

    .-margin-top-xs-0,
    .-margin-y-xs-0 {
        margin-top: 0 !important
    }

    .-margin-right-xs-0,
    .-margin-x-xs-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xs-0,
    .-margin-y-xs-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xs-0,
    .-margin-x-xs-0 {
        margin-left: 0 !important
    }

    .-margin-xs-5 {
        margin: 5px !important
    }

    .-margin-top-xs-5,
    .-margin-y-xs-5 {
        margin-top: 5px !important
    }

    .-margin-right-xs-5,
    .-margin-x-xs-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xs-5,
    .-margin-y-xs-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xs-5,
    .-margin-x-xs-5 {
        margin-left: 5px !important
    }

    .-margin-xs-10 {
        margin: 10px !important
    }

    .-margin-top-xs-10,
    .-margin-y-xs-10 {
        margin-top: 10px !important
    }

    .-margin-right-xs-10,
    .-margin-x-xs-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xs-10,
    .-margin-y-xs-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xs-10,
    .-margin-x-xs-10 {
        margin-left: 10px !important
    }

    .-margin-xs-15 {
        margin: 15px !important
    }

    .-margin-top-xs-15,
    .-margin-y-xs-15 {
        margin-top: 15px !important
    }

    .-margin-right-xs-15,
    .-margin-x-xs-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xs-15,
    .-margin-y-xs-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xs-15,
    .-margin-x-xs-15 {
        margin-left: 15px !important
    }

    .-margin-xs-20 {
        margin: 20px !important
    }

    .-margin-top-xs-20,
    .-margin-y-xs-20 {
        margin-top: 20px !important
    }

    .-margin-right-xs-20,
    .-margin-x-xs-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xs-20,
    .-margin-y-xs-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xs-20,
    .-margin-x-xs-20 {
        margin-left: 20px !important
    }

    .-margin-xs-25 {
        margin: 25px !important
    }

    .-margin-top-xs-25,
    .-margin-y-xs-25 {
        margin-top: 25px !important
    }

    .-margin-right-xs-25,
    .-margin-x-xs-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xs-25,
    .-margin-y-xs-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xs-25,
    .-margin-x-xs-25 {
        margin-left: 25px !important
    }

    .-margin-xs-30 {
        margin: 35px !important
    }

    .-margin-top-xs-30,
    .-margin-y-xs-30 {
        margin-top: 35px !important
    }

    .-margin-right-xs-30,
    .-margin-x-xs-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xs-30,
    .-margin-y-xs-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xs-30,
    .-margin-x-xs-30 {
        margin-left: 35px !important
    }

    .-margin-xs-35 {
        margin: 35px !important
    }

    .-margin-top-xs-35,
    .-margin-y-xs-35 {
        margin-top: 35px !important
    }

    .-margin-right-xs-35,
    .-margin-x-xs-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xs-35,
    .-margin-y-xs-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xs-35,
    .-margin-x-xs-35 {
        margin-left: 35px !important
    }

    .-margin-xs-40 {
        margin: 40px !important
    }

    .-margin-top-xs-40,
    .-margin-y-xs-40 {
        margin-top: 40px !important
    }

    .-margin-right-xs-40,
    .-margin-x-xs-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xs-40,
    .-margin-y-xs-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xs-40,
    .-margin-x-xs-40 {
        margin-left: 40px !important
    }

    .-margin-xs-45 {
        margin: 45px !important
    }

    .-margin-top-xs-45,
    .-margin-y-xs-45 {
        margin-top: 45px !important
    }

    .-margin-right-xs-45,
    .-margin-x-xs-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xs-45,
    .-margin-y-xs-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xs-45,
    .-margin-x-xs-45 {
        margin-left: 45px !important
    }

    .-margin-xs-50 {
        margin: 50px !important
    }

    .-margin-top-xs-50,
    .-margin-y-xs-50 {
        margin-top: 50px !important
    }

    .-margin-right-xs-50,
    .-margin-x-xs-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xs-50,
    .-margin-y-xs-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xs-50,
    .-margin-x-xs-50 {
        margin-left: 50px !important
    }

    .-margin-xs-55 {
        margin: 55px !important
    }

    .-margin-top-xs-55,
    .-margin-y-xs-55 {
        margin-top: 55px !important
    }

    .-margin-right-xs-55,
    .-margin-x-xs-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xs-55,
    .-margin-y-xs-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xs-55,
    .-margin-x-xs-55 {
        margin-left: 55px !important
    }

    .-margin-xs-60 {
        margin: 60px !important
    }

    .-margin-top-xs-60,
    .-margin-y-xs-60 {
        margin-top: 60px !important
    }

    .-margin-right-xs-60,
    .-margin-x-xs-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xs-60,
    .-margin-y-xs-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xs-60,
    .-margin-x-xs-60 {
        margin-left: 60px !important
    }

    .-margin-xs-65 {
        margin: 65px !important
    }

    .-margin-top-xs-65,
    .-margin-y-xs-65 {
        margin-top: 65px !important
    }

    .-margin-right-xs-65,
    .-margin-x-xs-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xs-65,
    .-margin-y-xs-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xs-65,
    .-margin-x-xs-65 {
        margin-left: 65px !important
    }

    .-margin-xs-75 {
        margin: 75px !important
    }

    .-margin-top-xs-75,
    .-margin-y-xs-75 {
        margin-top: 75px !important
    }

    .-margin-right-xs-75,
    .-margin-x-xs-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xs-75,
    .-margin-y-xs-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xs-75,
    .-margin-x-xs-75 {
        margin-left: 75px !important
    }

    .-margin-xs-80 {
        margin: 80px !important
    }

    .-margin-top-xs-80,
    .-margin-y-xs-80 {
        margin-top: 80px !important
    }

    .-margin-right-xs-80,
    .-margin-x-xs-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xs-80,
    .-margin-y-xs-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xs-80,
    .-margin-x-xs-80 {
        margin-left: 80px !important
    }

    .-margin-xs-85 {
        margin: 85px !important
    }

    .-margin-top-xs-85,
    .-margin-y-xs-85 {
        margin-top: 85px !important
    }

    .-margin-right-xs-85,
    .-margin-x-xs-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xs-85,
    .-margin-y-xs-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xs-85,
    .-margin-x-xs-85 {
        margin-left: 85px !important
    }

    .-margin-xs-90 {
        margin: 90px !important
    }

    .-margin-top-xs-90,
    .-margin-y-xs-90 {
        margin-top: 90px !important
    }

    .-margin-right-xs-90,
    .-margin-x-xs-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xs-90,
    .-margin-y-xs-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xs-90,
    .-margin-x-xs-90 {
        margin-left: 90px !important
    }

    .-margin-xs-95 {
        margin: 95px !important
    }

    .-margin-top-xs-95,
    .-margin-y-xs-95 {
        margin-top: 95px !important
    }

    .-margin-right-xs-95,
    .-margin-x-xs-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xs-95,
    .-margin-y-xs-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xs-95,
    .-margin-x-xs-95 {
        margin-left: 95px !important
    }

    .-margin-xs-100 {
        margin: 100px !important
    }

    .-margin-top-xs-100,
    .-margin-y-xs-100 {
        margin-top: 100px !important
    }

    .-margin-right-xs-100,
    .-margin-x-xs-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xs-100,
    .-margin-y-xs-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xs-100,
    .-margin-x-xs-100 {
        margin-left: 100px !important
    }

    .-margin-xs-105 {
        margin: 105px !important
    }

    .-margin-top-xs-105,
    .-margin-y-xs-105 {
        margin-top: 105px !important
    }

    .-margin-right-xs-105,
    .-margin-x-xs-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xs-105,
    .-margin-y-xs-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xs-105,
    .-margin-x-xs-105 {
        margin-left: 105px !important
    }

    .-margin-xs-110 {
        margin: 110px !important
    }

    .-margin-top-xs-110,
    .-margin-y-xs-110 {
        margin-top: 110px !important
    }

    .-margin-right-xs-110,
    .-margin-x-xs-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xs-110,
    .-margin-y-xs-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xs-110,
    .-margin-x-xs-110 {
        margin-left: 110px !important
    }

    .-margin-xs-115 {
        margin: 115px !important
    }

    .-margin-top-xs-115,
    .-margin-y-xs-115 {
        margin-top: 115px !important
    }

    .-margin-right-xs-115,
    .-margin-x-xs-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xs-115,
    .-margin-y-xs-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xs-115,
    .-margin-x-xs-115 {
        margin-left: 115px !important
    }

    .-margin-xs-120 {
        margin: 120px !important
    }

    .-margin-top-xs-120,
    .-margin-y-xs-120 {
        margin-top: 120px !important
    }

    .-margin-right-xs-120,
    .-margin-x-xs-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xs-120,
    .-margin-y-xs-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xs-120,
    .-margin-x-xs-120 {
        margin-left: 120px !important
    }

    .-margin-xs-125 {
        margin: 125px !important
    }

    .-margin-top-xs-125,
    .-margin-y-xs-125 {
        margin-top: 125px !important
    }

    .-margin-right-xs-125,
    .-margin-x-xs-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xs-125,
    .-margin-y-xs-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xs-125,
    .-margin-x-xs-125 {
        margin-left: 125px !important
    }

    .-margin-xs-130 {
        margin: 130px !important
    }

    .-margin-top-xs-130,
    .-margin-y-xs-130 {
        margin-top: 130px !important
    }

    .-margin-right-xs-130,
    .-margin-x-xs-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xs-130,
    .-margin-y-xs-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xs-130,
    .-margin-x-xs-130 {
        margin-left: 130px !important
    }

    .-margin-xs-135 {
        margin: 135px !important
    }

    .-margin-top-xs-135,
    .-margin-y-xs-135 {
        margin-top: 135px !important
    }

    .-margin-right-xs-135,
    .-margin-x-xs-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xs-135,
    .-margin-y-xs-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xs-135,
    .-margin-x-xs-135 {
        margin-left: 135px !important
    }

    .-margin-xs-140 {
        margin: 140px !important
    }

    .-margin-top-xs-140,
    .-margin-y-xs-140 {
        margin-top: 140px !important
    }

    .-margin-right-xs-140,
    .-margin-x-xs-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xs-140,
    .-margin-y-xs-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xs-140,
    .-margin-x-xs-140 {
        margin-left: 140px !important
    }

    .-margin-xs-145 {
        margin: 145px !important
    }

    .-margin-top-xs-145,
    .-margin-y-xs-145 {
        margin-top: 145px !important
    }

    .-margin-right-xs-145,
    .-margin-x-xs-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xs-145,
    .-margin-y-xs-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xs-145,
    .-margin-x-xs-145 {
        margin-left: 145px !important
    }

    .-margin-xs-150 {
        margin: 150px !important
    }

    .-margin-top-xs-150,
    .-margin-y-xs-150 {
        margin-top: 150px !important
    }

    .-margin-right-xs-150,
    .-margin-x-xs-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xs-150,
    .-margin-y-xs-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xs-150,
    .-margin-x-xs-150 {
        margin-left: 150px !important
    }

    .-margin-xs-155 {
        margin: 155px !important
    }

    .-margin-top-xs-155,
    .-margin-y-xs-155 {
        margin-top: 155px !important
    }

    .-margin-right-xs-155,
    .-margin-x-xs-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xs-155,
    .-margin-y-xs-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xs-155,
    .-margin-x-xs-155 {
        margin-left: 155px !important
    }

    .-margin-xs-160 {
        margin: 160px !important
    }

    .-margin-top-xs-160,
    .-margin-y-xs-160 {
        margin-top: 160px !important
    }

    .-margin-right-xs-160,
    .-margin-x-xs-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xs-160,
    .-margin-y-xs-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xs-160,
    .-margin-x-xs-160 {
        margin-left: 160px !important
    }

    .-margin-xs-165 {
        margin: 165px !important
    }

    .-margin-top-xs-165,
    .-margin-y-xs-165 {
        margin-top: 165px !important
    }

    .-margin-right-xs-165,
    .-margin-x-xs-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xs-165,
    .-margin-y-xs-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xs-165,
    .-margin-x-xs-165 {
        margin-left: 165px !important
    }

    .-margin-xs-170 {
        margin: 170px !important
    }

    .-margin-top-xs-170,
    .-margin-y-xs-170 {
        margin-top: 170px !important
    }

    .-margin-right-xs-170,
    .-margin-x-xs-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xs-170,
    .-margin-y-xs-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xs-170,
    .-margin-x-xs-170 {
        margin-left: 170px !important
    }

    .-margin-xs-175 {
        margin: 175px !important
    }

    .-margin-top-xs-175,
    .-margin-y-xs-175 {
        margin-top: 175px !important
    }

    .-margin-right-xs-175,
    .-margin-x-xs-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xs-175,
    .-margin-y-xs-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xs-175,
    .-margin-x-xs-175 {
        margin-left: 175px !important
    }

    .-margin-xs-180 {
        margin: 180px !important
    }

    .-margin-top-xs-180,
    .-margin-y-xs-180 {
        margin-top: 180px !important
    }

    .-margin-right-xs-180,
    .-margin-x-xs-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xs-180,
    .-margin-y-xs-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xs-180,
    .-margin-x-xs-180 {
        margin-left: 180px !important
    }

    .-margin-xs-185 {
        margin: 185px !important
    }

    .-margin-top-xs-185,
    .-margin-y-xs-185 {
        margin-top: 185px !important
    }

    .-margin-right-xs-185,
    .-margin-x-xs-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xs-185,
    .-margin-y-xs-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xs-185,
    .-margin-x-xs-185 {
        margin-left: 185px !important
    }

    .-margin-xs-190 {
        margin: 190px !important
    }

    .-margin-top-xs-190,
    .-margin-y-xs-190 {
        margin-top: 190px !important
    }

    .-margin-right-xs-190,
    .-margin-x-xs-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xs-190,
    .-margin-y-xs-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xs-190,
    .-margin-x-xs-190 {
        margin-left: 190px !important
    }

    .-margin-xs-195 {
        margin: 195px !important
    }

    .-margin-top-xs-195,
    .-margin-y-xs-195 {
        margin-top: 195px !important
    }

    .-margin-right-xs-195,
    .-margin-x-xs-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xs-195,
    .-margin-y-xs-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xs-195,
    .-margin-x-xs-195 {
        margin-left: 195px !important
    }

    .-margin-xs-200 {
        margin: 200px !important
    }

    .-margin-top-xs-200,
    .-margin-y-xs-200 {
        margin-top: 200px !important
    }

    .-margin-right-xs-200,
    .-margin-x-xs-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xs-200,
    .-margin-y-xs-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xs-200,
    .-margin-x-xs-200 {
        margin-left: 200px !important
    }

    .-margin-xs-205 {
        margin: 205px !important
    }

    .-margin-top-xs-205,
    .-margin-y-xs-205 {
        margin-top: 205px !important
    }

    .-margin-right-xs-205,
    .-margin-x-xs-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xs-205,
    .-margin-y-xs-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xs-205,
    .-margin-x-xs-205 {
        margin-left: 205px !important
    }

    .-margin-xs-210 {
        margin: 210px !important
    }

    .-margin-top-xs-210,
    .-margin-y-xs-210 {
        margin-top: 210px !important
    }

    .-margin-right-xs-210,
    .-margin-x-xs-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xs-210,
    .-margin-y-xs-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xs-210,
    .-margin-x-xs-210 {
        margin-left: 210px !important
    }

    .-margin-xs-215 {
        margin: 215px !important
    }

    .-margin-top-xs-215,
    .-margin-y-xs-215 {
        margin-top: 215px !important
    }

    .-margin-right-xs-215,
    .-margin-x-xs-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xs-215,
    .-margin-y-xs-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xs-215,
    .-margin-x-xs-215 {
        margin-left: 215px !important
    }

    .-margin-xs-220 {
        margin: 220px !important
    }

    .-margin-top-xs-220,
    .-margin-y-xs-220 {
        margin-top: 220px !important
    }

    .-margin-right-xs-220,
    .-margin-x-xs-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xs-220,
    .-margin-y-xs-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xs-220,
    .-margin-x-xs-220 {
        margin-left: 220px !important
    }

    .-margin-xs-225 {
        margin: 225px !important
    }

    .-margin-top-xs-225,
    .-margin-y-xs-225 {
        margin-top: 225px !important
    }

    .-margin-right-xs-225,
    .-margin-x-xs-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xs-225,
    .-margin-y-xs-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xs-225,
    .-margin-x-xs-225 {
        margin-left: 225px !important
    }

    .-margin-xs-230 {
        margin: 230px !important
    }

    .-margin-top-xs-230,
    .-margin-y-xs-230 {
        margin-top: 230px !important
    }

    .-margin-right-xs-230,
    .-margin-x-xs-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xs-230,
    .-margin-y-xs-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xs-230,
    .-margin-x-xs-230 {
        margin-left: 230px !important
    }

    .-margin-xs-235 {
        margin: 235px !important
    }

    .-margin-top-xs-235,
    .-margin-y-xs-235 {
        margin-top: 235px !important
    }

    .-margin-right-xs-235,
    .-margin-x-xs-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xs-235,
    .-margin-y-xs-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xs-235,
    .-margin-x-xs-235 {
        margin-left: 235px !important
    }

    .-margin-xs-240 {
        margin: 240px !important
    }

    .-margin-top-xs-240,
    .-margin-y-xs-240 {
        margin-top: 240px !important
    }

    .-margin-right-xs-240,
    .-margin-x-xs-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xs-240,
    .-margin-y-xs-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xs-240,
    .-margin-x-xs-240 {
        margin-left: 240px !important
    }

    .-margin-xs-245 {
        margin: 245px !important
    }

    .-margin-top-xs-245,
    .-margin-y-xs-245 {
        margin-top: 245px !important
    }

    .-margin-right-xs-245,
    .-margin-x-xs-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xs-245,
    .-margin-y-xs-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xs-245,
    .-margin-x-xs-245 {
        margin-left: 245px !important
    }

    .-margin-xs-250 {
        margin: 250px !important
    }

    .-margin-top-xs-250,
    .-margin-y-xs-250 {
        margin-top: 250px !important
    }

    .-margin-right-xs-250,
    .-margin-x-xs-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xs-250,
    .-margin-y-xs-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xs-250,
    .-margin-x-xs-250 {
        margin-left: 250px !important
    }

    .-margin-xs-255 {
        margin: 255px !important
    }

    .-margin-top-xs-255,
    .-margin-y-xs-255 {
        margin-top: 255px !important
    }

    .-margin-right-xs-255,
    .-margin-x-xs-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xs-255,
    .-margin-y-xs-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xs-255,
    .-margin-x-xs-255 {
        margin-left: 255px !important
    }

    .-margin-xs-260 {
        margin: 260px !important
    }

    .-margin-top-xs-260,
    .-margin-y-xs-260 {
        margin-top: 260px !important
    }

    .-margin-right-xs-260,
    .-margin-x-xs-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xs-260,
    .-margin-y-xs-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xs-260,
    .-margin-x-xs-260 {
        margin-left: 260px !important
    }

    .-margin-xs-265 {
        margin: 265px !important
    }

    .-margin-top-xs-265,
    .-margin-y-xs-265 {
        margin-top: 265px !important
    }

    .-margin-right-xs-265,
    .-margin-x-xs-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xs-265,
    .-margin-y-xs-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xs-265,
    .-margin-x-xs-265 {
        margin-left: 265px !important
    }

    .-margin-xs-270 {
        margin: 270px !important
    }

    .-margin-top-xs-270,
    .-margin-y-xs-270 {
        margin-top: 270px !important
    }

    .-margin-right-xs-270,
    .-margin-x-xs-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xs-270,
    .-margin-y-xs-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xs-270,
    .-margin-x-xs-270 {
        margin-left: 270px !important
    }

    .-margin-xs-275 {
        margin: 275px !important
    }

    .-margin-top-xs-275,
    .-margin-y-xs-275 {
        margin-top: 275px !important
    }

    .-margin-right-xs-275,
    .-margin-x-xs-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xs-275,
    .-margin-y-xs-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xs-275,
    .-margin-x-xs-275 {
        margin-left: 275px !important
    }

    .-margin-xs-280 {
        margin: 280px !important
    }

    .-margin-top-xs-280,
    .-margin-y-xs-280 {
        margin-top: 280px !important
    }

    .-margin-right-xs-280,
    .-margin-x-xs-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xs-280,
    .-margin-y-xs-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xs-280,
    .-margin-x-xs-280 {
        margin-left: 280px !important
    }

    .-margin-xs-285 {
        margin: 285px !important
    }

    .-margin-top-xs-285,
    .-margin-y-xs-285 {
        margin-top: 285px !important
    }

    .-margin-right-xs-285,
    .-margin-x-xs-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xs-285,
    .-margin-y-xs-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xs-285,
    .-margin-x-xs-285 {
        margin-left: 285px !important
    }

    .-margin-xs-290 {
        margin: 290px !important
    }

    .-margin-top-xs-290,
    .-margin-y-xs-290 {
        margin-top: 290px !important
    }

    .-margin-right-xs-290,
    .-margin-x-xs-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xs-290,
    .-margin-y-xs-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xs-290,
    .-margin-x-xs-290 {
        margin-left: 290px !important
    }

    .-margin-xs-295 {
        margin: 295px !important
    }

    .-margin-top-xs-295,
    .-margin-y-xs-295 {
        margin-top: 295px !important
    }

    .-margin-right-xs-295,
    .-margin-x-xs-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xs-295,
    .-margin-y-xs-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xs-295,
    .-margin-x-xs-295 {
        margin-left: 295px !important
    }

    .-margin-xs-300 {
        margin: 300px !important
    }

    .-margin-top-xs-300,
    .-margin-y-xs-300 {
        margin-top: 300px !important
    }

    .-margin-right-xs-300,
    .-margin-x-xs-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xs-300,
    .-margin-y-xs-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xs-300,
    .-margin-x-xs-300 {
        margin-left: 300px !important
    }

    .-padding-xs-0 {
        padding: 0 !important
    }

    .-padding-top-xs-0,
    .-padding-y-xs-0 {
        padding-top: 0 !important
    }

    .-padding-right-xs-0,
    .-padding-x-xs-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xs-0,
    .-padding-y-xs-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xs-0,
    .-padding-x-xs-0 {
        padding-left: 0 !important
    }

    .-padding-xs-5 {
        padding: 5px !important
    }

    .-padding-top-xs-5,
    .-padding-y-xs-5 {
        padding-top: 5px !important
    }

    .-padding-right-xs-5,
    .-padding-x-xs-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xs-5,
    .-padding-y-xs-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xs-5,
    .-padding-x-xs-5 {
        padding-left: 5px !important
    }

    .-padding-xs-10 {
        padding: 10px !important
    }

    .-padding-top-xs-10,
    .-padding-y-xs-10 {
        padding-top: 10px !important
    }

    .-padding-right-xs-10,
    .-padding-x-xs-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xs-10,
    .-padding-y-xs-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xs-10,
    .-padding-x-xs-10 {
        padding-left: 10px !important
    }

    .-padding-xs-15 {
        padding: 15px !important
    }

    .-padding-top-xs-15,
    .-padding-y-xs-15 {
        padding-top: 15px !important
    }

    .-padding-right-xs-15,
    .-padding-x-xs-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xs-15,
    .-padding-y-xs-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xs-15,
    .-padding-x-xs-15 {
        padding-left: 15px !important
    }

    .-padding-xs-20 {
        padding: 20px !important
    }

    .-padding-top-xs-20,
    .-padding-y-xs-20 {
        padding-top: 20px !important
    }

    .-padding-right-xs-20,
    .-padding-x-xs-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xs-20,
    .-padding-y-xs-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xs-20,
    .-padding-x-xs-20 {
        padding-left: 20px !important
    }

    .-padding-xs-25 {
        padding: 25px !important
    }

    .-padding-top-xs-25,
    .-padding-y-xs-25 {
        padding-top: 25px !important
    }

    .-padding-right-xs-25,
    .-padding-x-xs-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xs-25,
    .-padding-y-xs-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xs-25,
    .-padding-x-xs-25 {
        padding-left: 25px !important
    }

    .-padding-xs-30 {
        padding: 35px !important
    }

    .-padding-top-xs-30,
    .-padding-y-xs-30 {
        padding-top: 35px !important
    }

    .-padding-right-xs-30,
    .-padding-x-xs-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xs-30,
    .-padding-y-xs-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xs-30,
    .-padding-x-xs-30 {
        padding-left: 35px !important
    }

    .-padding-xs-35 {
        padding: 35px !important
    }

    .-padding-top-xs-35,
    .-padding-y-xs-35 {
        padding-top: 35px !important
    }

    .-padding-right-xs-35,
    .-padding-x-xs-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xs-35,
    .-padding-y-xs-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xs-35,
    .-padding-x-xs-35 {
        padding-left: 35px !important
    }

    .-padding-xs-40 {
        padding: 40px !important
    }

    .-padding-top-xs-40,
    .-padding-y-xs-40 {
        padding-top: 40px !important
    }

    .-padding-right-xs-40,
    .-padding-x-xs-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xs-40,
    .-padding-y-xs-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xs-40,
    .-padding-x-xs-40 {
        padding-left: 40px !important
    }

    .-padding-xs-45 {
        padding: 45px !important
    }

    .-padding-top-xs-45,
    .-padding-y-xs-45 {
        padding-top: 45px !important
    }

    .-padding-right-xs-45,
    .-padding-x-xs-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xs-45,
    .-padding-y-xs-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xs-45,
    .-padding-x-xs-45 {
        padding-left: 45px !important
    }

    .-padding-xs-50 {
        padding: 50px !important
    }

    .-padding-top-xs-50,
    .-padding-y-xs-50 {
        padding-top: 50px !important
    }

    .-padding-right-xs-50,
    .-padding-x-xs-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xs-50,
    .-padding-y-xs-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xs-50,
    .-padding-x-xs-50 {
        padding-left: 50px !important
    }

    .-padding-xs-55 {
        padding: 55px !important
    }

    .-padding-top-xs-55,
    .-padding-y-xs-55 {
        padding-top: 55px !important
    }

    .-padding-right-xs-55,
    .-padding-x-xs-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xs-55,
    .-padding-y-xs-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xs-55,
    .-padding-x-xs-55 {
        padding-left: 55px !important
    }

    .-padding-xs-60 {
        padding: 60px !important
    }

    .-padding-top-xs-60,
    .-padding-y-xs-60 {
        padding-top: 60px !important
    }

    .-padding-right-xs-60,
    .-padding-x-xs-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xs-60,
    .-padding-y-xs-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xs-60,
    .-padding-x-xs-60 {
        padding-left: 60px !important
    }

    .-padding-xs-65 {
        padding: 65px !important
    }

    .-padding-top-xs-65,
    .-padding-y-xs-65 {
        padding-top: 65px !important
    }

    .-padding-right-xs-65,
    .-padding-x-xs-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xs-65,
    .-padding-y-xs-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xs-65,
    .-padding-x-xs-65 {
        padding-left: 65px !important
    }

    .-padding-xs-75 {
        padding: 75px !important
    }

    .-padding-top-xs-75,
    .-padding-y-xs-75 {
        padding-top: 75px !important
    }

    .-padding-right-xs-75,
    .-padding-x-xs-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xs-75,
    .-padding-y-xs-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xs-75,
    .-padding-x-xs-75 {
        padding-left: 75px !important
    }

    .-padding-xs-80 {
        padding: 80px !important
    }

    .-padding-top-xs-80,
    .-padding-y-xs-80 {
        padding-top: 80px !important
    }

    .-padding-right-xs-80,
    .-padding-x-xs-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xs-80,
    .-padding-y-xs-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xs-80,
    .-padding-x-xs-80 {
        padding-left: 80px !important
    }

    .-padding-xs-85 {
        padding: 85px !important
    }

    .-padding-top-xs-85,
    .-padding-y-xs-85 {
        padding-top: 85px !important
    }

    .-padding-right-xs-85,
    .-padding-x-xs-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xs-85,
    .-padding-y-xs-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xs-85,
    .-padding-x-xs-85 {
        padding-left: 85px !important
    }

    .-padding-xs-90 {
        padding: 90px !important
    }

    .-padding-top-xs-90,
    .-padding-y-xs-90 {
        padding-top: 90px !important
    }

    .-padding-right-xs-90,
    .-padding-x-xs-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xs-90,
    .-padding-y-xs-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xs-90,
    .-padding-x-xs-90 {
        padding-left: 90px !important
    }

    .-padding-xs-95 {
        padding: 95px !important
    }

    .-padding-top-xs-95,
    .-padding-y-xs-95 {
        padding-top: 95px !important
    }

    .-padding-right-xs-95,
    .-padding-x-xs-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xs-95,
    .-padding-y-xs-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xs-95,
    .-padding-x-xs-95 {
        padding-left: 95px !important
    }

    .-padding-xs-100 {
        padding: 100px !important
    }

    .-padding-top-xs-100,
    .-padding-y-xs-100 {
        padding-top: 100px !important
    }

    .-padding-right-xs-100,
    .-padding-x-xs-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xs-100,
    .-padding-y-xs-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xs-100,
    .-padding-x-xs-100 {
        padding-left: 100px !important
    }

    .-padding-xs-105 {
        padding: 105px !important
    }

    .-padding-top-xs-105,
    .-padding-y-xs-105 {
        padding-top: 105px !important
    }

    .-padding-right-xs-105,
    .-padding-x-xs-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xs-105,
    .-padding-y-xs-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xs-105,
    .-padding-x-xs-105 {
        padding-left: 105px !important
    }

    .-padding-xs-110 {
        padding: 110px !important
    }

    .-padding-top-xs-110,
    .-padding-y-xs-110 {
        padding-top: 110px !important
    }

    .-padding-right-xs-110,
    .-padding-x-xs-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xs-110,
    .-padding-y-xs-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xs-110,
    .-padding-x-xs-110 {
        padding-left: 110px !important
    }

    .-padding-xs-115 {
        padding: 115px !important
    }

    .-padding-top-xs-115,
    .-padding-y-xs-115 {
        padding-top: 115px !important
    }

    .-padding-right-xs-115,
    .-padding-x-xs-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xs-115,
    .-padding-y-xs-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xs-115,
    .-padding-x-xs-115 {
        padding-left: 115px !important
    }

    .-padding-xs-120 {
        padding: 120px !important
    }

    .-padding-top-xs-120,
    .-padding-y-xs-120 {
        padding-top: 120px !important
    }

    .-padding-right-xs-120,
    .-padding-x-xs-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xs-120,
    .-padding-y-xs-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xs-120,
    .-padding-x-xs-120 {
        padding-left: 120px !important
    }

    .-padding-xs-125 {
        padding: 125px !important
    }

    .-padding-top-xs-125,
    .-padding-y-xs-125 {
        padding-top: 125px !important
    }

    .-padding-right-xs-125,
    .-padding-x-xs-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xs-125,
    .-padding-y-xs-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xs-125,
    .-padding-x-xs-125 {
        padding-left: 125px !important
    }

    .-padding-xs-130 {
        padding: 130px !important
    }

    .-padding-top-xs-130,
    .-padding-y-xs-130 {
        padding-top: 130px !important
    }

    .-padding-right-xs-130,
    .-padding-x-xs-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xs-130,
    .-padding-y-xs-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xs-130,
    .-padding-x-xs-130 {
        padding-left: 130px !important
    }

    .-padding-xs-135 {
        padding: 135px !important
    }

    .-padding-top-xs-135,
    .-padding-y-xs-135 {
        padding-top: 135px !important
    }

    .-padding-right-xs-135,
    .-padding-x-xs-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xs-135,
    .-padding-y-xs-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xs-135,
    .-padding-x-xs-135 {
        padding-left: 135px !important
    }

    .-padding-xs-140 {
        padding: 140px !important
    }

    .-padding-top-xs-140,
    .-padding-y-xs-140 {
        padding-top: 140px !important
    }

    .-padding-right-xs-140,
    .-padding-x-xs-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xs-140,
    .-padding-y-xs-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xs-140,
    .-padding-x-xs-140 {
        padding-left: 140px !important
    }

    .-padding-xs-145 {
        padding: 145px !important
    }

    .-padding-top-xs-145,
    .-padding-y-xs-145 {
        padding-top: 145px !important
    }

    .-padding-right-xs-145,
    .-padding-x-xs-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xs-145,
    .-padding-y-xs-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xs-145,
    .-padding-x-xs-145 {
        padding-left: 145px !important
    }

    .-padding-xs-150 {
        padding: 150px !important
    }

    .-padding-top-xs-150,
    .-padding-y-xs-150 {
        padding-top: 150px !important
    }

    .-padding-right-xs-150,
    .-padding-x-xs-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xs-150,
    .-padding-y-xs-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xs-150,
    .-padding-x-xs-150 {
        padding-left: 150px !important
    }

    .-padding-xs-155 {
        padding: 155px !important
    }

    .-padding-top-xs-155,
    .-padding-y-xs-155 {
        padding-top: 155px !important
    }

    .-padding-right-xs-155,
    .-padding-x-xs-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xs-155,
    .-padding-y-xs-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xs-155,
    .-padding-x-xs-155 {
        padding-left: 155px !important
    }

    .-padding-xs-160 {
        padding: 160px !important
    }

    .-padding-top-xs-160,
    .-padding-y-xs-160 {
        padding-top: 160px !important
    }

    .-padding-right-xs-160,
    .-padding-x-xs-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xs-160,
    .-padding-y-xs-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xs-160,
    .-padding-x-xs-160 {
        padding-left: 160px !important
    }

    .-padding-xs-165 {
        padding: 165px !important
    }

    .-padding-top-xs-165,
    .-padding-y-xs-165 {
        padding-top: 165px !important
    }

    .-padding-right-xs-165,
    .-padding-x-xs-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xs-165,
    .-padding-y-xs-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xs-165,
    .-padding-x-xs-165 {
        padding-left: 165px !important
    }

    .-padding-xs-170 {
        padding: 170px !important
    }

    .-padding-top-xs-170,
    .-padding-y-xs-170 {
        padding-top: 170px !important
    }

    .-padding-right-xs-170,
    .-padding-x-xs-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xs-170,
    .-padding-y-xs-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xs-170,
    .-padding-x-xs-170 {
        padding-left: 170px !important
    }

    .-padding-xs-175 {
        padding: 175px !important
    }

    .-padding-top-xs-175,
    .-padding-y-xs-175 {
        padding-top: 175px !important
    }

    .-padding-right-xs-175,
    .-padding-x-xs-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xs-175,
    .-padding-y-xs-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xs-175,
    .-padding-x-xs-175 {
        padding-left: 175px !important
    }

    .-padding-xs-180 {
        padding: 180px !important
    }

    .-padding-top-xs-180,
    .-padding-y-xs-180 {
        padding-top: 180px !important
    }

    .-padding-right-xs-180,
    .-padding-x-xs-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xs-180,
    .-padding-y-xs-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xs-180,
    .-padding-x-xs-180 {
        padding-left: 180px !important
    }

    .-padding-xs-185 {
        padding: 185px !important
    }

    .-padding-top-xs-185,
    .-padding-y-xs-185 {
        padding-top: 185px !important
    }

    .-padding-right-xs-185,
    .-padding-x-xs-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xs-185,
    .-padding-y-xs-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xs-185,
    .-padding-x-xs-185 {
        padding-left: 185px !important
    }

    .-padding-xs-190 {
        padding: 190px !important
    }

    .-padding-top-xs-190,
    .-padding-y-xs-190 {
        padding-top: 190px !important
    }

    .-padding-right-xs-190,
    .-padding-x-xs-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xs-190,
    .-padding-y-xs-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xs-190,
    .-padding-x-xs-190 {
        padding-left: 190px !important
    }

    .-padding-xs-195 {
        padding: 195px !important
    }

    .-padding-top-xs-195,
    .-padding-y-xs-195 {
        padding-top: 195px !important
    }

    .-padding-right-xs-195,
    .-padding-x-xs-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xs-195,
    .-padding-y-xs-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xs-195,
    .-padding-x-xs-195 {
        padding-left: 195px !important
    }

    .-padding-xs-200 {
        padding: 200px !important
    }

    .-padding-top-xs-200,
    .-padding-y-xs-200 {
        padding-top: 200px !important
    }

    .-padding-right-xs-200,
    .-padding-x-xs-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xs-200,
    .-padding-y-xs-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xs-200,
    .-padding-x-xs-200 {
        padding-left: 200px !important
    }

    .-padding-xs-205 {
        padding: 205px !important
    }

    .-padding-top-xs-205,
    .-padding-y-xs-205 {
        padding-top: 205px !important
    }

    .-padding-right-xs-205,
    .-padding-x-xs-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xs-205,
    .-padding-y-xs-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xs-205,
    .-padding-x-xs-205 {
        padding-left: 205px !important
    }

    .-padding-xs-210 {
        padding: 210px !important
    }

    .-padding-top-xs-210,
    .-padding-y-xs-210 {
        padding-top: 210px !important
    }

    .-padding-right-xs-210,
    .-padding-x-xs-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xs-210,
    .-padding-y-xs-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xs-210,
    .-padding-x-xs-210 {
        padding-left: 210px !important
    }

    .-padding-xs-215 {
        padding: 215px !important
    }

    .-padding-top-xs-215,
    .-padding-y-xs-215 {
        padding-top: 215px !important
    }

    .-padding-right-xs-215,
    .-padding-x-xs-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xs-215,
    .-padding-y-xs-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xs-215,
    .-padding-x-xs-215 {
        padding-left: 215px !important
    }

    .-padding-xs-220 {
        padding: 220px !important
    }

    .-padding-top-xs-220,
    .-padding-y-xs-220 {
        padding-top: 220px !important
    }

    .-padding-right-xs-220,
    .-padding-x-xs-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xs-220,
    .-padding-y-xs-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xs-220,
    .-padding-x-xs-220 {
        padding-left: 220px !important
    }

    .-padding-xs-225 {
        padding: 225px !important
    }

    .-padding-top-xs-225,
    .-padding-y-xs-225 {
        padding-top: 225px !important
    }

    .-padding-right-xs-225,
    .-padding-x-xs-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xs-225,
    .-padding-y-xs-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xs-225,
    .-padding-x-xs-225 {
        padding-left: 225px !important
    }

    .-padding-xs-230 {
        padding: 230px !important
    }

    .-padding-top-xs-230,
    .-padding-y-xs-230 {
        padding-top: 230px !important
    }

    .-padding-right-xs-230,
    .-padding-x-xs-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xs-230,
    .-padding-y-xs-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xs-230,
    .-padding-x-xs-230 {
        padding-left: 230px !important
    }

    .-padding-xs-235 {
        padding: 235px !important
    }

    .-padding-top-xs-235,
    .-padding-y-xs-235 {
        padding-top: 235px !important
    }

    .-padding-right-xs-235,
    .-padding-x-xs-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xs-235,
    .-padding-y-xs-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xs-235,
    .-padding-x-xs-235 {
        padding-left: 235px !important
    }

    .-padding-xs-240 {
        padding: 240px !important
    }

    .-padding-top-xs-240,
    .-padding-y-xs-240 {
        padding-top: 240px !important
    }

    .-padding-right-xs-240,
    .-padding-x-xs-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xs-240,
    .-padding-y-xs-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xs-240,
    .-padding-x-xs-240 {
        padding-left: 240px !important
    }

    .-padding-xs-245 {
        padding: 245px !important
    }

    .-padding-top-xs-245,
    .-padding-y-xs-245 {
        padding-top: 245px !important
    }

    .-padding-right-xs-245,
    .-padding-x-xs-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xs-245,
    .-padding-y-xs-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xs-245,
    .-padding-x-xs-245 {
        padding-left: 245px !important
    }

    .-padding-xs-250 {
        padding: 250px !important
    }

    .-padding-top-xs-250,
    .-padding-y-xs-250 {
        padding-top: 250px !important
    }

    .-padding-right-xs-250,
    .-padding-x-xs-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xs-250,
    .-padding-y-xs-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xs-250,
    .-padding-x-xs-250 {
        padding-left: 250px !important
    }

    .-padding-xs-255 {
        padding: 255px !important
    }

    .-padding-top-xs-255,
    .-padding-y-xs-255 {
        padding-top: 255px !important
    }

    .-padding-right-xs-255,
    .-padding-x-xs-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xs-255,
    .-padding-y-xs-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xs-255,
    .-padding-x-xs-255 {
        padding-left: 255px !important
    }

    .-padding-xs-260 {
        padding: 260px !important
    }

    .-padding-top-xs-260,
    .-padding-y-xs-260 {
        padding-top: 260px !important
    }

    .-padding-right-xs-260,
    .-padding-x-xs-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xs-260,
    .-padding-y-xs-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xs-260,
    .-padding-x-xs-260 {
        padding-left: 260px !important
    }

    .-padding-xs-265 {
        padding: 265px !important
    }

    .-padding-top-xs-265,
    .-padding-y-xs-265 {
        padding-top: 265px !important
    }

    .-padding-right-xs-265,
    .-padding-x-xs-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xs-265,
    .-padding-y-xs-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xs-265,
    .-padding-x-xs-265 {
        padding-left: 265px !important
    }

    .-padding-xs-270 {
        padding: 270px !important
    }

    .-padding-top-xs-270,
    .-padding-y-xs-270 {
        padding-top: 270px !important
    }

    .-padding-right-xs-270,
    .-padding-x-xs-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xs-270,
    .-padding-y-xs-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xs-270,
    .-padding-x-xs-270 {
        padding-left: 270px !important
    }

    .-padding-xs-275 {
        padding: 275px !important
    }

    .-padding-top-xs-275,
    .-padding-y-xs-275 {
        padding-top: 275px !important
    }

    .-padding-right-xs-275,
    .-padding-x-xs-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xs-275,
    .-padding-y-xs-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xs-275,
    .-padding-x-xs-275 {
        padding-left: 275px !important
    }

    .-padding-xs-280 {
        padding: 280px !important
    }

    .-padding-top-xs-280,
    .-padding-y-xs-280 {
        padding-top: 280px !important
    }

    .-padding-right-xs-280,
    .-padding-x-xs-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xs-280,
    .-padding-y-xs-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xs-280,
    .-padding-x-xs-280 {
        padding-left: 280px !important
    }

    .-padding-xs-285 {
        padding: 285px !important
    }

    .-padding-top-xs-285,
    .-padding-y-xs-285 {
        padding-top: 285px !important
    }

    .-padding-right-xs-285,
    .-padding-x-xs-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xs-285,
    .-padding-y-xs-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xs-285,
    .-padding-x-xs-285 {
        padding-left: 285px !important
    }

    .-padding-xs-290 {
        padding: 290px !important
    }

    .-padding-top-xs-290,
    .-padding-y-xs-290 {
        padding-top: 290px !important
    }

    .-padding-right-xs-290,
    .-padding-x-xs-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xs-290,
    .-padding-y-xs-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xs-290,
    .-padding-x-xs-290 {
        padding-left: 290px !important
    }

    .-padding-xs-295 {
        padding: 295px !important
    }

    .-padding-top-xs-295,
    .-padding-y-xs-295 {
        padding-top: 295px !important
    }

    .-padding-right-xs-295,
    .-padding-x-xs-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xs-295,
    .-padding-y-xs-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xs-295,
    .-padding-x-xs-295 {
        padding-left: 295px !important
    }

    .-padding-xs-300 {
        padding: 300px !important
    }

    .-padding-top-xs-300,
    .-padding-y-xs-300 {
        padding-top: 300px !important
    }

    .-padding-right-xs-300,
    .-padding-x-xs-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xs-300,
    .-padding-y-xs-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xs-300,
    .-padding-x-xs-300 {
        padding-left: 300px !important
    }

    .-margin-xs-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xs-negative-5,
    .-margin-y-xs-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xs-negative-5,
    .-margin-x-xs-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xs-negative-5,
    .-margin-y-xs-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xs-negative-5,
    .-margin-x-xs-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xs-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xs-negative-10,
    .-margin-y-xs-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xs-negative-10,
    .-margin-x-xs-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xs-negative-10,
    .-margin-y-xs-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xs-negative-10,
    .-margin-x-xs-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xs-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xs-negative-15,
    .-margin-y-xs-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xs-negative-15,
    .-margin-x-xs-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xs-negative-15,
    .-margin-y-xs-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xs-negative-15,
    .-margin-x-xs-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xs-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xs-negative-20,
    .-margin-y-xs-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xs-negative-20,
    .-margin-x-xs-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xs-negative-20,
    .-margin-y-xs-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xs-negative-20,
    .-margin-x-xs-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xs-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xs-negative-25,
    .-margin-y-xs-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xs-negative-25,
    .-margin-x-xs-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xs-negative-25,
    .-margin-y-xs-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xs-negative-25,
    .-margin-x-xs-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xs-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xs-negative-30,
    .-margin-y-xs-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xs-negative-30,
    .-margin-x-xs-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xs-negative-30,
    .-margin-y-xs-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xs-negative-30,
    .-margin-x-xs-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xs-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xs-negative-35,
    .-margin-y-xs-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xs-negative-35,
    .-margin-x-xs-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xs-negative-35,
    .-margin-y-xs-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xs-negative-35,
    .-margin-x-xs-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xs-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xs-negative-40,
    .-margin-y-xs-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xs-negative-40,
    .-margin-x-xs-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xs-negative-40,
    .-margin-y-xs-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xs-negative-40,
    .-margin-x-xs-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xs-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xs-negative-45,
    .-margin-y-xs-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xs-negative-45,
    .-margin-x-xs-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xs-negative-45,
    .-margin-y-xs-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xs-negative-45,
    .-margin-x-xs-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xs-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xs-negative-50,
    .-margin-y-xs-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xs-negative-50,
    .-margin-x-xs-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xs-negative-50,
    .-margin-y-xs-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xs-negative-50,
    .-margin-x-xs-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xs-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xs-negative-55,
    .-margin-y-xs-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xs-negative-55,
    .-margin-x-xs-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xs-negative-55,
    .-margin-y-xs-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xs-negative-55,
    .-margin-x-xs-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xs-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xs-negative-60,
    .-margin-y-xs-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xs-negative-60,
    .-margin-x-xs-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xs-negative-60,
    .-margin-y-xs-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xs-negative-60,
    .-margin-x-xs-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xs-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xs-negative-65,
    .-margin-y-xs-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xs-negative-65,
    .-margin-x-xs-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xs-negative-65,
    .-margin-y-xs-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xs-negative-65,
    .-margin-x-xs-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xs-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xs-negative-75,
    .-margin-y-xs-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xs-negative-75,
    .-margin-x-xs-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xs-negative-75,
    .-margin-y-xs-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xs-negative-75,
    .-margin-x-xs-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xs-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xs-negative-80,
    .-margin-y-xs-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xs-negative-80,
    .-margin-x-xs-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xs-negative-80,
    .-margin-y-xs-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xs-negative-80,
    .-margin-x-xs-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xs-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xs-negative-85,
    .-margin-y-xs-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xs-negative-85,
    .-margin-x-xs-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xs-negative-85,
    .-margin-y-xs-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xs-negative-85,
    .-margin-x-xs-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xs-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xs-negative-90,
    .-margin-y-xs-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xs-negative-90,
    .-margin-x-xs-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xs-negative-90,
    .-margin-y-xs-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xs-negative-90,
    .-margin-x-xs-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xs-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xs-negative-95,
    .-margin-y-xs-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xs-negative-95,
    .-margin-x-xs-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xs-negative-95,
    .-margin-y-xs-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xs-negative-95,
    .-margin-x-xs-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xs-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xs-negative-100,
    .-margin-y-xs-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xs-negative-100,
    .-margin-x-xs-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xs-negative-100,
    .-margin-y-xs-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xs-negative-100,
    .-margin-x-xs-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xs-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xs-negative-105,
    .-margin-y-xs-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xs-negative-105,
    .-margin-x-xs-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xs-negative-105,
    .-margin-y-xs-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xs-negative-105,
    .-margin-x-xs-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xs-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xs-negative-110,
    .-margin-y-xs-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xs-negative-110,
    .-margin-x-xs-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xs-negative-110,
    .-margin-y-xs-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xs-negative-110,
    .-margin-x-xs-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xs-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xs-negative-115,
    .-margin-y-xs-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xs-negative-115,
    .-margin-x-xs-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xs-negative-115,
    .-margin-y-xs-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xs-negative-115,
    .-margin-x-xs-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xs-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xs-negative-120,
    .-margin-y-xs-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xs-negative-120,
    .-margin-x-xs-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xs-negative-120,
    .-margin-y-xs-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xs-negative-120,
    .-margin-x-xs-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xs-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xs-negative-125,
    .-margin-y-xs-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xs-negative-125,
    .-margin-x-xs-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xs-negative-125,
    .-margin-y-xs-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xs-negative-125,
    .-margin-x-xs-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xs-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xs-negative-130,
    .-margin-y-xs-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xs-negative-130,
    .-margin-x-xs-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xs-negative-130,
    .-margin-y-xs-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xs-negative-130,
    .-margin-x-xs-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xs-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xs-negative-135,
    .-margin-y-xs-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xs-negative-135,
    .-margin-x-xs-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xs-negative-135,
    .-margin-y-xs-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xs-negative-135,
    .-margin-x-xs-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xs-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xs-negative-140,
    .-margin-y-xs-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xs-negative-140,
    .-margin-x-xs-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xs-negative-140,
    .-margin-y-xs-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xs-negative-140,
    .-margin-x-xs-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xs-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xs-negative-145,
    .-margin-y-xs-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xs-negative-145,
    .-margin-x-xs-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xs-negative-145,
    .-margin-y-xs-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xs-negative-145,
    .-margin-x-xs-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xs-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xs-negative-150,
    .-margin-y-xs-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xs-negative-150,
    .-margin-x-xs-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xs-negative-150,
    .-margin-y-xs-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xs-negative-150,
    .-margin-x-xs-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xs-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xs-negative-155,
    .-margin-y-xs-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xs-negative-155,
    .-margin-x-xs-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xs-negative-155,
    .-margin-y-xs-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xs-negative-155,
    .-margin-x-xs-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xs-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xs-negative-160,
    .-margin-y-xs-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xs-negative-160,
    .-margin-x-xs-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xs-negative-160,
    .-margin-y-xs-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xs-negative-160,
    .-margin-x-xs-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xs-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xs-negative-165,
    .-margin-y-xs-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xs-negative-165,
    .-margin-x-xs-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xs-negative-165,
    .-margin-y-xs-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xs-negative-165,
    .-margin-x-xs-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xs-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xs-negative-170,
    .-margin-y-xs-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xs-negative-170,
    .-margin-x-xs-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xs-negative-170,
    .-margin-y-xs-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xs-negative-170,
    .-margin-x-xs-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xs-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xs-negative-175,
    .-margin-y-xs-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xs-negative-175,
    .-margin-x-xs-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xs-negative-175,
    .-margin-y-xs-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xs-negative-175,
    .-margin-x-xs-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xs-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xs-negative-180,
    .-margin-y-xs-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xs-negative-180,
    .-margin-x-xs-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xs-negative-180,
    .-margin-y-xs-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xs-negative-180,
    .-margin-x-xs-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xs-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xs-negative-185,
    .-margin-y-xs-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xs-negative-185,
    .-margin-x-xs-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xs-negative-185,
    .-margin-y-xs-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xs-negative-185,
    .-margin-x-xs-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xs-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xs-negative-190,
    .-margin-y-xs-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xs-negative-190,
    .-margin-x-xs-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xs-negative-190,
    .-margin-y-xs-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xs-negative-190,
    .-margin-x-xs-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xs-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xs-negative-195,
    .-margin-y-xs-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xs-negative-195,
    .-margin-x-xs-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xs-negative-195,
    .-margin-y-xs-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xs-negative-195,
    .-margin-x-xs-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xs-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xs-negative-200,
    .-margin-y-xs-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xs-negative-200,
    .-margin-x-xs-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xs-negative-200,
    .-margin-y-xs-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xs-negative-200,
    .-margin-x-xs-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xs-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xs-negative-205,
    .-margin-y-xs-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xs-negative-205,
    .-margin-x-xs-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xs-negative-205,
    .-margin-y-xs-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xs-negative-205,
    .-margin-x-xs-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xs-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xs-negative-210,
    .-margin-y-xs-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xs-negative-210,
    .-margin-x-xs-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xs-negative-210,
    .-margin-y-xs-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xs-negative-210,
    .-margin-x-xs-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xs-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xs-negative-215,
    .-margin-y-xs-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xs-negative-215,
    .-margin-x-xs-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xs-negative-215,
    .-margin-y-xs-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xs-negative-215,
    .-margin-x-xs-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xs-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xs-negative-220,
    .-margin-y-xs-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xs-negative-220,
    .-margin-x-xs-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xs-negative-220,
    .-margin-y-xs-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xs-negative-220,
    .-margin-x-xs-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xs-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xs-negative-225,
    .-margin-y-xs-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xs-negative-225,
    .-margin-x-xs-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xs-negative-225,
    .-margin-y-xs-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xs-negative-225,
    .-margin-x-xs-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xs-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xs-negative-230,
    .-margin-y-xs-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xs-negative-230,
    .-margin-x-xs-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xs-negative-230,
    .-margin-y-xs-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xs-negative-230,
    .-margin-x-xs-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xs-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xs-negative-235,
    .-margin-y-xs-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xs-negative-235,
    .-margin-x-xs-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xs-negative-235,
    .-margin-y-xs-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xs-negative-235,
    .-margin-x-xs-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xs-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xs-negative-240,
    .-margin-y-xs-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xs-negative-240,
    .-margin-x-xs-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xs-negative-240,
    .-margin-y-xs-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xs-negative-240,
    .-margin-x-xs-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xs-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xs-negative-245,
    .-margin-y-xs-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xs-negative-245,
    .-margin-x-xs-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xs-negative-245,
    .-margin-y-xs-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xs-negative-245,
    .-margin-x-xs-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xs-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xs-negative-250,
    .-margin-y-xs-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xs-negative-250,
    .-margin-x-xs-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xs-negative-250,
    .-margin-y-xs-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xs-negative-250,
    .-margin-x-xs-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xs-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xs-negative-255,
    .-margin-y-xs-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xs-negative-255,
    .-margin-x-xs-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xs-negative-255,
    .-margin-y-xs-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xs-negative-255,
    .-margin-x-xs-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xs-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xs-negative-260,
    .-margin-y-xs-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xs-negative-260,
    .-margin-x-xs-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xs-negative-260,
    .-margin-y-xs-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xs-negative-260,
    .-margin-x-xs-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xs-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xs-negative-265,
    .-margin-y-xs-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xs-negative-265,
    .-margin-x-xs-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xs-negative-265,
    .-margin-y-xs-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xs-negative-265,
    .-margin-x-xs-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xs-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xs-negative-270,
    .-margin-y-xs-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xs-negative-270,
    .-margin-x-xs-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xs-negative-270,
    .-margin-y-xs-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xs-negative-270,
    .-margin-x-xs-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xs-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xs-negative-275,
    .-margin-y-xs-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xs-negative-275,
    .-margin-x-xs-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xs-negative-275,
    .-margin-y-xs-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xs-negative-275,
    .-margin-x-xs-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xs-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xs-negative-280,
    .-margin-y-xs-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xs-negative-280,
    .-margin-x-xs-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xs-negative-280,
    .-margin-y-xs-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xs-negative-280,
    .-margin-x-xs-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xs-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xs-negative-285,
    .-margin-y-xs-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xs-negative-285,
    .-margin-x-xs-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xs-negative-285,
    .-margin-y-xs-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xs-negative-285,
    .-margin-x-xs-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xs-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xs-negative-290,
    .-margin-y-xs-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xs-negative-290,
    .-margin-x-xs-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xs-negative-290,
    .-margin-y-xs-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xs-negative-290,
    .-margin-x-xs-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xs-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xs-negative-295,
    .-margin-y-xs-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xs-negative-295,
    .-margin-x-xs-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xs-negative-295,
    .-margin-y-xs-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xs-negative-295,
    .-margin-x-xs-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xs-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xs-negative-300,
    .-margin-y-xs-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xs-negative-300,
    .-margin-x-xs-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xs-negative-300,
    .-margin-y-xs-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xs-negative-300,
    .-margin-x-xs-negative-300 {
        margin-left: -300px !important
    }

    .margin-xs-auto {
        margin: auto !important
    }

    .margin-top-xs-auto,
    .margin-y-xs-auto {
        margin-top: auto !important
    }

    .margin-right-xs-auto,
    .margin-x-xs-auto {
        margin-right: auto !important
    }

    .margin-botttom-xs-auto,
    .margin-y-xs-auto {
        margin-bottom: auto !important
    }

    .margin-left-xs-auto,
    .margin-x-xs-auto {
        margin-left: auto !important
    }
}

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

    .-margin-top-sm-0,
    .-margin-y-sm-0 {
        margin-top: 0 !important
    }

    .-margin-right-sm-0,
    .-margin-x-sm-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-sm-0,
    .-margin-y-sm-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-sm-0,
    .-margin-x-sm-0 {
        margin-left: 0 !important
    }

    .-margin-sm-5 {
        margin: 5px !important
    }

    .-margin-top-sm-5,
    .-margin-y-sm-5 {
        margin-top: 5px !important
    }

    .-margin-right-sm-5,
    .-margin-x-sm-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-sm-5,
    .-margin-y-sm-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-sm-5,
    .-margin-x-sm-5 {
        margin-left: 5px !important
    }

    .-margin-sm-10 {
        margin: 10px !important
    }

    .-margin-top-sm-10,
    .-margin-y-sm-10 {
        margin-top: 10px !important
    }

    .-margin-right-sm-10,
    .-margin-x-sm-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-sm-10,
    .-margin-y-sm-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-sm-10,
    .-margin-x-sm-10 {
        margin-left: 10px !important
    }

    .-margin-sm-15 {
        margin: 15px !important
    }

    .-margin-top-sm-15,
    .-margin-y-sm-15 {
        margin-top: 15px !important
    }

    .-margin-right-sm-15,
    .-margin-x-sm-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-sm-15,
    .-margin-y-sm-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-sm-15,
    .-margin-x-sm-15 {
        margin-left: 15px !important
    }

    .-margin-sm-20 {
        margin: 20px !important
    }

    .-margin-top-sm-20,
    .-margin-y-sm-20 {
        margin-top: 20px !important
    }

    .-margin-right-sm-20,
    .-margin-x-sm-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-sm-20,
    .-margin-y-sm-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-sm-20,
    .-margin-x-sm-20 {
        margin-left: 20px !important
    }

    .-margin-sm-25 {
        margin: 25px !important
    }

    .-margin-top-sm-25,
    .-margin-y-sm-25 {
        margin-top: 25px !important
    }

    .-margin-right-sm-25,
    .-margin-x-sm-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-sm-25,
    .-margin-y-sm-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-sm-25,
    .-margin-x-sm-25 {
        margin-left: 25px !important
    }

    .-margin-sm-30 {
        margin: 35px !important
    }

    .-margin-top-sm-30,
    .-margin-y-sm-30 {
        margin-top: 35px !important
    }

    .-margin-right-sm-30,
    .-margin-x-sm-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-sm-30,
    .-margin-y-sm-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-sm-30,
    .-margin-x-sm-30 {
        margin-left: 35px !important
    }

    .-margin-sm-35 {
        margin: 35px !important
    }

    .-margin-top-sm-35,
    .-margin-y-sm-35 {
        margin-top: 35px !important
    }

    .-margin-right-sm-35,
    .-margin-x-sm-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-sm-35,
    .-margin-y-sm-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-sm-35,
    .-margin-x-sm-35 {
        margin-left: 35px !important
    }

    .-margin-sm-40 {
        margin: 40px !important
    }

    .-margin-top-sm-40,
    .-margin-y-sm-40 {
        margin-top: 40px !important
    }

    .-margin-right-sm-40,
    .-margin-x-sm-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-sm-40,
    .-margin-y-sm-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-sm-40,
    .-margin-x-sm-40 {
        margin-left: 40px !important
    }

    .-margin-sm-45 {
        margin: 45px !important
    }

    .-margin-top-sm-45,
    .-margin-y-sm-45 {
        margin-top: 45px !important
    }

    .-margin-right-sm-45,
    .-margin-x-sm-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-sm-45,
    .-margin-y-sm-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-sm-45,
    .-margin-x-sm-45 {
        margin-left: 45px !important
    }

    .-margin-sm-50 {
        margin: 50px !important
    }

    .-margin-top-sm-50,
    .-margin-y-sm-50 {
        margin-top: 50px !important
    }

    .-margin-right-sm-50,
    .-margin-x-sm-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-sm-50,
    .-margin-y-sm-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-sm-50,
    .-margin-x-sm-50 {
        margin-left: 50px !important
    }

    .-margin-sm-55 {
        margin: 55px !important
    }

    .-margin-top-sm-55,
    .-margin-y-sm-55 {
        margin-top: 55px !important
    }

    .-margin-right-sm-55,
    .-margin-x-sm-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-sm-55,
    .-margin-y-sm-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-sm-55,
    .-margin-x-sm-55 {
        margin-left: 55px !important
    }

    .-margin-sm-60 {
        margin: 60px !important
    }

    .-margin-top-sm-60,
    .-margin-y-sm-60 {
        margin-top: 60px !important
    }

    .-margin-right-sm-60,
    .-margin-x-sm-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-sm-60,
    .-margin-y-sm-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-sm-60,
    .-margin-x-sm-60 {
        margin-left: 60px !important
    }

    .-margin-sm-65 {
        margin: 65px !important
    }

    .-margin-top-sm-65,
    .-margin-y-sm-65 {
        margin-top: 65px !important
    }

    .-margin-right-sm-65,
    .-margin-x-sm-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-sm-65,
    .-margin-y-sm-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-sm-65,
    .-margin-x-sm-65 {
        margin-left: 65px !important
    }

    .-margin-sm-75 {
        margin: 75px !important
    }

    .-margin-top-sm-75,
    .-margin-y-sm-75 {
        margin-top: 75px !important
    }

    .-margin-right-sm-75,
    .-margin-x-sm-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-sm-75,
    .-margin-y-sm-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-sm-75,
    .-margin-x-sm-75 {
        margin-left: 75px !important
    }

    .-margin-sm-80 {
        margin: 80px !important
    }

    .-margin-top-sm-80,
    .-margin-y-sm-80 {
        margin-top: 80px !important
    }

    .-margin-right-sm-80,
    .-margin-x-sm-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-sm-80,
    .-margin-y-sm-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-sm-80,
    .-margin-x-sm-80 {
        margin-left: 80px !important
    }

    .-margin-sm-85 {
        margin: 85px !important
    }

    .-margin-top-sm-85,
    .-margin-y-sm-85 {
        margin-top: 85px !important
    }

    .-margin-right-sm-85,
    .-margin-x-sm-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-sm-85,
    .-margin-y-sm-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-sm-85,
    .-margin-x-sm-85 {
        margin-left: 85px !important
    }

    .-margin-sm-90 {
        margin: 90px !important
    }

    .-margin-top-sm-90,
    .-margin-y-sm-90 {
        margin-top: 90px !important
    }

    .-margin-right-sm-90,
    .-margin-x-sm-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-sm-90,
    .-margin-y-sm-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-sm-90,
    .-margin-x-sm-90 {
        margin-left: 90px !important
    }

    .-margin-sm-95 {
        margin: 95px !important
    }

    .-margin-top-sm-95,
    .-margin-y-sm-95 {
        margin-top: 95px !important
    }

    .-margin-right-sm-95,
    .-margin-x-sm-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-sm-95,
    .-margin-y-sm-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-sm-95,
    .-margin-x-sm-95 {
        margin-left: 95px !important
    }

    .-margin-sm-100 {
        margin: 100px !important
    }

    .-margin-top-sm-100,
    .-margin-y-sm-100 {
        margin-top: 100px !important
    }

    .-margin-right-sm-100,
    .-margin-x-sm-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-sm-100,
    .-margin-y-sm-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-sm-100,
    .-margin-x-sm-100 {
        margin-left: 100px !important
    }

    .-margin-sm-105 {
        margin: 105px !important
    }

    .-margin-top-sm-105,
    .-margin-y-sm-105 {
        margin-top: 105px !important
    }

    .-margin-right-sm-105,
    .-margin-x-sm-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-sm-105,
    .-margin-y-sm-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-sm-105,
    .-margin-x-sm-105 {
        margin-left: 105px !important
    }

    .-margin-sm-110 {
        margin: 110px !important
    }

    .-margin-top-sm-110,
    .-margin-y-sm-110 {
        margin-top: 110px !important
    }

    .-margin-right-sm-110,
    .-margin-x-sm-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-sm-110,
    .-margin-y-sm-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-sm-110,
    .-margin-x-sm-110 {
        margin-left: 110px !important
    }

    .-margin-sm-115 {
        margin: 115px !important
    }

    .-margin-top-sm-115,
    .-margin-y-sm-115 {
        margin-top: 115px !important
    }

    .-margin-right-sm-115,
    .-margin-x-sm-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-sm-115,
    .-margin-y-sm-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-sm-115,
    .-margin-x-sm-115 {
        margin-left: 115px !important
    }

    .-margin-sm-120 {
        margin: 120px !important
    }

    .-margin-top-sm-120,
    .-margin-y-sm-120 {
        margin-top: 120px !important
    }

    .-margin-right-sm-120,
    .-margin-x-sm-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-sm-120,
    .-margin-y-sm-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-sm-120,
    .-margin-x-sm-120 {
        margin-left: 120px !important
    }

    .-margin-sm-125 {
        margin: 125px !important
    }

    .-margin-top-sm-125,
    .-margin-y-sm-125 {
        margin-top: 125px !important
    }

    .-margin-right-sm-125,
    .-margin-x-sm-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-sm-125,
    .-margin-y-sm-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-sm-125,
    .-margin-x-sm-125 {
        margin-left: 125px !important
    }

    .-margin-sm-130 {
        margin: 130px !important
    }

    .-margin-top-sm-130,
    .-margin-y-sm-130 {
        margin-top: 130px !important
    }

    .-margin-right-sm-130,
    .-margin-x-sm-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-sm-130,
    .-margin-y-sm-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-sm-130,
    .-margin-x-sm-130 {
        margin-left: 130px !important
    }

    .-margin-sm-135 {
        margin: 135px !important
    }

    .-margin-top-sm-135,
    .-margin-y-sm-135 {
        margin-top: 135px !important
    }

    .-margin-right-sm-135,
    .-margin-x-sm-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-sm-135,
    .-margin-y-sm-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-sm-135,
    .-margin-x-sm-135 {
        margin-left: 135px !important
    }

    .-margin-sm-140 {
        margin: 140px !important
    }

    .-margin-top-sm-140,
    .-margin-y-sm-140 {
        margin-top: 140px !important
    }

    .-margin-right-sm-140,
    .-margin-x-sm-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-sm-140,
    .-margin-y-sm-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-sm-140,
    .-margin-x-sm-140 {
        margin-left: 140px !important
    }

    .-margin-sm-145 {
        margin: 145px !important
    }

    .-margin-top-sm-145,
    .-margin-y-sm-145 {
        margin-top: 145px !important
    }

    .-margin-right-sm-145,
    .-margin-x-sm-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-sm-145,
    .-margin-y-sm-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-sm-145,
    .-margin-x-sm-145 {
        margin-left: 145px !important
    }

    .-margin-sm-150 {
        margin: 150px !important
    }

    .-margin-top-sm-150,
    .-margin-y-sm-150 {
        margin-top: 150px !important
    }

    .-margin-right-sm-150,
    .-margin-x-sm-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-sm-150,
    .-margin-y-sm-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-sm-150,
    .-margin-x-sm-150 {
        margin-left: 150px !important
    }

    .-margin-sm-155 {
        margin: 155px !important
    }

    .-margin-top-sm-155,
    .-margin-y-sm-155 {
        margin-top: 155px !important
    }

    .-margin-right-sm-155,
    .-margin-x-sm-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-sm-155,
    .-margin-y-sm-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-sm-155,
    .-margin-x-sm-155 {
        margin-left: 155px !important
    }

    .-margin-sm-160 {
        margin: 160px !important
    }

    .-margin-top-sm-160,
    .-margin-y-sm-160 {
        margin-top: 160px !important
    }

    .-margin-right-sm-160,
    .-margin-x-sm-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-sm-160,
    .-margin-y-sm-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-sm-160,
    .-margin-x-sm-160 {
        margin-left: 160px !important
    }

    .-margin-sm-165 {
        margin: 165px !important
    }

    .-margin-top-sm-165,
    .-margin-y-sm-165 {
        margin-top: 165px !important
    }

    .-margin-right-sm-165,
    .-margin-x-sm-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-sm-165,
    .-margin-y-sm-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-sm-165,
    .-margin-x-sm-165 {
        margin-left: 165px !important
    }

    .-margin-sm-170 {
        margin: 170px !important
    }

    .-margin-top-sm-170,
    .-margin-y-sm-170 {
        margin-top: 170px !important
    }

    .-margin-right-sm-170,
    .-margin-x-sm-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-sm-170,
    .-margin-y-sm-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-sm-170,
    .-margin-x-sm-170 {
        margin-left: 170px !important
    }

    .-margin-sm-175 {
        margin: 175px !important
    }

    .-margin-top-sm-175,
    .-margin-y-sm-175 {
        margin-top: 175px !important
    }

    .-margin-right-sm-175,
    .-margin-x-sm-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-sm-175,
    .-margin-y-sm-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-sm-175,
    .-margin-x-sm-175 {
        margin-left: 175px !important
    }

    .-margin-sm-180 {
        margin: 180px !important
    }

    .-margin-top-sm-180,
    .-margin-y-sm-180 {
        margin-top: 180px !important
    }

    .-margin-right-sm-180,
    .-margin-x-sm-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-sm-180,
    .-margin-y-sm-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-sm-180,
    .-margin-x-sm-180 {
        margin-left: 180px !important
    }

    .-margin-sm-185 {
        margin: 185px !important
    }

    .-margin-top-sm-185,
    .-margin-y-sm-185 {
        margin-top: 185px !important
    }

    .-margin-right-sm-185,
    .-margin-x-sm-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-sm-185,
    .-margin-y-sm-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-sm-185,
    .-margin-x-sm-185 {
        margin-left: 185px !important
    }

    .-margin-sm-190 {
        margin: 190px !important
    }

    .-margin-top-sm-190,
    .-margin-y-sm-190 {
        margin-top: 190px !important
    }

    .-margin-right-sm-190,
    .-margin-x-sm-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-sm-190,
    .-margin-y-sm-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-sm-190,
    .-margin-x-sm-190 {
        margin-left: 190px !important
    }

    .-margin-sm-195 {
        margin: 195px !important
    }

    .-margin-top-sm-195,
    .-margin-y-sm-195 {
        margin-top: 195px !important
    }

    .-margin-right-sm-195,
    .-margin-x-sm-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-sm-195,
    .-margin-y-sm-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-sm-195,
    .-margin-x-sm-195 {
        margin-left: 195px !important
    }

    .-margin-sm-200 {
        margin: 200px !important
    }

    .-margin-top-sm-200,
    .-margin-y-sm-200 {
        margin-top: 200px !important
    }

    .-margin-right-sm-200,
    .-margin-x-sm-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-sm-200,
    .-margin-y-sm-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-sm-200,
    .-margin-x-sm-200 {
        margin-left: 200px !important
    }

    .-margin-sm-205 {
        margin: 205px !important
    }

    .-margin-top-sm-205,
    .-margin-y-sm-205 {
        margin-top: 205px !important
    }

    .-margin-right-sm-205,
    .-margin-x-sm-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-sm-205,
    .-margin-y-sm-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-sm-205,
    .-margin-x-sm-205 {
        margin-left: 205px !important
    }

    .-margin-sm-210 {
        margin: 210px !important
    }

    .-margin-top-sm-210,
    .-margin-y-sm-210 {
        margin-top: 210px !important
    }

    .-margin-right-sm-210,
    .-margin-x-sm-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-sm-210,
    .-margin-y-sm-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-sm-210,
    .-margin-x-sm-210 {
        margin-left: 210px !important
    }

    .-margin-sm-215 {
        margin: 215px !important
    }

    .-margin-top-sm-215,
    .-margin-y-sm-215 {
        margin-top: 215px !important
    }

    .-margin-right-sm-215,
    .-margin-x-sm-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-sm-215,
    .-margin-y-sm-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-sm-215,
    .-margin-x-sm-215 {
        margin-left: 215px !important
    }

    .-margin-sm-220 {
        margin: 220px !important
    }

    .-margin-top-sm-220,
    .-margin-y-sm-220 {
        margin-top: 220px !important
    }

    .-margin-right-sm-220,
    .-margin-x-sm-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-sm-220,
    .-margin-y-sm-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-sm-220,
    .-margin-x-sm-220 {
        margin-left: 220px !important
    }

    .-margin-sm-225 {
        margin: 225px !important
    }

    .-margin-top-sm-225,
    .-margin-y-sm-225 {
        margin-top: 225px !important
    }

    .-margin-right-sm-225,
    .-margin-x-sm-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-sm-225,
    .-margin-y-sm-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-sm-225,
    .-margin-x-sm-225 {
        margin-left: 225px !important
    }

    .-margin-sm-230 {
        margin: 230px !important
    }

    .-margin-top-sm-230,
    .-margin-y-sm-230 {
        margin-top: 230px !important
    }

    .-margin-right-sm-230,
    .-margin-x-sm-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-sm-230,
    .-margin-y-sm-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-sm-230,
    .-margin-x-sm-230 {
        margin-left: 230px !important
    }

    .-margin-sm-235 {
        margin: 235px !important
    }

    .-margin-top-sm-235,
    .-margin-y-sm-235 {
        margin-top: 235px !important
    }

    .-margin-right-sm-235,
    .-margin-x-sm-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-sm-235,
    .-margin-y-sm-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-sm-235,
    .-margin-x-sm-235 {
        margin-left: 235px !important
    }

    .-margin-sm-240 {
        margin: 240px !important
    }

    .-margin-top-sm-240,
    .-margin-y-sm-240 {
        margin-top: 240px !important
    }

    .-margin-right-sm-240,
    .-margin-x-sm-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-sm-240,
    .-margin-y-sm-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-sm-240,
    .-margin-x-sm-240 {
        margin-left: 240px !important
    }

    .-margin-sm-245 {
        margin: 245px !important
    }

    .-margin-top-sm-245,
    .-margin-y-sm-245 {
        margin-top: 245px !important
    }

    .-margin-right-sm-245,
    .-margin-x-sm-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-sm-245,
    .-margin-y-sm-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-sm-245,
    .-margin-x-sm-245 {
        margin-left: 245px !important
    }

    .-margin-sm-250 {
        margin: 250px !important
    }

    .-margin-top-sm-250,
    .-margin-y-sm-250 {
        margin-top: 250px !important
    }

    .-margin-right-sm-250,
    .-margin-x-sm-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-sm-250,
    .-margin-y-sm-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-sm-250,
    .-margin-x-sm-250 {
        margin-left: 250px !important
    }

    .-margin-sm-255 {
        margin: 255px !important
    }

    .-margin-top-sm-255,
    .-margin-y-sm-255 {
        margin-top: 255px !important
    }

    .-margin-right-sm-255,
    .-margin-x-sm-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-sm-255,
    .-margin-y-sm-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-sm-255,
    .-margin-x-sm-255 {
        margin-left: 255px !important
    }

    .-margin-sm-260 {
        margin: 260px !important
    }

    .-margin-top-sm-260,
    .-margin-y-sm-260 {
        margin-top: 260px !important
    }

    .-margin-right-sm-260,
    .-margin-x-sm-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-sm-260,
    .-margin-y-sm-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-sm-260,
    .-margin-x-sm-260 {
        margin-left: 260px !important
    }

    .-margin-sm-265 {
        margin: 265px !important
    }

    .-margin-top-sm-265,
    .-margin-y-sm-265 {
        margin-top: 265px !important
    }

    .-margin-right-sm-265,
    .-margin-x-sm-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-sm-265,
    .-margin-y-sm-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-sm-265,
    .-margin-x-sm-265 {
        margin-left: 265px !important
    }

    .-margin-sm-270 {
        margin: 270px !important
    }

    .-margin-top-sm-270,
    .-margin-y-sm-270 {
        margin-top: 270px !important
    }

    .-margin-right-sm-270,
    .-margin-x-sm-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-sm-270,
    .-margin-y-sm-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-sm-270,
    .-margin-x-sm-270 {
        margin-left: 270px !important
    }

    .-margin-sm-275 {
        margin: 275px !important
    }

    .-margin-top-sm-275,
    .-margin-y-sm-275 {
        margin-top: 275px !important
    }

    .-margin-right-sm-275,
    .-margin-x-sm-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-sm-275,
    .-margin-y-sm-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-sm-275,
    .-margin-x-sm-275 {
        margin-left: 275px !important
    }

    .-margin-sm-280 {
        margin: 280px !important
    }

    .-margin-top-sm-280,
    .-margin-y-sm-280 {
        margin-top: 280px !important
    }

    .-margin-right-sm-280,
    .-margin-x-sm-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-sm-280,
    .-margin-y-sm-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-sm-280,
    .-margin-x-sm-280 {
        margin-left: 280px !important
    }

    .-margin-sm-285 {
        margin: 285px !important
    }

    .-margin-top-sm-285,
    .-margin-y-sm-285 {
        margin-top: 285px !important
    }

    .-margin-right-sm-285,
    .-margin-x-sm-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-sm-285,
    .-margin-y-sm-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-sm-285,
    .-margin-x-sm-285 {
        margin-left: 285px !important
    }

    .-margin-sm-290 {
        margin: 290px !important
    }

    .-margin-top-sm-290,
    .-margin-y-sm-290 {
        margin-top: 290px !important
    }

    .-margin-right-sm-290,
    .-margin-x-sm-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-sm-290,
    .-margin-y-sm-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-sm-290,
    .-margin-x-sm-290 {
        margin-left: 290px !important
    }

    .-margin-sm-295 {
        margin: 295px !important
    }

    .-margin-top-sm-295,
    .-margin-y-sm-295 {
        margin-top: 295px !important
    }

    .-margin-right-sm-295,
    .-margin-x-sm-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-sm-295,
    .-margin-y-sm-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-sm-295,
    .-margin-x-sm-295 {
        margin-left: 295px !important
    }

    .-margin-sm-300 {
        margin: 300px !important
    }

    .-margin-top-sm-300,
    .-margin-y-sm-300 {
        margin-top: 300px !important
    }

    .-margin-right-sm-300,
    .-margin-x-sm-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-sm-300,
    .-margin-y-sm-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-sm-300,
    .-margin-x-sm-300 {
        margin-left: 300px !important
    }

    .-padding-sm-0 {
        padding: 0 !important
    }

    .-padding-top-sm-0,
    .-padding-y-sm-0 {
        padding-top: 0 !important
    }

    .-padding-right-sm-0,
    .-padding-x-sm-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-sm-0,
    .-padding-y-sm-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-sm-0,
    .-padding-x-sm-0 {
        padding-left: 0 !important
    }

    .-padding-sm-5 {
        padding: 5px !important
    }

    .-padding-top-sm-5,
    .-padding-y-sm-5 {
        padding-top: 5px !important
    }

    .-padding-right-sm-5,
    .-padding-x-sm-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-sm-5,
    .-padding-y-sm-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-sm-5,
    .-padding-x-sm-5 {
        padding-left: 5px !important
    }

    .-padding-sm-10 {
        padding: 10px !important
    }

    .-padding-top-sm-10,
    .-padding-y-sm-10 {
        padding-top: 10px !important
    }

    .-padding-right-sm-10,
    .-padding-x-sm-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-sm-10,
    .-padding-y-sm-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-sm-10,
    .-padding-x-sm-10 {
        padding-left: 10px !important
    }

    .-padding-sm-15 {
        padding: 15px !important
    }

    .-padding-top-sm-15,
    .-padding-y-sm-15 {
        padding-top: 15px !important
    }

    .-padding-right-sm-15,
    .-padding-x-sm-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-sm-15,
    .-padding-y-sm-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-sm-15,
    .-padding-x-sm-15 {
        padding-left: 15px !important
    }

    .-padding-sm-20 {
        padding: 20px !important
    }

    .-padding-top-sm-20,
    .-padding-y-sm-20 {
        padding-top: 20px !important
    }

    .-padding-right-sm-20,
    .-padding-x-sm-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-sm-20,
    .-padding-y-sm-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-sm-20,
    .-padding-x-sm-20 {
        padding-left: 20px !important
    }

    .-padding-sm-25 {
        padding: 25px !important
    }

    .-padding-top-sm-25,
    .-padding-y-sm-25 {
        padding-top: 25px !important
    }

    .-padding-right-sm-25,
    .-padding-x-sm-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-sm-25,
    .-padding-y-sm-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-sm-25,
    .-padding-x-sm-25 {
        padding-left: 25px !important
    }

    .-padding-sm-30 {
        padding: 35px !important
    }

    .-padding-top-sm-30,
    .-padding-y-sm-30 {
        padding-top: 35px !important
    }

    .-padding-right-sm-30,
    .-padding-x-sm-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-sm-30,
    .-padding-y-sm-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-sm-30,
    .-padding-x-sm-30 {
        padding-left: 35px !important
    }

    .-padding-sm-35 {
        padding: 35px !important
    }

    .-padding-top-sm-35,
    .-padding-y-sm-35 {
        padding-top: 35px !important
    }

    .-padding-right-sm-35,
    .-padding-x-sm-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-sm-35,
    .-padding-y-sm-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-sm-35,
    .-padding-x-sm-35 {
        padding-left: 35px !important
    }

    .-padding-sm-40 {
        padding: 40px !important
    }

    .-padding-top-sm-40,
    .-padding-y-sm-40 {
        padding-top: 40px !important
    }

    .-padding-right-sm-40,
    .-padding-x-sm-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-sm-40,
    .-padding-y-sm-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-sm-40,
    .-padding-x-sm-40 {
        padding-left: 40px !important
    }

    .-padding-sm-45 {
        padding: 45px !important
    }

    .-padding-top-sm-45,
    .-padding-y-sm-45 {
        padding-top: 45px !important
    }

    .-padding-right-sm-45,
    .-padding-x-sm-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-sm-45,
    .-padding-y-sm-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-sm-45,
    .-padding-x-sm-45 {
        padding-left: 45px !important
    }

    .-padding-sm-50 {
        padding: 50px !important
    }

    .-padding-top-sm-50,
    .-padding-y-sm-50 {
        padding-top: 50px !important
    }

    .-padding-right-sm-50,
    .-padding-x-sm-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-sm-50,
    .-padding-y-sm-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-sm-50,
    .-padding-x-sm-50 {
        padding-left: 50px !important
    }

    .-padding-sm-55 {
        padding: 55px !important
    }

    .-padding-top-sm-55,
    .-padding-y-sm-55 {
        padding-top: 55px !important
    }

    .-padding-right-sm-55,
    .-padding-x-sm-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-sm-55,
    .-padding-y-sm-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-sm-55,
    .-padding-x-sm-55 {
        padding-left: 55px !important
    }

    .-padding-sm-60 {
        padding: 60px !important
    }

    .-padding-top-sm-60,
    .-padding-y-sm-60 {
        padding-top: 60px !important
    }

    .-padding-right-sm-60,
    .-padding-x-sm-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-sm-60,
    .-padding-y-sm-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-sm-60,
    .-padding-x-sm-60 {
        padding-left: 60px !important
    }

    .-padding-sm-65 {
        padding: 65px !important
    }

    .-padding-top-sm-65,
    .-padding-y-sm-65 {
        padding-top: 65px !important
    }

    .-padding-right-sm-65,
    .-padding-x-sm-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-sm-65,
    .-padding-y-sm-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-sm-65,
    .-padding-x-sm-65 {
        padding-left: 65px !important
    }

    .-padding-sm-75 {
        padding: 75px !important
    }

    .-padding-top-sm-75,
    .-padding-y-sm-75 {
        padding-top: 75px !important
    }

    .-padding-right-sm-75,
    .-padding-x-sm-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-sm-75,
    .-padding-y-sm-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-sm-75,
    .-padding-x-sm-75 {
        padding-left: 75px !important
    }

    .-padding-sm-80 {
        padding: 80px !important
    }

    .-padding-top-sm-80,
    .-padding-y-sm-80 {
        padding-top: 80px !important
    }

    .-padding-right-sm-80,
    .-padding-x-sm-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-sm-80,
    .-padding-y-sm-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-sm-80,
    .-padding-x-sm-80 {
        padding-left: 80px !important
    }

    .-padding-sm-85 {
        padding: 85px !important
    }

    .-padding-top-sm-85,
    .-padding-y-sm-85 {
        padding-top: 85px !important
    }

    .-padding-right-sm-85,
    .-padding-x-sm-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-sm-85,
    .-padding-y-sm-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-sm-85,
    .-padding-x-sm-85 {
        padding-left: 85px !important
    }

    .-padding-sm-90 {
        padding: 90px !important
    }

    .-padding-top-sm-90,
    .-padding-y-sm-90 {
        padding-top: 90px !important
    }

    .-padding-right-sm-90,
    .-padding-x-sm-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-sm-90,
    .-padding-y-sm-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-sm-90,
    .-padding-x-sm-90 {
        padding-left: 90px !important
    }

    .-padding-sm-95 {
        padding: 95px !important
    }

    .-padding-top-sm-95,
    .-padding-y-sm-95 {
        padding-top: 95px !important
    }

    .-padding-right-sm-95,
    .-padding-x-sm-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-sm-95,
    .-padding-y-sm-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-sm-95,
    .-padding-x-sm-95 {
        padding-left: 95px !important
    }

    .-padding-sm-100 {
        padding: 100px !important
    }

    .-padding-top-sm-100,
    .-padding-y-sm-100 {
        padding-top: 100px !important
    }

    .-padding-right-sm-100,
    .-padding-x-sm-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-sm-100,
    .-padding-y-sm-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-sm-100,
    .-padding-x-sm-100 {
        padding-left: 100px !important
    }

    .-padding-sm-105 {
        padding: 105px !important
    }

    .-padding-top-sm-105,
    .-padding-y-sm-105 {
        padding-top: 105px !important
    }

    .-padding-right-sm-105,
    .-padding-x-sm-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-sm-105,
    .-padding-y-sm-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-sm-105,
    .-padding-x-sm-105 {
        padding-left: 105px !important
    }

    .-padding-sm-110 {
        padding: 110px !important
    }

    .-padding-top-sm-110,
    .-padding-y-sm-110 {
        padding-top: 110px !important
    }

    .-padding-right-sm-110,
    .-padding-x-sm-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-sm-110,
    .-padding-y-sm-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-sm-110,
    .-padding-x-sm-110 {
        padding-left: 110px !important
    }

    .-padding-sm-115 {
        padding: 115px !important
    }

    .-padding-top-sm-115,
    .-padding-y-sm-115 {
        padding-top: 115px !important
    }

    .-padding-right-sm-115,
    .-padding-x-sm-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-sm-115,
    .-padding-y-sm-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-sm-115,
    .-padding-x-sm-115 {
        padding-left: 115px !important
    }

    .-padding-sm-120 {
        padding: 120px !important
    }

    .-padding-top-sm-120,
    .-padding-y-sm-120 {
        padding-top: 120px !important
    }

    .-padding-right-sm-120,
    .-padding-x-sm-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-sm-120,
    .-padding-y-sm-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-sm-120,
    .-padding-x-sm-120 {
        padding-left: 120px !important
    }

    .-padding-sm-125 {
        padding: 125px !important
    }

    .-padding-top-sm-125,
    .-padding-y-sm-125 {
        padding-top: 125px !important
    }

    .-padding-right-sm-125,
    .-padding-x-sm-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-sm-125,
    .-padding-y-sm-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-sm-125,
    .-padding-x-sm-125 {
        padding-left: 125px !important
    }

    .-padding-sm-130 {
        padding: 130px !important
    }

    .-padding-top-sm-130,
    .-padding-y-sm-130 {
        padding-top: 130px !important
    }

    .-padding-right-sm-130,
    .-padding-x-sm-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-sm-130,
    .-padding-y-sm-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-sm-130,
    .-padding-x-sm-130 {
        padding-left: 130px !important
    }

    .-padding-sm-135 {
        padding: 135px !important
    }

    .-padding-top-sm-135,
    .-padding-y-sm-135 {
        padding-top: 135px !important
    }

    .-padding-right-sm-135,
    .-padding-x-sm-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-sm-135,
    .-padding-y-sm-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-sm-135,
    .-padding-x-sm-135 {
        padding-left: 135px !important
    }

    .-padding-sm-140 {
        padding: 140px !important
    }

    .-padding-top-sm-140,
    .-padding-y-sm-140 {
        padding-top: 140px !important
    }

    .-padding-right-sm-140,
    .-padding-x-sm-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-sm-140,
    .-padding-y-sm-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-sm-140,
    .-padding-x-sm-140 {
        padding-left: 140px !important
    }

    .-padding-sm-145 {
        padding: 145px !important
    }

    .-padding-top-sm-145,
    .-padding-y-sm-145 {
        padding-top: 145px !important
    }

    .-padding-right-sm-145,
    .-padding-x-sm-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-sm-145,
    .-padding-y-sm-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-sm-145,
    .-padding-x-sm-145 {
        padding-left: 145px !important
    }

    .-padding-sm-150 {
        padding: 150px !important
    }

    .-padding-top-sm-150,
    .-padding-y-sm-150 {
        padding-top: 150px !important
    }

    .-padding-right-sm-150,
    .-padding-x-sm-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-sm-150,
    .-padding-y-sm-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-sm-150,
    .-padding-x-sm-150 {
        padding-left: 150px !important
    }

    .-padding-sm-155 {
        padding: 155px !important
    }

    .-padding-top-sm-155,
    .-padding-y-sm-155 {
        padding-top: 155px !important
    }

    .-padding-right-sm-155,
    .-padding-x-sm-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-sm-155,
    .-padding-y-sm-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-sm-155,
    .-padding-x-sm-155 {
        padding-left: 155px !important
    }

    .-padding-sm-160 {
        padding: 160px !important
    }

    .-padding-top-sm-160,
    .-padding-y-sm-160 {
        padding-top: 160px !important
    }

    .-padding-right-sm-160,
    .-padding-x-sm-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-sm-160,
    .-padding-y-sm-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-sm-160,
    .-padding-x-sm-160 {
        padding-left: 160px !important
    }

    .-padding-sm-165 {
        padding: 165px !important
    }

    .-padding-top-sm-165,
    .-padding-y-sm-165 {
        padding-top: 165px !important
    }

    .-padding-right-sm-165,
    .-padding-x-sm-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-sm-165,
    .-padding-y-sm-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-sm-165,
    .-padding-x-sm-165 {
        padding-left: 165px !important
    }

    .-padding-sm-170 {
        padding: 170px !important
    }

    .-padding-top-sm-170,
    .-padding-y-sm-170 {
        padding-top: 170px !important
    }

    .-padding-right-sm-170,
    .-padding-x-sm-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-sm-170,
    .-padding-y-sm-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-sm-170,
    .-padding-x-sm-170 {
        padding-left: 170px !important
    }

    .-padding-sm-175 {
        padding: 175px !important
    }

    .-padding-top-sm-175,
    .-padding-y-sm-175 {
        padding-top: 175px !important
    }

    .-padding-right-sm-175,
    .-padding-x-sm-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-sm-175,
    .-padding-y-sm-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-sm-175,
    .-padding-x-sm-175 {
        padding-left: 175px !important
    }

    .-padding-sm-180 {
        padding: 180px !important
    }

    .-padding-top-sm-180,
    .-padding-y-sm-180 {
        padding-top: 180px !important
    }

    .-padding-right-sm-180,
    .-padding-x-sm-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-sm-180,
    .-padding-y-sm-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-sm-180,
    .-padding-x-sm-180 {
        padding-left: 180px !important
    }

    .-padding-sm-185 {
        padding: 185px !important
    }

    .-padding-top-sm-185,
    .-padding-y-sm-185 {
        padding-top: 185px !important
    }

    .-padding-right-sm-185,
    .-padding-x-sm-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-sm-185,
    .-padding-y-sm-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-sm-185,
    .-padding-x-sm-185 {
        padding-left: 185px !important
    }

    .-padding-sm-190 {
        padding: 190px !important
    }

    .-padding-top-sm-190,
    .-padding-y-sm-190 {
        padding-top: 190px !important
    }

    .-padding-right-sm-190,
    .-padding-x-sm-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-sm-190,
    .-padding-y-sm-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-sm-190,
    .-padding-x-sm-190 {
        padding-left: 190px !important
    }

    .-padding-sm-195 {
        padding: 195px !important
    }

    .-padding-top-sm-195,
    .-padding-y-sm-195 {
        padding-top: 195px !important
    }

    .-padding-right-sm-195,
    .-padding-x-sm-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-sm-195,
    .-padding-y-sm-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-sm-195,
    .-padding-x-sm-195 {
        padding-left: 195px !important
    }

    .-padding-sm-200 {
        padding: 200px !important
    }

    .-padding-top-sm-200,
    .-padding-y-sm-200 {
        padding-top: 200px !important
    }

    .-padding-right-sm-200,
    .-padding-x-sm-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-sm-200,
    .-padding-y-sm-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-sm-200,
    .-padding-x-sm-200 {
        padding-left: 200px !important
    }

    .-padding-sm-205 {
        padding: 205px !important
    }

    .-padding-top-sm-205,
    .-padding-y-sm-205 {
        padding-top: 205px !important
    }

    .-padding-right-sm-205,
    .-padding-x-sm-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-sm-205,
    .-padding-y-sm-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-sm-205,
    .-padding-x-sm-205 {
        padding-left: 205px !important
    }

    .-padding-sm-210 {
        padding: 210px !important
    }

    .-padding-top-sm-210,
    .-padding-y-sm-210 {
        padding-top: 210px !important
    }

    .-padding-right-sm-210,
    .-padding-x-sm-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-sm-210,
    .-padding-y-sm-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-sm-210,
    .-padding-x-sm-210 {
        padding-left: 210px !important
    }

    .-padding-sm-215 {
        padding: 215px !important
    }

    .-padding-top-sm-215,
    .-padding-y-sm-215 {
        padding-top: 215px !important
    }

    .-padding-right-sm-215,
    .-padding-x-sm-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-sm-215,
    .-padding-y-sm-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-sm-215,
    .-padding-x-sm-215 {
        padding-left: 215px !important
    }

    .-padding-sm-220 {
        padding: 220px !important
    }

    .-padding-top-sm-220,
    .-padding-y-sm-220 {
        padding-top: 220px !important
    }

    .-padding-right-sm-220,
    .-padding-x-sm-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-sm-220,
    .-padding-y-sm-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-sm-220,
    .-padding-x-sm-220 {
        padding-left: 220px !important
    }

    .-padding-sm-225 {
        padding: 225px !important
    }

    .-padding-top-sm-225,
    .-padding-y-sm-225 {
        padding-top: 225px !important
    }

    .-padding-right-sm-225,
    .-padding-x-sm-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-sm-225,
    .-padding-y-sm-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-sm-225,
    .-padding-x-sm-225 {
        padding-left: 225px !important
    }

    .-padding-sm-230 {
        padding: 230px !important
    }

    .-padding-top-sm-230,
    .-padding-y-sm-230 {
        padding-top: 230px !important
    }

    .-padding-right-sm-230,
    .-padding-x-sm-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-sm-230,
    .-padding-y-sm-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-sm-230,
    .-padding-x-sm-230 {
        padding-left: 230px !important
    }

    .-padding-sm-235 {
        padding: 235px !important
    }

    .-padding-top-sm-235,
    .-padding-y-sm-235 {
        padding-top: 235px !important
    }

    .-padding-right-sm-235,
    .-padding-x-sm-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-sm-235,
    .-padding-y-sm-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-sm-235,
    .-padding-x-sm-235 {
        padding-left: 235px !important
    }

    .-padding-sm-240 {
        padding: 240px !important
    }

    .-padding-top-sm-240,
    .-padding-y-sm-240 {
        padding-top: 240px !important
    }

    .-padding-right-sm-240,
    .-padding-x-sm-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-sm-240,
    .-padding-y-sm-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-sm-240,
    .-padding-x-sm-240 {
        padding-left: 240px !important
    }

    .-padding-sm-245 {
        padding: 245px !important
    }

    .-padding-top-sm-245,
    .-padding-y-sm-245 {
        padding-top: 245px !important
    }

    .-padding-right-sm-245,
    .-padding-x-sm-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-sm-245,
    .-padding-y-sm-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-sm-245,
    .-padding-x-sm-245 {
        padding-left: 245px !important
    }

    .-padding-sm-250 {
        padding: 250px !important
    }

    .-padding-top-sm-250,
    .-padding-y-sm-250 {
        padding-top: 250px !important
    }

    .-padding-right-sm-250,
    .-padding-x-sm-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-sm-250,
    .-padding-y-sm-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-sm-250,
    .-padding-x-sm-250 {
        padding-left: 250px !important
    }

    .-padding-sm-255 {
        padding: 255px !important
    }

    .-padding-top-sm-255,
    .-padding-y-sm-255 {
        padding-top: 255px !important
    }

    .-padding-right-sm-255,
    .-padding-x-sm-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-sm-255,
    .-padding-y-sm-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-sm-255,
    .-padding-x-sm-255 {
        padding-left: 255px !important
    }

    .-padding-sm-260 {
        padding: 260px !important
    }

    .-padding-top-sm-260,
    .-padding-y-sm-260 {
        padding-top: 260px !important
    }

    .-padding-right-sm-260,
    .-padding-x-sm-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-sm-260,
    .-padding-y-sm-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-sm-260,
    .-padding-x-sm-260 {
        padding-left: 260px !important
    }

    .-padding-sm-265 {
        padding: 265px !important
    }

    .-padding-top-sm-265,
    .-padding-y-sm-265 {
        padding-top: 265px !important
    }

    .-padding-right-sm-265,
    .-padding-x-sm-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-sm-265,
    .-padding-y-sm-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-sm-265,
    .-padding-x-sm-265 {
        padding-left: 265px !important
    }

    .-padding-sm-270 {
        padding: 270px !important
    }

    .-padding-top-sm-270,
    .-padding-y-sm-270 {
        padding-top: 270px !important
    }

    .-padding-right-sm-270,
    .-padding-x-sm-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-sm-270,
    .-padding-y-sm-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-sm-270,
    .-padding-x-sm-270 {
        padding-left: 270px !important
    }

    .-padding-sm-275 {
        padding: 275px !important
    }

    .-padding-top-sm-275,
    .-padding-y-sm-275 {
        padding-top: 275px !important
    }

    .-padding-right-sm-275,
    .-padding-x-sm-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-sm-275,
    .-padding-y-sm-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-sm-275,
    .-padding-x-sm-275 {
        padding-left: 275px !important
    }

    .-padding-sm-280 {
        padding: 280px !important
    }

    .-padding-top-sm-280,
    .-padding-y-sm-280 {
        padding-top: 280px !important
    }

    .-padding-right-sm-280,
    .-padding-x-sm-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-sm-280,
    .-padding-y-sm-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-sm-280,
    .-padding-x-sm-280 {
        padding-left: 280px !important
    }

    .-padding-sm-285 {
        padding: 285px !important
    }

    .-padding-top-sm-285,
    .-padding-y-sm-285 {
        padding-top: 285px !important
    }

    .-padding-right-sm-285,
    .-padding-x-sm-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-sm-285,
    .-padding-y-sm-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-sm-285,
    .-padding-x-sm-285 {
        padding-left: 285px !important
    }

    .-padding-sm-290 {
        padding: 290px !important
    }

    .-padding-top-sm-290,
    .-padding-y-sm-290 {
        padding-top: 290px !important
    }

    .-padding-right-sm-290,
    .-padding-x-sm-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-sm-290,
    .-padding-y-sm-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-sm-290,
    .-padding-x-sm-290 {
        padding-left: 290px !important
    }

    .-padding-sm-295 {
        padding: 295px !important
    }

    .-padding-top-sm-295,
    .-padding-y-sm-295 {
        padding-top: 295px !important
    }

    .-padding-right-sm-295,
    .-padding-x-sm-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-sm-295,
    .-padding-y-sm-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-sm-295,
    .-padding-x-sm-295 {
        padding-left: 295px !important
    }

    .-padding-sm-300 {
        padding: 300px !important
    }

    .-padding-top-sm-300,
    .-padding-y-sm-300 {
        padding-top: 300px !important
    }

    .-padding-right-sm-300,
    .-padding-x-sm-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-sm-300,
    .-padding-y-sm-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-sm-300,
    .-padding-x-sm-300 {
        padding-left: 300px !important
    }

    .-margin-sm-negative-5 {
        margin: -5px !important
    }

    .-margin-top-sm-negative-5,
    .-margin-y-sm-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-sm-negative-5,
    .-margin-x-sm-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-sm-negative-5,
    .-margin-y-sm-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-sm-negative-5,
    .-margin-x-sm-negative-5 {
        margin-left: -5px !important
    }

    .-margin-sm-negative-10 {
        margin: -10px !important
    }

    .-margin-top-sm-negative-10,
    .-margin-y-sm-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-sm-negative-10,
    .-margin-x-sm-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-sm-negative-10,
    .-margin-y-sm-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-sm-negative-10,
    .-margin-x-sm-negative-10 {
        margin-left: -10px !important
    }

    .-margin-sm-negative-15 {
        margin: -15px !important
    }

    .-margin-top-sm-negative-15,
    .-margin-y-sm-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-sm-negative-15,
    .-margin-x-sm-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-sm-negative-15,
    .-margin-y-sm-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-sm-negative-15,
    .-margin-x-sm-negative-15 {
        margin-left: -15px !important
    }

    .-margin-sm-negative-20 {
        margin: -20px !important
    }

    .-margin-top-sm-negative-20,
    .-margin-y-sm-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-sm-negative-20,
    .-margin-x-sm-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-sm-negative-20,
    .-margin-y-sm-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-sm-negative-20,
    .-margin-x-sm-negative-20 {
        margin-left: -20px !important
    }

    .-margin-sm-negative-25 {
        margin: -25px !important
    }

    .-margin-top-sm-negative-25,
    .-margin-y-sm-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-sm-negative-25,
    .-margin-x-sm-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-sm-negative-25,
    .-margin-y-sm-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-sm-negative-25,
    .-margin-x-sm-negative-25 {
        margin-left: -25px !important
    }

    .-margin-sm-negative-30 {
        margin: -35px !important
    }

    .-margin-top-sm-negative-30,
    .-margin-y-sm-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-sm-negative-30,
    .-margin-x-sm-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-sm-negative-30,
    .-margin-y-sm-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-sm-negative-30,
    .-margin-x-sm-negative-30 {
        margin-left: -35px !important
    }

    .-margin-sm-negative-35 {
        margin: -35px !important
    }

    .-margin-top-sm-negative-35,
    .-margin-y-sm-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-sm-negative-35,
    .-margin-x-sm-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-sm-negative-35,
    .-margin-y-sm-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-sm-negative-35,
    .-margin-x-sm-negative-35 {
        margin-left: -35px !important
    }

    .-margin-sm-negative-40 {
        margin: -40px !important
    }

    .-margin-top-sm-negative-40,
    .-margin-y-sm-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-sm-negative-40,
    .-margin-x-sm-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-sm-negative-40,
    .-margin-y-sm-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-sm-negative-40,
    .-margin-x-sm-negative-40 {
        margin-left: -40px !important
    }

    .-margin-sm-negative-45 {
        margin: -45px !important
    }

    .-margin-top-sm-negative-45,
    .-margin-y-sm-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-sm-negative-45,
    .-margin-x-sm-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-sm-negative-45,
    .-margin-y-sm-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-sm-negative-45,
    .-margin-x-sm-negative-45 {
        margin-left: -45px !important
    }

    .-margin-sm-negative-50 {
        margin: -50px !important
    }

    .-margin-top-sm-negative-50,
    .-margin-y-sm-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-sm-negative-50,
    .-margin-x-sm-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-sm-negative-50,
    .-margin-y-sm-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-sm-negative-50,
    .-margin-x-sm-negative-50 {
        margin-left: -50px !important
    }

    .-margin-sm-negative-55 {
        margin: -55px !important
    }

    .-margin-top-sm-negative-55,
    .-margin-y-sm-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-sm-negative-55,
    .-margin-x-sm-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-sm-negative-55,
    .-margin-y-sm-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-sm-negative-55,
    .-margin-x-sm-negative-55 {
        margin-left: -55px !important
    }

    .-margin-sm-negative-60 {
        margin: -60px !important
    }

    .-margin-top-sm-negative-60,
    .-margin-y-sm-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-sm-negative-60,
    .-margin-x-sm-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-sm-negative-60,
    .-margin-y-sm-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-sm-negative-60,
    .-margin-x-sm-negative-60 {
        margin-left: -60px !important
    }

    .-margin-sm-negative-65 {
        margin: -65px !important
    }

    .-margin-top-sm-negative-65,
    .-margin-y-sm-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-sm-negative-65,
    .-margin-x-sm-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-sm-negative-65,
    .-margin-y-sm-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-sm-negative-65,
    .-margin-x-sm-negative-65 {
        margin-left: -65px !important
    }

    .-margin-sm-negative-75 {
        margin: -75px !important
    }

    .-margin-top-sm-negative-75,
    .-margin-y-sm-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-sm-negative-75,
    .-margin-x-sm-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-sm-negative-75,
    .-margin-y-sm-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-sm-negative-75,
    .-margin-x-sm-negative-75 {
        margin-left: -75px !important
    }

    .-margin-sm-negative-80 {
        margin: -80px !important
    }

    .-margin-top-sm-negative-80,
    .-margin-y-sm-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-sm-negative-80,
    .-margin-x-sm-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-sm-negative-80,
    .-margin-y-sm-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-sm-negative-80,
    .-margin-x-sm-negative-80 {
        margin-left: -80px !important
    }

    .-margin-sm-negative-85 {
        margin: -85px !important
    }

    .-margin-top-sm-negative-85,
    .-margin-y-sm-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-sm-negative-85,
    .-margin-x-sm-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-sm-negative-85,
    .-margin-y-sm-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-sm-negative-85,
    .-margin-x-sm-negative-85 {
        margin-left: -85px !important
    }

    .-margin-sm-negative-90 {
        margin: -90px !important
    }

    .-margin-top-sm-negative-90,
    .-margin-y-sm-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-sm-negative-90,
    .-margin-x-sm-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-sm-negative-90,
    .-margin-y-sm-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-sm-negative-90,
    .-margin-x-sm-negative-90 {
        margin-left: -90px !important
    }

    .-margin-sm-negative-95 {
        margin: -95px !important
    }

    .-margin-top-sm-negative-95,
    .-margin-y-sm-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-sm-negative-95,
    .-margin-x-sm-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-sm-negative-95,
    .-margin-y-sm-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-sm-negative-95,
    .-margin-x-sm-negative-95 {
        margin-left: -95px !important
    }

    .-margin-sm-negative-100 {
        margin: -100px !important
    }

    .-margin-top-sm-negative-100,
    .-margin-y-sm-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-sm-negative-100,
    .-margin-x-sm-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-sm-negative-100,
    .-margin-y-sm-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-sm-negative-100,
    .-margin-x-sm-negative-100 {
        margin-left: -100px !important
    }

    .-margin-sm-negative-105 {
        margin: -105px !important
    }

    .-margin-top-sm-negative-105,
    .-margin-y-sm-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-sm-negative-105,
    .-margin-x-sm-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-sm-negative-105,
    .-margin-y-sm-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-sm-negative-105,
    .-margin-x-sm-negative-105 {
        margin-left: -105px !important
    }

    .-margin-sm-negative-110 {
        margin: -110px !important
    }

    .-margin-top-sm-negative-110,
    .-margin-y-sm-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-sm-negative-110,
    .-margin-x-sm-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-sm-negative-110,
    .-margin-y-sm-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-sm-negative-110,
    .-margin-x-sm-negative-110 {
        margin-left: -110px !important
    }

    .-margin-sm-negative-115 {
        margin: -115px !important
    }

    .-margin-top-sm-negative-115,
    .-margin-y-sm-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-sm-negative-115,
    .-margin-x-sm-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-sm-negative-115,
    .-margin-y-sm-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-sm-negative-115,
    .-margin-x-sm-negative-115 {
        margin-left: -115px !important
    }

    .-margin-sm-negative-120 {
        margin: -120px !important
    }

    .-margin-top-sm-negative-120,
    .-margin-y-sm-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-sm-negative-120,
    .-margin-x-sm-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-sm-negative-120,
    .-margin-y-sm-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-sm-negative-120,
    .-margin-x-sm-negative-120 {
        margin-left: -120px !important
    }

    .-margin-sm-negative-125 {
        margin: -125px !important
    }

    .-margin-top-sm-negative-125,
    .-margin-y-sm-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-sm-negative-125,
    .-margin-x-sm-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-sm-negative-125,
    .-margin-y-sm-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-sm-negative-125,
    .-margin-x-sm-negative-125 {
        margin-left: -125px !important
    }

    .-margin-sm-negative-130 {
        margin: -130px !important
    }

    .-margin-top-sm-negative-130,
    .-margin-y-sm-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-sm-negative-130,
    .-margin-x-sm-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-sm-negative-130,
    .-margin-y-sm-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-sm-negative-130,
    .-margin-x-sm-negative-130 {
        margin-left: -130px !important
    }

    .-margin-sm-negative-135 {
        margin: -135px !important
    }

    .-margin-top-sm-negative-135,
    .-margin-y-sm-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-sm-negative-135,
    .-margin-x-sm-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-sm-negative-135,
    .-margin-y-sm-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-sm-negative-135,
    .-margin-x-sm-negative-135 {
        margin-left: -135px !important
    }

    .-margin-sm-negative-140 {
        margin: -140px !important
    }

    .-margin-top-sm-negative-140,
    .-margin-y-sm-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-sm-negative-140,
    .-margin-x-sm-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-sm-negative-140,
    .-margin-y-sm-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-sm-negative-140,
    .-margin-x-sm-negative-140 {
        margin-left: -140px !important
    }

    .-margin-sm-negative-145 {
        margin: -145px !important
    }

    .-margin-top-sm-negative-145,
    .-margin-y-sm-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-sm-negative-145,
    .-margin-x-sm-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-sm-negative-145,
    .-margin-y-sm-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-sm-negative-145,
    .-margin-x-sm-negative-145 {
        margin-left: -145px !important
    }

    .-margin-sm-negative-150 {
        margin: -150px !important
    }

    .-margin-top-sm-negative-150,
    .-margin-y-sm-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-sm-negative-150,
    .-margin-x-sm-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-sm-negative-150,
    .-margin-y-sm-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-sm-negative-150,
    .-margin-x-sm-negative-150 {
        margin-left: -150px !important
    }

    .-margin-sm-negative-155 {
        margin: -155px !important
    }

    .-margin-top-sm-negative-155,
    .-margin-y-sm-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-sm-negative-155,
    .-margin-x-sm-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-sm-negative-155,
    .-margin-y-sm-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-sm-negative-155,
    .-margin-x-sm-negative-155 {
        margin-left: -155px !important
    }

    .-margin-sm-negative-160 {
        margin: -160px !important
    }

    .-margin-top-sm-negative-160,
    .-margin-y-sm-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-sm-negative-160,
    .-margin-x-sm-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-sm-negative-160,
    .-margin-y-sm-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-sm-negative-160,
    .-margin-x-sm-negative-160 {
        margin-left: -160px !important
    }

    .-margin-sm-negative-165 {
        margin: -165px !important
    }

    .-margin-top-sm-negative-165,
    .-margin-y-sm-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-sm-negative-165,
    .-margin-x-sm-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-sm-negative-165,
    .-margin-y-sm-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-sm-negative-165,
    .-margin-x-sm-negative-165 {
        margin-left: -165px !important
    }

    .-margin-sm-negative-170 {
        margin: -170px !important
    }

    .-margin-top-sm-negative-170,
    .-margin-y-sm-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-sm-negative-170,
    .-margin-x-sm-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-sm-negative-170,
    .-margin-y-sm-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-sm-negative-170,
    .-margin-x-sm-negative-170 {
        margin-left: -170px !important
    }

    .-margin-sm-negative-175 {
        margin: -175px !important
    }

    .-margin-top-sm-negative-175,
    .-margin-y-sm-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-sm-negative-175,
    .-margin-x-sm-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-sm-negative-175,
    .-margin-y-sm-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-sm-negative-175,
    .-margin-x-sm-negative-175 {
        margin-left: -175px !important
    }

    .-margin-sm-negative-180 {
        margin: -180px !important
    }

    .-margin-top-sm-negative-180,
    .-margin-y-sm-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-sm-negative-180,
    .-margin-x-sm-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-sm-negative-180,
    .-margin-y-sm-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-sm-negative-180,
    .-margin-x-sm-negative-180 {
        margin-left: -180px !important
    }

    .-margin-sm-negative-185 {
        margin: -185px !important
    }

    .-margin-top-sm-negative-185,
    .-margin-y-sm-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-sm-negative-185,
    .-margin-x-sm-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-sm-negative-185,
    .-margin-y-sm-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-sm-negative-185,
    .-margin-x-sm-negative-185 {
        margin-left: -185px !important
    }

    .-margin-sm-negative-190 {
        margin: -190px !important
    }

    .-margin-top-sm-negative-190,
    .-margin-y-sm-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-sm-negative-190,
    .-margin-x-sm-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-sm-negative-190,
    .-margin-y-sm-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-sm-negative-190,
    .-margin-x-sm-negative-190 {
        margin-left: -190px !important
    }

    .-margin-sm-negative-195 {
        margin: -195px !important
    }

    .-margin-top-sm-negative-195,
    .-margin-y-sm-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-sm-negative-195,
    .-margin-x-sm-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-sm-negative-195,
    .-margin-y-sm-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-sm-negative-195,
    .-margin-x-sm-negative-195 {
        margin-left: -195px !important
    }

    .-margin-sm-negative-200 {
        margin: -200px !important
    }

    .-margin-top-sm-negative-200,
    .-margin-y-sm-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-sm-negative-200,
    .-margin-x-sm-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-sm-negative-200,
    .-margin-y-sm-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-sm-negative-200,
    .-margin-x-sm-negative-200 {
        margin-left: -200px !important
    }

    .-margin-sm-negative-205 {
        margin: -205px !important
    }

    .-margin-top-sm-negative-205,
    .-margin-y-sm-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-sm-negative-205,
    .-margin-x-sm-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-sm-negative-205,
    .-margin-y-sm-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-sm-negative-205,
    .-margin-x-sm-negative-205 {
        margin-left: -205px !important
    }

    .-margin-sm-negative-210 {
        margin: -210px !important
    }

    .-margin-top-sm-negative-210,
    .-margin-y-sm-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-sm-negative-210,
    .-margin-x-sm-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-sm-negative-210,
    .-margin-y-sm-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-sm-negative-210,
    .-margin-x-sm-negative-210 {
        margin-left: -210px !important
    }

    .-margin-sm-negative-215 {
        margin: -215px !important
    }

    .-margin-top-sm-negative-215,
    .-margin-y-sm-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-sm-negative-215,
    .-margin-x-sm-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-sm-negative-215,
    .-margin-y-sm-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-sm-negative-215,
    .-margin-x-sm-negative-215 {
        margin-left: -215px !important
    }

    .-margin-sm-negative-220 {
        margin: -220px !important
    }

    .-margin-top-sm-negative-220,
    .-margin-y-sm-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-sm-negative-220,
    .-margin-x-sm-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-sm-negative-220,
    .-margin-y-sm-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-sm-negative-220,
    .-margin-x-sm-negative-220 {
        margin-left: -220px !important
    }

    .-margin-sm-negative-225 {
        margin: -225px !important
    }

    .-margin-top-sm-negative-225,
    .-margin-y-sm-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-sm-negative-225,
    .-margin-x-sm-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-sm-negative-225,
    .-margin-y-sm-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-sm-negative-225,
    .-margin-x-sm-negative-225 {
        margin-left: -225px !important
    }

    .-margin-sm-negative-230 {
        margin: -230px !important
    }

    .-margin-top-sm-negative-230,
    .-margin-y-sm-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-sm-negative-230,
    .-margin-x-sm-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-sm-negative-230,
    .-margin-y-sm-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-sm-negative-230,
    .-margin-x-sm-negative-230 {
        margin-left: -230px !important
    }

    .-margin-sm-negative-235 {
        margin: -235px !important
    }

    .-margin-top-sm-negative-235,
    .-margin-y-sm-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-sm-negative-235,
    .-margin-x-sm-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-sm-negative-235,
    .-margin-y-sm-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-sm-negative-235,
    .-margin-x-sm-negative-235 {
        margin-left: -235px !important
    }

    .-margin-sm-negative-240 {
        margin: -240px !important
    }

    .-margin-top-sm-negative-240,
    .-margin-y-sm-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-sm-negative-240,
    .-margin-x-sm-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-sm-negative-240,
    .-margin-y-sm-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-sm-negative-240,
    .-margin-x-sm-negative-240 {
        margin-left: -240px !important
    }

    .-margin-sm-negative-245 {
        margin: -245px !important
    }

    .-margin-top-sm-negative-245,
    .-margin-y-sm-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-sm-negative-245,
    .-margin-x-sm-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-sm-negative-245,
    .-margin-y-sm-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-sm-negative-245,
    .-margin-x-sm-negative-245 {
        margin-left: -245px !important
    }

    .-margin-sm-negative-250 {
        margin: -250px !important
    }

    .-margin-top-sm-negative-250,
    .-margin-y-sm-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-sm-negative-250,
    .-margin-x-sm-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-sm-negative-250,
    .-margin-y-sm-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-sm-negative-250,
    .-margin-x-sm-negative-250 {
        margin-left: -250px !important
    }

    .-margin-sm-negative-255 {
        margin: -255px !important
    }

    .-margin-top-sm-negative-255,
    .-margin-y-sm-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-sm-negative-255,
    .-margin-x-sm-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-sm-negative-255,
    .-margin-y-sm-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-sm-negative-255,
    .-margin-x-sm-negative-255 {
        margin-left: -255px !important
    }

    .-margin-sm-negative-260 {
        margin: -260px !important
    }

    .-margin-top-sm-negative-260,
    .-margin-y-sm-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-sm-negative-260,
    .-margin-x-sm-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-sm-negative-260,
    .-margin-y-sm-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-sm-negative-260,
    .-margin-x-sm-negative-260 {
        margin-left: -260px !important
    }

    .-margin-sm-negative-265 {
        margin: -265px !important
    }

    .-margin-top-sm-negative-265,
    .-margin-y-sm-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-sm-negative-265,
    .-margin-x-sm-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-sm-negative-265,
    .-margin-y-sm-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-sm-negative-265,
    .-margin-x-sm-negative-265 {
        margin-left: -265px !important
    }

    .-margin-sm-negative-270 {
        margin: -270px !important
    }

    .-margin-top-sm-negative-270,
    .-margin-y-sm-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-sm-negative-270,
    .-margin-x-sm-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-sm-negative-270,
    .-margin-y-sm-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-sm-negative-270,
    .-margin-x-sm-negative-270 {
        margin-left: -270px !important
    }

    .-margin-sm-negative-275 {
        margin: -275px !important
    }

    .-margin-top-sm-negative-275,
    .-margin-y-sm-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-sm-negative-275,
    .-margin-x-sm-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-sm-negative-275,
    .-margin-y-sm-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-sm-negative-275,
    .-margin-x-sm-negative-275 {
        margin-left: -275px !important
    }

    .-margin-sm-negative-280 {
        margin: -280px !important
    }

    .-margin-top-sm-negative-280,
    .-margin-y-sm-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-sm-negative-280,
    .-margin-x-sm-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-sm-negative-280,
    .-margin-y-sm-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-sm-negative-280,
    .-margin-x-sm-negative-280 {
        margin-left: -280px !important
    }

    .-margin-sm-negative-285 {
        margin: -285px !important
    }

    .-margin-top-sm-negative-285,
    .-margin-y-sm-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-sm-negative-285,
    .-margin-x-sm-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-sm-negative-285,
    .-margin-y-sm-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-sm-negative-285,
    .-margin-x-sm-negative-285 {
        margin-left: -285px !important
    }

    .-margin-sm-negative-290 {
        margin: -290px !important
    }

    .-margin-top-sm-negative-290,
    .-margin-y-sm-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-sm-negative-290,
    .-margin-x-sm-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-sm-negative-290,
    .-margin-y-sm-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-sm-negative-290,
    .-margin-x-sm-negative-290 {
        margin-left: -290px !important
    }

    .-margin-sm-negative-295 {
        margin: -295px !important
    }

    .-margin-top-sm-negative-295,
    .-margin-y-sm-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-sm-negative-295,
    .-margin-x-sm-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-sm-negative-295,
    .-margin-y-sm-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-sm-negative-295,
    .-margin-x-sm-negative-295 {
        margin-left: -295px !important
    }

    .-margin-sm-negative-300 {
        margin: -300px !important
    }

    .-margin-top-sm-negative-300,
    .-margin-y-sm-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-sm-negative-300,
    .-margin-x-sm-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-sm-negative-300,
    .-margin-y-sm-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-sm-negative-300,
    .-margin-x-sm-negative-300 {
        margin-left: -300px !important
    }

    .margin-sm-auto {
        margin: auto !important
    }

    .margin-top-sm-auto,
    .margin-y-sm-auto {
        margin-top: auto !important
    }

    .margin-right-sm-auto,
    .margin-x-sm-auto {
        margin-right: auto !important
    }

    .margin-botttom-sm-auto,
    .margin-y-sm-auto {
        margin-bottom: auto !important
    }

    .margin-left-sm-auto,
    .margin-x-sm-auto {
        margin-left: auto !important
    }
}

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

    .-margin-top-md-0,
    .-margin-y-md-0 {
        margin-top: 0 !important
    }

    .-margin-right-md-0,
    .-margin-x-md-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-md-0,
    .-margin-y-md-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-md-0,
    .-margin-x-md-0 {
        margin-left: 0 !important
    }

    .-margin-md-5 {
        margin: 5px !important
    }

    .-margin-top-md-5,
    .-margin-y-md-5 {
        margin-top: 5px !important
    }

    .-margin-right-md-5,
    .-margin-x-md-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-md-5,
    .-margin-y-md-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-md-5,
    .-margin-x-md-5 {
        margin-left: 5px !important
    }

    .-margin-md-10 {
        margin: 10px !important
    }

    .-margin-top-md-10,
    .-margin-y-md-10 {
        margin-top: 10px !important
    }

    .-margin-right-md-10,
    .-margin-x-md-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-md-10,
    .-margin-y-md-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-md-10,
    .-margin-x-md-10 {
        margin-left: 10px !important
    }

    .-margin-md-15 {
        margin: 15px !important
    }

    .-margin-top-md-15,
    .-margin-y-md-15 {
        margin-top: 15px !important
    }

    .-margin-right-md-15,
    .-margin-x-md-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-md-15,
    .-margin-y-md-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-md-15,
    .-margin-x-md-15 {
        margin-left: 15px !important
    }

    .-margin-md-20 {
        margin: 20px !important
    }

    .-margin-top-md-20,
    .-margin-y-md-20 {
        margin-top: 20px !important
    }

    .-margin-right-md-20,
    .-margin-x-md-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-md-20,
    .-margin-y-md-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-md-20,
    .-margin-x-md-20 {
        margin-left: 20px !important
    }

    .-margin-md-25 {
        margin: 25px !important
    }

    .-margin-top-md-25,
    .-margin-y-md-25 {
        margin-top: 25px !important
    }

    .-margin-right-md-25,
    .-margin-x-md-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-md-25,
    .-margin-y-md-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-md-25,
    .-margin-x-md-25 {
        margin-left: 25px !important
    }

    .-margin-md-30 {
        margin: 35px !important
    }

    .-margin-top-md-30,
    .-margin-y-md-30 {
        margin-top: 35px !important
    }

    .-margin-right-md-30,
    .-margin-x-md-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-md-30,
    .-margin-y-md-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-md-30,
    .-margin-x-md-30 {
        margin-left: 35px !important
    }

    .-margin-md-35 {
        margin: 35px !important
    }

    .-margin-top-md-35,
    .-margin-y-md-35 {
        margin-top: 35px !important
    }

    .-margin-right-md-35,
    .-margin-x-md-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-md-35,
    .-margin-y-md-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-md-35,
    .-margin-x-md-35 {
        margin-left: 35px !important
    }

    .-margin-md-40 {
        margin: 40px !important
    }

    .-margin-top-md-40,
    .-margin-y-md-40 {
        margin-top: 40px !important
    }

    .-margin-right-md-40,
    .-margin-x-md-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-md-40,
    .-margin-y-md-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-md-40,
    .-margin-x-md-40 {
        margin-left: 40px !important
    }

    .-margin-md-45 {
        margin: 45px !important
    }

    .-margin-top-md-45,
    .-margin-y-md-45 {
        margin-top: 45px !important
    }

    .-margin-right-md-45,
    .-margin-x-md-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-md-45,
    .-margin-y-md-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-md-45,
    .-margin-x-md-45 {
        margin-left: 45px !important
    }

    .-margin-md-50 {
        margin: 50px !important
    }

    .-margin-top-md-50,
    .-margin-y-md-50 {
        margin-top: 50px !important
    }

    .-margin-right-md-50,
    .-margin-x-md-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-md-50,
    .-margin-y-md-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-md-50,
    .-margin-x-md-50 {
        margin-left: 50px !important
    }

    .-margin-md-55 {
        margin: 55px !important
    }

    .-margin-top-md-55,
    .-margin-y-md-55 {
        margin-top: 55px !important
    }

    .-margin-right-md-55,
    .-margin-x-md-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-md-55,
    .-margin-y-md-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-md-55,
    .-margin-x-md-55 {
        margin-left: 55px !important
    }

    .-margin-md-60 {
        margin: 60px !important
    }

    .-margin-top-md-60,
    .-margin-y-md-60 {
        margin-top: 60px !important
    }

    .-margin-right-md-60,
    .-margin-x-md-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-md-60,
    .-margin-y-md-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-md-60,
    .-margin-x-md-60 {
        margin-left: 60px !important
    }

    .-margin-md-65 {
        margin: 65px !important
    }

    .-margin-top-md-65,
    .-margin-y-md-65 {
        margin-top: 65px !important
    }

    .-margin-right-md-65,
    .-margin-x-md-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-md-65,
    .-margin-y-md-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-md-65,
    .-margin-x-md-65 {
        margin-left: 65px !important
    }

    .-margin-md-75 {
        margin: 75px !important
    }

    .-margin-top-md-75,
    .-margin-y-md-75 {
        margin-top: 75px !important
    }

    .-margin-right-md-75,
    .-margin-x-md-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-md-75,
    .-margin-y-md-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-md-75,
    .-margin-x-md-75 {
        margin-left: 75px !important
    }

    .-margin-md-80 {
        margin: 80px !important
    }

    .-margin-top-md-80,
    .-margin-y-md-80 {
        margin-top: 80px !important
    }

    .-margin-right-md-80,
    .-margin-x-md-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-md-80,
    .-margin-y-md-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-md-80,
    .-margin-x-md-80 {
        margin-left: 80px !important
    }

    .-margin-md-85 {
        margin: 85px !important
    }

    .-margin-top-md-85,
    .-margin-y-md-85 {
        margin-top: 85px !important
    }

    .-margin-right-md-85,
    .-margin-x-md-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-md-85,
    .-margin-y-md-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-md-85,
    .-margin-x-md-85 {
        margin-left: 85px !important
    }

    .-margin-md-90 {
        margin: 90px !important
    }

    .-margin-top-md-90,
    .-margin-y-md-90 {
        margin-top: 90px !important
    }

    .-margin-right-md-90,
    .-margin-x-md-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-md-90,
    .-margin-y-md-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-md-90,
    .-margin-x-md-90 {
        margin-left: 90px !important
    }

    .-margin-md-95 {
        margin: 95px !important
    }

    .-margin-top-md-95,
    .-margin-y-md-95 {
        margin-top: 95px !important
    }

    .-margin-right-md-95,
    .-margin-x-md-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-md-95,
    .-margin-y-md-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-md-95,
    .-margin-x-md-95 {
        margin-left: 95px !important
    }

    .-margin-md-100 {
        margin: 100px !important
    }

    .-margin-top-md-100,
    .-margin-y-md-100 {
        margin-top: 100px !important
    }

    .-margin-right-md-100,
    .-margin-x-md-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-md-100,
    .-margin-y-md-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-md-100,
    .-margin-x-md-100 {
        margin-left: 100px !important
    }

    .-margin-md-105 {
        margin: 105px !important
    }

    .-margin-top-md-105,
    .-margin-y-md-105 {
        margin-top: 105px !important
    }

    .-margin-right-md-105,
    .-margin-x-md-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-md-105,
    .-margin-y-md-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-md-105,
    .-margin-x-md-105 {
        margin-left: 105px !important
    }

    .-margin-md-110 {
        margin: 110px !important
    }

    .-margin-top-md-110,
    .-margin-y-md-110 {
        margin-top: 110px !important
    }

    .-margin-right-md-110,
    .-margin-x-md-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-md-110,
    .-margin-y-md-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-md-110,
    .-margin-x-md-110 {
        margin-left: 110px !important
    }

    .-margin-md-115 {
        margin: 115px !important
    }

    .-margin-top-md-115,
    .-margin-y-md-115 {
        margin-top: 115px !important
    }

    .-margin-right-md-115,
    .-margin-x-md-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-md-115,
    .-margin-y-md-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-md-115,
    .-margin-x-md-115 {
        margin-left: 115px !important
    }

    .-margin-md-120 {
        margin: 120px !important
    }

    .-margin-top-md-120,
    .-margin-y-md-120 {
        margin-top: 120px !important
    }

    .-margin-right-md-120,
    .-margin-x-md-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-md-120,
    .-margin-y-md-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-md-120,
    .-margin-x-md-120 {
        margin-left: 120px !important
    }

    .-margin-md-125 {
        margin: 125px !important
    }

    .-margin-top-md-125,
    .-margin-y-md-125 {
        margin-top: 125px !important
    }

    .-margin-right-md-125,
    .-margin-x-md-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-md-125,
    .-margin-y-md-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-md-125,
    .-margin-x-md-125 {
        margin-left: 125px !important
    }

    .-margin-md-130 {
        margin: 130px !important
    }

    .-margin-top-md-130,
    .-margin-y-md-130 {
        margin-top: 130px !important
    }

    .-margin-right-md-130,
    .-margin-x-md-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-md-130,
    .-margin-y-md-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-md-130,
    .-margin-x-md-130 {
        margin-left: 130px !important
    }

    .-margin-md-135 {
        margin: 135px !important
    }

    .-margin-top-md-135,
    .-margin-y-md-135 {
        margin-top: 135px !important
    }

    .-margin-right-md-135,
    .-margin-x-md-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-md-135,
    .-margin-y-md-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-md-135,
    .-margin-x-md-135 {
        margin-left: 135px !important
    }

    .-margin-md-140 {
        margin: 140px !important
    }

    .-margin-top-md-140,
    .-margin-y-md-140 {
        margin-top: 140px !important
    }

    .-margin-right-md-140,
    .-margin-x-md-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-md-140,
    .-margin-y-md-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-md-140,
    .-margin-x-md-140 {
        margin-left: 140px !important
    }

    .-margin-md-145 {
        margin: 145px !important
    }

    .-margin-top-md-145,
    .-margin-y-md-145 {
        margin-top: 145px !important
    }

    .-margin-right-md-145,
    .-margin-x-md-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-md-145,
    .-margin-y-md-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-md-145,
    .-margin-x-md-145 {
        margin-left: 145px !important
    }

    .-margin-md-150 {
        margin: 150px !important
    }

    .-margin-top-md-150,
    .-margin-y-md-150 {
        margin-top: 150px !important
    }

    .-margin-right-md-150,
    .-margin-x-md-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-md-150,
    .-margin-y-md-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-md-150,
    .-margin-x-md-150 {
        margin-left: 150px !important
    }

    .-margin-md-155 {
        margin: 155px !important
    }

    .-margin-top-md-155,
    .-margin-y-md-155 {
        margin-top: 155px !important
    }

    .-margin-right-md-155,
    .-margin-x-md-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-md-155,
    .-margin-y-md-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-md-155,
    .-margin-x-md-155 {
        margin-left: 155px !important
    }

    .-margin-md-160 {
        margin: 160px !important
    }

    .-margin-top-md-160,
    .-margin-y-md-160 {
        margin-top: 160px !important
    }

    .-margin-right-md-160,
    .-margin-x-md-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-md-160,
    .-margin-y-md-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-md-160,
    .-margin-x-md-160 {
        margin-left: 160px !important
    }

    .-margin-md-165 {
        margin: 165px !important
    }

    .-margin-top-md-165,
    .-margin-y-md-165 {
        margin-top: 165px !important
    }

    .-margin-right-md-165,
    .-margin-x-md-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-md-165,
    .-margin-y-md-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-md-165,
    .-margin-x-md-165 {
        margin-left: 165px !important
    }

    .-margin-md-170 {
        margin: 170px !important
    }

    .-margin-top-md-170,
    .-margin-y-md-170 {
        margin-top: 170px !important
    }

    .-margin-right-md-170,
    .-margin-x-md-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-md-170,
    .-margin-y-md-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-md-170,
    .-margin-x-md-170 {
        margin-left: 170px !important
    }

    .-margin-md-175 {
        margin: 175px !important
    }

    .-margin-top-md-175,
    .-margin-y-md-175 {
        margin-top: 175px !important
    }

    .-margin-right-md-175,
    .-margin-x-md-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-md-175,
    .-margin-y-md-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-md-175,
    .-margin-x-md-175 {
        margin-left: 175px !important
    }

    .-margin-md-180 {
        margin: 180px !important
    }

    .-margin-top-md-180,
    .-margin-y-md-180 {
        margin-top: 180px !important
    }

    .-margin-right-md-180,
    .-margin-x-md-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-md-180,
    .-margin-y-md-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-md-180,
    .-margin-x-md-180 {
        margin-left: 180px !important
    }

    .-margin-md-185 {
        margin: 185px !important
    }

    .-margin-top-md-185,
    .-margin-y-md-185 {
        margin-top: 185px !important
    }

    .-margin-right-md-185,
    .-margin-x-md-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-md-185,
    .-margin-y-md-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-md-185,
    .-margin-x-md-185 {
        margin-left: 185px !important
    }

    .-margin-md-190 {
        margin: 190px !important
    }

    .-margin-top-md-190,
    .-margin-y-md-190 {
        margin-top: 190px !important
    }

    .-margin-right-md-190,
    .-margin-x-md-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-md-190,
    .-margin-y-md-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-md-190,
    .-margin-x-md-190 {
        margin-left: 190px !important
    }

    .-margin-md-195 {
        margin: 195px !important
    }

    .-margin-top-md-195,
    .-margin-y-md-195 {
        margin-top: 195px !important
    }

    .-margin-right-md-195,
    .-margin-x-md-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-md-195,
    .-margin-y-md-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-md-195,
    .-margin-x-md-195 {
        margin-left: 195px !important
    }

    .-margin-md-200 {
        margin: 200px !important
    }

    .-margin-top-md-200,
    .-margin-y-md-200 {
        margin-top: 200px !important
    }

    .-margin-right-md-200,
    .-margin-x-md-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-md-200,
    .-margin-y-md-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-md-200,
    .-margin-x-md-200 {
        margin-left: 200px !important
    }

    .-margin-md-205 {
        margin: 205px !important
    }

    .-margin-top-md-205,
    .-margin-y-md-205 {
        margin-top: 205px !important
    }

    .-margin-right-md-205,
    .-margin-x-md-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-md-205,
    .-margin-y-md-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-md-205,
    .-margin-x-md-205 {
        margin-left: 205px !important
    }

    .-margin-md-210 {
        margin: 210px !important
    }

    .-margin-top-md-210,
    .-margin-y-md-210 {
        margin-top: 210px !important
    }

    .-margin-right-md-210,
    .-margin-x-md-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-md-210,
    .-margin-y-md-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-md-210,
    .-margin-x-md-210 {
        margin-left: 210px !important
    }

    .-margin-md-215 {
        margin: 215px !important
    }

    .-margin-top-md-215,
    .-margin-y-md-215 {
        margin-top: 215px !important
    }

    .-margin-right-md-215,
    .-margin-x-md-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-md-215,
    .-margin-y-md-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-md-215,
    .-margin-x-md-215 {
        margin-left: 215px !important
    }

    .-margin-md-220 {
        margin: 220px !important
    }

    .-margin-top-md-220,
    .-margin-y-md-220 {
        margin-top: 220px !important
    }

    .-margin-right-md-220,
    .-margin-x-md-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-md-220,
    .-margin-y-md-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-md-220,
    .-margin-x-md-220 {
        margin-left: 220px !important
    }

    .-margin-md-225 {
        margin: 225px !important
    }

    .-margin-top-md-225,
    .-margin-y-md-225 {
        margin-top: 225px !important
    }

    .-margin-right-md-225,
    .-margin-x-md-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-md-225,
    .-margin-y-md-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-md-225,
    .-margin-x-md-225 {
        margin-left: 225px !important
    }

    .-margin-md-230 {
        margin: 230px !important
    }

    .-margin-top-md-230,
    .-margin-y-md-230 {
        margin-top: 230px !important
    }

    .-margin-right-md-230,
    .-margin-x-md-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-md-230,
    .-margin-y-md-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-md-230,
    .-margin-x-md-230 {
        margin-left: 230px !important
    }

    .-margin-md-235 {
        margin: 235px !important
    }

    .-margin-top-md-235,
    .-margin-y-md-235 {
        margin-top: 235px !important
    }

    .-margin-right-md-235,
    .-margin-x-md-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-md-235,
    .-margin-y-md-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-md-235,
    .-margin-x-md-235 {
        margin-left: 235px !important
    }

    .-margin-md-240 {
        margin: 240px !important
    }

    .-margin-top-md-240,
    .-margin-y-md-240 {
        margin-top: 240px !important
    }

    .-margin-right-md-240,
    .-margin-x-md-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-md-240,
    .-margin-y-md-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-md-240,
    .-margin-x-md-240 {
        margin-left: 240px !important
    }

    .-margin-md-245 {
        margin: 245px !important
    }

    .-margin-top-md-245,
    .-margin-y-md-245 {
        margin-top: 245px !important
    }

    .-margin-right-md-245,
    .-margin-x-md-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-md-245,
    .-margin-y-md-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-md-245,
    .-margin-x-md-245 {
        margin-left: 245px !important
    }

    .-margin-md-250 {
        margin: 250px !important
    }

    .-margin-top-md-250,
    .-margin-y-md-250 {
        margin-top: 250px !important
    }

    .-margin-right-md-250,
    .-margin-x-md-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-md-250,
    .-margin-y-md-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-md-250,
    .-margin-x-md-250 {
        margin-left: 250px !important
    }

    .-margin-md-255 {
        margin: 255px !important
    }

    .-margin-top-md-255,
    .-margin-y-md-255 {
        margin-top: 255px !important
    }

    .-margin-right-md-255,
    .-margin-x-md-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-md-255,
    .-margin-y-md-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-md-255,
    .-margin-x-md-255 {
        margin-left: 255px !important
    }

    .-margin-md-260 {
        margin: 260px !important
    }

    .-margin-top-md-260,
    .-margin-y-md-260 {
        margin-top: 260px !important
    }

    .-margin-right-md-260,
    .-margin-x-md-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-md-260,
    .-margin-y-md-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-md-260,
    .-margin-x-md-260 {
        margin-left: 260px !important
    }

    .-margin-md-265 {
        margin: 265px !important
    }

    .-margin-top-md-265,
    .-margin-y-md-265 {
        margin-top: 265px !important
    }

    .-margin-right-md-265,
    .-margin-x-md-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-md-265,
    .-margin-y-md-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-md-265,
    .-margin-x-md-265 {
        margin-left: 265px !important
    }

    .-margin-md-270 {
        margin: 270px !important
    }

    .-margin-top-md-270,
    .-margin-y-md-270 {
        margin-top: 270px !important
    }

    .-margin-right-md-270,
    .-margin-x-md-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-md-270,
    .-margin-y-md-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-md-270,
    .-margin-x-md-270 {
        margin-left: 270px !important
    }

    .-margin-md-275 {
        margin: 275px !important
    }

    .-margin-top-md-275,
    .-margin-y-md-275 {
        margin-top: 275px !important
    }

    .-margin-right-md-275,
    .-margin-x-md-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-md-275,
    .-margin-y-md-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-md-275,
    .-margin-x-md-275 {
        margin-left: 275px !important
    }

    .-margin-md-280 {
        margin: 280px !important
    }

    .-margin-top-md-280,
    .-margin-y-md-280 {
        margin-top: 280px !important
    }

    .-margin-right-md-280,
    .-margin-x-md-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-md-280,
    .-margin-y-md-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-md-280,
    .-margin-x-md-280 {
        margin-left: 280px !important
    }

    .-margin-md-285 {
        margin: 285px !important
    }

    .-margin-top-md-285,
    .-margin-y-md-285 {
        margin-top: 285px !important
    }

    .-margin-right-md-285,
    .-margin-x-md-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-md-285,
    .-margin-y-md-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-md-285,
    .-margin-x-md-285 {
        margin-left: 285px !important
    }

    .-margin-md-290 {
        margin: 290px !important
    }

    .-margin-top-md-290,
    .-margin-y-md-290 {
        margin-top: 290px !important
    }

    .-margin-right-md-290,
    .-margin-x-md-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-md-290,
    .-margin-y-md-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-md-290,
    .-margin-x-md-290 {
        margin-left: 290px !important
    }

    .-margin-md-295 {
        margin: 295px !important
    }

    .-margin-top-md-295,
    .-margin-y-md-295 {
        margin-top: 295px !important
    }

    .-margin-right-md-295,
    .-margin-x-md-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-md-295,
    .-margin-y-md-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-md-295,
    .-margin-x-md-295 {
        margin-left: 295px !important
    }

    .-margin-md-300 {
        margin: 300px !important
    }

    .-margin-top-md-300,
    .-margin-y-md-300 {
        margin-top: 300px !important
    }

    .-margin-right-md-300,
    .-margin-x-md-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-md-300,
    .-margin-y-md-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-md-300,
    .-margin-x-md-300 {
        margin-left: 300px !important
    }

    .-padding-md-0 {
        padding: 0 !important
    }

    .-padding-top-md-0,
    .-padding-y-md-0 {
        padding-top: 0 !important
    }

    .-padding-right-md-0,
    .-padding-x-md-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-md-0,
    .-padding-y-md-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-md-0,
    .-padding-x-md-0 {
        padding-left: 0 !important
    }

    .-padding-md-5 {
        padding: 5px !important
    }

    .-padding-top-md-5,
    .-padding-y-md-5 {
        padding-top: 5px !important
    }

    .-padding-right-md-5,
    .-padding-x-md-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-md-5,
    .-padding-y-md-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-md-5,
    .-padding-x-md-5 {
        padding-left: 5px !important
    }

    .-padding-md-10 {
        padding: 10px !important
    }

    .-padding-top-md-10,
    .-padding-y-md-10 {
        padding-top: 10px !important
    }

    .-padding-right-md-10,
    .-padding-x-md-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-md-10,
    .-padding-y-md-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-md-10,
    .-padding-x-md-10 {
        padding-left: 10px !important
    }

    .-padding-md-15 {
        padding: 15px !important
    }

    .-padding-top-md-15,
    .-padding-y-md-15 {
        padding-top: 15px !important
    }

    .-padding-right-md-15,
    .-padding-x-md-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-md-15,
    .-padding-y-md-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-md-15,
    .-padding-x-md-15 {
        padding-left: 15px !important
    }

    .-padding-md-20 {
        padding: 20px !important
    }

    .-padding-top-md-20,
    .-padding-y-md-20 {
        padding-top: 20px !important
    }

    .-padding-right-md-20,
    .-padding-x-md-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-md-20,
    .-padding-y-md-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-md-20,
    .-padding-x-md-20 {
        padding-left: 20px !important
    }

    .-padding-md-25 {
        padding: 25px !important
    }

    .-padding-top-md-25,
    .-padding-y-md-25 {
        padding-top: 25px !important
    }

    .-padding-right-md-25,
    .-padding-x-md-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-md-25,
    .-padding-y-md-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-md-25,
    .-padding-x-md-25 {
        padding-left: 25px !important
    }

    .-padding-md-30 {
        padding: 35px !important
    }

    .-padding-top-md-30,
    .-padding-y-md-30 {
        padding-top: 35px !important
    }

    .-padding-right-md-30,
    .-padding-x-md-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-md-30,
    .-padding-y-md-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-md-30,
    .-padding-x-md-30 {
        padding-left: 35px !important
    }

    .-padding-md-35 {
        padding: 35px !important
    }

    .-padding-top-md-35,
    .-padding-y-md-35 {
        padding-top: 35px !important
    }

    .-padding-right-md-35,
    .-padding-x-md-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-md-35,
    .-padding-y-md-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-md-35,
    .-padding-x-md-35 {
        padding-left: 35px !important
    }

    .-padding-md-40 {
        padding: 40px !important
    }

    .-padding-top-md-40,
    .-padding-y-md-40 {
        padding-top: 40px !important
    }

    .-padding-right-md-40,
    .-padding-x-md-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-md-40,
    .-padding-y-md-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-md-40,
    .-padding-x-md-40 {
        padding-left: 40px !important
    }

    .-padding-md-45 {
        padding: 45px !important
    }

    .-padding-top-md-45,
    .-padding-y-md-45 {
        padding-top: 45px !important
    }

    .-padding-right-md-45,
    .-padding-x-md-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-md-45,
    .-padding-y-md-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-md-45,
    .-padding-x-md-45 {
        padding-left: 45px !important
    }

    .-padding-md-50 {
        padding: 50px !important
    }

    .-padding-top-md-50,
    .-padding-y-md-50 {
        padding-top: 50px !important
    }

    .-padding-right-md-50,
    .-padding-x-md-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-md-50,
    .-padding-y-md-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-md-50,
    .-padding-x-md-50 {
        padding-left: 50px !important
    }

    .-padding-md-55 {
        padding: 55px !important
    }

    .-padding-top-md-55,
    .-padding-y-md-55 {
        padding-top: 55px !important
    }

    .-padding-right-md-55,
    .-padding-x-md-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-md-55,
    .-padding-y-md-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-md-55,
    .-padding-x-md-55 {
        padding-left: 55px !important
    }

    .-padding-md-60 {
        padding: 60px !important
    }

    .-padding-top-md-60,
    .-padding-y-md-60 {
        padding-top: 60px !important
    }

    .-padding-right-md-60,
    .-padding-x-md-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-md-60,
    .-padding-y-md-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-md-60,
    .-padding-x-md-60 {
        padding-left: 60px !important
    }

    .-padding-md-65 {
        padding: 65px !important
    }

    .-padding-top-md-65,
    .-padding-y-md-65 {
        padding-top: 65px !important
    }

    .-padding-right-md-65,
    .-padding-x-md-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-md-65,
    .-padding-y-md-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-md-65,
    .-padding-x-md-65 {
        padding-left: 65px !important
    }

    .-padding-md-75 {
        padding: 75px !important
    }

    .-padding-top-md-75,
    .-padding-y-md-75 {
        padding-top: 75px !important
    }

    .-padding-right-md-75,
    .-padding-x-md-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-md-75,
    .-padding-y-md-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-md-75,
    .-padding-x-md-75 {
        padding-left: 75px !important
    }

    .-padding-md-80 {
        padding: 80px !important
    }

    .-padding-top-md-80,
    .-padding-y-md-80 {
        padding-top: 80px !important
    }

    .-padding-right-md-80,
    .-padding-x-md-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-md-80,
    .-padding-y-md-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-md-80,
    .-padding-x-md-80 {
        padding-left: 80px !important
    }

    .-padding-md-85 {
        padding: 85px !important
    }

    .-padding-top-md-85,
    .-padding-y-md-85 {
        padding-top: 85px !important
    }

    .-padding-right-md-85,
    .-padding-x-md-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-md-85,
    .-padding-y-md-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-md-85,
    .-padding-x-md-85 {
        padding-left: 85px !important
    }

    .-padding-md-90 {
        padding: 90px !important
    }

    .-padding-top-md-90,
    .-padding-y-md-90 {
        padding-top: 90px !important
    }

    .-padding-right-md-90,
    .-padding-x-md-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-md-90,
    .-padding-y-md-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-md-90,
    .-padding-x-md-90 {
        padding-left: 90px !important
    }

    .-padding-md-95 {
        padding: 95px !important
    }

    .-padding-top-md-95,
    .-padding-y-md-95 {
        padding-top: 95px !important
    }

    .-padding-right-md-95,
    .-padding-x-md-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-md-95,
    .-padding-y-md-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-md-95,
    .-padding-x-md-95 {
        padding-left: 95px !important
    }

    .-padding-md-100 {
        padding: 100px !important
    }

    .-padding-top-md-100,
    .-padding-y-md-100 {
        padding-top: 100px !important
    }

    .-padding-right-md-100,
    .-padding-x-md-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-md-100,
    .-padding-y-md-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-md-100,
    .-padding-x-md-100 {
        padding-left: 100px !important
    }

    .-padding-md-105 {
        padding: 105px !important
    }

    .-padding-top-md-105,
    .-padding-y-md-105 {
        padding-top: 105px !important
    }

    .-padding-right-md-105,
    .-padding-x-md-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-md-105,
    .-padding-y-md-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-md-105,
    .-padding-x-md-105 {
        padding-left: 105px !important
    }

    .-padding-md-110 {
        padding: 110px !important
    }

    .-padding-top-md-110,
    .-padding-y-md-110 {
        padding-top: 110px !important
    }

    .-padding-right-md-110,
    .-padding-x-md-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-md-110,
    .-padding-y-md-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-md-110,
    .-padding-x-md-110 {
        padding-left: 110px !important
    }

    .-padding-md-115 {
        padding: 115px !important
    }

    .-padding-top-md-115,
    .-padding-y-md-115 {
        padding-top: 115px !important
    }

    .-padding-right-md-115,
    .-padding-x-md-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-md-115,
    .-padding-y-md-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-md-115,
    .-padding-x-md-115 {
        padding-left: 115px !important
    }

    .-padding-md-120 {
        padding: 120px !important
    }

    .-padding-top-md-120,
    .-padding-y-md-120 {
        padding-top: 120px !important
    }

    .-padding-right-md-120,
    .-padding-x-md-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-md-120,
    .-padding-y-md-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-md-120,
    .-padding-x-md-120 {
        padding-left: 120px !important
    }

    .-padding-md-125 {
        padding: 125px !important
    }

    .-padding-top-md-125,
    .-padding-y-md-125 {
        padding-top: 125px !important
    }

    .-padding-right-md-125,
    .-padding-x-md-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-md-125,
    .-padding-y-md-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-md-125,
    .-padding-x-md-125 {
        padding-left: 125px !important
    }

    .-padding-md-130 {
        padding: 130px !important
    }

    .-padding-top-md-130,
    .-padding-y-md-130 {
        padding-top: 130px !important
    }

    .-padding-right-md-130,
    .-padding-x-md-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-md-130,
    .-padding-y-md-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-md-130,
    .-padding-x-md-130 {
        padding-left: 130px !important
    }

    .-padding-md-135 {
        padding: 135px !important
    }

    .-padding-top-md-135,
    .-padding-y-md-135 {
        padding-top: 135px !important
    }

    .-padding-right-md-135,
    .-padding-x-md-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-md-135,
    .-padding-y-md-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-md-135,
    .-padding-x-md-135 {
        padding-left: 135px !important
    }

    .-padding-md-140 {
        padding: 140px !important
    }

    .-padding-top-md-140,
    .-padding-y-md-140 {
        padding-top: 140px !important
    }

    .-padding-right-md-140,
    .-padding-x-md-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-md-140,
    .-padding-y-md-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-md-140,
    .-padding-x-md-140 {
        padding-left: 140px !important
    }

    .-padding-md-145 {
        padding: 145px !important
    }

    .-padding-top-md-145,
    .-padding-y-md-145 {
        padding-top: 145px !important
    }

    .-padding-right-md-145,
    .-padding-x-md-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-md-145,
    .-padding-y-md-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-md-145,
    .-padding-x-md-145 {
        padding-left: 145px !important
    }

    .-padding-md-150 {
        padding: 150px !important
    }

    .-padding-top-md-150,
    .-padding-y-md-150 {
        padding-top: 150px !important
    }

    .-padding-right-md-150,
    .-padding-x-md-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-md-150,
    .-padding-y-md-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-md-150,
    .-padding-x-md-150 {
        padding-left: 150px !important
    }

    .-padding-md-155 {
        padding: 155px !important
    }

    .-padding-top-md-155,
    .-padding-y-md-155 {
        padding-top: 155px !important
    }

    .-padding-right-md-155,
    .-padding-x-md-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-md-155,
    .-padding-y-md-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-md-155,
    .-padding-x-md-155 {
        padding-left: 155px !important
    }

    .-padding-md-160 {
        padding: 160px !important
    }

    .-padding-top-md-160,
    .-padding-y-md-160 {
        padding-top: 160px !important
    }

    .-padding-right-md-160,
    .-padding-x-md-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-md-160,
    .-padding-y-md-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-md-160,
    .-padding-x-md-160 {
        padding-left: 160px !important
    }

    .-padding-md-165 {
        padding: 165px !important
    }

    .-padding-top-md-165,
    .-padding-y-md-165 {
        padding-top: 165px !important
    }

    .-padding-right-md-165,
    .-padding-x-md-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-md-165,
    .-padding-y-md-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-md-165,
    .-padding-x-md-165 {
        padding-left: 165px !important
    }

    .-padding-md-170 {
        padding: 170px !important
    }

    .-padding-top-md-170,
    .-padding-y-md-170 {
        padding-top: 170px !important
    }

    .-padding-right-md-170,
    .-padding-x-md-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-md-170,
    .-padding-y-md-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-md-170,
    .-padding-x-md-170 {
        padding-left: 170px !important
    }

    .-padding-md-175 {
        padding: 175px !important
    }

    .-padding-top-md-175,
    .-padding-y-md-175 {
        padding-top: 175px !important
    }

    .-padding-right-md-175,
    .-padding-x-md-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-md-175,
    .-padding-y-md-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-md-175,
    .-padding-x-md-175 {
        padding-left: 175px !important
    }

    .-padding-md-180 {
        padding: 180px !important
    }

    .-padding-top-md-180,
    .-padding-y-md-180 {
        padding-top: 180px !important
    }

    .-padding-right-md-180,
    .-padding-x-md-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-md-180,
    .-padding-y-md-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-md-180,
    .-padding-x-md-180 {
        padding-left: 180px !important
    }

    .-padding-md-185 {
        padding: 185px !important
    }

    .-padding-top-md-185,
    .-padding-y-md-185 {
        padding-top: 185px !important
    }

    .-padding-right-md-185,
    .-padding-x-md-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-md-185,
    .-padding-y-md-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-md-185,
    .-padding-x-md-185 {
        padding-left: 185px !important
    }

    .-padding-md-190 {
        padding: 190px !important
    }

    .-padding-top-md-190,
    .-padding-y-md-190 {
        padding-top: 190px !important
    }

    .-padding-right-md-190,
    .-padding-x-md-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-md-190,
    .-padding-y-md-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-md-190,
    .-padding-x-md-190 {
        padding-left: 190px !important
    }

    .-padding-md-195 {
        padding: 195px !important
    }

    .-padding-top-md-195,
    .-padding-y-md-195 {
        padding-top: 195px !important
    }

    .-padding-right-md-195,
    .-padding-x-md-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-md-195,
    .-padding-y-md-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-md-195,
    .-padding-x-md-195 {
        padding-left: 195px !important
    }

    .-padding-md-200 {
        padding: 200px !important
    }

    .-padding-top-md-200,
    .-padding-y-md-200 {
        padding-top: 200px !important
    }

    .-padding-right-md-200,
    .-padding-x-md-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-md-200,
    .-padding-y-md-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-md-200,
    .-padding-x-md-200 {
        padding-left: 200px !important
    }

    .-padding-md-205 {
        padding: 205px !important
    }

    .-padding-top-md-205,
    .-padding-y-md-205 {
        padding-top: 205px !important
    }

    .-padding-right-md-205,
    .-padding-x-md-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-md-205,
    .-padding-y-md-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-md-205,
    .-padding-x-md-205 {
        padding-left: 205px !important
    }

    .-padding-md-210 {
        padding: 210px !important
    }

    .-padding-top-md-210,
    .-padding-y-md-210 {
        padding-top: 210px !important
    }

    .-padding-right-md-210,
    .-padding-x-md-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-md-210,
    .-padding-y-md-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-md-210,
    .-padding-x-md-210 {
        padding-left: 210px !important
    }

    .-padding-md-215 {
        padding: 215px !important
    }

    .-padding-top-md-215,
    .-padding-y-md-215 {
        padding-top: 215px !important
    }

    .-padding-right-md-215,
    .-padding-x-md-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-md-215,
    .-padding-y-md-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-md-215,
    .-padding-x-md-215 {
        padding-left: 215px !important
    }

    .-padding-md-220 {
        padding: 220px !important
    }

    .-padding-top-md-220,
    .-padding-y-md-220 {
        padding-top: 220px !important
    }

    .-padding-right-md-220,
    .-padding-x-md-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-md-220,
    .-padding-y-md-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-md-220,
    .-padding-x-md-220 {
        padding-left: 220px !important
    }

    .-padding-md-225 {
        padding: 225px !important
    }

    .-padding-top-md-225,
    .-padding-y-md-225 {
        padding-top: 225px !important
    }

    .-padding-right-md-225,
    .-padding-x-md-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-md-225,
    .-padding-y-md-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-md-225,
    .-padding-x-md-225 {
        padding-left: 225px !important
    }

    .-padding-md-230 {
        padding: 230px !important
    }

    .-padding-top-md-230,
    .-padding-y-md-230 {
        padding-top: 230px !important
    }

    .-padding-right-md-230,
    .-padding-x-md-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-md-230,
    .-padding-y-md-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-md-230,
    .-padding-x-md-230 {
        padding-left: 230px !important
    }

    .-padding-md-235 {
        padding: 235px !important
    }

    .-padding-top-md-235,
    .-padding-y-md-235 {
        padding-top: 235px !important
    }

    .-padding-right-md-235,
    .-padding-x-md-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-md-235,
    .-padding-y-md-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-md-235,
    .-padding-x-md-235 {
        padding-left: 235px !important
    }

    .-padding-md-240 {
        padding: 240px !important
    }

    .-padding-top-md-240,
    .-padding-y-md-240 {
        padding-top: 240px !important
    }

    .-padding-right-md-240,
    .-padding-x-md-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-md-240,
    .-padding-y-md-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-md-240,
    .-padding-x-md-240 {
        padding-left: 240px !important
    }

    .-padding-md-245 {
        padding: 245px !important
    }

    .-padding-top-md-245,
    .-padding-y-md-245 {
        padding-top: 245px !important
    }

    .-padding-right-md-245,
    .-padding-x-md-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-md-245,
    .-padding-y-md-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-md-245,
    .-padding-x-md-245 {
        padding-left: 245px !important
    }

    .-padding-md-250 {
        padding: 250px !important
    }

    .-padding-top-md-250,
    .-padding-y-md-250 {
        padding-top: 250px !important
    }

    .-padding-right-md-250,
    .-padding-x-md-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-md-250,
    .-padding-y-md-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-md-250,
    .-padding-x-md-250 {
        padding-left: 250px !important
    }

    .-padding-md-255 {
        padding: 255px !important
    }

    .-padding-top-md-255,
    .-padding-y-md-255 {
        padding-top: 255px !important
    }

    .-padding-right-md-255,
    .-padding-x-md-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-md-255,
    .-padding-y-md-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-md-255,
    .-padding-x-md-255 {
        padding-left: 255px !important
    }

    .-padding-md-260 {
        padding: 260px !important
    }

    .-padding-top-md-260,
    .-padding-y-md-260 {
        padding-top: 260px !important
    }

    .-padding-right-md-260,
    .-padding-x-md-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-md-260,
    .-padding-y-md-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-md-260,
    .-padding-x-md-260 {
        padding-left: 260px !important
    }

    .-padding-md-265 {
        padding: 265px !important
    }

    .-padding-top-md-265,
    .-padding-y-md-265 {
        padding-top: 265px !important
    }

    .-padding-right-md-265,
    .-padding-x-md-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-md-265,
    .-padding-y-md-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-md-265,
    .-padding-x-md-265 {
        padding-left: 265px !important
    }

    .-padding-md-270 {
        padding: 270px !important
    }

    .-padding-top-md-270,
    .-padding-y-md-270 {
        padding-top: 270px !important
    }

    .-padding-right-md-270,
    .-padding-x-md-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-md-270,
    .-padding-y-md-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-md-270,
    .-padding-x-md-270 {
        padding-left: 270px !important
    }

    .-padding-md-275 {
        padding: 275px !important
    }

    .-padding-top-md-275,
    .-padding-y-md-275 {
        padding-top: 275px !important
    }

    .-padding-right-md-275,
    .-padding-x-md-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-md-275,
    .-padding-y-md-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-md-275,
    .-padding-x-md-275 {
        padding-left: 275px !important
    }

    .-padding-md-280 {
        padding: 280px !important
    }

    .-padding-top-md-280,
    .-padding-y-md-280 {
        padding-top: 280px !important
    }

    .-padding-right-md-280,
    .-padding-x-md-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-md-280,
    .-padding-y-md-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-md-280,
    .-padding-x-md-280 {
        padding-left: 280px !important
    }

    .-padding-md-285 {
        padding: 285px !important
    }

    .-padding-top-md-285,
    .-padding-y-md-285 {
        padding-top: 285px !important
    }

    .-padding-right-md-285,
    .-padding-x-md-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-md-285,
    .-padding-y-md-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-md-285,
    .-padding-x-md-285 {
        padding-left: 285px !important
    }

    .-padding-md-290 {
        padding: 290px !important
    }

    .-padding-top-md-290,
    .-padding-y-md-290 {
        padding-top: 290px !important
    }

    .-padding-right-md-290,
    .-padding-x-md-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-md-290,
    .-padding-y-md-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-md-290,
    .-padding-x-md-290 {
        padding-left: 290px !important
    }

    .-padding-md-295 {
        padding: 295px !important
    }

    .-padding-top-md-295,
    .-padding-y-md-295 {
        padding-top: 295px !important
    }

    .-padding-right-md-295,
    .-padding-x-md-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-md-295,
    .-padding-y-md-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-md-295,
    .-padding-x-md-295 {
        padding-left: 295px !important
    }

    .-padding-md-300 {
        padding: 300px !important
    }

    .-padding-top-md-300,
    .-padding-y-md-300 {
        padding-top: 300px !important
    }

    .-padding-right-md-300,
    .-padding-x-md-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-md-300,
    .-padding-y-md-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-md-300,
    .-padding-x-md-300 {
        padding-left: 300px !important
    }

    .-margin-md-negative-5 {
        margin: -5px !important
    }

    .-margin-top-md-negative-5,
    .-margin-y-md-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-md-negative-5,
    .-margin-x-md-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-md-negative-5,
    .-margin-y-md-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-md-negative-5,
    .-margin-x-md-negative-5 {
        margin-left: -5px !important
    }

    .-margin-md-negative-10 {
        margin: -10px !important
    }

    .-margin-top-md-negative-10,
    .-margin-y-md-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-md-negative-10,
    .-margin-x-md-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-md-negative-10,
    .-margin-y-md-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-md-negative-10,
    .-margin-x-md-negative-10 {
        margin-left: -10px !important
    }

    .-margin-md-negative-15 {
        margin: -15px !important
    }

    .-margin-top-md-negative-15,
    .-margin-y-md-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-md-negative-15,
    .-margin-x-md-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-md-negative-15,
    .-margin-y-md-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-md-negative-15,
    .-margin-x-md-negative-15 {
        margin-left: -15px !important
    }

    .-margin-md-negative-20 {
        margin: -20px !important
    }

    .-margin-top-md-negative-20,
    .-margin-y-md-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-md-negative-20,
    .-margin-x-md-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-md-negative-20,
    .-margin-y-md-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-md-negative-20,
    .-margin-x-md-negative-20 {
        margin-left: -20px !important
    }

    .-margin-md-negative-25 {
        margin: -25px !important
    }

    .-margin-top-md-negative-25,
    .-margin-y-md-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-md-negative-25,
    .-margin-x-md-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-md-negative-25,
    .-margin-y-md-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-md-negative-25,
    .-margin-x-md-negative-25 {
        margin-left: -25px !important
    }

    .-margin-md-negative-30 {
        margin: -35px !important
    }

    .-margin-top-md-negative-30,
    .-margin-y-md-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-md-negative-30,
    .-margin-x-md-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-md-negative-30,
    .-margin-y-md-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-md-negative-30,
    .-margin-x-md-negative-30 {
        margin-left: -35px !important
    }

    .-margin-md-negative-35 {
        margin: -35px !important
    }

    .-margin-top-md-negative-35,
    .-margin-y-md-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-md-negative-35,
    .-margin-x-md-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-md-negative-35,
    .-margin-y-md-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-md-negative-35,
    .-margin-x-md-negative-35 {
        margin-left: -35px !important
    }

    .-margin-md-negative-40 {
        margin: -40px !important
    }

    .-margin-top-md-negative-40,
    .-margin-y-md-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-md-negative-40,
    .-margin-x-md-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-md-negative-40,
    .-margin-y-md-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-md-negative-40,
    .-margin-x-md-negative-40 {
        margin-left: -40px !important
    }

    .-margin-md-negative-45 {
        margin: -45px !important
    }

    .-margin-top-md-negative-45,
    .-margin-y-md-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-md-negative-45,
    .-margin-x-md-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-md-negative-45,
    .-margin-y-md-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-md-negative-45,
    .-margin-x-md-negative-45 {
        margin-left: -45px !important
    }

    .-margin-md-negative-50 {
        margin: -50px !important
    }

    .-margin-top-md-negative-50,
    .-margin-y-md-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-md-negative-50,
    .-margin-x-md-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-md-negative-50,
    .-margin-y-md-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-md-negative-50,
    .-margin-x-md-negative-50 {
        margin-left: -50px !important
    }

    .-margin-md-negative-55 {
        margin: -55px !important
    }

    .-margin-top-md-negative-55,
    .-margin-y-md-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-md-negative-55,
    .-margin-x-md-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-md-negative-55,
    .-margin-y-md-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-md-negative-55,
    .-margin-x-md-negative-55 {
        margin-left: -55px !important
    }

    .-margin-md-negative-60 {
        margin: -60px !important
    }

    .-margin-top-md-negative-60,
    .-margin-y-md-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-md-negative-60,
    .-margin-x-md-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-md-negative-60,
    .-margin-y-md-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-md-negative-60,
    .-margin-x-md-negative-60 {
        margin-left: -60px !important
    }

    .-margin-md-negative-65 {
        margin: -65px !important
    }

    .-margin-top-md-negative-65,
    .-margin-y-md-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-md-negative-65,
    .-margin-x-md-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-md-negative-65,
    .-margin-y-md-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-md-negative-65,
    .-margin-x-md-negative-65 {
        margin-left: -65px !important
    }

    .-margin-md-negative-75 {
        margin: -75px !important
    }

    .-margin-top-md-negative-75,
    .-margin-y-md-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-md-negative-75,
    .-margin-x-md-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-md-negative-75,
    .-margin-y-md-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-md-negative-75,
    .-margin-x-md-negative-75 {
        margin-left: -75px !important
    }

    .-margin-md-negative-80 {
        margin: -80px !important
    }

    .-margin-top-md-negative-80,
    .-margin-y-md-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-md-negative-80,
    .-margin-x-md-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-md-negative-80,
    .-margin-y-md-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-md-negative-80,
    .-margin-x-md-negative-80 {
        margin-left: -80px !important
    }

    .-margin-md-negative-85 {
        margin: -85px !important
    }

    .-margin-top-md-negative-85,
    .-margin-y-md-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-md-negative-85,
    .-margin-x-md-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-md-negative-85,
    .-margin-y-md-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-md-negative-85,
    .-margin-x-md-negative-85 {
        margin-left: -85px !important
    }

    .-margin-md-negative-90 {
        margin: -90px !important
    }

    .-margin-top-md-negative-90,
    .-margin-y-md-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-md-negative-90,
    .-margin-x-md-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-md-negative-90,
    .-margin-y-md-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-md-negative-90,
    .-margin-x-md-negative-90 {
        margin-left: -90px !important
    }

    .-margin-md-negative-95 {
        margin: -95px !important
    }

    .-margin-top-md-negative-95,
    .-margin-y-md-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-md-negative-95,
    .-margin-x-md-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-md-negative-95,
    .-margin-y-md-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-md-negative-95,
    .-margin-x-md-negative-95 {
        margin-left: -95px !important
    }

    .-margin-md-negative-100 {
        margin: -100px !important
    }

    .-margin-top-md-negative-100,
    .-margin-y-md-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-md-negative-100,
    .-margin-x-md-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-md-negative-100,
    .-margin-y-md-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-md-negative-100,
    .-margin-x-md-negative-100 {
        margin-left: -100px !important
    }

    .-margin-md-negative-105 {
        margin: -105px !important
    }

    .-margin-top-md-negative-105,
    .-margin-y-md-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-md-negative-105,
    .-margin-x-md-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-md-negative-105,
    .-margin-y-md-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-md-negative-105,
    .-margin-x-md-negative-105 {
        margin-left: -105px !important
    }

    .-margin-md-negative-110 {
        margin: -110px !important
    }

    .-margin-top-md-negative-110,
    .-margin-y-md-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-md-negative-110,
    .-margin-x-md-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-md-negative-110,
    .-margin-y-md-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-md-negative-110,
    .-margin-x-md-negative-110 {
        margin-left: -110px !important
    }

    .-margin-md-negative-115 {
        margin: -115px !important
    }

    .-margin-top-md-negative-115,
    .-margin-y-md-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-md-negative-115,
    .-margin-x-md-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-md-negative-115,
    .-margin-y-md-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-md-negative-115,
    .-margin-x-md-negative-115 {
        margin-left: -115px !important
    }

    .-margin-md-negative-120 {
        margin: -120px !important
    }

    .-margin-top-md-negative-120,
    .-margin-y-md-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-md-negative-120,
    .-margin-x-md-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-md-negative-120,
    .-margin-y-md-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-md-negative-120,
    .-margin-x-md-negative-120 {
        margin-left: -120px !important
    }

    .-margin-md-negative-125 {
        margin: -125px !important
    }

    .-margin-top-md-negative-125,
    .-margin-y-md-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-md-negative-125,
    .-margin-x-md-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-md-negative-125,
    .-margin-y-md-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-md-negative-125,
    .-margin-x-md-negative-125 {
        margin-left: -125px !important
    }

    .-margin-md-negative-130 {
        margin: -130px !important
    }

    .-margin-top-md-negative-130,
    .-margin-y-md-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-md-negative-130,
    .-margin-x-md-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-md-negative-130,
    .-margin-y-md-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-md-negative-130,
    .-margin-x-md-negative-130 {
        margin-left: -130px !important
    }

    .-margin-md-negative-135 {
        margin: -135px !important
    }

    .-margin-top-md-negative-135,
    .-margin-y-md-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-md-negative-135,
    .-margin-x-md-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-md-negative-135,
    .-margin-y-md-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-md-negative-135,
    .-margin-x-md-negative-135 {
        margin-left: -135px !important
    }

    .-margin-md-negative-140 {
        margin: -140px !important
    }

    .-margin-top-md-negative-140,
    .-margin-y-md-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-md-negative-140,
    .-margin-x-md-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-md-negative-140,
    .-margin-y-md-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-md-negative-140,
    .-margin-x-md-negative-140 {
        margin-left: -140px !important
    }

    .-margin-md-negative-145 {
        margin: -145px !important
    }

    .-margin-top-md-negative-145,
    .-margin-y-md-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-md-negative-145,
    .-margin-x-md-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-md-negative-145,
    .-margin-y-md-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-md-negative-145,
    .-margin-x-md-negative-145 {
        margin-left: -145px !important
    }

    .-margin-md-negative-150 {
        margin: -150px !important
    }

    .-margin-top-md-negative-150,
    .-margin-y-md-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-md-negative-150,
    .-margin-x-md-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-md-negative-150,
    .-margin-y-md-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-md-negative-150,
    .-margin-x-md-negative-150 {
        margin-left: -150px !important
    }

    .-margin-md-negative-155 {
        margin: -155px !important
    }

    .-margin-top-md-negative-155,
    .-margin-y-md-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-md-negative-155,
    .-margin-x-md-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-md-negative-155,
    .-margin-y-md-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-md-negative-155,
    .-margin-x-md-negative-155 {
        margin-left: -155px !important
    }

    .-margin-md-negative-160 {
        margin: -160px !important
    }

    .-margin-top-md-negative-160,
    .-margin-y-md-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-md-negative-160,
    .-margin-x-md-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-md-negative-160,
    .-margin-y-md-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-md-negative-160,
    .-margin-x-md-negative-160 {
        margin-left: -160px !important
    }

    .-margin-md-negative-165 {
        margin: -165px !important
    }

    .-margin-top-md-negative-165,
    .-margin-y-md-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-md-negative-165,
    .-margin-x-md-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-md-negative-165,
    .-margin-y-md-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-md-negative-165,
    .-margin-x-md-negative-165 {
        margin-left: -165px !important
    }

    .-margin-md-negative-170 {
        margin: -170px !important
    }

    .-margin-top-md-negative-170,
    .-margin-y-md-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-md-negative-170,
    .-margin-x-md-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-md-negative-170,
    .-margin-y-md-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-md-negative-170,
    .-margin-x-md-negative-170 {
        margin-left: -170px !important
    }

    .-margin-md-negative-175 {
        margin: -175px !important
    }

    .-margin-top-md-negative-175,
    .-margin-y-md-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-md-negative-175,
    .-margin-x-md-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-md-negative-175,
    .-margin-y-md-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-md-negative-175,
    .-margin-x-md-negative-175 {
        margin-left: -175px !important
    }

    .-margin-md-negative-180 {
        margin: -180px !important
    }

    .-margin-top-md-negative-180,
    .-margin-y-md-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-md-negative-180,
    .-margin-x-md-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-md-negative-180,
    .-margin-y-md-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-md-negative-180,
    .-margin-x-md-negative-180 {
        margin-left: -180px !important
    }

    .-margin-md-negative-185 {
        margin: -185px !important
    }

    .-margin-top-md-negative-185,
    .-margin-y-md-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-md-negative-185,
    .-margin-x-md-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-md-negative-185,
    .-margin-y-md-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-md-negative-185,
    .-margin-x-md-negative-185 {
        margin-left: -185px !important
    }

    .-margin-md-negative-190 {
        margin: -190px !important
    }

    .-margin-top-md-negative-190,
    .-margin-y-md-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-md-negative-190,
    .-margin-x-md-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-md-negative-190,
    .-margin-y-md-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-md-negative-190,
    .-margin-x-md-negative-190 {
        margin-left: -190px !important
    }

    .-margin-md-negative-195 {
        margin: -195px !important
    }

    .-margin-top-md-negative-195,
    .-margin-y-md-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-md-negative-195,
    .-margin-x-md-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-md-negative-195,
    .-margin-y-md-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-md-negative-195,
    .-margin-x-md-negative-195 {
        margin-left: -195px !important
    }

    .-margin-md-negative-200 {
        margin: -200px !important
    }

    .-margin-top-md-negative-200,
    .-margin-y-md-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-md-negative-200,
    .-margin-x-md-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-md-negative-200,
    .-margin-y-md-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-md-negative-200,
    .-margin-x-md-negative-200 {
        margin-left: -200px !important
    }

    .-margin-md-negative-205 {
        margin: -205px !important
    }

    .-margin-top-md-negative-205,
    .-margin-y-md-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-md-negative-205,
    .-margin-x-md-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-md-negative-205,
    .-margin-y-md-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-md-negative-205,
    .-margin-x-md-negative-205 {
        margin-left: -205px !important
    }

    .-margin-md-negative-210 {
        margin: -210px !important
    }

    .-margin-top-md-negative-210,
    .-margin-y-md-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-md-negative-210,
    .-margin-x-md-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-md-negative-210,
    .-margin-y-md-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-md-negative-210,
    .-margin-x-md-negative-210 {
        margin-left: -210px !important
    }

    .-margin-md-negative-215 {
        margin: -215px !important
    }

    .-margin-top-md-negative-215,
    .-margin-y-md-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-md-negative-215,
    .-margin-x-md-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-md-negative-215,
    .-margin-y-md-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-md-negative-215,
    .-margin-x-md-negative-215 {
        margin-left: -215px !important
    }

    .-margin-md-negative-220 {
        margin: -220px !important
    }

    .-margin-top-md-negative-220,
    .-margin-y-md-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-md-negative-220,
    .-margin-x-md-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-md-negative-220,
    .-margin-y-md-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-md-negative-220,
    .-margin-x-md-negative-220 {
        margin-left: -220px !important
    }

    .-margin-md-negative-225 {
        margin: -225px !important
    }

    .-margin-top-md-negative-225,
    .-margin-y-md-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-md-negative-225,
    .-margin-x-md-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-md-negative-225,
    .-margin-y-md-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-md-negative-225,
    .-margin-x-md-negative-225 {
        margin-left: -225px !important
    }

    .-margin-md-negative-230 {
        margin: -230px !important
    }

    .-margin-top-md-negative-230,
    .-margin-y-md-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-md-negative-230,
    .-margin-x-md-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-md-negative-230,
    .-margin-y-md-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-md-negative-230,
    .-margin-x-md-negative-230 {
        margin-left: -230px !important
    }

    .-margin-md-negative-235 {
        margin: -235px !important
    }

    .-margin-top-md-negative-235,
    .-margin-y-md-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-md-negative-235,
    .-margin-x-md-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-md-negative-235,
    .-margin-y-md-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-md-negative-235,
    .-margin-x-md-negative-235 {
        margin-left: -235px !important
    }

    .-margin-md-negative-240 {
        margin: -240px !important
    }

    .-margin-top-md-negative-240,
    .-margin-y-md-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-md-negative-240,
    .-margin-x-md-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-md-negative-240,
    .-margin-y-md-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-md-negative-240,
    .-margin-x-md-negative-240 {
        margin-left: -240px !important
    }

    .-margin-md-negative-245 {
        margin: -245px !important
    }

    .-margin-top-md-negative-245,
    .-margin-y-md-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-md-negative-245,
    .-margin-x-md-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-md-negative-245,
    .-margin-y-md-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-md-negative-245,
    .-margin-x-md-negative-245 {
        margin-left: -245px !important
    }

    .-margin-md-negative-250 {
        margin: -250px !important
    }

    .-margin-top-md-negative-250,
    .-margin-y-md-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-md-negative-250,
    .-margin-x-md-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-md-negative-250,
    .-margin-y-md-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-md-negative-250,
    .-margin-x-md-negative-250 {
        margin-left: -250px !important
    }

    .-margin-md-negative-255 {
        margin: -255px !important
    }

    .-margin-top-md-negative-255,
    .-margin-y-md-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-md-negative-255,
    .-margin-x-md-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-md-negative-255,
    .-margin-y-md-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-md-negative-255,
    .-margin-x-md-negative-255 {
        margin-left: -255px !important
    }

    .-margin-md-negative-260 {
        margin: -260px !important
    }

    .-margin-top-md-negative-260,
    .-margin-y-md-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-md-negative-260,
    .-margin-x-md-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-md-negative-260,
    .-margin-y-md-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-md-negative-260,
    .-margin-x-md-negative-260 {
        margin-left: -260px !important
    }

    .-margin-md-negative-265 {
        margin: -265px !important
    }

    .-margin-top-md-negative-265,
    .-margin-y-md-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-md-negative-265,
    .-margin-x-md-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-md-negative-265,
    .-margin-y-md-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-md-negative-265,
    .-margin-x-md-negative-265 {
        margin-left: -265px !important
    }

    .-margin-md-negative-270 {
        margin: -270px !important
    }

    .-margin-top-md-negative-270,
    .-margin-y-md-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-md-negative-270,
    .-margin-x-md-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-md-negative-270,
    .-margin-y-md-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-md-negative-270,
    .-margin-x-md-negative-270 {
        margin-left: -270px !important
    }

    .-margin-md-negative-275 {
        margin: -275px !important
    }

    .-margin-top-md-negative-275,
    .-margin-y-md-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-md-negative-275,
    .-margin-x-md-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-md-negative-275,
    .-margin-y-md-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-md-negative-275,
    .-margin-x-md-negative-275 {
        margin-left: -275px !important
    }

    .-margin-md-negative-280 {
        margin: -280px !important
    }

    .-margin-top-md-negative-280,
    .-margin-y-md-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-md-negative-280,
    .-margin-x-md-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-md-negative-280,
    .-margin-y-md-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-md-negative-280,
    .-margin-x-md-negative-280 {
        margin-left: -280px !important
    }

    .-margin-md-negative-285 {
        margin: -285px !important
    }

    .-margin-top-md-negative-285,
    .-margin-y-md-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-md-negative-285,
    .-margin-x-md-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-md-negative-285,
    .-margin-y-md-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-md-negative-285,
    .-margin-x-md-negative-285 {
        margin-left: -285px !important
    }

    .-margin-md-negative-290 {
        margin: -290px !important
    }

    .-margin-top-md-negative-290,
    .-margin-y-md-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-md-negative-290,
    .-margin-x-md-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-md-negative-290,
    .-margin-y-md-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-md-negative-290,
    .-margin-x-md-negative-290 {
        margin-left: -290px !important
    }

    .-margin-md-negative-295 {
        margin: -295px !important
    }

    .-margin-top-md-negative-295,
    .-margin-y-md-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-md-negative-295,
    .-margin-x-md-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-md-negative-295,
    .-margin-y-md-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-md-negative-295,
    .-margin-x-md-negative-295 {
        margin-left: -295px !important
    }

    .-margin-md-negative-300 {
        margin: -300px !important
    }

    .-margin-top-md-negative-300,
    .-margin-y-md-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-md-negative-300,
    .-margin-x-md-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-md-negative-300,
    .-margin-y-md-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-md-negative-300,
    .-margin-x-md-negative-300 {
        margin-left: -300px !important
    }

    .margin-md-auto {
        margin: auto !important
    }

    .margin-top-md-auto,
    .margin-y-md-auto {
        margin-top: auto !important
    }

    .margin-right-md-auto,
    .margin-x-md-auto {
        margin-right: auto !important
    }

    .margin-botttom-md-auto,
    .margin-y-md-auto {
        margin-bottom: auto !important
    }

    .margin-left-md-auto,
    .margin-x-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .-margin-lg-0 {
        margin: 0 !important
    }

    .-margin-top-lg-0,
    .-margin-y-lg-0 {
        margin-top: 0 !important
    }

    .-margin-right-lg-0,
    .-margin-x-lg-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-lg-0,
    .-margin-y-lg-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-lg-0,
    .-margin-x-lg-0 {
        margin-left: 0 !important
    }

    .-margin-lg-5 {
        margin: 5px !important
    }

    .-margin-top-lg-5,
    .-margin-y-lg-5 {
        margin-top: 5px !important
    }

    .-margin-right-lg-5,
    .-margin-x-lg-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-lg-5,
    .-margin-y-lg-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-lg-5,
    .-margin-x-lg-5 {
        margin-left: 5px !important
    }

    .-margin-lg-10 {
        margin: 10px !important
    }

    .-margin-top-lg-10,
    .-margin-y-lg-10 {
        margin-top: 10px !important
    }

    .-margin-right-lg-10,
    .-margin-x-lg-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-lg-10,
    .-margin-y-lg-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-lg-10,
    .-margin-x-lg-10 {
        margin-left: 10px !important
    }

    .-margin-lg-15 {
        margin: 15px !important
    }

    .-margin-top-lg-15,
    .-margin-y-lg-15 {
        margin-top: 15px !important
    }

    .-margin-right-lg-15,
    .-margin-x-lg-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-lg-15,
    .-margin-y-lg-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-lg-15,
    .-margin-x-lg-15 {
        margin-left: 15px !important
    }

    .-margin-lg-20 {
        margin: 20px !important
    }

    .-margin-top-lg-20,
    .-margin-y-lg-20 {
        margin-top: 20px !important
    }

    .-margin-right-lg-20,
    .-margin-x-lg-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-lg-20,
    .-margin-y-lg-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-lg-20,
    .-margin-x-lg-20 {
        margin-left: 20px !important
    }

    .-margin-lg-25 {
        margin: 25px !important
    }

    .-margin-top-lg-25,
    .-margin-y-lg-25 {
        margin-top: 25px !important
    }

    .-margin-right-lg-25,
    .-margin-x-lg-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-lg-25,
    .-margin-y-lg-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-lg-25,
    .-margin-x-lg-25 {
        margin-left: 25px !important
    }

    .-margin-lg-30 {
        margin: 35px !important
    }

    .-margin-top-lg-30,
    .-margin-y-lg-30 {
        margin-top: 35px !important
    }

    .-margin-right-lg-30,
    .-margin-x-lg-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-lg-30,
    .-margin-y-lg-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-lg-30,
    .-margin-x-lg-30 {
        margin-left: 35px !important
    }

    .-margin-lg-35 {
        margin: 35px !important
    }

    .-margin-top-lg-35,
    .-margin-y-lg-35 {
        margin-top: 35px !important
    }

    .-margin-right-lg-35,
    .-margin-x-lg-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-lg-35,
    .-margin-y-lg-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-lg-35,
    .-margin-x-lg-35 {
        margin-left: 35px !important
    }

    .-margin-lg-40 {
        margin: 40px !important
    }

    .-margin-top-lg-40,
    .-margin-y-lg-40 {
        margin-top: 40px !important
    }

    .-margin-right-lg-40,
    .-margin-x-lg-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-lg-40,
    .-margin-y-lg-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-lg-40,
    .-margin-x-lg-40 {
        margin-left: 40px !important
    }

    .-margin-lg-45 {
        margin: 45px !important
    }

    .-margin-top-lg-45,
    .-margin-y-lg-45 {
        margin-top: 45px !important
    }

    .-margin-right-lg-45,
    .-margin-x-lg-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-lg-45,
    .-margin-y-lg-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-lg-45,
    .-margin-x-lg-45 {
        margin-left: 45px !important
    }

    .-margin-lg-50 {
        margin: 50px !important
    }

    .-margin-top-lg-50,
    .-margin-y-lg-50 {
        margin-top: 50px !important
    }

    .-margin-right-lg-50,
    .-margin-x-lg-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-lg-50,
    .-margin-y-lg-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-lg-50,
    .-margin-x-lg-50 {
        margin-left: 50px !important
    }

    .-margin-lg-55 {
        margin: 55px !important
    }

    .-margin-top-lg-55,
    .-margin-y-lg-55 {
        margin-top: 55px !important
    }

    .-margin-right-lg-55,
    .-margin-x-lg-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-lg-55,
    .-margin-y-lg-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-lg-55,
    .-margin-x-lg-55 {
        margin-left: 55px !important
    }

    .-margin-lg-60 {
        margin: 60px !important
    }

    .-margin-top-lg-60,
    .-margin-y-lg-60 {
        margin-top: 60px !important
    }

    .-margin-right-lg-60,
    .-margin-x-lg-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-lg-60,
    .-margin-y-lg-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-lg-60,
    .-margin-x-lg-60 {
        margin-left: 60px !important
    }

    .-margin-lg-65 {
        margin: 65px !important
    }

    .-margin-top-lg-65,
    .-margin-y-lg-65 {
        margin-top: 65px !important
    }

    .-margin-right-lg-65,
    .-margin-x-lg-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-lg-65,
    .-margin-y-lg-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-lg-65,
    .-margin-x-lg-65 {
        margin-left: 65px !important
    }

    .-margin-lg-75 {
        margin: 75px !important
    }

    .-margin-top-lg-75,
    .-margin-y-lg-75 {
        margin-top: 75px !important
    }

    .-margin-right-lg-75,
    .-margin-x-lg-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-lg-75,
    .-margin-y-lg-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-lg-75,
    .-margin-x-lg-75 {
        margin-left: 75px !important
    }

    .-margin-lg-80 {
        margin: 80px !important
    }

    .-margin-top-lg-80,
    .-margin-y-lg-80 {
        margin-top: 80px !important
    }

    .-margin-right-lg-80,
    .-margin-x-lg-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-lg-80,
    .-margin-y-lg-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-lg-80,
    .-margin-x-lg-80 {
        margin-left: 80px !important
    }

    .-margin-lg-85 {
        margin: 85px !important
    }

    .-margin-top-lg-85,
    .-margin-y-lg-85 {
        margin-top: 85px !important
    }

    .-margin-right-lg-85,
    .-margin-x-lg-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-lg-85,
    .-margin-y-lg-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-lg-85,
    .-margin-x-lg-85 {
        margin-left: 85px !important
    }

    .-margin-lg-90 {
        margin: 90px !important
    }

    .-margin-top-lg-90,
    .-margin-y-lg-90 {
        margin-top: 90px !important
    }

    .-margin-right-lg-90,
    .-margin-x-lg-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-lg-90,
    .-margin-y-lg-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-lg-90,
    .-margin-x-lg-90 {
        margin-left: 90px !important
    }

    .-margin-lg-95 {
        margin: 95px !important
    }

    .-margin-top-lg-95,
    .-margin-y-lg-95 {
        margin-top: 95px !important
    }

    .-margin-right-lg-95,
    .-margin-x-lg-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-lg-95,
    .-margin-y-lg-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-lg-95,
    .-margin-x-lg-95 {
        margin-left: 95px !important
    }

    .-margin-lg-100 {
        margin: 100px !important
    }

    .-margin-top-lg-100,
    .-margin-y-lg-100 {
        margin-top: 100px !important
    }

    .-margin-right-lg-100,
    .-margin-x-lg-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-lg-100,
    .-margin-y-lg-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-lg-100,
    .-margin-x-lg-100 {
        margin-left: 100px !important
    }

    .-margin-lg-105 {
        margin: 105px !important
    }

    .-margin-top-lg-105,
    .-margin-y-lg-105 {
        margin-top: 105px !important
    }

    .-margin-right-lg-105,
    .-margin-x-lg-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-lg-105,
    .-margin-y-lg-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-lg-105,
    .-margin-x-lg-105 {
        margin-left: 105px !important
    }

    .-margin-lg-110 {
        margin: 110px !important
    }

    .-margin-top-lg-110,
    .-margin-y-lg-110 {
        margin-top: 110px !important
    }

    .-margin-right-lg-110,
    .-margin-x-lg-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-lg-110,
    .-margin-y-lg-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-lg-110,
    .-margin-x-lg-110 {
        margin-left: 110px !important
    }

    .-margin-lg-115 {
        margin: 115px !important
    }

    .-margin-top-lg-115,
    .-margin-y-lg-115 {
        margin-top: 115px !important
    }

    .-margin-right-lg-115,
    .-margin-x-lg-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-lg-115,
    .-margin-y-lg-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-lg-115,
    .-margin-x-lg-115 {
        margin-left: 115px !important
    }

    .-margin-lg-120 {
        margin: 120px !important
    }

    .-margin-top-lg-120,
    .-margin-y-lg-120 {
        margin-top: 120px !important
    }

    .-margin-right-lg-120,
    .-margin-x-lg-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-lg-120,
    .-margin-y-lg-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-lg-120,
    .-margin-x-lg-120 {
        margin-left: 120px !important
    }

    .-margin-lg-125 {
        margin: 125px !important
    }

    .-margin-top-lg-125,
    .-margin-y-lg-125 {
        margin-top: 125px !important
    }

    .-margin-right-lg-125,
    .-margin-x-lg-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-lg-125,
    .-margin-y-lg-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-lg-125,
    .-margin-x-lg-125 {
        margin-left: 125px !important
    }

    .-margin-lg-130 {
        margin: 130px !important
    }

    .-margin-top-lg-130,
    .-margin-y-lg-130 {
        margin-top: 130px !important
    }

    .-margin-right-lg-130,
    .-margin-x-lg-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-lg-130,
    .-margin-y-lg-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-lg-130,
    .-margin-x-lg-130 {
        margin-left: 130px !important
    }

    .-margin-lg-135 {
        margin: 135px !important
    }

    .-margin-top-lg-135,
    .-margin-y-lg-135 {
        margin-top: 135px !important
    }

    .-margin-right-lg-135,
    .-margin-x-lg-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-lg-135,
    .-margin-y-lg-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-lg-135,
    .-margin-x-lg-135 {
        margin-left: 135px !important
    }

    .-margin-lg-140 {
        margin: 140px !important
    }

    .-margin-top-lg-140,
    .-margin-y-lg-140 {
        margin-top: 140px !important
    }

    .-margin-right-lg-140,
    .-margin-x-lg-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-lg-140,
    .-margin-y-lg-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-lg-140,
    .-margin-x-lg-140 {
        margin-left: 140px !important
    }

    .-margin-lg-145 {
        margin: 145px !important
    }

    .-margin-top-lg-145,
    .-margin-y-lg-145 {
        margin-top: 145px !important
    }

    .-margin-right-lg-145,
    .-margin-x-lg-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-lg-145,
    .-margin-y-lg-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-lg-145,
    .-margin-x-lg-145 {
        margin-left: 145px !important
    }

    .-margin-lg-150 {
        margin: 150px !important
    }

    .-margin-top-lg-150,
    .-margin-y-lg-150 {
        margin-top: 150px !important
    }

    .-margin-right-lg-150,
    .-margin-x-lg-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-lg-150,
    .-margin-y-lg-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-lg-150,
    .-margin-x-lg-150 {
        margin-left: 150px !important
    }

    .-margin-lg-155 {
        margin: 155px !important
    }

    .-margin-top-lg-155,
    .-margin-y-lg-155 {
        margin-top: 155px !important
    }

    .-margin-right-lg-155,
    .-margin-x-lg-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-lg-155,
    .-margin-y-lg-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-lg-155,
    .-margin-x-lg-155 {
        margin-left: 155px !important
    }

    .-margin-lg-160 {
        margin: 160px !important
    }

    .-margin-top-lg-160,
    .-margin-y-lg-160 {
        margin-top: 160px !important
    }

    .-margin-right-lg-160,
    .-margin-x-lg-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-lg-160,
    .-margin-y-lg-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-lg-160,
    .-margin-x-lg-160 {
        margin-left: 160px !important
    }

    .-margin-lg-165 {
        margin: 165px !important
    }

    .-margin-top-lg-165,
    .-margin-y-lg-165 {
        margin-top: 165px !important
    }

    .-margin-right-lg-165,
    .-margin-x-lg-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-lg-165,
    .-margin-y-lg-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-lg-165,
    .-margin-x-lg-165 {
        margin-left: 165px !important
    }

    .-margin-lg-170 {
        margin: 170px !important
    }

    .-margin-top-lg-170,
    .-margin-y-lg-170 {
        margin-top: 170px !important
    }

    .-margin-right-lg-170,
    .-margin-x-lg-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-lg-170,
    .-margin-y-lg-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-lg-170,
    .-margin-x-lg-170 {
        margin-left: 170px !important
    }

    .-margin-lg-175 {
        margin: 175px !important
    }

    .-margin-top-lg-175,
    .-margin-y-lg-175 {
        margin-top: 175px !important
    }

    .-margin-right-lg-175,
    .-margin-x-lg-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-lg-175,
    .-margin-y-lg-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-lg-175,
    .-margin-x-lg-175 {
        margin-left: 175px !important
    }

    .-margin-lg-180 {
        margin: 180px !important
    }

    .-margin-top-lg-180,
    .-margin-y-lg-180 {
        margin-top: 180px !important
    }

    .-margin-right-lg-180,
    .-margin-x-lg-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-lg-180,
    .-margin-y-lg-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-lg-180,
    .-margin-x-lg-180 {
        margin-left: 180px !important
    }

    .-margin-lg-185 {
        margin: 185px !important
    }

    .-margin-top-lg-185,
    .-margin-y-lg-185 {
        margin-top: 185px !important
    }

    .-margin-right-lg-185,
    .-margin-x-lg-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-lg-185,
    .-margin-y-lg-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-lg-185,
    .-margin-x-lg-185 {
        margin-left: 185px !important
    }

    .-margin-lg-190 {
        margin: 190px !important
    }

    .-margin-top-lg-190,
    .-margin-y-lg-190 {
        margin-top: 190px !important
    }

    .-margin-right-lg-190,
    .-margin-x-lg-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-lg-190,
    .-margin-y-lg-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-lg-190,
    .-margin-x-lg-190 {
        margin-left: 190px !important
    }

    .-margin-lg-195 {
        margin: 195px !important
    }

    .-margin-top-lg-195,
    .-margin-y-lg-195 {
        margin-top: 195px !important
    }

    .-margin-right-lg-195,
    .-margin-x-lg-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-lg-195,
    .-margin-y-lg-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-lg-195,
    .-margin-x-lg-195 {
        margin-left: 195px !important
    }

    .-margin-lg-200 {
        margin: 200px !important
    }

    .-margin-top-lg-200,
    .-margin-y-lg-200 {
        margin-top: 200px !important
    }

    .-margin-right-lg-200,
    .-margin-x-lg-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-lg-200,
    .-margin-y-lg-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-lg-200,
    .-margin-x-lg-200 {
        margin-left: 200px !important
    }

    .-margin-lg-205 {
        margin: 205px !important
    }

    .-margin-top-lg-205,
    .-margin-y-lg-205 {
        margin-top: 205px !important
    }

    .-margin-right-lg-205,
    .-margin-x-lg-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-lg-205,
    .-margin-y-lg-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-lg-205,
    .-margin-x-lg-205 {
        margin-left: 205px !important
    }

    .-margin-lg-210 {
        margin: 210px !important
    }

    .-margin-top-lg-210,
    .-margin-y-lg-210 {
        margin-top: 210px !important
    }

    .-margin-right-lg-210,
    .-margin-x-lg-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-lg-210,
    .-margin-y-lg-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-lg-210,
    .-margin-x-lg-210 {
        margin-left: 210px !important
    }

    .-margin-lg-215 {
        margin: 215px !important
    }

    .-margin-top-lg-215,
    .-margin-y-lg-215 {
        margin-top: 215px !important
    }

    .-margin-right-lg-215,
    .-margin-x-lg-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-lg-215,
    .-margin-y-lg-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-lg-215,
    .-margin-x-lg-215 {
        margin-left: 215px !important
    }

    .-margin-lg-220 {
        margin: 220px !important
    }

    .-margin-top-lg-220,
    .-margin-y-lg-220 {
        margin-top: 220px !important
    }

    .-margin-right-lg-220,
    .-margin-x-lg-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-lg-220,
    .-margin-y-lg-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-lg-220,
    .-margin-x-lg-220 {
        margin-left: 220px !important
    }

    .-margin-lg-225 {
        margin: 225px !important
    }

    .-margin-top-lg-225,
    .-margin-y-lg-225 {
        margin-top: 225px !important
    }

    .-margin-right-lg-225,
    .-margin-x-lg-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-lg-225,
    .-margin-y-lg-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-lg-225,
    .-margin-x-lg-225 {
        margin-left: 225px !important
    }

    .-margin-lg-230 {
        margin: 230px !important
    }

    .-margin-top-lg-230,
    .-margin-y-lg-230 {
        margin-top: 230px !important
    }

    .-margin-right-lg-230,
    .-margin-x-lg-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-lg-230,
    .-margin-y-lg-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-lg-230,
    .-margin-x-lg-230 {
        margin-left: 230px !important
    }

    .-margin-lg-235 {
        margin: 235px !important
    }

    .-margin-top-lg-235,
    .-margin-y-lg-235 {
        margin-top: 235px !important
    }

    .-margin-right-lg-235,
    .-margin-x-lg-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-lg-235,
    .-margin-y-lg-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-lg-235,
    .-margin-x-lg-235 {
        margin-left: 235px !important
    }

    .-margin-lg-240 {
        margin: 240px !important
    }

    .-margin-top-lg-240,
    .-margin-y-lg-240 {
        margin-top: 240px !important
    }

    .-margin-right-lg-240,
    .-margin-x-lg-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-lg-240,
    .-margin-y-lg-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-lg-240,
    .-margin-x-lg-240 {
        margin-left: 240px !important
    }

    .-margin-lg-245 {
        margin: 245px !important
    }

    .-margin-top-lg-245,
    .-margin-y-lg-245 {
        margin-top: 245px !important
    }

    .-margin-right-lg-245,
    .-margin-x-lg-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-lg-245,
    .-margin-y-lg-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-lg-245,
    .-margin-x-lg-245 {
        margin-left: 245px !important
    }

    .-margin-lg-250 {
        margin: 250px !important
    }

    .-margin-top-lg-250,
    .-margin-y-lg-250 {
        margin-top: 250px !important
    }

    .-margin-right-lg-250,
    .-margin-x-lg-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-lg-250,
    .-margin-y-lg-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-lg-250,
    .-margin-x-lg-250 {
        margin-left: 250px !important
    }

    .-margin-lg-255 {
        margin: 255px !important
    }

    .-margin-top-lg-255,
    .-margin-y-lg-255 {
        margin-top: 255px !important
    }

    .-margin-right-lg-255,
    .-margin-x-lg-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-lg-255,
    .-margin-y-lg-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-lg-255,
    .-margin-x-lg-255 {
        margin-left: 255px !important
    }

    .-margin-lg-260 {
        margin: 260px !important
    }

    .-margin-top-lg-260,
    .-margin-y-lg-260 {
        margin-top: 260px !important
    }

    .-margin-right-lg-260,
    .-margin-x-lg-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-lg-260,
    .-margin-y-lg-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-lg-260,
    .-margin-x-lg-260 {
        margin-left: 260px !important
    }

    .-margin-lg-265 {
        margin: 265px !important
    }

    .-margin-top-lg-265,
    .-margin-y-lg-265 {
        margin-top: 265px !important
    }

    .-margin-right-lg-265,
    .-margin-x-lg-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-lg-265,
    .-margin-y-lg-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-lg-265,
    .-margin-x-lg-265 {
        margin-left: 265px !important
    }

    .-margin-lg-270 {
        margin: 270px !important
    }

    .-margin-top-lg-270,
    .-margin-y-lg-270 {
        margin-top: 270px !important
    }

    .-margin-right-lg-270,
    .-margin-x-lg-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-lg-270,
    .-margin-y-lg-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-lg-270,
    .-margin-x-lg-270 {
        margin-left: 270px !important
    }

    .-margin-lg-275 {
        margin: 275px !important
    }

    .-margin-top-lg-275,
    .-margin-y-lg-275 {
        margin-top: 275px !important
    }

    .-margin-right-lg-275,
    .-margin-x-lg-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-lg-275,
    .-margin-y-lg-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-lg-275,
    .-margin-x-lg-275 {
        margin-left: 275px !important
    }

    .-margin-lg-280 {
        margin: 280px !important
    }

    .-margin-top-lg-280,
    .-margin-y-lg-280 {
        margin-top: 280px !important
    }

    .-margin-right-lg-280,
    .-margin-x-lg-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-lg-280,
    .-margin-y-lg-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-lg-280,
    .-margin-x-lg-280 {
        margin-left: 280px !important
    }

    .-margin-lg-285 {
        margin: 285px !important
    }

    .-margin-top-lg-285,
    .-margin-y-lg-285 {
        margin-top: 285px !important
    }

    .-margin-right-lg-285,
    .-margin-x-lg-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-lg-285,
    .-margin-y-lg-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-lg-285,
    .-margin-x-lg-285 {
        margin-left: 285px !important
    }

    .-margin-lg-290 {
        margin: 290px !important
    }

    .-margin-top-lg-290,
    .-margin-y-lg-290 {
        margin-top: 290px !important
    }

    .-margin-right-lg-290,
    .-margin-x-lg-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-lg-290,
    .-margin-y-lg-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-lg-290,
    .-margin-x-lg-290 {
        margin-left: 290px !important
    }

    .-margin-lg-295 {
        margin: 295px !important
    }

    .-margin-top-lg-295,
    .-margin-y-lg-295 {
        margin-top: 295px !important
    }

    .-margin-right-lg-295,
    .-margin-x-lg-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-lg-295,
    .-margin-y-lg-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-lg-295,
    .-margin-x-lg-295 {
        margin-left: 295px !important
    }

    .-margin-lg-300 {
        margin: 300px !important
    }

    .-margin-top-lg-300,
    .-margin-y-lg-300 {
        margin-top: 300px !important
    }

    .-margin-right-lg-300,
    .-margin-x-lg-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-lg-300,
    .-margin-y-lg-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-lg-300,
    .-margin-x-lg-300 {
        margin-left: 300px !important
    }

    .-padding-lg-0 {
        padding: 0 !important
    }

    .-padding-top-lg-0,
    .-padding-y-lg-0 {
        padding-top: 0 !important
    }

    .-padding-right-lg-0,
    .-padding-x-lg-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-lg-0,
    .-padding-y-lg-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-lg-0,
    .-padding-x-lg-0 {
        padding-left: 0 !important
    }

    .-padding-lg-5 {
        padding: 5px !important
    }

    .-padding-top-lg-5,
    .-padding-y-lg-5 {
        padding-top: 5px !important
    }

    .-padding-right-lg-5,
    .-padding-x-lg-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-lg-5,
    .-padding-y-lg-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-lg-5,
    .-padding-x-lg-5 {
        padding-left: 5px !important
    }

    .-padding-lg-10 {
        padding: 10px !important
    }

    .-padding-top-lg-10,
    .-padding-y-lg-10 {
        padding-top: 10px !important
    }

    .-padding-right-lg-10,
    .-padding-x-lg-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-lg-10,
    .-padding-y-lg-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-lg-10,
    .-padding-x-lg-10 {
        padding-left: 10px !important
    }

    .-padding-lg-15 {
        padding: 15px !important
    }

    .-padding-top-lg-15,
    .-padding-y-lg-15 {
        padding-top: 15px !important
    }

    .-padding-right-lg-15,
    .-padding-x-lg-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-lg-15,
    .-padding-y-lg-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-lg-15,
    .-padding-x-lg-15 {
        padding-left: 15px !important
    }

    .-padding-lg-20 {
        padding: 20px !important
    }

    .-padding-top-lg-20,
    .-padding-y-lg-20 {
        padding-top: 20px !important
    }

    .-padding-right-lg-20,
    .-padding-x-lg-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-lg-20,
    .-padding-y-lg-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-lg-20,
    .-padding-x-lg-20 {
        padding-left: 20px !important
    }

    .-padding-lg-25 {
        padding: 25px !important
    }

    .-padding-top-lg-25,
    .-padding-y-lg-25 {
        padding-top: 25px !important
    }

    .-padding-right-lg-25,
    .-padding-x-lg-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-lg-25,
    .-padding-y-lg-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-lg-25,
    .-padding-x-lg-25 {
        padding-left: 25px !important
    }

    .-padding-lg-30 {
        padding: 35px !important
    }

    .-padding-top-lg-30,
    .-padding-y-lg-30 {
        padding-top: 35px !important
    }

    .-padding-right-lg-30,
    .-padding-x-lg-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-lg-30,
    .-padding-y-lg-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-lg-30,
    .-padding-x-lg-30 {
        padding-left: 35px !important
    }

    .-padding-lg-35 {
        padding: 35px !important
    }

    .-padding-top-lg-35,
    .-padding-y-lg-35 {
        padding-top: 35px !important
    }

    .-padding-right-lg-35,
    .-padding-x-lg-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-lg-35,
    .-padding-y-lg-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-lg-35,
    .-padding-x-lg-35 {
        padding-left: 35px !important
    }

    .-padding-lg-40 {
        padding: 40px !important
    }

    .-padding-top-lg-40,
    .-padding-y-lg-40 {
        padding-top: 40px !important
    }

    .-padding-right-lg-40,
    .-padding-x-lg-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-lg-40,
    .-padding-y-lg-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-lg-40,
    .-padding-x-lg-40 {
        padding-left: 40px !important
    }

    .-padding-lg-45 {
        padding: 45px !important
    }

    .-padding-top-lg-45,
    .-padding-y-lg-45 {
        padding-top: 45px !important
    }

    .-padding-right-lg-45,
    .-padding-x-lg-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-lg-45,
    .-padding-y-lg-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-lg-45,
    .-padding-x-lg-45 {
        padding-left: 45px !important
    }

    .-padding-lg-50 {
        padding: 50px !important
    }

    .-padding-top-lg-50,
    .-padding-y-lg-50 {
        padding-top: 50px !important
    }

    .-padding-right-lg-50,
    .-padding-x-lg-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-lg-50,
    .-padding-y-lg-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-lg-50,
    .-padding-x-lg-50 {
        padding-left: 50px !important
    }

    .-padding-lg-55 {
        padding: 55px !important
    }

    .-padding-top-lg-55,
    .-padding-y-lg-55 {
        padding-top: 55px !important
    }

    .-padding-right-lg-55,
    .-padding-x-lg-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-lg-55,
    .-padding-y-lg-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-lg-55,
    .-padding-x-lg-55 {
        padding-left: 55px !important
    }

    .-padding-lg-60 {
        padding: 60px !important
    }

    .-padding-top-lg-60,
    .-padding-y-lg-60 {
        padding-top: 60px !important
    }

    .-padding-right-lg-60,
    .-padding-x-lg-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-lg-60,
    .-padding-y-lg-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-lg-60,
    .-padding-x-lg-60 {
        padding-left: 60px !important
    }

    .-padding-lg-65 {
        padding: 65px !important
    }

    .-padding-top-lg-65,
    .-padding-y-lg-65 {
        padding-top: 65px !important
    }

    .-padding-right-lg-65,
    .-padding-x-lg-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-lg-65,
    .-padding-y-lg-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-lg-65,
    .-padding-x-lg-65 {
        padding-left: 65px !important
    }

    .-padding-lg-75 {
        padding: 75px !important
    }

    .-padding-top-lg-75,
    .-padding-y-lg-75 {
        padding-top: 75px !important
    }

    .-padding-right-lg-75,
    .-padding-x-lg-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-lg-75,
    .-padding-y-lg-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-lg-75,
    .-padding-x-lg-75 {
        padding-left: 75px !important
    }

    .-padding-lg-80 {
        padding: 80px !important
    }

    .-padding-top-lg-80,
    .-padding-y-lg-80 {
        padding-top: 80px !important
    }

    .-padding-right-lg-80,
    .-padding-x-lg-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-lg-80,
    .-padding-y-lg-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-lg-80,
    .-padding-x-lg-80 {
        padding-left: 80px !important
    }

    .-padding-lg-85 {
        padding: 85px !important
    }

    .-padding-top-lg-85,
    .-padding-y-lg-85 {
        padding-top: 85px !important
    }

    .-padding-right-lg-85,
    .-padding-x-lg-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-lg-85,
    .-padding-y-lg-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-lg-85,
    .-padding-x-lg-85 {
        padding-left: 85px !important
    }

    .-padding-lg-90 {
        padding: 90px !important
    }

    .-padding-top-lg-90,
    .-padding-y-lg-90 {
        padding-top: 90px !important
    }

    .-padding-right-lg-90,
    .-padding-x-lg-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-lg-90,
    .-padding-y-lg-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-lg-90,
    .-padding-x-lg-90 {
        padding-left: 90px !important
    }

    .-padding-lg-95 {
        padding: 95px !important
    }

    .-padding-top-lg-95,
    .-padding-y-lg-95 {
        padding-top: 95px !important
    }

    .-padding-right-lg-95,
    .-padding-x-lg-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-lg-95,
    .-padding-y-lg-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-lg-95,
    .-padding-x-lg-95 {
        padding-left: 95px !important
    }

    .-padding-lg-100 {
        padding: 100px !important
    }

    .-padding-top-lg-100,
    .-padding-y-lg-100 {
        padding-top: 100px !important
    }

    .-padding-right-lg-100,
    .-padding-x-lg-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-lg-100,
    .-padding-y-lg-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-lg-100,
    .-padding-x-lg-100 {
        padding-left: 100px !important
    }

    .-padding-lg-105 {
        padding: 105px !important
    }

    .-padding-top-lg-105,
    .-padding-y-lg-105 {
        padding-top: 105px !important
    }

    .-padding-right-lg-105,
    .-padding-x-lg-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-lg-105,
    .-padding-y-lg-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-lg-105,
    .-padding-x-lg-105 {
        padding-left: 105px !important
    }

    .-padding-lg-110 {
        padding: 110px !important
    }

    .-padding-top-lg-110,
    .-padding-y-lg-110 {
        padding-top: 110px !important
    }

    .-padding-right-lg-110,
    .-padding-x-lg-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-lg-110,
    .-padding-y-lg-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-lg-110,
    .-padding-x-lg-110 {
        padding-left: 110px !important
    }

    .-padding-lg-115 {
        padding: 115px !important
    }

    .-padding-top-lg-115,
    .-padding-y-lg-115 {
        padding-top: 115px !important
    }

    .-padding-right-lg-115,
    .-padding-x-lg-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-lg-115,
    .-padding-y-lg-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-lg-115,
    .-padding-x-lg-115 {
        padding-left: 115px !important
    }

    .-padding-lg-120 {
        padding: 120px !important
    }

    .-padding-top-lg-120,
    .-padding-y-lg-120 {
        padding-top: 120px !important
    }

    .-padding-right-lg-120,
    .-padding-x-lg-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-lg-120,
    .-padding-y-lg-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-lg-120,
    .-padding-x-lg-120 {
        padding-left: 120px !important
    }

    .-padding-lg-125 {
        padding: 125px !important
    }

    .-padding-top-lg-125,
    .-padding-y-lg-125 {
        padding-top: 125px !important
    }

    .-padding-right-lg-125,
    .-padding-x-lg-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-lg-125,
    .-padding-y-lg-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-lg-125,
    .-padding-x-lg-125 {
        padding-left: 125px !important
    }

    .-padding-lg-130 {
        padding: 130px !important
    }

    .-padding-top-lg-130,
    .-padding-y-lg-130 {
        padding-top: 130px !important
    }

    .-padding-right-lg-130,
    .-padding-x-lg-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-lg-130,
    .-padding-y-lg-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-lg-130,
    .-padding-x-lg-130 {
        padding-left: 130px !important
    }

    .-padding-lg-135 {
        padding: 135px !important
    }

    .-padding-top-lg-135,
    .-padding-y-lg-135 {
        padding-top: 135px !important
    }

    .-padding-right-lg-135,
    .-padding-x-lg-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-lg-135,
    .-padding-y-lg-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-lg-135,
    .-padding-x-lg-135 {
        padding-left: 135px !important
    }

    .-padding-lg-140 {
        padding: 140px !important
    }

    .-padding-top-lg-140,
    .-padding-y-lg-140 {
        padding-top: 140px !important
    }

    .-padding-right-lg-140,
    .-padding-x-lg-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-lg-140,
    .-padding-y-lg-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-lg-140,
    .-padding-x-lg-140 {
        padding-left: 140px !important
    }

    .-padding-lg-145 {
        padding: 145px !important
    }

    .-padding-top-lg-145,
    .-padding-y-lg-145 {
        padding-top: 145px !important
    }

    .-padding-right-lg-145,
    .-padding-x-lg-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-lg-145,
    .-padding-y-lg-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-lg-145,
    .-padding-x-lg-145 {
        padding-left: 145px !important
    }

    .-padding-lg-150 {
        padding: 150px !important
    }

    .-padding-top-lg-150,
    .-padding-y-lg-150 {
        padding-top: 150px !important
    }

    .-padding-right-lg-150,
    .-padding-x-lg-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-lg-150,
    .-padding-y-lg-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-lg-150,
    .-padding-x-lg-150 {
        padding-left: 150px !important
    }

    .-padding-lg-155 {
        padding: 155px !important
    }

    .-padding-top-lg-155,
    .-padding-y-lg-155 {
        padding-top: 155px !important
    }

    .-padding-right-lg-155,
    .-padding-x-lg-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-lg-155,
    .-padding-y-lg-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-lg-155,
    .-padding-x-lg-155 {
        padding-left: 155px !important
    }

    .-padding-lg-160 {
        padding: 160px !important
    }

    .-padding-top-lg-160,
    .-padding-y-lg-160 {
        padding-top: 160px !important
    }

    .-padding-right-lg-160,
    .-padding-x-lg-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-lg-160,
    .-padding-y-lg-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-lg-160,
    .-padding-x-lg-160 {
        padding-left: 160px !important
    }

    .-padding-lg-165 {
        padding: 165px !important
    }

    .-padding-top-lg-165,
    .-padding-y-lg-165 {
        padding-top: 165px !important
    }

    .-padding-right-lg-165,
    .-padding-x-lg-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-lg-165,
    .-padding-y-lg-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-lg-165,
    .-padding-x-lg-165 {
        padding-left: 165px !important
    }

    .-padding-lg-170 {
        padding: 170px !important
    }

    .-padding-top-lg-170,
    .-padding-y-lg-170 {
        padding-top: 170px !important
    }

    .-padding-right-lg-170,
    .-padding-x-lg-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-lg-170,
    .-padding-y-lg-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-lg-170,
    .-padding-x-lg-170 {
        padding-left: 170px !important
    }

    .-padding-lg-175 {
        padding: 175px !important
    }

    .-padding-top-lg-175,
    .-padding-y-lg-175 {
        padding-top: 175px !important
    }

    .-padding-right-lg-175,
    .-padding-x-lg-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-lg-175,
    .-padding-y-lg-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-lg-175,
    .-padding-x-lg-175 {
        padding-left: 175px !important
    }

    .-padding-lg-180 {
        padding: 180px !important
    }

    .-padding-top-lg-180,
    .-padding-y-lg-180 {
        padding-top: 180px !important
    }

    .-padding-right-lg-180,
    .-padding-x-lg-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-lg-180,
    .-padding-y-lg-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-lg-180,
    .-padding-x-lg-180 {
        padding-left: 180px !important
    }

    .-padding-lg-185 {
        padding: 185px !important
    }

    .-padding-top-lg-185,
    .-padding-y-lg-185 {
        padding-top: 185px !important
    }

    .-padding-right-lg-185,
    .-padding-x-lg-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-lg-185,
    .-padding-y-lg-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-lg-185,
    .-padding-x-lg-185 {
        padding-left: 185px !important
    }

    .-padding-lg-190 {
        padding: 190px !important
    }

    .-padding-top-lg-190,
    .-padding-y-lg-190 {
        padding-top: 190px !important
    }

    .-padding-right-lg-190,
    .-padding-x-lg-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-lg-190,
    .-padding-y-lg-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-lg-190,
    .-padding-x-lg-190 {
        padding-left: 190px !important
    }

    .-padding-lg-195 {
        padding: 195px !important
    }

    .-padding-top-lg-195,
    .-padding-y-lg-195 {
        padding-top: 195px !important
    }

    .-padding-right-lg-195,
    .-padding-x-lg-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-lg-195,
    .-padding-y-lg-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-lg-195,
    .-padding-x-lg-195 {
        padding-left: 195px !important
    }

    .-padding-lg-200 {
        padding: 200px !important
    }

    .-padding-top-lg-200,
    .-padding-y-lg-200 {
        padding-top: 200px !important
    }

    .-padding-right-lg-200,
    .-padding-x-lg-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-lg-200,
    .-padding-y-lg-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-lg-200,
    .-padding-x-lg-200 {
        padding-left: 200px !important
    }

    .-padding-lg-205 {
        padding: 205px !important
    }

    .-padding-top-lg-205,
    .-padding-y-lg-205 {
        padding-top: 205px !important
    }

    .-padding-right-lg-205,
    .-padding-x-lg-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-lg-205,
    .-padding-y-lg-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-lg-205,
    .-padding-x-lg-205 {
        padding-left: 205px !important
    }

    .-padding-lg-210 {
        padding: 210px !important
    }

    .-padding-top-lg-210,
    .-padding-y-lg-210 {
        padding-top: 210px !important
    }

    .-padding-right-lg-210,
    .-padding-x-lg-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-lg-210,
    .-padding-y-lg-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-lg-210,
    .-padding-x-lg-210 {
        padding-left: 210px !important
    }

    .-padding-lg-215 {
        padding: 215px !important
    }

    .-padding-top-lg-215,
    .-padding-y-lg-215 {
        padding-top: 215px !important
    }

    .-padding-right-lg-215,
    .-padding-x-lg-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-lg-215,
    .-padding-y-lg-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-lg-215,
    .-padding-x-lg-215 {
        padding-left: 215px !important
    }

    .-padding-lg-220 {
        padding: 220px !important
    }

    .-padding-top-lg-220,
    .-padding-y-lg-220 {
        padding-top: 220px !important
    }

    .-padding-right-lg-220,
    .-padding-x-lg-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-lg-220,
    .-padding-y-lg-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-lg-220,
    .-padding-x-lg-220 {
        padding-left: 220px !important
    }

    .-padding-lg-225 {
        padding: 225px !important
    }

    .-padding-top-lg-225,
    .-padding-y-lg-225 {
        padding-top: 225px !important
    }

    .-padding-right-lg-225,
    .-padding-x-lg-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-lg-225,
    .-padding-y-lg-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-lg-225,
    .-padding-x-lg-225 {
        padding-left: 225px !important
    }

    .-padding-lg-230 {
        padding: 230px !important
    }

    .-padding-top-lg-230,
    .-padding-y-lg-230 {
        padding-top: 230px !important
    }

    .-padding-right-lg-230,
    .-padding-x-lg-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-lg-230,
    .-padding-y-lg-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-lg-230,
    .-padding-x-lg-230 {
        padding-left: 230px !important
    }

    .-padding-lg-235 {
        padding: 235px !important
    }

    .-padding-top-lg-235,
    .-padding-y-lg-235 {
        padding-top: 235px !important
    }

    .-padding-right-lg-235,
    .-padding-x-lg-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-lg-235,
    .-padding-y-lg-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-lg-235,
    .-padding-x-lg-235 {
        padding-left: 235px !important
    }

    .-padding-lg-240 {
        padding: 240px !important
    }

    .-padding-top-lg-240,
    .-padding-y-lg-240 {
        padding-top: 240px !important
    }

    .-padding-right-lg-240,
    .-padding-x-lg-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-lg-240,
    .-padding-y-lg-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-lg-240,
    .-padding-x-lg-240 {
        padding-left: 240px !important
    }

    .-padding-lg-245 {
        padding: 245px !important
    }

    .-padding-top-lg-245,
    .-padding-y-lg-245 {
        padding-top: 245px !important
    }

    .-padding-right-lg-245,
    .-padding-x-lg-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-lg-245,
    .-padding-y-lg-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-lg-245,
    .-padding-x-lg-245 {
        padding-left: 245px !important
    }

    .-padding-lg-250 {
        padding: 250px !important
    }

    .-padding-top-lg-250,
    .-padding-y-lg-250 {
        padding-top: 250px !important
    }

    .-padding-right-lg-250,
    .-padding-x-lg-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-lg-250,
    .-padding-y-lg-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-lg-250,
    .-padding-x-lg-250 {
        padding-left: 250px !important
    }

    .-padding-lg-255 {
        padding: 255px !important
    }

    .-padding-top-lg-255,
    .-padding-y-lg-255 {
        padding-top: 255px !important
    }

    .-padding-right-lg-255,
    .-padding-x-lg-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-lg-255,
    .-padding-y-lg-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-lg-255,
    .-padding-x-lg-255 {
        padding-left: 255px !important
    }

    .-padding-lg-260 {
        padding: 260px !important
    }

    .-padding-top-lg-260,
    .-padding-y-lg-260 {
        padding-top: 260px !important
    }

    .-padding-right-lg-260,
    .-padding-x-lg-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-lg-260,
    .-padding-y-lg-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-lg-260,
    .-padding-x-lg-260 {
        padding-left: 260px !important
    }

    .-padding-lg-265 {
        padding: 265px !important
    }

    .-padding-top-lg-265,
    .-padding-y-lg-265 {
        padding-top: 265px !important
    }

    .-padding-right-lg-265,
    .-padding-x-lg-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-lg-265,
    .-padding-y-lg-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-lg-265,
    .-padding-x-lg-265 {
        padding-left: 265px !important
    }

    .-padding-lg-270 {
        padding: 270px !important
    }

    .-padding-top-lg-270,
    .-padding-y-lg-270 {
        padding-top: 270px !important
    }

    .-padding-right-lg-270,
    .-padding-x-lg-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-lg-270,
    .-padding-y-lg-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-lg-270,
    .-padding-x-lg-270 {
        padding-left: 270px !important
    }

    .-padding-lg-275 {
        padding: 275px !important
    }

    .-padding-top-lg-275,
    .-padding-y-lg-275 {
        padding-top: 275px !important
    }

    .-padding-right-lg-275,
    .-padding-x-lg-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-lg-275,
    .-padding-y-lg-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-lg-275,
    .-padding-x-lg-275 {
        padding-left: 275px !important
    }

    .-padding-lg-280 {
        padding: 280px !important
    }

    .-padding-top-lg-280,
    .-padding-y-lg-280 {
        padding-top: 280px !important
    }

    .-padding-right-lg-280,
    .-padding-x-lg-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-lg-280,
    .-padding-y-lg-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-lg-280,
    .-padding-x-lg-280 {
        padding-left: 280px !important
    }

    .-padding-lg-285 {
        padding: 285px !important
    }

    .-padding-top-lg-285,
    .-padding-y-lg-285 {
        padding-top: 285px !important
    }

    .-padding-right-lg-285,
    .-padding-x-lg-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-lg-285,
    .-padding-y-lg-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-lg-285,
    .-padding-x-lg-285 {
        padding-left: 285px !important
    }

    .-padding-lg-290 {
        padding: 290px !important
    }

    .-padding-top-lg-290,
    .-padding-y-lg-290 {
        padding-top: 290px !important
    }

    .-padding-right-lg-290,
    .-padding-x-lg-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-lg-290,
    .-padding-y-lg-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-lg-290,
    .-padding-x-lg-290 {
        padding-left: 290px !important
    }

    .-padding-lg-295 {
        padding: 295px !important
    }

    .-padding-top-lg-295,
    .-padding-y-lg-295 {
        padding-top: 295px !important
    }

    .-padding-right-lg-295,
    .-padding-x-lg-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-lg-295,
    .-padding-y-lg-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-lg-295,
    .-padding-x-lg-295 {
        padding-left: 295px !important
    }

    .-padding-lg-300 {
        padding: 300px !important
    }

    .-padding-top-lg-300,
    .-padding-y-lg-300 {
        padding-top: 300px !important
    }

    .-padding-right-lg-300,
    .-padding-x-lg-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-lg-300,
    .-padding-y-lg-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-lg-300,
    .-padding-x-lg-300 {
        padding-left: 300px !important
    }

    .-margin-lg-negative-5 {
        margin: -5px !important
    }

    .-margin-top-lg-negative-5,
    .-margin-y-lg-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-lg-negative-5,
    .-margin-x-lg-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-lg-negative-5,
    .-margin-y-lg-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-lg-negative-5,
    .-margin-x-lg-negative-5 {
        margin-left: -5px !important
    }

    .-margin-lg-negative-10 {
        margin: -10px !important
    }

    .-margin-top-lg-negative-10,
    .-margin-y-lg-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-lg-negative-10,
    .-margin-x-lg-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-lg-negative-10,
    .-margin-y-lg-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-lg-negative-10,
    .-margin-x-lg-negative-10 {
        margin-left: -10px !important
    }

    .-margin-lg-negative-15 {
        margin: -15px !important
    }

    .-margin-top-lg-negative-15,
    .-margin-y-lg-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-lg-negative-15,
    .-margin-x-lg-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-lg-negative-15,
    .-margin-y-lg-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-lg-negative-15,
    .-margin-x-lg-negative-15 {
        margin-left: -15px !important
    }

    .-margin-lg-negative-20 {
        margin: -20px !important
    }

    .-margin-top-lg-negative-20,
    .-margin-y-lg-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-lg-negative-20,
    .-margin-x-lg-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-lg-negative-20,
    .-margin-y-lg-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-lg-negative-20,
    .-margin-x-lg-negative-20 {
        margin-left: -20px !important
    }

    .-margin-lg-negative-25 {
        margin: -25px !important
    }

    .-margin-top-lg-negative-25,
    .-margin-y-lg-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-lg-negative-25,
    .-margin-x-lg-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-lg-negative-25,
    .-margin-y-lg-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-lg-negative-25,
    .-margin-x-lg-negative-25 {
        margin-left: -25px !important
    }

    .-margin-lg-negative-30 {
        margin: -35px !important
    }

    .-margin-top-lg-negative-30,
    .-margin-y-lg-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-lg-negative-30,
    .-margin-x-lg-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-lg-negative-30,
    .-margin-y-lg-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-lg-negative-30,
    .-margin-x-lg-negative-30 {
        margin-left: -35px !important
    }

    .-margin-lg-negative-35 {
        margin: -35px !important
    }

    .-margin-top-lg-negative-35,
    .-margin-y-lg-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-lg-negative-35,
    .-margin-x-lg-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-lg-negative-35,
    .-margin-y-lg-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-lg-negative-35,
    .-margin-x-lg-negative-35 {
        margin-left: -35px !important
    }

    .-margin-lg-negative-40 {
        margin: -40px !important
    }

    .-margin-top-lg-negative-40,
    .-margin-y-lg-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-lg-negative-40,
    .-margin-x-lg-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-lg-negative-40,
    .-margin-y-lg-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-lg-negative-40,
    .-margin-x-lg-negative-40 {
        margin-left: -40px !important
    }

    .-margin-lg-negative-45 {
        margin: -45px !important
    }

    .-margin-top-lg-negative-45,
    .-margin-y-lg-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-lg-negative-45,
    .-margin-x-lg-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-lg-negative-45,
    .-margin-y-lg-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-lg-negative-45,
    .-margin-x-lg-negative-45 {
        margin-left: -45px !important
    }

    .-margin-lg-negative-50 {
        margin: -50px !important
    }

    .-margin-top-lg-negative-50,
    .-margin-y-lg-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-lg-negative-50,
    .-margin-x-lg-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-lg-negative-50,
    .-margin-y-lg-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-lg-negative-50,
    .-margin-x-lg-negative-50 {
        margin-left: -50px !important
    }

    .-margin-lg-negative-55 {
        margin: -55px !important
    }

    .-margin-top-lg-negative-55,
    .-margin-y-lg-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-lg-negative-55,
    .-margin-x-lg-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-lg-negative-55,
    .-margin-y-lg-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-lg-negative-55,
    .-margin-x-lg-negative-55 {
        margin-left: -55px !important
    }

    .-margin-lg-negative-60 {
        margin: -60px !important
    }

    .-margin-top-lg-negative-60,
    .-margin-y-lg-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-lg-negative-60,
    .-margin-x-lg-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-lg-negative-60,
    .-margin-y-lg-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-lg-negative-60,
    .-margin-x-lg-negative-60 {
        margin-left: -60px !important
    }

    .-margin-lg-negative-65 {
        margin: -65px !important
    }

    .-margin-top-lg-negative-65,
    .-margin-y-lg-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-lg-negative-65,
    .-margin-x-lg-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-lg-negative-65,
    .-margin-y-lg-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-lg-negative-65,
    .-margin-x-lg-negative-65 {
        margin-left: -65px !important
    }

    .-margin-lg-negative-75 {
        margin: -75px !important
    }

    .-margin-top-lg-negative-75,
    .-margin-y-lg-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-lg-negative-75,
    .-margin-x-lg-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-lg-negative-75,
    .-margin-y-lg-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-lg-negative-75,
    .-margin-x-lg-negative-75 {
        margin-left: -75px !important
    }

    .-margin-lg-negative-80 {
        margin: -80px !important
    }

    .-margin-top-lg-negative-80,
    .-margin-y-lg-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-lg-negative-80,
    .-margin-x-lg-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-lg-negative-80,
    .-margin-y-lg-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-lg-negative-80,
    .-margin-x-lg-negative-80 {
        margin-left: -80px !important
    }

    .-margin-lg-negative-85 {
        margin: -85px !important
    }

    .-margin-top-lg-negative-85,
    .-margin-y-lg-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-lg-negative-85,
    .-margin-x-lg-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-lg-negative-85,
    .-margin-y-lg-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-lg-negative-85,
    .-margin-x-lg-negative-85 {
        margin-left: -85px !important
    }

    .-margin-lg-negative-90 {
        margin: -90px !important
    }

    .-margin-top-lg-negative-90,
    .-margin-y-lg-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-lg-negative-90,
    .-margin-x-lg-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-lg-negative-90,
    .-margin-y-lg-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-lg-negative-90,
    .-margin-x-lg-negative-90 {
        margin-left: -90px !important
    }

    .-margin-lg-negative-95 {
        margin: -95px !important
    }

    .-margin-top-lg-negative-95,
    .-margin-y-lg-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-lg-negative-95,
    .-margin-x-lg-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-lg-negative-95,
    .-margin-y-lg-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-lg-negative-95,
    .-margin-x-lg-negative-95 {
        margin-left: -95px !important
    }

    .-margin-lg-negative-100 {
        margin: -100px !important
    }

    .-margin-top-lg-negative-100,
    .-margin-y-lg-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-lg-negative-100,
    .-margin-x-lg-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-lg-negative-100,
    .-margin-y-lg-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-lg-negative-100,
    .-margin-x-lg-negative-100 {
        margin-left: -100px !important
    }

    .-margin-lg-negative-105 {
        margin: -105px !important
    }

    .-margin-top-lg-negative-105,
    .-margin-y-lg-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-lg-negative-105,
    .-margin-x-lg-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-lg-negative-105,
    .-margin-y-lg-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-lg-negative-105,
    .-margin-x-lg-negative-105 {
        margin-left: -105px !important
    }

    .-margin-lg-negative-110 {
        margin: -110px !important
    }

    .-margin-top-lg-negative-110,
    .-margin-y-lg-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-lg-negative-110,
    .-margin-x-lg-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-lg-negative-110,
    .-margin-y-lg-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-lg-negative-110,
    .-margin-x-lg-negative-110 {
        margin-left: -110px !important
    }

    .-margin-lg-negative-115 {
        margin: -115px !important
    }

    .-margin-top-lg-negative-115,
    .-margin-y-lg-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-lg-negative-115,
    .-margin-x-lg-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-lg-negative-115,
    .-margin-y-lg-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-lg-negative-115,
    .-margin-x-lg-negative-115 {
        margin-left: -115px !important
    }

    .-margin-lg-negative-120 {
        margin: -120px !important
    }

    .-margin-top-lg-negative-120,
    .-margin-y-lg-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-lg-negative-120,
    .-margin-x-lg-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-lg-negative-120,
    .-margin-y-lg-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-lg-negative-120,
    .-margin-x-lg-negative-120 {
        margin-left: -120px !important
    }

    .-margin-lg-negative-125 {
        margin: -125px !important
    }

    .-margin-top-lg-negative-125,
    .-margin-y-lg-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-lg-negative-125,
    .-margin-x-lg-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-lg-negative-125,
    .-margin-y-lg-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-lg-negative-125,
    .-margin-x-lg-negative-125 {
        margin-left: -125px !important
    }

    .-margin-lg-negative-130 {
        margin: -130px !important
    }

    .-margin-top-lg-negative-130,
    .-margin-y-lg-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-lg-negative-130,
    .-margin-x-lg-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-lg-negative-130,
    .-margin-y-lg-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-lg-negative-130,
    .-margin-x-lg-negative-130 {
        margin-left: -130px !important
    }

    .-margin-lg-negative-135 {
        margin: -135px !important
    }

    .-margin-top-lg-negative-135,
    .-margin-y-lg-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-lg-negative-135,
    .-margin-x-lg-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-lg-negative-135,
    .-margin-y-lg-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-lg-negative-135,
    .-margin-x-lg-negative-135 {
        margin-left: -135px !important
    }

    .-margin-lg-negative-140 {
        margin: -140px !important
    }

    .-margin-top-lg-negative-140,
    .-margin-y-lg-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-lg-negative-140,
    .-margin-x-lg-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-lg-negative-140,
    .-margin-y-lg-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-lg-negative-140,
    .-margin-x-lg-negative-140 {
        margin-left: -140px !important
    }

    .-margin-lg-negative-145 {
        margin: -145px !important
    }

    .-margin-top-lg-negative-145,
    .-margin-y-lg-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-lg-negative-145,
    .-margin-x-lg-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-lg-negative-145,
    .-margin-y-lg-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-lg-negative-145,
    .-margin-x-lg-negative-145 {
        margin-left: -145px !important
    }

    .-margin-lg-negative-150 {
        margin: -150px !important
    }

    .-margin-top-lg-negative-150,
    .-margin-y-lg-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-lg-negative-150,
    .-margin-x-lg-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-lg-negative-150,
    .-margin-y-lg-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-lg-negative-150,
    .-margin-x-lg-negative-150 {
        margin-left: -150px !important
    }

    .-margin-lg-negative-155 {
        margin: -155px !important
    }

    .-margin-top-lg-negative-155,
    .-margin-y-lg-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-lg-negative-155,
    .-margin-x-lg-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-lg-negative-155,
    .-margin-y-lg-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-lg-negative-155,
    .-margin-x-lg-negative-155 {
        margin-left: -155px !important
    }

    .-margin-lg-negative-160 {
        margin: -160px !important
    }

    .-margin-top-lg-negative-160,
    .-margin-y-lg-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-lg-negative-160,
    .-margin-x-lg-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-lg-negative-160,
    .-margin-y-lg-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-lg-negative-160,
    .-margin-x-lg-negative-160 {
        margin-left: -160px !important
    }

    .-margin-lg-negative-165 {
        margin: -165px !important
    }

    .-margin-top-lg-negative-165,
    .-margin-y-lg-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-lg-negative-165,
    .-margin-x-lg-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-lg-negative-165,
    .-margin-y-lg-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-lg-negative-165,
    .-margin-x-lg-negative-165 {
        margin-left: -165px !important
    }

    .-margin-lg-negative-170 {
        margin: -170px !important
    }

    .-margin-top-lg-negative-170,
    .-margin-y-lg-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-lg-negative-170,
    .-margin-x-lg-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-lg-negative-170,
    .-margin-y-lg-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-lg-negative-170,
    .-margin-x-lg-negative-170 {
        margin-left: -170px !important
    }

    .-margin-lg-negative-175 {
        margin: -175px !important
    }

    .-margin-top-lg-negative-175,
    .-margin-y-lg-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-lg-negative-175,
    .-margin-x-lg-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-lg-negative-175,
    .-margin-y-lg-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-lg-negative-175,
    .-margin-x-lg-negative-175 {
        margin-left: -175px !important
    }

    .-margin-lg-negative-180 {
        margin: -180px !important
    }

    .-margin-top-lg-negative-180,
    .-margin-y-lg-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-lg-negative-180,
    .-margin-x-lg-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-lg-negative-180,
    .-margin-y-lg-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-lg-negative-180,
    .-margin-x-lg-negative-180 {
        margin-left: -180px !important
    }

    .-margin-lg-negative-185 {
        margin: -185px !important
    }

    .-margin-top-lg-negative-185,
    .-margin-y-lg-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-lg-negative-185,
    .-margin-x-lg-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-lg-negative-185,
    .-margin-y-lg-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-lg-negative-185,
    .-margin-x-lg-negative-185 {
        margin-left: -185px !important
    }

    .-margin-lg-negative-190 {
        margin: -190px !important
    }

    .-margin-top-lg-negative-190,
    .-margin-y-lg-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-lg-negative-190,
    .-margin-x-lg-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-lg-negative-190,
    .-margin-y-lg-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-lg-negative-190,
    .-margin-x-lg-negative-190 {
        margin-left: -190px !important
    }

    .-margin-lg-negative-195 {
        margin: -195px !important
    }

    .-margin-top-lg-negative-195,
    .-margin-y-lg-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-lg-negative-195,
    .-margin-x-lg-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-lg-negative-195,
    .-margin-y-lg-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-lg-negative-195,
    .-margin-x-lg-negative-195 {
        margin-left: -195px !important
    }

    .-margin-lg-negative-200 {
        margin: -200px !important
    }

    .-margin-top-lg-negative-200,
    .-margin-y-lg-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-lg-negative-200,
    .-margin-x-lg-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-lg-negative-200,
    .-margin-y-lg-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-lg-negative-200,
    .-margin-x-lg-negative-200 {
        margin-left: -200px !important
    }

    .-margin-lg-negative-205 {
        margin: -205px !important
    }

    .-margin-top-lg-negative-205,
    .-margin-y-lg-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-lg-negative-205,
    .-margin-x-lg-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-lg-negative-205,
    .-margin-y-lg-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-lg-negative-205,
    .-margin-x-lg-negative-205 {
        margin-left: -205px !important
    }

    .-margin-lg-negative-210 {
        margin: -210px !important
    }

    .-margin-top-lg-negative-210,
    .-margin-y-lg-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-lg-negative-210,
    .-margin-x-lg-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-lg-negative-210,
    .-margin-y-lg-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-lg-negative-210,
    .-margin-x-lg-negative-210 {
        margin-left: -210px !important
    }

    .-margin-lg-negative-215 {
        margin: -215px !important
    }

    .-margin-top-lg-negative-215,
    .-margin-y-lg-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-lg-negative-215,
    .-margin-x-lg-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-lg-negative-215,
    .-margin-y-lg-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-lg-negative-215,
    .-margin-x-lg-negative-215 {
        margin-left: -215px !important
    }

    .-margin-lg-negative-220 {
        margin: -220px !important
    }

    .-margin-top-lg-negative-220,
    .-margin-y-lg-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-lg-negative-220,
    .-margin-x-lg-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-lg-negative-220,
    .-margin-y-lg-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-lg-negative-220,
    .-margin-x-lg-negative-220 {
        margin-left: -220px !important
    }

    .-margin-lg-negative-225 {
        margin: -225px !important
    }

    .-margin-top-lg-negative-225,
    .-margin-y-lg-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-lg-negative-225,
    .-margin-x-lg-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-lg-negative-225,
    .-margin-y-lg-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-lg-negative-225,
    .-margin-x-lg-negative-225 {
        margin-left: -225px !important
    }

    .-margin-lg-negative-230 {
        margin: -230px !important
    }

    .-margin-top-lg-negative-230,
    .-margin-y-lg-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-lg-negative-230,
    .-margin-x-lg-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-lg-negative-230,
    .-margin-y-lg-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-lg-negative-230,
    .-margin-x-lg-negative-230 {
        margin-left: -230px !important
    }

    .-margin-lg-negative-235 {
        margin: -235px !important
    }

    .-margin-top-lg-negative-235,
    .-margin-y-lg-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-lg-negative-235,
    .-margin-x-lg-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-lg-negative-235,
    .-margin-y-lg-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-lg-negative-235,
    .-margin-x-lg-negative-235 {
        margin-left: -235px !important
    }

    .-margin-lg-negative-240 {
        margin: -240px !important
    }

    .-margin-top-lg-negative-240,
    .-margin-y-lg-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-lg-negative-240,
    .-margin-x-lg-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-lg-negative-240,
    .-margin-y-lg-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-lg-negative-240,
    .-margin-x-lg-negative-240 {
        margin-left: -240px !important
    }

    .-margin-lg-negative-245 {
        margin: -245px !important
    }

    .-margin-top-lg-negative-245,
    .-margin-y-lg-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-lg-negative-245,
    .-margin-x-lg-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-lg-negative-245,
    .-margin-y-lg-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-lg-negative-245,
    .-margin-x-lg-negative-245 {
        margin-left: -245px !important
    }

    .-margin-lg-negative-250 {
        margin: -250px !important
    }

    .-margin-top-lg-negative-250,
    .-margin-y-lg-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-lg-negative-250,
    .-margin-x-lg-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-lg-negative-250,
    .-margin-y-lg-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-lg-negative-250,
    .-margin-x-lg-negative-250 {
        margin-left: -250px !important
    }

    .-margin-lg-negative-255 {
        margin: -255px !important
    }

    .-margin-top-lg-negative-255,
    .-margin-y-lg-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-lg-negative-255,
    .-margin-x-lg-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-lg-negative-255,
    .-margin-y-lg-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-lg-negative-255,
    .-margin-x-lg-negative-255 {
        margin-left: -255px !important
    }

    .-margin-lg-negative-260 {
        margin: -260px !important
    }

    .-margin-top-lg-negative-260,
    .-margin-y-lg-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-lg-negative-260,
    .-margin-x-lg-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-lg-negative-260,
    .-margin-y-lg-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-lg-negative-260,
    .-margin-x-lg-negative-260 {
        margin-left: -260px !important
    }

    .-margin-lg-negative-265 {
        margin: -265px !important
    }

    .-margin-top-lg-negative-265,
    .-margin-y-lg-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-lg-negative-265,
    .-margin-x-lg-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-lg-negative-265,
    .-margin-y-lg-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-lg-negative-265,
    .-margin-x-lg-negative-265 {
        margin-left: -265px !important
    }

    .-margin-lg-negative-270 {
        margin: -270px !important
    }

    .-margin-top-lg-negative-270,
    .-margin-y-lg-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-lg-negative-270,
    .-margin-x-lg-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-lg-negative-270,
    .-margin-y-lg-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-lg-negative-270,
    .-margin-x-lg-negative-270 {
        margin-left: -270px !important
    }

    .-margin-lg-negative-275 {
        margin: -275px !important
    }

    .-margin-top-lg-negative-275,
    .-margin-y-lg-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-lg-negative-275,
    .-margin-x-lg-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-lg-negative-275,
    .-margin-y-lg-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-lg-negative-275,
    .-margin-x-lg-negative-275 {
        margin-left: -275px !important
    }

    .-margin-lg-negative-280 {
        margin: -280px !important
    }

    .-margin-top-lg-negative-280,
    .-margin-y-lg-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-lg-negative-280,
    .-margin-x-lg-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-lg-negative-280,
    .-margin-y-lg-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-lg-negative-280,
    .-margin-x-lg-negative-280 {
        margin-left: -280px !important
    }

    .-margin-lg-negative-285 {
        margin: -285px !important
    }

    .-margin-top-lg-negative-285,
    .-margin-y-lg-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-lg-negative-285,
    .-margin-x-lg-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-lg-negative-285,
    .-margin-y-lg-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-lg-negative-285,
    .-margin-x-lg-negative-285 {
        margin-left: -285px !important
    }

    .-margin-lg-negative-290 {
        margin: -290px !important
    }

    .-margin-top-lg-negative-290,
    .-margin-y-lg-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-lg-negative-290,
    .-margin-x-lg-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-lg-negative-290,
    .-margin-y-lg-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-lg-negative-290,
    .-margin-x-lg-negative-290 {
        margin-left: -290px !important
    }

    .-margin-lg-negative-295 {
        margin: -295px !important
    }

    .-margin-top-lg-negative-295,
    .-margin-y-lg-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-lg-negative-295,
    .-margin-x-lg-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-lg-negative-295,
    .-margin-y-lg-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-lg-negative-295,
    .-margin-x-lg-negative-295 {
        margin-left: -295px !important
    }

    .-margin-lg-negative-300 {
        margin: -300px !important
    }

    .-margin-top-lg-negative-300,
    .-margin-y-lg-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-lg-negative-300,
    .-margin-x-lg-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-lg-negative-300,
    .-margin-y-lg-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-lg-negative-300,
    .-margin-x-lg-negative-300 {
        margin-left: -300px !important
    }

    .margin-lg-auto {
        margin: auto !important
    }

    .margin-top-lg-auto,
    .margin-y-lg-auto {
        margin-top: auto !important
    }

    .margin-right-lg-auto,
    .margin-x-lg-auto {
        margin-right: auto !important
    }

    .margin-botttom-lg-auto,
    .margin-y-lg-auto {
        margin-bottom: auto !important
    }

    .margin-left-lg-auto,
    .margin-x-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .-margin-xl-0 {
        margin: 0 !important
    }

    .-margin-top-xl-0,
    .-margin-y-xl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xl-0,
    .-margin-x-xl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xl-0,
    .-margin-y-xl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xl-0,
    .-margin-x-xl-0 {
        margin-left: 0 !important
    }

    .-margin-xl-5 {
        margin: 5px !important
    }

    .-margin-top-xl-5,
    .-margin-y-xl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xl-5,
    .-margin-x-xl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xl-5,
    .-margin-y-xl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xl-5,
    .-margin-x-xl-5 {
        margin-left: 5px !important
    }

    .-margin-xl-10 {
        margin: 10px !important
    }

    .-margin-top-xl-10,
    .-margin-y-xl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xl-10,
    .-margin-x-xl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xl-10,
    .-margin-y-xl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xl-10,
    .-margin-x-xl-10 {
        margin-left: 10px !important
    }

    .-margin-xl-15 {
        margin: 15px !important
    }

    .-margin-top-xl-15,
    .-margin-y-xl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xl-15,
    .-margin-x-xl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xl-15,
    .-margin-y-xl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xl-15,
    .-margin-x-xl-15 {
        margin-left: 15px !important
    }

    .-margin-xl-20 {
        margin: 20px !important
    }

    .-margin-top-xl-20,
    .-margin-y-xl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xl-20,
    .-margin-x-xl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xl-20,
    .-margin-y-xl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xl-20,
    .-margin-x-xl-20 {
        margin-left: 20px !important
    }

    .-margin-xl-25 {
        margin: 25px !important
    }

    .-margin-top-xl-25,
    .-margin-y-xl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xl-25,
    .-margin-x-xl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xl-25,
    .-margin-y-xl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xl-25,
    .-margin-x-xl-25 {
        margin-left: 25px !important
    }

    .-margin-xl-30 {
        margin: 35px !important
    }

    .-margin-top-xl-30,
    .-margin-y-xl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xl-30,
    .-margin-x-xl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xl-30,
    .-margin-y-xl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xl-30,
    .-margin-x-xl-30 {
        margin-left: 35px !important
    }

    .-margin-xl-35 {
        margin: 35px !important
    }

    .-margin-top-xl-35,
    .-margin-y-xl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xl-35,
    .-margin-x-xl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xl-35,
    .-margin-y-xl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xl-35,
    .-margin-x-xl-35 {
        margin-left: 35px !important
    }

    .-margin-xl-40 {
        margin: 40px !important
    }

    .-margin-top-xl-40,
    .-margin-y-xl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xl-40,
    .-margin-x-xl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xl-40,
    .-margin-y-xl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xl-40,
    .-margin-x-xl-40 {
        margin-left: 40px !important
    }

    .-margin-xl-45 {
        margin: 45px !important
    }

    .-margin-top-xl-45,
    .-margin-y-xl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xl-45,
    .-margin-x-xl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xl-45,
    .-margin-y-xl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xl-45,
    .-margin-x-xl-45 {
        margin-left: 45px !important
    }

    .-margin-xl-50 {
        margin: 50px !important
    }

    .-margin-top-xl-50,
    .-margin-y-xl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xl-50,
    .-margin-x-xl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xl-50,
    .-margin-y-xl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xl-50,
    .-margin-x-xl-50 {
        margin-left: 50px !important
    }

    .-margin-xl-55 {
        margin: 55px !important
    }

    .-margin-top-xl-55,
    .-margin-y-xl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xl-55,
    .-margin-x-xl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xl-55,
    .-margin-y-xl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xl-55,
    .-margin-x-xl-55 {
        margin-left: 55px !important
    }

    .-margin-xl-60 {
        margin: 60px !important
    }

    .-margin-top-xl-60,
    .-margin-y-xl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xl-60,
    .-margin-x-xl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xl-60,
    .-margin-y-xl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xl-60,
    .-margin-x-xl-60 {
        margin-left: 60px !important
    }

    .-margin-xl-65 {
        margin: 65px !important
    }

    .-margin-top-xl-65,
    .-margin-y-xl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xl-65,
    .-margin-x-xl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xl-65,
    .-margin-y-xl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xl-65,
    .-margin-x-xl-65 {
        margin-left: 65px !important
    }

    .-margin-xl-75 {
        margin: 75px !important
    }

    .-margin-top-xl-75,
    .-margin-y-xl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xl-75,
    .-margin-x-xl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xl-75,
    .-margin-y-xl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xl-75,
    .-margin-x-xl-75 {
        margin-left: 75px !important
    }

    .-margin-xl-80 {
        margin: 80px !important
    }

    .-margin-top-xl-80,
    .-margin-y-xl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xl-80,
    .-margin-x-xl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xl-80,
    .-margin-y-xl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xl-80,
    .-margin-x-xl-80 {
        margin-left: 80px !important
    }

    .-margin-xl-85 {
        margin: 85px !important
    }

    .-margin-top-xl-85,
    .-margin-y-xl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xl-85,
    .-margin-x-xl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xl-85,
    .-margin-y-xl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xl-85,
    .-margin-x-xl-85 {
        margin-left: 85px !important
    }

    .-margin-xl-90 {
        margin: 90px !important
    }

    .-margin-top-xl-90,
    .-margin-y-xl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xl-90,
    .-margin-x-xl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xl-90,
    .-margin-y-xl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xl-90,
    .-margin-x-xl-90 {
        margin-left: 90px !important
    }

    .-margin-xl-95 {
        margin: 95px !important
    }

    .-margin-top-xl-95,
    .-margin-y-xl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xl-95,
    .-margin-x-xl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xl-95,
    .-margin-y-xl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xl-95,
    .-margin-x-xl-95 {
        margin-left: 95px !important
    }

    .-margin-xl-100 {
        margin: 100px !important
    }

    .-margin-top-xl-100,
    .-margin-y-xl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xl-100,
    .-margin-x-xl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xl-100,
    .-margin-y-xl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xl-100,
    .-margin-x-xl-100 {
        margin-left: 100px !important
    }

    .-margin-xl-105 {
        margin: 105px !important
    }

    .-margin-top-xl-105,
    .-margin-y-xl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xl-105,
    .-margin-x-xl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xl-105,
    .-margin-y-xl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xl-105,
    .-margin-x-xl-105 {
        margin-left: 105px !important
    }

    .-margin-xl-110 {
        margin: 110px !important
    }

    .-margin-top-xl-110,
    .-margin-y-xl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xl-110,
    .-margin-x-xl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xl-110,
    .-margin-y-xl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xl-110,
    .-margin-x-xl-110 {
        margin-left: 110px !important
    }

    .-margin-xl-115 {
        margin: 115px !important
    }

    .-margin-top-xl-115,
    .-margin-y-xl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xl-115,
    .-margin-x-xl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xl-115,
    .-margin-y-xl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xl-115,
    .-margin-x-xl-115 {
        margin-left: 115px !important
    }

    .-margin-xl-120 {
        margin: 120px !important
    }

    .-margin-top-xl-120,
    .-margin-y-xl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xl-120,
    .-margin-x-xl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xl-120,
    .-margin-y-xl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xl-120,
    .-margin-x-xl-120 {
        margin-left: 120px !important
    }

    .-margin-xl-125 {
        margin: 125px !important
    }

    .-margin-top-xl-125,
    .-margin-y-xl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xl-125,
    .-margin-x-xl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xl-125,
    .-margin-y-xl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xl-125,
    .-margin-x-xl-125 {
        margin-left: 125px !important
    }

    .-margin-xl-130 {
        margin: 130px !important
    }

    .-margin-top-xl-130,
    .-margin-y-xl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xl-130,
    .-margin-x-xl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xl-130,
    .-margin-y-xl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xl-130,
    .-margin-x-xl-130 {
        margin-left: 130px !important
    }

    .-margin-xl-135 {
        margin: 135px !important
    }

    .-margin-top-xl-135,
    .-margin-y-xl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xl-135,
    .-margin-x-xl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xl-135,
    .-margin-y-xl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xl-135,
    .-margin-x-xl-135 {
        margin-left: 135px !important
    }

    .-margin-xl-140 {
        margin: 140px !important
    }

    .-margin-top-xl-140,
    .-margin-y-xl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xl-140,
    .-margin-x-xl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xl-140,
    .-margin-y-xl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xl-140,
    .-margin-x-xl-140 {
        margin-left: 140px !important
    }

    .-margin-xl-145 {
        margin: 145px !important
    }

    .-margin-top-xl-145,
    .-margin-y-xl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xl-145,
    .-margin-x-xl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xl-145,
    .-margin-y-xl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xl-145,
    .-margin-x-xl-145 {
        margin-left: 145px !important
    }

    .-margin-xl-150 {
        margin: 150px !important
    }

    .-margin-top-xl-150,
    .-margin-y-xl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xl-150,
    .-margin-x-xl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xl-150,
    .-margin-y-xl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xl-150,
    .-margin-x-xl-150 {
        margin-left: 150px !important
    }

    .-margin-xl-155 {
        margin: 155px !important
    }

    .-margin-top-xl-155,
    .-margin-y-xl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xl-155,
    .-margin-x-xl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xl-155,
    .-margin-y-xl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xl-155,
    .-margin-x-xl-155 {
        margin-left: 155px !important
    }

    .-margin-xl-160 {
        margin: 160px !important
    }

    .-margin-top-xl-160,
    .-margin-y-xl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xl-160,
    .-margin-x-xl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xl-160,
    .-margin-y-xl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xl-160,
    .-margin-x-xl-160 {
        margin-left: 160px !important
    }

    .-margin-xl-165 {
        margin: 165px !important
    }

    .-margin-top-xl-165,
    .-margin-y-xl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xl-165,
    .-margin-x-xl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xl-165,
    .-margin-y-xl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xl-165,
    .-margin-x-xl-165 {
        margin-left: 165px !important
    }

    .-margin-xl-170 {
        margin: 170px !important
    }

    .-margin-top-xl-170,
    .-margin-y-xl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xl-170,
    .-margin-x-xl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xl-170,
    .-margin-y-xl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xl-170,
    .-margin-x-xl-170 {
        margin-left: 170px !important
    }

    .-margin-xl-175 {
        margin: 175px !important
    }

    .-margin-top-xl-175,
    .-margin-y-xl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xl-175,
    .-margin-x-xl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xl-175,
    .-margin-y-xl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xl-175,
    .-margin-x-xl-175 {
        margin-left: 175px !important
    }

    .-margin-xl-180 {
        margin: 180px !important
    }

    .-margin-top-xl-180,
    .-margin-y-xl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xl-180,
    .-margin-x-xl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xl-180,
    .-margin-y-xl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xl-180,
    .-margin-x-xl-180 {
        margin-left: 180px !important
    }

    .-margin-xl-185 {
        margin: 185px !important
    }

    .-margin-top-xl-185,
    .-margin-y-xl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xl-185,
    .-margin-x-xl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xl-185,
    .-margin-y-xl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xl-185,
    .-margin-x-xl-185 {
        margin-left: 185px !important
    }

    .-margin-xl-190 {
        margin: 190px !important
    }

    .-margin-top-xl-190,
    .-margin-y-xl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xl-190,
    .-margin-x-xl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xl-190,
    .-margin-y-xl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xl-190,
    .-margin-x-xl-190 {
        margin-left: 190px !important
    }

    .-margin-xl-195 {
        margin: 195px !important
    }

    .-margin-top-xl-195,
    .-margin-y-xl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xl-195,
    .-margin-x-xl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xl-195,
    .-margin-y-xl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xl-195,
    .-margin-x-xl-195 {
        margin-left: 195px !important
    }

    .-margin-xl-200 {
        margin: 200px !important
    }

    .-margin-top-xl-200,
    .-margin-y-xl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xl-200,
    .-margin-x-xl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xl-200,
    .-margin-y-xl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xl-200,
    .-margin-x-xl-200 {
        margin-left: 200px !important
    }

    .-margin-xl-205 {
        margin: 205px !important
    }

    .-margin-top-xl-205,
    .-margin-y-xl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xl-205,
    .-margin-x-xl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xl-205,
    .-margin-y-xl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xl-205,
    .-margin-x-xl-205 {
        margin-left: 205px !important
    }

    .-margin-xl-210 {
        margin: 210px !important
    }

    .-margin-top-xl-210,
    .-margin-y-xl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xl-210,
    .-margin-x-xl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xl-210,
    .-margin-y-xl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xl-210,
    .-margin-x-xl-210 {
        margin-left: 210px !important
    }

    .-margin-xl-215 {
        margin: 215px !important
    }

    .-margin-top-xl-215,
    .-margin-y-xl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xl-215,
    .-margin-x-xl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xl-215,
    .-margin-y-xl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xl-215,
    .-margin-x-xl-215 {
        margin-left: 215px !important
    }

    .-margin-xl-220 {
        margin: 220px !important
    }

    .-margin-top-xl-220,
    .-margin-y-xl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xl-220,
    .-margin-x-xl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xl-220,
    .-margin-y-xl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xl-220,
    .-margin-x-xl-220 {
        margin-left: 220px !important
    }

    .-margin-xl-225 {
        margin: 225px !important
    }

    .-margin-top-xl-225,
    .-margin-y-xl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xl-225,
    .-margin-x-xl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xl-225,
    .-margin-y-xl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xl-225,
    .-margin-x-xl-225 {
        margin-left: 225px !important
    }

    .-margin-xl-230 {
        margin: 230px !important
    }

    .-margin-top-xl-230,
    .-margin-y-xl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xl-230,
    .-margin-x-xl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xl-230,
    .-margin-y-xl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xl-230,
    .-margin-x-xl-230 {
        margin-left: 230px !important
    }

    .-margin-xl-235 {
        margin: 235px !important
    }

    .-margin-top-xl-235,
    .-margin-y-xl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xl-235,
    .-margin-x-xl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xl-235,
    .-margin-y-xl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xl-235,
    .-margin-x-xl-235 {
        margin-left: 235px !important
    }

    .-margin-xl-240 {
        margin: 240px !important
    }

    .-margin-top-xl-240,
    .-margin-y-xl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xl-240,
    .-margin-x-xl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xl-240,
    .-margin-y-xl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xl-240,
    .-margin-x-xl-240 {
        margin-left: 240px !important
    }

    .-margin-xl-245 {
        margin: 245px !important
    }

    .-margin-top-xl-245,
    .-margin-y-xl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xl-245,
    .-margin-x-xl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xl-245,
    .-margin-y-xl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xl-245,
    .-margin-x-xl-245 {
        margin-left: 245px !important
    }

    .-margin-xl-250 {
        margin: 250px !important
    }

    .-margin-top-xl-250,
    .-margin-y-xl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xl-250,
    .-margin-x-xl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xl-250,
    .-margin-y-xl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xl-250,
    .-margin-x-xl-250 {
        margin-left: 250px !important
    }

    .-margin-xl-255 {
        margin: 255px !important
    }

    .-margin-top-xl-255,
    .-margin-y-xl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xl-255,
    .-margin-x-xl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xl-255,
    .-margin-y-xl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xl-255,
    .-margin-x-xl-255 {
        margin-left: 255px !important
    }

    .-margin-xl-260 {
        margin: 260px !important
    }

    .-margin-top-xl-260,
    .-margin-y-xl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xl-260,
    .-margin-x-xl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xl-260,
    .-margin-y-xl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xl-260,
    .-margin-x-xl-260 {
        margin-left: 260px !important
    }

    .-margin-xl-265 {
        margin: 265px !important
    }

    .-margin-top-xl-265,
    .-margin-y-xl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xl-265,
    .-margin-x-xl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xl-265,
    .-margin-y-xl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xl-265,
    .-margin-x-xl-265 {
        margin-left: 265px !important
    }

    .-margin-xl-270 {
        margin: 270px !important
    }

    .-margin-top-xl-270,
    .-margin-y-xl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xl-270,
    .-margin-x-xl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xl-270,
    .-margin-y-xl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xl-270,
    .-margin-x-xl-270 {
        margin-left: 270px !important
    }

    .-margin-xl-275 {
        margin: 275px !important
    }

    .-margin-top-xl-275,
    .-margin-y-xl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xl-275,
    .-margin-x-xl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xl-275,
    .-margin-y-xl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xl-275,
    .-margin-x-xl-275 {
        margin-left: 275px !important
    }

    .-margin-xl-280 {
        margin: 280px !important
    }

    .-margin-top-xl-280,
    .-margin-y-xl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xl-280,
    .-margin-x-xl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xl-280,
    .-margin-y-xl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xl-280,
    .-margin-x-xl-280 {
        margin-left: 280px !important
    }

    .-margin-xl-285 {
        margin: 285px !important
    }

    .-margin-top-xl-285,
    .-margin-y-xl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xl-285,
    .-margin-x-xl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xl-285,
    .-margin-y-xl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xl-285,
    .-margin-x-xl-285 {
        margin-left: 285px !important
    }

    .-margin-xl-290 {
        margin: 290px !important
    }

    .-margin-top-xl-290,
    .-margin-y-xl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xl-290,
    .-margin-x-xl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xl-290,
    .-margin-y-xl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xl-290,
    .-margin-x-xl-290 {
        margin-left: 290px !important
    }

    .-margin-xl-295 {
        margin: 295px !important
    }

    .-margin-top-xl-295,
    .-margin-y-xl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xl-295,
    .-margin-x-xl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xl-295,
    .-margin-y-xl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xl-295,
    .-margin-x-xl-295 {
        margin-left: 295px !important
    }

    .-margin-xl-300 {
        margin: 300px !important
    }

    .-margin-top-xl-300,
    .-margin-y-xl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xl-300,
    .-margin-x-xl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xl-300,
    .-margin-y-xl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xl-300,
    .-margin-x-xl-300 {
        margin-left: 300px !important
    }

    .-padding-xl-0 {
        padding: 0 !important
    }

    .-padding-top-xl-0,
    .-padding-y-xl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xl-0,
    .-padding-x-xl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xl-0,
    .-padding-y-xl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xl-0,
    .-padding-x-xl-0 {
        padding-left: 0 !important
    }

    .-padding-xl-5 {
        padding: 5px !important
    }

    .-padding-top-xl-5,
    .-padding-y-xl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xl-5,
    .-padding-x-xl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xl-5,
    .-padding-y-xl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xl-5,
    .-padding-x-xl-5 {
        padding-left: 5px !important
    }

    .-padding-xl-10 {
        padding: 10px !important
    }

    .-padding-top-xl-10,
    .-padding-y-xl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xl-10,
    .-padding-x-xl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xl-10,
    .-padding-y-xl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xl-10,
    .-padding-x-xl-10 {
        padding-left: 10px !important
    }

    .-padding-xl-15 {
        padding: 15px !important
    }

    .-padding-top-xl-15,
    .-padding-y-xl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xl-15,
    .-padding-x-xl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xl-15,
    .-padding-y-xl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xl-15,
    .-padding-x-xl-15 {
        padding-left: 15px !important
    }

    .-padding-xl-20 {
        padding: 20px !important
    }

    .-padding-top-xl-20,
    .-padding-y-xl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xl-20,
    .-padding-x-xl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xl-20,
    .-padding-y-xl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xl-20,
    .-padding-x-xl-20 {
        padding-left: 20px !important
    }

    .-padding-xl-25 {
        padding: 25px !important
    }

    .-padding-top-xl-25,
    .-padding-y-xl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xl-25,
    .-padding-x-xl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xl-25,
    .-padding-y-xl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xl-25,
    .-padding-x-xl-25 {
        padding-left: 25px !important
    }

    .-padding-xl-30 {
        padding: 35px !important
    }

    .-padding-top-xl-30,
    .-padding-y-xl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xl-30,
    .-padding-x-xl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xl-30,
    .-padding-y-xl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xl-30,
    .-padding-x-xl-30 {
        padding-left: 35px !important
    }

    .-padding-xl-35 {
        padding: 35px !important
    }

    .-padding-top-xl-35,
    .-padding-y-xl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xl-35,
    .-padding-x-xl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xl-35,
    .-padding-y-xl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xl-35,
    .-padding-x-xl-35 {
        padding-left: 35px !important
    }

    .-padding-xl-40 {
        padding: 40px !important
    }

    .-padding-top-xl-40,
    .-padding-y-xl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xl-40,
    .-padding-x-xl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xl-40,
    .-padding-y-xl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xl-40,
    .-padding-x-xl-40 {
        padding-left: 40px !important
    }

    .-padding-xl-45 {
        padding: 45px !important
    }

    .-padding-top-xl-45,
    .-padding-y-xl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xl-45,
    .-padding-x-xl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xl-45,
    .-padding-y-xl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xl-45,
    .-padding-x-xl-45 {
        padding-left: 45px !important
    }

    .-padding-xl-50 {
        padding: 50px !important
    }

    .-padding-top-xl-50,
    .-padding-y-xl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xl-50,
    .-padding-x-xl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xl-50,
    .-padding-y-xl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xl-50,
    .-padding-x-xl-50 {
        padding-left: 50px !important
    }

    .-padding-xl-55 {
        padding: 55px !important
    }

    .-padding-top-xl-55,
    .-padding-y-xl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xl-55,
    .-padding-x-xl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xl-55,
    .-padding-y-xl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xl-55,
    .-padding-x-xl-55 {
        padding-left: 55px !important
    }

    .-padding-xl-60 {
        padding: 60px !important
    }

    .-padding-top-xl-60,
    .-padding-y-xl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xl-60,
    .-padding-x-xl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xl-60,
    .-padding-y-xl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xl-60,
    .-padding-x-xl-60 {
        padding-left: 60px !important
    }

    .-padding-xl-65 {
        padding: 65px !important
    }

    .-padding-top-xl-65,
    .-padding-y-xl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xl-65,
    .-padding-x-xl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xl-65,
    .-padding-y-xl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xl-65,
    .-padding-x-xl-65 {
        padding-left: 65px !important
    }

    .-padding-xl-75 {
        padding: 75px !important
    }

    .-padding-top-xl-75,
    .-padding-y-xl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xl-75,
    .-padding-x-xl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xl-75,
    .-padding-y-xl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xl-75,
    .-padding-x-xl-75 {
        padding-left: 75px !important
    }

    .-padding-xl-80 {
        padding: 80px !important
    }

    .-padding-top-xl-80,
    .-padding-y-xl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xl-80,
    .-padding-x-xl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xl-80,
    .-padding-y-xl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xl-80,
    .-padding-x-xl-80 {
        padding-left: 80px !important
    }

    .-padding-xl-85 {
        padding: 85px !important
    }

    .-padding-top-xl-85,
    .-padding-y-xl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xl-85,
    .-padding-x-xl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xl-85,
    .-padding-y-xl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xl-85,
    .-padding-x-xl-85 {
        padding-left: 85px !important
    }

    .-padding-xl-90 {
        padding: 90px !important
    }

    .-padding-top-xl-90,
    .-padding-y-xl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xl-90,
    .-padding-x-xl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xl-90,
    .-padding-y-xl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xl-90,
    .-padding-x-xl-90 {
        padding-left: 90px !important
    }

    .-padding-xl-95 {
        padding: 95px !important
    }

    .-padding-top-xl-95,
    .-padding-y-xl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xl-95,
    .-padding-x-xl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xl-95,
    .-padding-y-xl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xl-95,
    .-padding-x-xl-95 {
        padding-left: 95px !important
    }

    .-padding-xl-100 {
        padding: 100px !important
    }

    .-padding-top-xl-100,
    .-padding-y-xl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xl-100,
    .-padding-x-xl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xl-100,
    .-padding-y-xl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xl-100,
    .-padding-x-xl-100 {
        padding-left: 100px !important
    }

    .-padding-xl-105 {
        padding: 105px !important
    }

    .-padding-top-xl-105,
    .-padding-y-xl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xl-105,
    .-padding-x-xl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xl-105,
    .-padding-y-xl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xl-105,
    .-padding-x-xl-105 {
        padding-left: 105px !important
    }

    .-padding-xl-110 {
        padding: 110px !important
    }

    .-padding-top-xl-110,
    .-padding-y-xl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xl-110,
    .-padding-x-xl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xl-110,
    .-padding-y-xl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xl-110,
    .-padding-x-xl-110 {
        padding-left: 110px !important
    }

    .-padding-xl-115 {
        padding: 115px !important
    }

    .-padding-top-xl-115,
    .-padding-y-xl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xl-115,
    .-padding-x-xl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xl-115,
    .-padding-y-xl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xl-115,
    .-padding-x-xl-115 {
        padding-left: 115px !important
    }

    .-padding-xl-120 {
        padding: 120px !important
    }

    .-padding-top-xl-120,
    .-padding-y-xl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xl-120,
    .-padding-x-xl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xl-120,
    .-padding-y-xl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xl-120,
    .-padding-x-xl-120 {
        padding-left: 120px !important
    }

    .-padding-xl-125 {
        padding: 125px !important
    }

    .-padding-top-xl-125,
    .-padding-y-xl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xl-125,
    .-padding-x-xl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xl-125,
    .-padding-y-xl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xl-125,
    .-padding-x-xl-125 {
        padding-left: 125px !important
    }

    .-padding-xl-130 {
        padding: 130px !important
    }

    .-padding-top-xl-130,
    .-padding-y-xl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xl-130,
    .-padding-x-xl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xl-130,
    .-padding-y-xl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xl-130,
    .-padding-x-xl-130 {
        padding-left: 130px !important
    }

    .-padding-xl-135 {
        padding: 135px !important
    }

    .-padding-top-xl-135,
    .-padding-y-xl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xl-135,
    .-padding-x-xl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xl-135,
    .-padding-y-xl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xl-135,
    .-padding-x-xl-135 {
        padding-left: 135px !important
    }

    .-padding-xl-140 {
        padding: 140px !important
    }

    .-padding-top-xl-140,
    .-padding-y-xl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xl-140,
    .-padding-x-xl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xl-140,
    .-padding-y-xl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xl-140,
    .-padding-x-xl-140 {
        padding-left: 140px !important
    }

    .-padding-xl-145 {
        padding: 145px !important
    }

    .-padding-top-xl-145,
    .-padding-y-xl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xl-145,
    .-padding-x-xl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xl-145,
    .-padding-y-xl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xl-145,
    .-padding-x-xl-145 {
        padding-left: 145px !important
    }

    .-padding-xl-150 {
        padding: 150px !important
    }

    .-padding-top-xl-150,
    .-padding-y-xl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xl-150,
    .-padding-x-xl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xl-150,
    .-padding-y-xl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xl-150,
    .-padding-x-xl-150 {
        padding-left: 150px !important
    }

    .-padding-xl-155 {
        padding: 155px !important
    }

    .-padding-top-xl-155,
    .-padding-y-xl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xl-155,
    .-padding-x-xl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xl-155,
    .-padding-y-xl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xl-155,
    .-padding-x-xl-155 {
        padding-left: 155px !important
    }

    .-padding-xl-160 {
        padding: 160px !important
    }

    .-padding-top-xl-160,
    .-padding-y-xl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xl-160,
    .-padding-x-xl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xl-160,
    .-padding-y-xl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xl-160,
    .-padding-x-xl-160 {
        padding-left: 160px !important
    }

    .-padding-xl-165 {
        padding: 165px !important
    }

    .-padding-top-xl-165,
    .-padding-y-xl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xl-165,
    .-padding-x-xl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xl-165,
    .-padding-y-xl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xl-165,
    .-padding-x-xl-165 {
        padding-left: 165px !important
    }

    .-padding-xl-170 {
        padding: 170px !important
    }

    .-padding-top-xl-170,
    .-padding-y-xl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xl-170,
    .-padding-x-xl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xl-170,
    .-padding-y-xl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xl-170,
    .-padding-x-xl-170 {
        padding-left: 170px !important
    }

    .-padding-xl-175 {
        padding: 175px !important
    }

    .-padding-top-xl-175,
    .-padding-y-xl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xl-175,
    .-padding-x-xl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xl-175,
    .-padding-y-xl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xl-175,
    .-padding-x-xl-175 {
        padding-left: 175px !important
    }

    .-padding-xl-180 {
        padding: 180px !important
    }

    .-padding-top-xl-180,
    .-padding-y-xl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xl-180,
    .-padding-x-xl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xl-180,
    .-padding-y-xl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xl-180,
    .-padding-x-xl-180 {
        padding-left: 180px !important
    }

    .-padding-xl-185 {
        padding: 185px !important
    }

    .-padding-top-xl-185,
    .-padding-y-xl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xl-185,
    .-padding-x-xl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xl-185,
    .-padding-y-xl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xl-185,
    .-padding-x-xl-185 {
        padding-left: 185px !important
    }

    .-padding-xl-190 {
        padding: 190px !important
    }

    .-padding-top-xl-190,
    .-padding-y-xl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xl-190,
    .-padding-x-xl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xl-190,
    .-padding-y-xl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xl-190,
    .-padding-x-xl-190 {
        padding-left: 190px !important
    }

    .-padding-xl-195 {
        padding: 195px !important
    }

    .-padding-top-xl-195,
    .-padding-y-xl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xl-195,
    .-padding-x-xl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xl-195,
    .-padding-y-xl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xl-195,
    .-padding-x-xl-195 {
        padding-left: 195px !important
    }

    .-padding-xl-200 {
        padding: 200px !important
    }

    .-padding-top-xl-200,
    .-padding-y-xl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xl-200,
    .-padding-x-xl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xl-200,
    .-padding-y-xl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xl-200,
    .-padding-x-xl-200 {
        padding-left: 200px !important
    }

    .-padding-xl-205 {
        padding: 205px !important
    }

    .-padding-top-xl-205,
    .-padding-y-xl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xl-205,
    .-padding-x-xl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xl-205,
    .-padding-y-xl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xl-205,
    .-padding-x-xl-205 {
        padding-left: 205px !important
    }

    .-padding-xl-210 {
        padding: 210px !important
    }

    .-padding-top-xl-210,
    .-padding-y-xl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xl-210,
    .-padding-x-xl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xl-210,
    .-padding-y-xl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xl-210,
    .-padding-x-xl-210 {
        padding-left: 210px !important
    }

    .-padding-xl-215 {
        padding: 215px !important
    }

    .-padding-top-xl-215,
    .-padding-y-xl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xl-215,
    .-padding-x-xl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xl-215,
    .-padding-y-xl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xl-215,
    .-padding-x-xl-215 {
        padding-left: 215px !important
    }

    .-padding-xl-220 {
        padding: 220px !important
    }

    .-padding-top-xl-220,
    .-padding-y-xl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xl-220,
    .-padding-x-xl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xl-220,
    .-padding-y-xl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xl-220,
    .-padding-x-xl-220 {
        padding-left: 220px !important
    }

    .-padding-xl-225 {
        padding: 225px !important
    }

    .-padding-top-xl-225,
    .-padding-y-xl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xl-225,
    .-padding-x-xl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xl-225,
    .-padding-y-xl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xl-225,
    .-padding-x-xl-225 {
        padding-left: 225px !important
    }

    .-padding-xl-230 {
        padding: 230px !important
    }

    .-padding-top-xl-230,
    .-padding-y-xl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xl-230,
    .-padding-x-xl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xl-230,
    .-padding-y-xl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xl-230,
    .-padding-x-xl-230 {
        padding-left: 230px !important
    }

    .-padding-xl-235 {
        padding: 235px !important
    }

    .-padding-top-xl-235,
    .-padding-y-xl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xl-235,
    .-padding-x-xl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xl-235,
    .-padding-y-xl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xl-235,
    .-padding-x-xl-235 {
        padding-left: 235px !important
    }

    .-padding-xl-240 {
        padding: 240px !important
    }

    .-padding-top-xl-240,
    .-padding-y-xl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xl-240,
    .-padding-x-xl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xl-240,
    .-padding-y-xl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xl-240,
    .-padding-x-xl-240 {
        padding-left: 240px !important
    }

    .-padding-xl-245 {
        padding: 245px !important
    }

    .-padding-top-xl-245,
    .-padding-y-xl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xl-245,
    .-padding-x-xl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xl-245,
    .-padding-y-xl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xl-245,
    .-padding-x-xl-245 {
        padding-left: 245px !important
    }

    .-padding-xl-250 {
        padding: 250px !important
    }

    .-padding-top-xl-250,
    .-padding-y-xl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xl-250,
    .-padding-x-xl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xl-250,
    .-padding-y-xl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xl-250,
    .-padding-x-xl-250 {
        padding-left: 250px !important
    }

    .-padding-xl-255 {
        padding: 255px !important
    }

    .-padding-top-xl-255,
    .-padding-y-xl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xl-255,
    .-padding-x-xl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xl-255,
    .-padding-y-xl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xl-255,
    .-padding-x-xl-255 {
        padding-left: 255px !important
    }

    .-padding-xl-260 {
        padding: 260px !important
    }

    .-padding-top-xl-260,
    .-padding-y-xl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xl-260,
    .-padding-x-xl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xl-260,
    .-padding-y-xl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xl-260,
    .-padding-x-xl-260 {
        padding-left: 260px !important
    }

    .-padding-xl-265 {
        padding: 265px !important
    }

    .-padding-top-xl-265,
    .-padding-y-xl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xl-265,
    .-padding-x-xl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xl-265,
    .-padding-y-xl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xl-265,
    .-padding-x-xl-265 {
        padding-left: 265px !important
    }

    .-padding-xl-270 {
        padding: 270px !important
    }

    .-padding-top-xl-270,
    .-padding-y-xl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xl-270,
    .-padding-x-xl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xl-270,
    .-padding-y-xl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xl-270,
    .-padding-x-xl-270 {
        padding-left: 270px !important
    }

    .-padding-xl-275 {
        padding: 275px !important
    }

    .-padding-top-xl-275,
    .-padding-y-xl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xl-275,
    .-padding-x-xl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xl-275,
    .-padding-y-xl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xl-275,
    .-padding-x-xl-275 {
        padding-left: 275px !important
    }

    .-padding-xl-280 {
        padding: 280px !important
    }

    .-padding-top-xl-280,
    .-padding-y-xl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xl-280,
    .-padding-x-xl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xl-280,
    .-padding-y-xl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xl-280,
    .-padding-x-xl-280 {
        padding-left: 280px !important
    }

    .-padding-xl-285 {
        padding: 285px !important
    }

    .-padding-top-xl-285,
    .-padding-y-xl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xl-285,
    .-padding-x-xl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xl-285,
    .-padding-y-xl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xl-285,
    .-padding-x-xl-285 {
        padding-left: 285px !important
    }

    .-padding-xl-290 {
        padding: 290px !important
    }

    .-padding-top-xl-290,
    .-padding-y-xl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xl-290,
    .-padding-x-xl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xl-290,
    .-padding-y-xl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xl-290,
    .-padding-x-xl-290 {
        padding-left: 290px !important
    }

    .-padding-xl-295 {
        padding: 295px !important
    }

    .-padding-top-xl-295,
    .-padding-y-xl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xl-295,
    .-padding-x-xl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xl-295,
    .-padding-y-xl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xl-295,
    .-padding-x-xl-295 {
        padding-left: 295px !important
    }

    .-padding-xl-300 {
        padding: 300px !important
    }

    .-padding-top-xl-300,
    .-padding-y-xl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xl-300,
    .-padding-x-xl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xl-300,
    .-padding-y-xl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xl-300,
    .-padding-x-xl-300 {
        padding-left: 300px !important
    }

    .-margin-xl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xl-negative-5,
    .-margin-y-xl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xl-negative-5,
    .-margin-x-xl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xl-negative-5,
    .-margin-y-xl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xl-negative-5,
    .-margin-x-xl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xl-negative-10,
    .-margin-y-xl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xl-negative-10,
    .-margin-x-xl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xl-negative-10,
    .-margin-y-xl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xl-negative-10,
    .-margin-x-xl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xl-negative-15,
    .-margin-y-xl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xl-negative-15,
    .-margin-x-xl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xl-negative-15,
    .-margin-y-xl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xl-negative-15,
    .-margin-x-xl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xl-negative-20,
    .-margin-y-xl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xl-negative-20,
    .-margin-x-xl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xl-negative-20,
    .-margin-y-xl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xl-negative-20,
    .-margin-x-xl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xl-negative-25,
    .-margin-y-xl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xl-negative-25,
    .-margin-x-xl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xl-negative-25,
    .-margin-y-xl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xl-negative-25,
    .-margin-x-xl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xl-negative-30,
    .-margin-y-xl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xl-negative-30,
    .-margin-x-xl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xl-negative-30,
    .-margin-y-xl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xl-negative-30,
    .-margin-x-xl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xl-negative-35,
    .-margin-y-xl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xl-negative-35,
    .-margin-x-xl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xl-negative-35,
    .-margin-y-xl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xl-negative-35,
    .-margin-x-xl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xl-negative-40,
    .-margin-y-xl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xl-negative-40,
    .-margin-x-xl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xl-negative-40,
    .-margin-y-xl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xl-negative-40,
    .-margin-x-xl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xl-negative-45,
    .-margin-y-xl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xl-negative-45,
    .-margin-x-xl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xl-negative-45,
    .-margin-y-xl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xl-negative-45,
    .-margin-x-xl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xl-negative-50,
    .-margin-y-xl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xl-negative-50,
    .-margin-x-xl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xl-negative-50,
    .-margin-y-xl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xl-negative-50,
    .-margin-x-xl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xl-negative-55,
    .-margin-y-xl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xl-negative-55,
    .-margin-x-xl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xl-negative-55,
    .-margin-y-xl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xl-negative-55,
    .-margin-x-xl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xl-negative-60,
    .-margin-y-xl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xl-negative-60,
    .-margin-x-xl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xl-negative-60,
    .-margin-y-xl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xl-negative-60,
    .-margin-x-xl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xl-negative-65,
    .-margin-y-xl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xl-negative-65,
    .-margin-x-xl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xl-negative-65,
    .-margin-y-xl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xl-negative-65,
    .-margin-x-xl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xl-negative-75,
    .-margin-y-xl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xl-negative-75,
    .-margin-x-xl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xl-negative-75,
    .-margin-y-xl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xl-negative-75,
    .-margin-x-xl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xl-negative-80,
    .-margin-y-xl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xl-negative-80,
    .-margin-x-xl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xl-negative-80,
    .-margin-y-xl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xl-negative-80,
    .-margin-x-xl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xl-negative-85,
    .-margin-y-xl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xl-negative-85,
    .-margin-x-xl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xl-negative-85,
    .-margin-y-xl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xl-negative-85,
    .-margin-x-xl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xl-negative-90,
    .-margin-y-xl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xl-negative-90,
    .-margin-x-xl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xl-negative-90,
    .-margin-y-xl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xl-negative-90,
    .-margin-x-xl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xl-negative-95,
    .-margin-y-xl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xl-negative-95,
    .-margin-x-xl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xl-negative-95,
    .-margin-y-xl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xl-negative-95,
    .-margin-x-xl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xl-negative-100,
    .-margin-y-xl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xl-negative-100,
    .-margin-x-xl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xl-negative-100,
    .-margin-y-xl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xl-negative-100,
    .-margin-x-xl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xl-negative-105,
    .-margin-y-xl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xl-negative-105,
    .-margin-x-xl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xl-negative-105,
    .-margin-y-xl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xl-negative-105,
    .-margin-x-xl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xl-negative-110,
    .-margin-y-xl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xl-negative-110,
    .-margin-x-xl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xl-negative-110,
    .-margin-y-xl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xl-negative-110,
    .-margin-x-xl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xl-negative-115,
    .-margin-y-xl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xl-negative-115,
    .-margin-x-xl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xl-negative-115,
    .-margin-y-xl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xl-negative-115,
    .-margin-x-xl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xl-negative-120,
    .-margin-y-xl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xl-negative-120,
    .-margin-x-xl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xl-negative-120,
    .-margin-y-xl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xl-negative-120,
    .-margin-x-xl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xl-negative-125,
    .-margin-y-xl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xl-negative-125,
    .-margin-x-xl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xl-negative-125,
    .-margin-y-xl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xl-negative-125,
    .-margin-x-xl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xl-negative-130,
    .-margin-y-xl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xl-negative-130,
    .-margin-x-xl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xl-negative-130,
    .-margin-y-xl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xl-negative-130,
    .-margin-x-xl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xl-negative-135,
    .-margin-y-xl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xl-negative-135,
    .-margin-x-xl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xl-negative-135,
    .-margin-y-xl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xl-negative-135,
    .-margin-x-xl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xl-negative-140,
    .-margin-y-xl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xl-negative-140,
    .-margin-x-xl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xl-negative-140,
    .-margin-y-xl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xl-negative-140,
    .-margin-x-xl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xl-negative-145,
    .-margin-y-xl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xl-negative-145,
    .-margin-x-xl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xl-negative-145,
    .-margin-y-xl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xl-negative-145,
    .-margin-x-xl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xl-negative-150,
    .-margin-y-xl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xl-negative-150,
    .-margin-x-xl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xl-negative-150,
    .-margin-y-xl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xl-negative-150,
    .-margin-x-xl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xl-negative-155,
    .-margin-y-xl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xl-negative-155,
    .-margin-x-xl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xl-negative-155,
    .-margin-y-xl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xl-negative-155,
    .-margin-x-xl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xl-negative-160,
    .-margin-y-xl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xl-negative-160,
    .-margin-x-xl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xl-negative-160,
    .-margin-y-xl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xl-negative-160,
    .-margin-x-xl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xl-negative-165,
    .-margin-y-xl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xl-negative-165,
    .-margin-x-xl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xl-negative-165,
    .-margin-y-xl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xl-negative-165,
    .-margin-x-xl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xl-negative-170,
    .-margin-y-xl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xl-negative-170,
    .-margin-x-xl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xl-negative-170,
    .-margin-y-xl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xl-negative-170,
    .-margin-x-xl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xl-negative-175,
    .-margin-y-xl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xl-negative-175,
    .-margin-x-xl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xl-negative-175,
    .-margin-y-xl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xl-negative-175,
    .-margin-x-xl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xl-negative-180,
    .-margin-y-xl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xl-negative-180,
    .-margin-x-xl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xl-negative-180,
    .-margin-y-xl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xl-negative-180,
    .-margin-x-xl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xl-negative-185,
    .-margin-y-xl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xl-negative-185,
    .-margin-x-xl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xl-negative-185,
    .-margin-y-xl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xl-negative-185,
    .-margin-x-xl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xl-negative-190,
    .-margin-y-xl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xl-negative-190,
    .-margin-x-xl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xl-negative-190,
    .-margin-y-xl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xl-negative-190,
    .-margin-x-xl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xl-negative-195,
    .-margin-y-xl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xl-negative-195,
    .-margin-x-xl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xl-negative-195,
    .-margin-y-xl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xl-negative-195,
    .-margin-x-xl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xl-negative-200,
    .-margin-y-xl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xl-negative-200,
    .-margin-x-xl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xl-negative-200,
    .-margin-y-xl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xl-negative-200,
    .-margin-x-xl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xl-negative-205,
    .-margin-y-xl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xl-negative-205,
    .-margin-x-xl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xl-negative-205,
    .-margin-y-xl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xl-negative-205,
    .-margin-x-xl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xl-negative-210,
    .-margin-y-xl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xl-negative-210,
    .-margin-x-xl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xl-negative-210,
    .-margin-y-xl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xl-negative-210,
    .-margin-x-xl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xl-negative-215,
    .-margin-y-xl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xl-negative-215,
    .-margin-x-xl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xl-negative-215,
    .-margin-y-xl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xl-negative-215,
    .-margin-x-xl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xl-negative-220,
    .-margin-y-xl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xl-negative-220,
    .-margin-x-xl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xl-negative-220,
    .-margin-y-xl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xl-negative-220,
    .-margin-x-xl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xl-negative-225,
    .-margin-y-xl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xl-negative-225,
    .-margin-x-xl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xl-negative-225,
    .-margin-y-xl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xl-negative-225,
    .-margin-x-xl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xl-negative-230,
    .-margin-y-xl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xl-negative-230,
    .-margin-x-xl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xl-negative-230,
    .-margin-y-xl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xl-negative-230,
    .-margin-x-xl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xl-negative-235,
    .-margin-y-xl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xl-negative-235,
    .-margin-x-xl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xl-negative-235,
    .-margin-y-xl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xl-negative-235,
    .-margin-x-xl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xl-negative-240,
    .-margin-y-xl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xl-negative-240,
    .-margin-x-xl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xl-negative-240,
    .-margin-y-xl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xl-negative-240,
    .-margin-x-xl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xl-negative-245,
    .-margin-y-xl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xl-negative-245,
    .-margin-x-xl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xl-negative-245,
    .-margin-y-xl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xl-negative-245,
    .-margin-x-xl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xl-negative-250,
    .-margin-y-xl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xl-negative-250,
    .-margin-x-xl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xl-negative-250,
    .-margin-y-xl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xl-negative-250,
    .-margin-x-xl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xl-negative-255,
    .-margin-y-xl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xl-negative-255,
    .-margin-x-xl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xl-negative-255,
    .-margin-y-xl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xl-negative-255,
    .-margin-x-xl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xl-negative-260,
    .-margin-y-xl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xl-negative-260,
    .-margin-x-xl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xl-negative-260,
    .-margin-y-xl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xl-negative-260,
    .-margin-x-xl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xl-negative-265,
    .-margin-y-xl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xl-negative-265,
    .-margin-x-xl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xl-negative-265,
    .-margin-y-xl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xl-negative-265,
    .-margin-x-xl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xl-negative-270,
    .-margin-y-xl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xl-negative-270,
    .-margin-x-xl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xl-negative-270,
    .-margin-y-xl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xl-negative-270,
    .-margin-x-xl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xl-negative-275,
    .-margin-y-xl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xl-negative-275,
    .-margin-x-xl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xl-negative-275,
    .-margin-y-xl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xl-negative-275,
    .-margin-x-xl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xl-negative-280,
    .-margin-y-xl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xl-negative-280,
    .-margin-x-xl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xl-negative-280,
    .-margin-y-xl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xl-negative-280,
    .-margin-x-xl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xl-negative-285,
    .-margin-y-xl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xl-negative-285,
    .-margin-x-xl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xl-negative-285,
    .-margin-y-xl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xl-negative-285,
    .-margin-x-xl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xl-negative-290,
    .-margin-y-xl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xl-negative-290,
    .-margin-x-xl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xl-negative-290,
    .-margin-y-xl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xl-negative-290,
    .-margin-x-xl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xl-negative-295,
    .-margin-y-xl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xl-negative-295,
    .-margin-x-xl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xl-negative-295,
    .-margin-y-xl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xl-negative-295,
    .-margin-x-xl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xl-negative-300,
    .-margin-y-xl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xl-negative-300,
    .-margin-x-xl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xl-negative-300,
    .-margin-y-xl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xl-negative-300,
    .-margin-x-xl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xl-auto {
        margin: auto !important
    }

    .margin-top-xl-auto,
    .margin-y-xl-auto {
        margin-top: auto !important
    }

    .margin-right-xl-auto,
    .margin-x-xl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xl-auto,
    .margin-y-xl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xl-auto,
    .margin-x-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1366px) {
    .-margin-xxl-0 {
        margin: 0 !important
    }

    .-margin-top-xxl-0,
    .-margin-y-xxl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxl-0,
    .-margin-x-xxl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxl-0,
    .-margin-y-xxl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxl-0,
    .-margin-x-xxl-0 {
        margin-left: 0 !important
    }

    .-margin-xxl-5 {
        margin: 5px !important
    }

    .-margin-top-xxl-5,
    .-margin-y-xxl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxl-5,
    .-margin-x-xxl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxl-5,
    .-margin-y-xxl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxl-5,
    .-margin-x-xxl-5 {
        margin-left: 5px !important
    }

    .-margin-xxl-10 {
        margin: 10px !important
    }

    .-margin-top-xxl-10,
    .-margin-y-xxl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxl-10,
    .-margin-x-xxl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxl-10,
    .-margin-y-xxl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxl-10,
    .-margin-x-xxl-10 {
        margin-left: 10px !important
    }

    .-margin-xxl-15 {
        margin: 15px !important
    }

    .-margin-top-xxl-15,
    .-margin-y-xxl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxl-15,
    .-margin-x-xxl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxl-15,
    .-margin-y-xxl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxl-15,
    .-margin-x-xxl-15 {
        margin-left: 15px !important
    }

    .-margin-xxl-20 {
        margin: 20px !important
    }

    .-margin-top-xxl-20,
    .-margin-y-xxl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxl-20,
    .-margin-x-xxl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxl-20,
    .-margin-y-xxl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxl-20,
    .-margin-x-xxl-20 {
        margin-left: 20px !important
    }

    .-margin-xxl-25 {
        margin: 25px !important
    }

    .-margin-top-xxl-25,
    .-margin-y-xxl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxl-25,
    .-margin-x-xxl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxl-25,
    .-margin-y-xxl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxl-25,
    .-margin-x-xxl-25 {
        margin-left: 25px !important
    }

    .-margin-xxl-30 {
        margin: 35px !important
    }

    .-margin-top-xxl-30,
    .-margin-y-xxl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxl-30,
    .-margin-x-xxl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxl-30,
    .-margin-y-xxl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxl-30,
    .-margin-x-xxl-30 {
        margin-left: 35px !important
    }

    .-margin-xxl-35 {
        margin: 35px !important
    }

    .-margin-top-xxl-35,
    .-margin-y-xxl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxl-35,
    .-margin-x-xxl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxl-35,
    .-margin-y-xxl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxl-35,
    .-margin-x-xxl-35 {
        margin-left: 35px !important
    }

    .-margin-xxl-40 {
        margin: 40px !important
    }

    .-margin-top-xxl-40,
    .-margin-y-xxl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxl-40,
    .-margin-x-xxl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxl-40,
    .-margin-y-xxl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxl-40,
    .-margin-x-xxl-40 {
        margin-left: 40px !important
    }

    .-margin-xxl-45 {
        margin: 45px !important
    }

    .-margin-top-xxl-45,
    .-margin-y-xxl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxl-45,
    .-margin-x-xxl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxl-45,
    .-margin-y-xxl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxl-45,
    .-margin-x-xxl-45 {
        margin-left: 45px !important
    }

    .-margin-xxl-50 {
        margin: 50px !important
    }

    .-margin-top-xxl-50,
    .-margin-y-xxl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxl-50,
    .-margin-x-xxl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxl-50,
    .-margin-y-xxl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxl-50,
    .-margin-x-xxl-50 {
        margin-left: 50px !important
    }

    .-margin-xxl-55 {
        margin: 55px !important
    }

    .-margin-top-xxl-55,
    .-margin-y-xxl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxl-55,
    .-margin-x-xxl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxl-55,
    .-margin-y-xxl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxl-55,
    .-margin-x-xxl-55 {
        margin-left: 55px !important
    }

    .-margin-xxl-60 {
        margin: 60px !important
    }

    .-margin-top-xxl-60,
    .-margin-y-xxl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxl-60,
    .-margin-x-xxl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxl-60,
    .-margin-y-xxl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxl-60,
    .-margin-x-xxl-60 {
        margin-left: 60px !important
    }

    .-margin-xxl-65 {
        margin: 65px !important
    }

    .-margin-top-xxl-65,
    .-margin-y-xxl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxl-65,
    .-margin-x-xxl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxl-65,
    .-margin-y-xxl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxl-65,
    .-margin-x-xxl-65 {
        margin-left: 65px !important
    }

    .-margin-xxl-75 {
        margin: 75px !important
    }

    .-margin-top-xxl-75,
    .-margin-y-xxl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxl-75,
    .-margin-x-xxl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxl-75,
    .-margin-y-xxl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxl-75,
    .-margin-x-xxl-75 {
        margin-left: 75px !important
    }

    .-margin-xxl-80 {
        margin: 80px !important
    }

    .-margin-top-xxl-80,
    .-margin-y-xxl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxl-80,
    .-margin-x-xxl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxl-80,
    .-margin-y-xxl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxl-80,
    .-margin-x-xxl-80 {
        margin-left: 80px !important
    }

    .-margin-xxl-85 {
        margin: 85px !important
    }

    .-margin-top-xxl-85,
    .-margin-y-xxl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxl-85,
    .-margin-x-xxl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxl-85,
    .-margin-y-xxl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxl-85,
    .-margin-x-xxl-85 {
        margin-left: 85px !important
    }

    .-margin-xxl-90 {
        margin: 90px !important
    }

    .-margin-top-xxl-90,
    .-margin-y-xxl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxl-90,
    .-margin-x-xxl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxl-90,
    .-margin-y-xxl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxl-90,
    .-margin-x-xxl-90 {
        margin-left: 90px !important
    }

    .-margin-xxl-95 {
        margin: 95px !important
    }

    .-margin-top-xxl-95,
    .-margin-y-xxl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxl-95,
    .-margin-x-xxl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxl-95,
    .-margin-y-xxl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxl-95,
    .-margin-x-xxl-95 {
        margin-left: 95px !important
    }

    .-margin-xxl-100 {
        margin: 100px !important
    }

    .-margin-top-xxl-100,
    .-margin-y-xxl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxl-100,
    .-margin-x-xxl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxl-100,
    .-margin-y-xxl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxl-100,
    .-margin-x-xxl-100 {
        margin-left: 100px !important
    }

    .-margin-xxl-105 {
        margin: 105px !important
    }

    .-margin-top-xxl-105,
    .-margin-y-xxl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxl-105,
    .-margin-x-xxl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxl-105,
    .-margin-y-xxl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxl-105,
    .-margin-x-xxl-105 {
        margin-left: 105px !important
    }

    .-margin-xxl-110 {
        margin: 110px !important
    }

    .-margin-top-xxl-110,
    .-margin-y-xxl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxl-110,
    .-margin-x-xxl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxl-110,
    .-margin-y-xxl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxl-110,
    .-margin-x-xxl-110 {
        margin-left: 110px !important
    }

    .-margin-xxl-115 {
        margin: 115px !important
    }

    .-margin-top-xxl-115,
    .-margin-y-xxl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxl-115,
    .-margin-x-xxl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxl-115,
    .-margin-y-xxl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxl-115,
    .-margin-x-xxl-115 {
        margin-left: 115px !important
    }

    .-margin-xxl-120 {
        margin: 120px !important
    }

    .-margin-top-xxl-120,
    .-margin-y-xxl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxl-120,
    .-margin-x-xxl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxl-120,
    .-margin-y-xxl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxl-120,
    .-margin-x-xxl-120 {
        margin-left: 120px !important
    }

    .-margin-xxl-125 {
        margin: 125px !important
    }

    .-margin-top-xxl-125,
    .-margin-y-xxl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxl-125,
    .-margin-x-xxl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxl-125,
    .-margin-y-xxl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxl-125,
    .-margin-x-xxl-125 {
        margin-left: 125px !important
    }

    .-margin-xxl-130 {
        margin: 130px !important
    }

    .-margin-top-xxl-130,
    .-margin-y-xxl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxl-130,
    .-margin-x-xxl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxl-130,
    .-margin-y-xxl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxl-130,
    .-margin-x-xxl-130 {
        margin-left: 130px !important
    }

    .-margin-xxl-135 {
        margin: 135px !important
    }

    .-margin-top-xxl-135,
    .-margin-y-xxl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxl-135,
    .-margin-x-xxl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxl-135,
    .-margin-y-xxl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxl-135,
    .-margin-x-xxl-135 {
        margin-left: 135px !important
    }

    .-margin-xxl-140 {
        margin: 140px !important
    }

    .-margin-top-xxl-140,
    .-margin-y-xxl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxl-140,
    .-margin-x-xxl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxl-140,
    .-margin-y-xxl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxl-140,
    .-margin-x-xxl-140 {
        margin-left: 140px !important
    }

    .-margin-xxl-145 {
        margin: 145px !important
    }

    .-margin-top-xxl-145,
    .-margin-y-xxl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxl-145,
    .-margin-x-xxl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxl-145,
    .-margin-y-xxl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxl-145,
    .-margin-x-xxl-145 {
        margin-left: 145px !important
    }

    .-margin-xxl-150 {
        margin: 150px !important
    }

    .-margin-top-xxl-150,
    .-margin-y-xxl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxl-150,
    .-margin-x-xxl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxl-150,
    .-margin-y-xxl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxl-150,
    .-margin-x-xxl-150 {
        margin-left: 150px !important
    }

    .-margin-xxl-155 {
        margin: 155px !important
    }

    .-margin-top-xxl-155,
    .-margin-y-xxl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxl-155,
    .-margin-x-xxl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxl-155,
    .-margin-y-xxl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxl-155,
    .-margin-x-xxl-155 {
        margin-left: 155px !important
    }

    .-margin-xxl-160 {
        margin: 160px !important
    }

    .-margin-top-xxl-160,
    .-margin-y-xxl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxl-160,
    .-margin-x-xxl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxl-160,
    .-margin-y-xxl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxl-160,
    .-margin-x-xxl-160 {
        margin-left: 160px !important
    }

    .-margin-xxl-165 {
        margin: 165px !important
    }

    .-margin-top-xxl-165,
    .-margin-y-xxl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxl-165,
    .-margin-x-xxl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxl-165,
    .-margin-y-xxl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxl-165,
    .-margin-x-xxl-165 {
        margin-left: 165px !important
    }

    .-margin-xxl-170 {
        margin: 170px !important
    }

    .-margin-top-xxl-170,
    .-margin-y-xxl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxl-170,
    .-margin-x-xxl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxl-170,
    .-margin-y-xxl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxl-170,
    .-margin-x-xxl-170 {
        margin-left: 170px !important
    }

    .-margin-xxl-175 {
        margin: 175px !important
    }

    .-margin-top-xxl-175,
    .-margin-y-xxl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxl-175,
    .-margin-x-xxl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxl-175,
    .-margin-y-xxl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxl-175,
    .-margin-x-xxl-175 {
        margin-left: 175px !important
    }

    .-margin-xxl-180 {
        margin: 180px !important
    }

    .-margin-top-xxl-180,
    .-margin-y-xxl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxl-180,
    .-margin-x-xxl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxl-180,
    .-margin-y-xxl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxl-180,
    .-margin-x-xxl-180 {
        margin-left: 180px !important
    }

    .-margin-xxl-185 {
        margin: 185px !important
    }

    .-margin-top-xxl-185,
    .-margin-y-xxl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxl-185,
    .-margin-x-xxl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxl-185,
    .-margin-y-xxl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxl-185,
    .-margin-x-xxl-185 {
        margin-left: 185px !important
    }

    .-margin-xxl-190 {
        margin: 190px !important
    }

    .-margin-top-xxl-190,
    .-margin-y-xxl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxl-190,
    .-margin-x-xxl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxl-190,
    .-margin-y-xxl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxl-190,
    .-margin-x-xxl-190 {
        margin-left: 190px !important
    }

    .-margin-xxl-195 {
        margin: 195px !important
    }

    .-margin-top-xxl-195,
    .-margin-y-xxl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxl-195,
    .-margin-x-xxl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxl-195,
    .-margin-y-xxl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxl-195,
    .-margin-x-xxl-195 {
        margin-left: 195px !important
    }

    .-margin-xxl-200 {
        margin: 200px !important
    }

    .-margin-top-xxl-200,
    .-margin-y-xxl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxl-200,
    .-margin-x-xxl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxl-200,
    .-margin-y-xxl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxl-200,
    .-margin-x-xxl-200 {
        margin-left: 200px !important
    }

    .-margin-xxl-205 {
        margin: 205px !important
    }

    .-margin-top-xxl-205,
    .-margin-y-xxl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxl-205,
    .-margin-x-xxl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxl-205,
    .-margin-y-xxl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxl-205,
    .-margin-x-xxl-205 {
        margin-left: 205px !important
    }

    .-margin-xxl-210 {
        margin: 210px !important
    }

    .-margin-top-xxl-210,
    .-margin-y-xxl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxl-210,
    .-margin-x-xxl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxl-210,
    .-margin-y-xxl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxl-210,
    .-margin-x-xxl-210 {
        margin-left: 210px !important
    }

    .-margin-xxl-215 {
        margin: 215px !important
    }

    .-margin-top-xxl-215,
    .-margin-y-xxl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxl-215,
    .-margin-x-xxl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxl-215,
    .-margin-y-xxl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxl-215,
    .-margin-x-xxl-215 {
        margin-left: 215px !important
    }

    .-margin-xxl-220 {
        margin: 220px !important
    }

    .-margin-top-xxl-220,
    .-margin-y-xxl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxl-220,
    .-margin-x-xxl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxl-220,
    .-margin-y-xxl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxl-220,
    .-margin-x-xxl-220 {
        margin-left: 220px !important
    }

    .-margin-xxl-225 {
        margin: 225px !important
    }

    .-margin-top-xxl-225,
    .-margin-y-xxl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxl-225,
    .-margin-x-xxl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxl-225,
    .-margin-y-xxl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxl-225,
    .-margin-x-xxl-225 {
        margin-left: 225px !important
    }

    .-margin-xxl-230 {
        margin: 230px !important
    }

    .-margin-top-xxl-230,
    .-margin-y-xxl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxl-230,
    .-margin-x-xxl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxl-230,
    .-margin-y-xxl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxl-230,
    .-margin-x-xxl-230 {
        margin-left: 230px !important
    }

    .-margin-xxl-235 {
        margin: 235px !important
    }

    .-margin-top-xxl-235,
    .-margin-y-xxl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxl-235,
    .-margin-x-xxl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxl-235,
    .-margin-y-xxl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxl-235,
    .-margin-x-xxl-235 {
        margin-left: 235px !important
    }

    .-margin-xxl-240 {
        margin: 240px !important
    }

    .-margin-top-xxl-240,
    .-margin-y-xxl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxl-240,
    .-margin-x-xxl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxl-240,
    .-margin-y-xxl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxl-240,
    .-margin-x-xxl-240 {
        margin-left: 240px !important
    }

    .-margin-xxl-245 {
        margin: 245px !important
    }

    .-margin-top-xxl-245,
    .-margin-y-xxl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxl-245,
    .-margin-x-xxl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxl-245,
    .-margin-y-xxl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxl-245,
    .-margin-x-xxl-245 {
        margin-left: 245px !important
    }

    .-margin-xxl-250 {
        margin: 250px !important
    }

    .-margin-top-xxl-250,
    .-margin-y-xxl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxl-250,
    .-margin-x-xxl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxl-250,
    .-margin-y-xxl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxl-250,
    .-margin-x-xxl-250 {
        margin-left: 250px !important
    }

    .-margin-xxl-255 {
        margin: 255px !important
    }

    .-margin-top-xxl-255,
    .-margin-y-xxl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxl-255,
    .-margin-x-xxl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxl-255,
    .-margin-y-xxl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxl-255,
    .-margin-x-xxl-255 {
        margin-left: 255px !important
    }

    .-margin-xxl-260 {
        margin: 260px !important
    }

    .-margin-top-xxl-260,
    .-margin-y-xxl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxl-260,
    .-margin-x-xxl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxl-260,
    .-margin-y-xxl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxl-260,
    .-margin-x-xxl-260 {
        margin-left: 260px !important
    }

    .-margin-xxl-265 {
        margin: 265px !important
    }

    .-margin-top-xxl-265,
    .-margin-y-xxl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxl-265,
    .-margin-x-xxl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxl-265,
    .-margin-y-xxl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxl-265,
    .-margin-x-xxl-265 {
        margin-left: 265px !important
    }

    .-margin-xxl-270 {
        margin: 270px !important
    }

    .-margin-top-xxl-270,
    .-margin-y-xxl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxl-270,
    .-margin-x-xxl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxl-270,
    .-margin-y-xxl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxl-270,
    .-margin-x-xxl-270 {
        margin-left: 270px !important
    }

    .-margin-xxl-275 {
        margin: 275px !important
    }

    .-margin-top-xxl-275,
    .-margin-y-xxl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxl-275,
    .-margin-x-xxl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxl-275,
    .-margin-y-xxl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxl-275,
    .-margin-x-xxl-275 {
        margin-left: 275px !important
    }

    .-margin-xxl-280 {
        margin: 280px !important
    }

    .-margin-top-xxl-280,
    .-margin-y-xxl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxl-280,
    .-margin-x-xxl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxl-280,
    .-margin-y-xxl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxl-280,
    .-margin-x-xxl-280 {
        margin-left: 280px !important
    }

    .-margin-xxl-285 {
        margin: 285px !important
    }

    .-margin-top-xxl-285,
    .-margin-y-xxl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxl-285,
    .-margin-x-xxl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxl-285,
    .-margin-y-xxl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxl-285,
    .-margin-x-xxl-285 {
        margin-left: 285px !important
    }

    .-margin-xxl-290 {
        margin: 290px !important
    }

    .-margin-top-xxl-290,
    .-margin-y-xxl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxl-290,
    .-margin-x-xxl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxl-290,
    .-margin-y-xxl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxl-290,
    .-margin-x-xxl-290 {
        margin-left: 290px !important
    }

    .-margin-xxl-295 {
        margin: 295px !important
    }

    .-margin-top-xxl-295,
    .-margin-y-xxl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxl-295,
    .-margin-x-xxl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxl-295,
    .-margin-y-xxl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxl-295,
    .-margin-x-xxl-295 {
        margin-left: 295px !important
    }

    .-margin-xxl-300 {
        margin: 300px !important
    }

    .-margin-top-xxl-300,
    .-margin-y-xxl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxl-300,
    .-margin-x-xxl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxl-300,
    .-margin-y-xxl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxl-300,
    .-margin-x-xxl-300 {
        margin-left: 300px !important
    }

    .-padding-xxl-0 {
        padding: 0 !important
    }

    .-padding-top-xxl-0,
    .-padding-y-xxl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxl-0,
    .-padding-x-xxl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxl-0,
    .-padding-y-xxl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxl-0,
    .-padding-x-xxl-0 {
        padding-left: 0 !important
    }

    .-padding-xxl-5 {
        padding: 5px !important
    }

    .-padding-top-xxl-5,
    .-padding-y-xxl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxl-5,
    .-padding-x-xxl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxl-5,
    .-padding-y-xxl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxl-5,
    .-padding-x-xxl-5 {
        padding-left: 5px !important
    }

    .-padding-xxl-10 {
        padding: 10px !important
    }

    .-padding-top-xxl-10,
    .-padding-y-xxl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxl-10,
    .-padding-x-xxl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxl-10,
    .-padding-y-xxl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxl-10,
    .-padding-x-xxl-10 {
        padding-left: 10px !important
    }

    .-padding-xxl-15 {
        padding: 15px !important
    }

    .-padding-top-xxl-15,
    .-padding-y-xxl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxl-15,
    .-padding-x-xxl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxl-15,
    .-padding-y-xxl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxl-15,
    .-padding-x-xxl-15 {
        padding-left: 15px !important
    }

    .-padding-xxl-20 {
        padding: 20px !important
    }

    .-padding-top-xxl-20,
    .-padding-y-xxl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxl-20,
    .-padding-x-xxl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxl-20,
    .-padding-y-xxl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxl-20,
    .-padding-x-xxl-20 {
        padding-left: 20px !important
    }

    .-padding-xxl-25 {
        padding: 25px !important
    }

    .-padding-top-xxl-25,
    .-padding-y-xxl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxl-25,
    .-padding-x-xxl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxl-25,
    .-padding-y-xxl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxl-25,
    .-padding-x-xxl-25 {
        padding-left: 25px !important
    }

    .-padding-xxl-30 {
        padding: 35px !important
    }

    .-padding-top-xxl-30,
    .-padding-y-xxl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxl-30,
    .-padding-x-xxl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxl-30,
    .-padding-y-xxl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxl-30,
    .-padding-x-xxl-30 {
        padding-left: 35px !important
    }

    .-padding-xxl-35 {
        padding: 35px !important
    }

    .-padding-top-xxl-35,
    .-padding-y-xxl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxl-35,
    .-padding-x-xxl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxl-35,
    .-padding-y-xxl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxl-35,
    .-padding-x-xxl-35 {
        padding-left: 35px !important
    }

    .-padding-xxl-40 {
        padding: 40px !important
    }

    .-padding-top-xxl-40,
    .-padding-y-xxl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxl-40,
    .-padding-x-xxl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxl-40,
    .-padding-y-xxl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxl-40,
    .-padding-x-xxl-40 {
        padding-left: 40px !important
    }

    .-padding-xxl-45 {
        padding: 45px !important
    }

    .-padding-top-xxl-45,
    .-padding-y-xxl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxl-45,
    .-padding-x-xxl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxl-45,
    .-padding-y-xxl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxl-45,
    .-padding-x-xxl-45 {
        padding-left: 45px !important
    }

    .-padding-xxl-50 {
        padding: 50px !important
    }

    .-padding-top-xxl-50,
    .-padding-y-xxl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxl-50,
    .-padding-x-xxl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxl-50,
    .-padding-y-xxl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxl-50,
    .-padding-x-xxl-50 {
        padding-left: 50px !important
    }

    .-padding-xxl-55 {
        padding: 55px !important
    }

    .-padding-top-xxl-55,
    .-padding-y-xxl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxl-55,
    .-padding-x-xxl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxl-55,
    .-padding-y-xxl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxl-55,
    .-padding-x-xxl-55 {
        padding-left: 55px !important
    }

    .-padding-xxl-60 {
        padding: 60px !important
    }

    .-padding-top-xxl-60,
    .-padding-y-xxl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxl-60,
    .-padding-x-xxl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxl-60,
    .-padding-y-xxl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxl-60,
    .-padding-x-xxl-60 {
        padding-left: 60px !important
    }

    .-padding-xxl-65 {
        padding: 65px !important
    }

    .-padding-top-xxl-65,
    .-padding-y-xxl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxl-65,
    .-padding-x-xxl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxl-65,
    .-padding-y-xxl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxl-65,
    .-padding-x-xxl-65 {
        padding-left: 65px !important
    }

    .-padding-xxl-75 {
        padding: 75px !important
    }

    .-padding-top-xxl-75,
    .-padding-y-xxl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxl-75,
    .-padding-x-xxl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxl-75,
    .-padding-y-xxl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxl-75,
    .-padding-x-xxl-75 {
        padding-left: 75px !important
    }

    .-padding-xxl-80 {
        padding: 80px !important
    }

    .-padding-top-xxl-80,
    .-padding-y-xxl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxl-80,
    .-padding-x-xxl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxl-80,
    .-padding-y-xxl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxl-80,
    .-padding-x-xxl-80 {
        padding-left: 80px !important
    }

    .-padding-xxl-85 {
        padding: 85px !important
    }

    .-padding-top-xxl-85,
    .-padding-y-xxl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxl-85,
    .-padding-x-xxl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxl-85,
    .-padding-y-xxl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxl-85,
    .-padding-x-xxl-85 {
        padding-left: 85px !important
    }

    .-padding-xxl-90 {
        padding: 90px !important
    }

    .-padding-top-xxl-90,
    .-padding-y-xxl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxl-90,
    .-padding-x-xxl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxl-90,
    .-padding-y-xxl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxl-90,
    .-padding-x-xxl-90 {
        padding-left: 90px !important
    }

    .-padding-xxl-95 {
        padding: 95px !important
    }

    .-padding-top-xxl-95,
    .-padding-y-xxl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxl-95,
    .-padding-x-xxl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxl-95,
    .-padding-y-xxl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxl-95,
    .-padding-x-xxl-95 {
        padding-left: 95px !important
    }

    .-padding-xxl-100 {
        padding: 100px !important
    }

    .-padding-top-xxl-100,
    .-padding-y-xxl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxl-100,
    .-padding-x-xxl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxl-100,
    .-padding-y-xxl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxl-100,
    .-padding-x-xxl-100 {
        padding-left: 100px !important
    }

    .-padding-xxl-105 {
        padding: 105px !important
    }

    .-padding-top-xxl-105,
    .-padding-y-xxl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxl-105,
    .-padding-x-xxl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxl-105,
    .-padding-y-xxl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxl-105,
    .-padding-x-xxl-105 {
        padding-left: 105px !important
    }

    .-padding-xxl-110 {
        padding: 110px !important
    }

    .-padding-top-xxl-110,
    .-padding-y-xxl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxl-110,
    .-padding-x-xxl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxl-110,
    .-padding-y-xxl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxl-110,
    .-padding-x-xxl-110 {
        padding-left: 110px !important
    }

    .-padding-xxl-115 {
        padding: 115px !important
    }

    .-padding-top-xxl-115,
    .-padding-y-xxl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxl-115,
    .-padding-x-xxl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxl-115,
    .-padding-y-xxl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxl-115,
    .-padding-x-xxl-115 {
        padding-left: 115px !important
    }

    .-padding-xxl-120 {
        padding: 120px !important
    }

    .-padding-top-xxl-120,
    .-padding-y-xxl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxl-120,
    .-padding-x-xxl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxl-120,
    .-padding-y-xxl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxl-120,
    .-padding-x-xxl-120 {
        padding-left: 120px !important
    }

    .-padding-xxl-125 {
        padding: 125px !important
    }

    .-padding-top-xxl-125,
    .-padding-y-xxl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxl-125,
    .-padding-x-xxl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxl-125,
    .-padding-y-xxl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxl-125,
    .-padding-x-xxl-125 {
        padding-left: 125px !important
    }

    .-padding-xxl-130 {
        padding: 130px !important
    }

    .-padding-top-xxl-130,
    .-padding-y-xxl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxl-130,
    .-padding-x-xxl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxl-130,
    .-padding-y-xxl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxl-130,
    .-padding-x-xxl-130 {
        padding-left: 130px !important
    }

    .-padding-xxl-135 {
        padding: 135px !important
    }

    .-padding-top-xxl-135,
    .-padding-y-xxl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxl-135,
    .-padding-x-xxl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxl-135,
    .-padding-y-xxl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxl-135,
    .-padding-x-xxl-135 {
        padding-left: 135px !important
    }

    .-padding-xxl-140 {
        padding: 140px !important
    }

    .-padding-top-xxl-140,
    .-padding-y-xxl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxl-140,
    .-padding-x-xxl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxl-140,
    .-padding-y-xxl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxl-140,
    .-padding-x-xxl-140 {
        padding-left: 140px !important
    }

    .-padding-xxl-145 {
        padding: 145px !important
    }

    .-padding-top-xxl-145,
    .-padding-y-xxl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxl-145,
    .-padding-x-xxl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxl-145,
    .-padding-y-xxl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxl-145,
    .-padding-x-xxl-145 {
        padding-left: 145px !important
    }

    .-padding-xxl-150 {
        padding: 150px !important
    }

    .-padding-top-xxl-150,
    .-padding-y-xxl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxl-150,
    .-padding-x-xxl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxl-150,
    .-padding-y-xxl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxl-150,
    .-padding-x-xxl-150 {
        padding-left: 150px !important
    }

    .-padding-xxl-155 {
        padding: 155px !important
    }

    .-padding-top-xxl-155,
    .-padding-y-xxl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxl-155,
    .-padding-x-xxl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxl-155,
    .-padding-y-xxl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxl-155,
    .-padding-x-xxl-155 {
        padding-left: 155px !important
    }

    .-padding-xxl-160 {
        padding: 160px !important
    }

    .-padding-top-xxl-160,
    .-padding-y-xxl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxl-160,
    .-padding-x-xxl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxl-160,
    .-padding-y-xxl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxl-160,
    .-padding-x-xxl-160 {
        padding-left: 160px !important
    }

    .-padding-xxl-165 {
        padding: 165px !important
    }

    .-padding-top-xxl-165,
    .-padding-y-xxl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxl-165,
    .-padding-x-xxl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxl-165,
    .-padding-y-xxl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxl-165,
    .-padding-x-xxl-165 {
        padding-left: 165px !important
    }

    .-padding-xxl-170 {
        padding: 170px !important
    }

    .-padding-top-xxl-170,
    .-padding-y-xxl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxl-170,
    .-padding-x-xxl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxl-170,
    .-padding-y-xxl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxl-170,
    .-padding-x-xxl-170 {
        padding-left: 170px !important
    }

    .-padding-xxl-175 {
        padding: 175px !important
    }

    .-padding-top-xxl-175,
    .-padding-y-xxl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxl-175,
    .-padding-x-xxl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxl-175,
    .-padding-y-xxl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxl-175,
    .-padding-x-xxl-175 {
        padding-left: 175px !important
    }

    .-padding-xxl-180 {
        padding: 180px !important
    }

    .-padding-top-xxl-180,
    .-padding-y-xxl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxl-180,
    .-padding-x-xxl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxl-180,
    .-padding-y-xxl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxl-180,
    .-padding-x-xxl-180 {
        padding-left: 180px !important
    }

    .-padding-xxl-185 {
        padding: 185px !important
    }

    .-padding-top-xxl-185,
    .-padding-y-xxl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxl-185,
    .-padding-x-xxl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxl-185,
    .-padding-y-xxl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxl-185,
    .-padding-x-xxl-185 {
        padding-left: 185px !important
    }

    .-padding-xxl-190 {
        padding: 190px !important
    }

    .-padding-top-xxl-190,
    .-padding-y-xxl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxl-190,
    .-padding-x-xxl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxl-190,
    .-padding-y-xxl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxl-190,
    .-padding-x-xxl-190 {
        padding-left: 190px !important
    }

    .-padding-xxl-195 {
        padding: 195px !important
    }

    .-padding-top-xxl-195,
    .-padding-y-xxl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxl-195,
    .-padding-x-xxl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxl-195,
    .-padding-y-xxl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxl-195,
    .-padding-x-xxl-195 {
        padding-left: 195px !important
    }

    .-padding-xxl-200 {
        padding: 200px !important
    }

    .-padding-top-xxl-200,
    .-padding-y-xxl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxl-200,
    .-padding-x-xxl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxl-200,
    .-padding-y-xxl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxl-200,
    .-padding-x-xxl-200 {
        padding-left: 200px !important
    }

    .-padding-xxl-205 {
        padding: 205px !important
    }

    .-padding-top-xxl-205,
    .-padding-y-xxl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxl-205,
    .-padding-x-xxl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxl-205,
    .-padding-y-xxl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxl-205,
    .-padding-x-xxl-205 {
        padding-left: 205px !important
    }

    .-padding-xxl-210 {
        padding: 210px !important
    }

    .-padding-top-xxl-210,
    .-padding-y-xxl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxl-210,
    .-padding-x-xxl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxl-210,
    .-padding-y-xxl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxl-210,
    .-padding-x-xxl-210 {
        padding-left: 210px !important
    }

    .-padding-xxl-215 {
        padding: 215px !important
    }

    .-padding-top-xxl-215,
    .-padding-y-xxl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxl-215,
    .-padding-x-xxl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxl-215,
    .-padding-y-xxl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxl-215,
    .-padding-x-xxl-215 {
        padding-left: 215px !important
    }

    .-padding-xxl-220 {
        padding: 220px !important
    }

    .-padding-top-xxl-220,
    .-padding-y-xxl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxl-220,
    .-padding-x-xxl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxl-220,
    .-padding-y-xxl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxl-220,
    .-padding-x-xxl-220 {
        padding-left: 220px !important
    }

    .-padding-xxl-225 {
        padding: 225px !important
    }

    .-padding-top-xxl-225,
    .-padding-y-xxl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxl-225,
    .-padding-x-xxl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxl-225,
    .-padding-y-xxl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxl-225,
    .-padding-x-xxl-225 {
        padding-left: 225px !important
    }

    .-padding-xxl-230 {
        padding: 230px !important
    }

    .-padding-top-xxl-230,
    .-padding-y-xxl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxl-230,
    .-padding-x-xxl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxl-230,
    .-padding-y-xxl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxl-230,
    .-padding-x-xxl-230 {
        padding-left: 230px !important
    }

    .-padding-xxl-235 {
        padding: 235px !important
    }

    .-padding-top-xxl-235,
    .-padding-y-xxl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxl-235,
    .-padding-x-xxl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxl-235,
    .-padding-y-xxl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxl-235,
    .-padding-x-xxl-235 {
        padding-left: 235px !important
    }

    .-padding-xxl-240 {
        padding: 240px !important
    }

    .-padding-top-xxl-240,
    .-padding-y-xxl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxl-240,
    .-padding-x-xxl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxl-240,
    .-padding-y-xxl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxl-240,
    .-padding-x-xxl-240 {
        padding-left: 240px !important
    }

    .-padding-xxl-245 {
        padding: 245px !important
    }

    .-padding-top-xxl-245,
    .-padding-y-xxl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxl-245,
    .-padding-x-xxl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxl-245,
    .-padding-y-xxl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxl-245,
    .-padding-x-xxl-245 {
        padding-left: 245px !important
    }

    .-padding-xxl-250 {
        padding: 250px !important
    }

    .-padding-top-xxl-250,
    .-padding-y-xxl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxl-250,
    .-padding-x-xxl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxl-250,
    .-padding-y-xxl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxl-250,
    .-padding-x-xxl-250 {
        padding-left: 250px !important
    }

    .-padding-xxl-255 {
        padding: 255px !important
    }

    .-padding-top-xxl-255,
    .-padding-y-xxl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxl-255,
    .-padding-x-xxl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxl-255,
    .-padding-y-xxl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxl-255,
    .-padding-x-xxl-255 {
        padding-left: 255px !important
    }

    .-padding-xxl-260 {
        padding: 260px !important
    }

    .-padding-top-xxl-260,
    .-padding-y-xxl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxl-260,
    .-padding-x-xxl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxl-260,
    .-padding-y-xxl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxl-260,
    .-padding-x-xxl-260 {
        padding-left: 260px !important
    }

    .-padding-xxl-265 {
        padding: 265px !important
    }

    .-padding-top-xxl-265,
    .-padding-y-xxl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxl-265,
    .-padding-x-xxl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxl-265,
    .-padding-y-xxl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxl-265,
    .-padding-x-xxl-265 {
        padding-left: 265px !important
    }

    .-padding-xxl-270 {
        padding: 270px !important
    }

    .-padding-top-xxl-270,
    .-padding-y-xxl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxl-270,
    .-padding-x-xxl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxl-270,
    .-padding-y-xxl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxl-270,
    .-padding-x-xxl-270 {
        padding-left: 270px !important
    }

    .-padding-xxl-275 {
        padding: 275px !important
    }

    .-padding-top-xxl-275,
    .-padding-y-xxl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxl-275,
    .-padding-x-xxl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxl-275,
    .-padding-y-xxl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxl-275,
    .-padding-x-xxl-275 {
        padding-left: 275px !important
    }

    .-padding-xxl-280 {
        padding: 280px !important
    }

    .-padding-top-xxl-280,
    .-padding-y-xxl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxl-280,
    .-padding-x-xxl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxl-280,
    .-padding-y-xxl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxl-280,
    .-padding-x-xxl-280 {
        padding-left: 280px !important
    }

    .-padding-xxl-285 {
        padding: 285px !important
    }

    .-padding-top-xxl-285,
    .-padding-y-xxl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxl-285,
    .-padding-x-xxl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxl-285,
    .-padding-y-xxl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxl-285,
    .-padding-x-xxl-285 {
        padding-left: 285px !important
    }

    .-padding-xxl-290 {
        padding: 290px !important
    }

    .-padding-top-xxl-290,
    .-padding-y-xxl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxl-290,
    .-padding-x-xxl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxl-290,
    .-padding-y-xxl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxl-290,
    .-padding-x-xxl-290 {
        padding-left: 290px !important
    }

    .-padding-xxl-295 {
        padding: 295px !important
    }

    .-padding-top-xxl-295,
    .-padding-y-xxl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxl-295,
    .-padding-x-xxl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxl-295,
    .-padding-y-xxl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxl-295,
    .-padding-x-xxl-295 {
        padding-left: 295px !important
    }

    .-padding-xxl-300 {
        padding: 300px !important
    }

    .-padding-top-xxl-300,
    .-padding-y-xxl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxl-300,
    .-padding-x-xxl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxl-300,
    .-padding-y-xxl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxl-300,
    .-padding-x-xxl-300 {
        padding-left: 300px !important
    }

    .-margin-xxl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxl-negative-5,
    .-margin-y-xxl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxl-negative-5,
    .-margin-x-xxl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxl-negative-5,
    .-margin-y-xxl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxl-negative-5,
    .-margin-x-xxl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxl-negative-10,
    .-margin-y-xxl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxl-negative-10,
    .-margin-x-xxl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxl-negative-10,
    .-margin-y-xxl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxl-negative-10,
    .-margin-x-xxl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxl-negative-15,
    .-margin-y-xxl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxl-negative-15,
    .-margin-x-xxl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxl-negative-15,
    .-margin-y-xxl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxl-negative-15,
    .-margin-x-xxl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxl-negative-20,
    .-margin-y-xxl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxl-negative-20,
    .-margin-x-xxl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxl-negative-20,
    .-margin-y-xxl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxl-negative-20,
    .-margin-x-xxl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxl-negative-25,
    .-margin-y-xxl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxl-negative-25,
    .-margin-x-xxl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxl-negative-25,
    .-margin-y-xxl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxl-negative-25,
    .-margin-x-xxl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxl-negative-30,
    .-margin-y-xxl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxl-negative-30,
    .-margin-x-xxl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxl-negative-30,
    .-margin-y-xxl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxl-negative-30,
    .-margin-x-xxl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxl-negative-35,
    .-margin-y-xxl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxl-negative-35,
    .-margin-x-xxl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxl-negative-35,
    .-margin-y-xxl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxl-negative-35,
    .-margin-x-xxl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxl-negative-40,
    .-margin-y-xxl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxl-negative-40,
    .-margin-x-xxl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxl-negative-40,
    .-margin-y-xxl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxl-negative-40,
    .-margin-x-xxl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxl-negative-45,
    .-margin-y-xxl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxl-negative-45,
    .-margin-x-xxl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxl-negative-45,
    .-margin-y-xxl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxl-negative-45,
    .-margin-x-xxl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxl-negative-50,
    .-margin-y-xxl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxl-negative-50,
    .-margin-x-xxl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxl-negative-50,
    .-margin-y-xxl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxl-negative-50,
    .-margin-x-xxl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxl-negative-55,
    .-margin-y-xxl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxl-negative-55,
    .-margin-x-xxl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxl-negative-55,
    .-margin-y-xxl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxl-negative-55,
    .-margin-x-xxl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxl-negative-60,
    .-margin-y-xxl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxl-negative-60,
    .-margin-x-xxl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxl-negative-60,
    .-margin-y-xxl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxl-negative-60,
    .-margin-x-xxl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxl-negative-65,
    .-margin-y-xxl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxl-negative-65,
    .-margin-x-xxl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxl-negative-65,
    .-margin-y-xxl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxl-negative-65,
    .-margin-x-xxl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxl-negative-75,
    .-margin-y-xxl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxl-negative-75,
    .-margin-x-xxl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxl-negative-75,
    .-margin-y-xxl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxl-negative-75,
    .-margin-x-xxl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxl-negative-80,
    .-margin-y-xxl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxl-negative-80,
    .-margin-x-xxl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxl-negative-80,
    .-margin-y-xxl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxl-negative-80,
    .-margin-x-xxl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxl-negative-85,
    .-margin-y-xxl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxl-negative-85,
    .-margin-x-xxl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxl-negative-85,
    .-margin-y-xxl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxl-negative-85,
    .-margin-x-xxl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxl-negative-90,
    .-margin-y-xxl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxl-negative-90,
    .-margin-x-xxl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxl-negative-90,
    .-margin-y-xxl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxl-negative-90,
    .-margin-x-xxl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxl-negative-95,
    .-margin-y-xxl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxl-negative-95,
    .-margin-x-xxl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxl-negative-95,
    .-margin-y-xxl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxl-negative-95,
    .-margin-x-xxl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxl-negative-100,
    .-margin-y-xxl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxl-negative-100,
    .-margin-x-xxl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxl-negative-100,
    .-margin-y-xxl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxl-negative-100,
    .-margin-x-xxl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxl-negative-105,
    .-margin-y-xxl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxl-negative-105,
    .-margin-x-xxl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxl-negative-105,
    .-margin-y-xxl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxl-negative-105,
    .-margin-x-xxl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxl-negative-110,
    .-margin-y-xxl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxl-negative-110,
    .-margin-x-xxl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxl-negative-110,
    .-margin-y-xxl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxl-negative-110,
    .-margin-x-xxl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxl-negative-115,
    .-margin-y-xxl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxl-negative-115,
    .-margin-x-xxl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxl-negative-115,
    .-margin-y-xxl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxl-negative-115,
    .-margin-x-xxl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxl-negative-120,
    .-margin-y-xxl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxl-negative-120,
    .-margin-x-xxl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxl-negative-120,
    .-margin-y-xxl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxl-negative-120,
    .-margin-x-xxl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxl-negative-125,
    .-margin-y-xxl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxl-negative-125,
    .-margin-x-xxl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxl-negative-125,
    .-margin-y-xxl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxl-negative-125,
    .-margin-x-xxl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxl-negative-130,
    .-margin-y-xxl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxl-negative-130,
    .-margin-x-xxl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxl-negative-130,
    .-margin-y-xxl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxl-negative-130,
    .-margin-x-xxl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxl-negative-135,
    .-margin-y-xxl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxl-negative-135,
    .-margin-x-xxl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxl-negative-135,
    .-margin-y-xxl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxl-negative-135,
    .-margin-x-xxl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxl-negative-140,
    .-margin-y-xxl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxl-negative-140,
    .-margin-x-xxl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxl-negative-140,
    .-margin-y-xxl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxl-negative-140,
    .-margin-x-xxl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxl-negative-145,
    .-margin-y-xxl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxl-negative-145,
    .-margin-x-xxl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxl-negative-145,
    .-margin-y-xxl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxl-negative-145,
    .-margin-x-xxl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxl-negative-150,
    .-margin-y-xxl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxl-negative-150,
    .-margin-x-xxl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxl-negative-150,
    .-margin-y-xxl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxl-negative-150,
    .-margin-x-xxl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxl-negative-155,
    .-margin-y-xxl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxl-negative-155,
    .-margin-x-xxl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxl-negative-155,
    .-margin-y-xxl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxl-negative-155,
    .-margin-x-xxl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxl-negative-160,
    .-margin-y-xxl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxl-negative-160,
    .-margin-x-xxl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxl-negative-160,
    .-margin-y-xxl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxl-negative-160,
    .-margin-x-xxl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxl-negative-165,
    .-margin-y-xxl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxl-negative-165,
    .-margin-x-xxl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxl-negative-165,
    .-margin-y-xxl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxl-negative-165,
    .-margin-x-xxl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxl-negative-170,
    .-margin-y-xxl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxl-negative-170,
    .-margin-x-xxl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxl-negative-170,
    .-margin-y-xxl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxl-negative-170,
    .-margin-x-xxl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxl-negative-175,
    .-margin-y-xxl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxl-negative-175,
    .-margin-x-xxl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxl-negative-175,
    .-margin-y-xxl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxl-negative-175,
    .-margin-x-xxl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxl-negative-180,
    .-margin-y-xxl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxl-negative-180,
    .-margin-x-xxl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxl-negative-180,
    .-margin-y-xxl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxl-negative-180,
    .-margin-x-xxl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxl-negative-185,
    .-margin-y-xxl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxl-negative-185,
    .-margin-x-xxl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxl-negative-185,
    .-margin-y-xxl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxl-negative-185,
    .-margin-x-xxl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxl-negative-190,
    .-margin-y-xxl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxl-negative-190,
    .-margin-x-xxl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxl-negative-190,
    .-margin-y-xxl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxl-negative-190,
    .-margin-x-xxl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxl-negative-195,
    .-margin-y-xxl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxl-negative-195,
    .-margin-x-xxl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxl-negative-195,
    .-margin-y-xxl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxl-negative-195,
    .-margin-x-xxl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxl-negative-200,
    .-margin-y-xxl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxl-negative-200,
    .-margin-x-xxl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxl-negative-200,
    .-margin-y-xxl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxl-negative-200,
    .-margin-x-xxl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxl-negative-205,
    .-margin-y-xxl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxl-negative-205,
    .-margin-x-xxl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxl-negative-205,
    .-margin-y-xxl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxl-negative-205,
    .-margin-x-xxl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxl-negative-210,
    .-margin-y-xxl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxl-negative-210,
    .-margin-x-xxl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxl-negative-210,
    .-margin-y-xxl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxl-negative-210,
    .-margin-x-xxl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxl-negative-215,
    .-margin-y-xxl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxl-negative-215,
    .-margin-x-xxl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxl-negative-215,
    .-margin-y-xxl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxl-negative-215,
    .-margin-x-xxl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxl-negative-220,
    .-margin-y-xxl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxl-negative-220,
    .-margin-x-xxl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxl-negative-220,
    .-margin-y-xxl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxl-negative-220,
    .-margin-x-xxl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxl-negative-225,
    .-margin-y-xxl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxl-negative-225,
    .-margin-x-xxl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxl-negative-225,
    .-margin-y-xxl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxl-negative-225,
    .-margin-x-xxl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxl-negative-230,
    .-margin-y-xxl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxl-negative-230,
    .-margin-x-xxl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxl-negative-230,
    .-margin-y-xxl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxl-negative-230,
    .-margin-x-xxl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxl-negative-235,
    .-margin-y-xxl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxl-negative-235,
    .-margin-x-xxl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxl-negative-235,
    .-margin-y-xxl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxl-negative-235,
    .-margin-x-xxl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxl-negative-240,
    .-margin-y-xxl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxl-negative-240,
    .-margin-x-xxl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxl-negative-240,
    .-margin-y-xxl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxl-negative-240,
    .-margin-x-xxl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxl-negative-245,
    .-margin-y-xxl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxl-negative-245,
    .-margin-x-xxl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxl-negative-245,
    .-margin-y-xxl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxl-negative-245,
    .-margin-x-xxl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxl-negative-250,
    .-margin-y-xxl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxl-negative-250,
    .-margin-x-xxl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxl-negative-250,
    .-margin-y-xxl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxl-negative-250,
    .-margin-x-xxl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxl-negative-255,
    .-margin-y-xxl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxl-negative-255,
    .-margin-x-xxl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxl-negative-255,
    .-margin-y-xxl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxl-negative-255,
    .-margin-x-xxl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxl-negative-260,
    .-margin-y-xxl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxl-negative-260,
    .-margin-x-xxl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxl-negative-260,
    .-margin-y-xxl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxl-negative-260,
    .-margin-x-xxl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxl-negative-265,
    .-margin-y-xxl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxl-negative-265,
    .-margin-x-xxl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxl-negative-265,
    .-margin-y-xxl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxl-negative-265,
    .-margin-x-xxl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxl-negative-270,
    .-margin-y-xxl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxl-negative-270,
    .-margin-x-xxl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxl-negative-270,
    .-margin-y-xxl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxl-negative-270,
    .-margin-x-xxl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxl-negative-275,
    .-margin-y-xxl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxl-negative-275,
    .-margin-x-xxl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxl-negative-275,
    .-margin-y-xxl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxl-negative-275,
    .-margin-x-xxl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxl-negative-280,
    .-margin-y-xxl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxl-negative-280,
    .-margin-x-xxl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxl-negative-280,
    .-margin-y-xxl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxl-negative-280,
    .-margin-x-xxl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxl-negative-285,
    .-margin-y-xxl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxl-negative-285,
    .-margin-x-xxl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxl-negative-285,
    .-margin-y-xxl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxl-negative-285,
    .-margin-x-xxl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxl-negative-290,
    .-margin-y-xxl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxl-negative-290,
    .-margin-x-xxl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxl-negative-290,
    .-margin-y-xxl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxl-negative-290,
    .-margin-x-xxl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxl-negative-295,
    .-margin-y-xxl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxl-negative-295,
    .-margin-x-xxl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxl-negative-295,
    .-margin-y-xxl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxl-negative-295,
    .-margin-x-xxl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxl-negative-300,
    .-margin-y-xxl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxl-negative-300,
    .-margin-x-xxl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxl-negative-300,
    .-margin-y-xxl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxl-negative-300,
    .-margin-x-xxl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxl-auto {
        margin: auto !important
    }

    .margin-top-xxl-auto,
    .margin-y-xxl-auto {
        margin-top: auto !important
    }

    .margin-right-xxl-auto,
    .margin-x-xxl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxl-auto,
    .margin-y-xxl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxl-auto,
    .margin-x-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .-margin-xxxl-0 {
        margin: 0 !important
    }

    .-margin-top-xxxl-0,
    .-margin-y-xxxl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxxl-0,
    .-margin-x-xxxl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxxl-0,
    .-margin-y-xxxl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxxl-0,
    .-margin-x-xxxl-0 {
        margin-left: 0 !important
    }

    .-margin-xxxl-5 {
        margin: 5px !important
    }

    .-margin-top-xxxl-5,
    .-margin-y-xxxl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxxl-5,
    .-margin-x-xxxl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxxl-5,
    .-margin-y-xxxl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxxl-5,
    .-margin-x-xxxl-5 {
        margin-left: 5px !important
    }

    .-margin-xxxl-10 {
        margin: 10px !important
    }

    .-margin-top-xxxl-10,
    .-margin-y-xxxl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxxl-10,
    .-margin-x-xxxl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxxl-10,
    .-margin-y-xxxl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxxl-10,
    .-margin-x-xxxl-10 {
        margin-left: 10px !important
    }

    .-margin-xxxl-15 {
        margin: 15px !important
    }

    .-margin-top-xxxl-15,
    .-margin-y-xxxl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxxl-15,
    .-margin-x-xxxl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxxl-15,
    .-margin-y-xxxl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxxl-15,
    .-margin-x-xxxl-15 {
        margin-left: 15px !important
    }

    .-margin-xxxl-20 {
        margin: 20px !important
    }

    .-margin-top-xxxl-20,
    .-margin-y-xxxl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxxl-20,
    .-margin-x-xxxl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxxl-20,
    .-margin-y-xxxl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxxl-20,
    .-margin-x-xxxl-20 {
        margin-left: 20px !important
    }

    .-margin-xxxl-25 {
        margin: 25px !important
    }

    .-margin-top-xxxl-25,
    .-margin-y-xxxl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxxl-25,
    .-margin-x-xxxl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxxl-25,
    .-margin-y-xxxl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxxl-25,
    .-margin-x-xxxl-25 {
        margin-left: 25px !important
    }

    .-margin-xxxl-30 {
        margin: 35px !important
    }

    .-margin-top-xxxl-30,
    .-margin-y-xxxl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxxl-30,
    .-margin-x-xxxl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxl-30,
    .-margin-y-xxxl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxl-30,
    .-margin-x-xxxl-30 {
        margin-left: 35px !important
    }

    .-margin-xxxl-35 {
        margin: 35px !important
    }

    .-margin-top-xxxl-35,
    .-margin-y-xxxl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxxl-35,
    .-margin-x-xxxl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxl-35,
    .-margin-y-xxxl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxl-35,
    .-margin-x-xxxl-35 {
        margin-left: 35px !important
    }

    .-margin-xxxl-40 {
        margin: 40px !important
    }

    .-margin-top-xxxl-40,
    .-margin-y-xxxl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxxl-40,
    .-margin-x-xxxl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxxl-40,
    .-margin-y-xxxl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxxl-40,
    .-margin-x-xxxl-40 {
        margin-left: 40px !important
    }

    .-margin-xxxl-45 {
        margin: 45px !important
    }

    .-margin-top-xxxl-45,
    .-margin-y-xxxl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxxl-45,
    .-margin-x-xxxl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxxl-45,
    .-margin-y-xxxl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxxl-45,
    .-margin-x-xxxl-45 {
        margin-left: 45px !important
    }

    .-margin-xxxl-50 {
        margin: 50px !important
    }

    .-margin-top-xxxl-50,
    .-margin-y-xxxl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxxl-50,
    .-margin-x-xxxl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxxl-50,
    .-margin-y-xxxl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxxl-50,
    .-margin-x-xxxl-50 {
        margin-left: 50px !important
    }

    .-margin-xxxl-55 {
        margin: 55px !important
    }

    .-margin-top-xxxl-55,
    .-margin-y-xxxl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxxl-55,
    .-margin-x-xxxl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxxl-55,
    .-margin-y-xxxl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxxl-55,
    .-margin-x-xxxl-55 {
        margin-left: 55px !important
    }

    .-margin-xxxl-60 {
        margin: 60px !important
    }

    .-margin-top-xxxl-60,
    .-margin-y-xxxl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxxl-60,
    .-margin-x-xxxl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxxl-60,
    .-margin-y-xxxl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxxl-60,
    .-margin-x-xxxl-60 {
        margin-left: 60px !important
    }

    .-margin-xxxl-65 {
        margin: 65px !important
    }

    .-margin-top-xxxl-65,
    .-margin-y-xxxl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxxl-65,
    .-margin-x-xxxl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxxl-65,
    .-margin-y-xxxl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxxl-65,
    .-margin-x-xxxl-65 {
        margin-left: 65px !important
    }

    .-margin-xxxl-75 {
        margin: 75px !important
    }

    .-margin-top-xxxl-75,
    .-margin-y-xxxl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxxl-75,
    .-margin-x-xxxl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxxl-75,
    .-margin-y-xxxl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxxl-75,
    .-margin-x-xxxl-75 {
        margin-left: 75px !important
    }

    .-margin-xxxl-80 {
        margin: 80px !important
    }

    .-margin-top-xxxl-80,
    .-margin-y-xxxl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxxl-80,
    .-margin-x-xxxl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxxl-80,
    .-margin-y-xxxl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxxl-80,
    .-margin-x-xxxl-80 {
        margin-left: 80px !important
    }

    .-margin-xxxl-85 {
        margin: 85px !important
    }

    .-margin-top-xxxl-85,
    .-margin-y-xxxl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxxl-85,
    .-margin-x-xxxl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxxl-85,
    .-margin-y-xxxl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxxl-85,
    .-margin-x-xxxl-85 {
        margin-left: 85px !important
    }

    .-margin-xxxl-90 {
        margin: 90px !important
    }

    .-margin-top-xxxl-90,
    .-margin-y-xxxl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxxl-90,
    .-margin-x-xxxl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxxl-90,
    .-margin-y-xxxl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxxl-90,
    .-margin-x-xxxl-90 {
        margin-left: 90px !important
    }

    .-margin-xxxl-95 {
        margin: 95px !important
    }

    .-margin-top-xxxl-95,
    .-margin-y-xxxl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxxl-95,
    .-margin-x-xxxl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxxl-95,
    .-margin-y-xxxl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxxl-95,
    .-margin-x-xxxl-95 {
        margin-left: 95px !important
    }

    .-margin-xxxl-100 {
        margin: 100px !important
    }

    .-margin-top-xxxl-100,
    .-margin-y-xxxl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxxl-100,
    .-margin-x-xxxl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxxl-100,
    .-margin-y-xxxl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxxl-100,
    .-margin-x-xxxl-100 {
        margin-left: 100px !important
    }

    .-margin-xxxl-105 {
        margin: 105px !important
    }

    .-margin-top-xxxl-105,
    .-margin-y-xxxl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxxl-105,
    .-margin-x-xxxl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxxl-105,
    .-margin-y-xxxl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxxl-105,
    .-margin-x-xxxl-105 {
        margin-left: 105px !important
    }

    .-margin-xxxl-110 {
        margin: 110px !important
    }

    .-margin-top-xxxl-110,
    .-margin-y-xxxl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxxl-110,
    .-margin-x-xxxl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxxl-110,
    .-margin-y-xxxl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxxl-110,
    .-margin-x-xxxl-110 {
        margin-left: 110px !important
    }

    .-margin-xxxl-115 {
        margin: 115px !important
    }

    .-margin-top-xxxl-115,
    .-margin-y-xxxl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxxl-115,
    .-margin-x-xxxl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxxl-115,
    .-margin-y-xxxl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxxl-115,
    .-margin-x-xxxl-115 {
        margin-left: 115px !important
    }

    .-margin-xxxl-120 {
        margin: 120px !important
    }

    .-margin-top-xxxl-120,
    .-margin-y-xxxl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxxl-120,
    .-margin-x-xxxl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxxl-120,
    .-margin-y-xxxl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxxl-120,
    .-margin-x-xxxl-120 {
        margin-left: 120px !important
    }

    .-margin-xxxl-125 {
        margin: 125px !important
    }

    .-margin-top-xxxl-125,
    .-margin-y-xxxl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxxl-125,
    .-margin-x-xxxl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxxl-125,
    .-margin-y-xxxl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxxl-125,
    .-margin-x-xxxl-125 {
        margin-left: 125px !important
    }

    .-margin-xxxl-130 {
        margin: 130px !important
    }

    .-margin-top-xxxl-130,
    .-margin-y-xxxl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxxl-130,
    .-margin-x-xxxl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxxl-130,
    .-margin-y-xxxl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxxl-130,
    .-margin-x-xxxl-130 {
        margin-left: 130px !important
    }

    .-margin-xxxl-135 {
        margin: 135px !important
    }

    .-margin-top-xxxl-135,
    .-margin-y-xxxl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxxl-135,
    .-margin-x-xxxl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxxl-135,
    .-margin-y-xxxl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxxl-135,
    .-margin-x-xxxl-135 {
        margin-left: 135px !important
    }

    .-margin-xxxl-140 {
        margin: 140px !important
    }

    .-margin-top-xxxl-140,
    .-margin-y-xxxl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxxl-140,
    .-margin-x-xxxl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxxl-140,
    .-margin-y-xxxl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxxl-140,
    .-margin-x-xxxl-140 {
        margin-left: 140px !important
    }

    .-margin-xxxl-145 {
        margin: 145px !important
    }

    .-margin-top-xxxl-145,
    .-margin-y-xxxl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxxl-145,
    .-margin-x-xxxl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxxl-145,
    .-margin-y-xxxl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxxl-145,
    .-margin-x-xxxl-145 {
        margin-left: 145px !important
    }

    .-margin-xxxl-150 {
        margin: 150px !important
    }

    .-margin-top-xxxl-150,
    .-margin-y-xxxl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxxl-150,
    .-margin-x-xxxl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxxl-150,
    .-margin-y-xxxl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxxl-150,
    .-margin-x-xxxl-150 {
        margin-left: 150px !important
    }

    .-margin-xxxl-155 {
        margin: 155px !important
    }

    .-margin-top-xxxl-155,
    .-margin-y-xxxl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxxl-155,
    .-margin-x-xxxl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxxl-155,
    .-margin-y-xxxl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxxl-155,
    .-margin-x-xxxl-155 {
        margin-left: 155px !important
    }

    .-margin-xxxl-160 {
        margin: 160px !important
    }

    .-margin-top-xxxl-160,
    .-margin-y-xxxl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxxl-160,
    .-margin-x-xxxl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxxl-160,
    .-margin-y-xxxl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxxl-160,
    .-margin-x-xxxl-160 {
        margin-left: 160px !important
    }

    .-margin-xxxl-165 {
        margin: 165px !important
    }

    .-margin-top-xxxl-165,
    .-margin-y-xxxl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxxl-165,
    .-margin-x-xxxl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxxl-165,
    .-margin-y-xxxl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxxl-165,
    .-margin-x-xxxl-165 {
        margin-left: 165px !important
    }

    .-margin-xxxl-170 {
        margin: 170px !important
    }

    .-margin-top-xxxl-170,
    .-margin-y-xxxl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxxl-170,
    .-margin-x-xxxl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxxl-170,
    .-margin-y-xxxl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxxl-170,
    .-margin-x-xxxl-170 {
        margin-left: 170px !important
    }

    .-margin-xxxl-175 {
        margin: 175px !important
    }

    .-margin-top-xxxl-175,
    .-margin-y-xxxl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxxl-175,
    .-margin-x-xxxl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxxl-175,
    .-margin-y-xxxl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxxl-175,
    .-margin-x-xxxl-175 {
        margin-left: 175px !important
    }

    .-margin-xxxl-180 {
        margin: 180px !important
    }

    .-margin-top-xxxl-180,
    .-margin-y-xxxl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxxl-180,
    .-margin-x-xxxl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxxl-180,
    .-margin-y-xxxl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxxl-180,
    .-margin-x-xxxl-180 {
        margin-left: 180px !important
    }

    .-margin-xxxl-185 {
        margin: 185px !important
    }

    .-margin-top-xxxl-185,
    .-margin-y-xxxl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxxl-185,
    .-margin-x-xxxl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxxl-185,
    .-margin-y-xxxl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxxl-185,
    .-margin-x-xxxl-185 {
        margin-left: 185px !important
    }

    .-margin-xxxl-190 {
        margin: 190px !important
    }

    .-margin-top-xxxl-190,
    .-margin-y-xxxl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxxl-190,
    .-margin-x-xxxl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxxl-190,
    .-margin-y-xxxl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxxl-190,
    .-margin-x-xxxl-190 {
        margin-left: 190px !important
    }

    .-margin-xxxl-195 {
        margin: 195px !important
    }

    .-margin-top-xxxl-195,
    .-margin-y-xxxl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxxl-195,
    .-margin-x-xxxl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxxl-195,
    .-margin-y-xxxl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxxl-195,
    .-margin-x-xxxl-195 {
        margin-left: 195px !important
    }

    .-margin-xxxl-200 {
        margin: 200px !important
    }

    .-margin-top-xxxl-200,
    .-margin-y-xxxl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxxl-200,
    .-margin-x-xxxl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxxl-200,
    .-margin-y-xxxl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxxl-200,
    .-margin-x-xxxl-200 {
        margin-left: 200px !important
    }

    .-margin-xxxl-205 {
        margin: 205px !important
    }

    .-margin-top-xxxl-205,
    .-margin-y-xxxl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxxl-205,
    .-margin-x-xxxl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxxl-205,
    .-margin-y-xxxl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxxl-205,
    .-margin-x-xxxl-205 {
        margin-left: 205px !important
    }

    .-margin-xxxl-210 {
        margin: 210px !important
    }

    .-margin-top-xxxl-210,
    .-margin-y-xxxl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxxl-210,
    .-margin-x-xxxl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxxl-210,
    .-margin-y-xxxl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxxl-210,
    .-margin-x-xxxl-210 {
        margin-left: 210px !important
    }

    .-margin-xxxl-215 {
        margin: 215px !important
    }

    .-margin-top-xxxl-215,
    .-margin-y-xxxl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxxl-215,
    .-margin-x-xxxl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxxl-215,
    .-margin-y-xxxl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxxl-215,
    .-margin-x-xxxl-215 {
        margin-left: 215px !important
    }

    .-margin-xxxl-220 {
        margin: 220px !important
    }

    .-margin-top-xxxl-220,
    .-margin-y-xxxl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxxl-220,
    .-margin-x-xxxl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxxl-220,
    .-margin-y-xxxl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxxl-220,
    .-margin-x-xxxl-220 {
        margin-left: 220px !important
    }

    .-margin-xxxl-225 {
        margin: 225px !important
    }

    .-margin-top-xxxl-225,
    .-margin-y-xxxl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxxl-225,
    .-margin-x-xxxl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxxl-225,
    .-margin-y-xxxl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxxl-225,
    .-margin-x-xxxl-225 {
        margin-left: 225px !important
    }

    .-margin-xxxl-230 {
        margin: 230px !important
    }

    .-margin-top-xxxl-230,
    .-margin-y-xxxl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxxl-230,
    .-margin-x-xxxl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxxl-230,
    .-margin-y-xxxl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxxl-230,
    .-margin-x-xxxl-230 {
        margin-left: 230px !important
    }

    .-margin-xxxl-235 {
        margin: 235px !important
    }

    .-margin-top-xxxl-235,
    .-margin-y-xxxl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxxl-235,
    .-margin-x-xxxl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxxl-235,
    .-margin-y-xxxl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxxl-235,
    .-margin-x-xxxl-235 {
        margin-left: 235px !important
    }

    .-margin-xxxl-240 {
        margin: 240px !important
    }

    .-margin-top-xxxl-240,
    .-margin-y-xxxl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxxl-240,
    .-margin-x-xxxl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxxl-240,
    .-margin-y-xxxl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxxl-240,
    .-margin-x-xxxl-240 {
        margin-left: 240px !important
    }

    .-margin-xxxl-245 {
        margin: 245px !important
    }

    .-margin-top-xxxl-245,
    .-margin-y-xxxl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxxl-245,
    .-margin-x-xxxl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxxl-245,
    .-margin-y-xxxl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxxl-245,
    .-margin-x-xxxl-245 {
        margin-left: 245px !important
    }

    .-margin-xxxl-250 {
        margin: 250px !important
    }

    .-margin-top-xxxl-250,
    .-margin-y-xxxl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxxl-250,
    .-margin-x-xxxl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxxl-250,
    .-margin-y-xxxl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxxl-250,
    .-margin-x-xxxl-250 {
        margin-left: 250px !important
    }

    .-margin-xxxl-255 {
        margin: 255px !important
    }

    .-margin-top-xxxl-255,
    .-margin-y-xxxl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxxl-255,
    .-margin-x-xxxl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxxl-255,
    .-margin-y-xxxl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxxl-255,
    .-margin-x-xxxl-255 {
        margin-left: 255px !important
    }

    .-margin-xxxl-260 {
        margin: 260px !important
    }

    .-margin-top-xxxl-260,
    .-margin-y-xxxl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxxl-260,
    .-margin-x-xxxl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxxl-260,
    .-margin-y-xxxl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxxl-260,
    .-margin-x-xxxl-260 {
        margin-left: 260px !important
    }

    .-margin-xxxl-265 {
        margin: 265px !important
    }

    .-margin-top-xxxl-265,
    .-margin-y-xxxl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxxl-265,
    .-margin-x-xxxl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxxl-265,
    .-margin-y-xxxl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxxl-265,
    .-margin-x-xxxl-265 {
        margin-left: 265px !important
    }

    .-margin-xxxl-270 {
        margin: 270px !important
    }

    .-margin-top-xxxl-270,
    .-margin-y-xxxl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxxl-270,
    .-margin-x-xxxl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxxl-270,
    .-margin-y-xxxl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxxl-270,
    .-margin-x-xxxl-270 {
        margin-left: 270px !important
    }

    .-margin-xxxl-275 {
        margin: 275px !important
    }

    .-margin-top-xxxl-275,
    .-margin-y-xxxl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxxl-275,
    .-margin-x-xxxl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxxl-275,
    .-margin-y-xxxl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxxl-275,
    .-margin-x-xxxl-275 {
        margin-left: 275px !important
    }

    .-margin-xxxl-280 {
        margin: 280px !important
    }

    .-margin-top-xxxl-280,
    .-margin-y-xxxl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxxl-280,
    .-margin-x-xxxl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxxl-280,
    .-margin-y-xxxl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxxl-280,
    .-margin-x-xxxl-280 {
        margin-left: 280px !important
    }

    .-margin-xxxl-285 {
        margin: 285px !important
    }

    .-margin-top-xxxl-285,
    .-margin-y-xxxl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxxl-285,
    .-margin-x-xxxl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxxl-285,
    .-margin-y-xxxl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxxl-285,
    .-margin-x-xxxl-285 {
        margin-left: 285px !important
    }

    .-margin-xxxl-290 {
        margin: 290px !important
    }

    .-margin-top-xxxl-290,
    .-margin-y-xxxl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxxl-290,
    .-margin-x-xxxl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxxl-290,
    .-margin-y-xxxl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxxl-290,
    .-margin-x-xxxl-290 {
        margin-left: 290px !important
    }

    .-margin-xxxl-295 {
        margin: 295px !important
    }

    .-margin-top-xxxl-295,
    .-margin-y-xxxl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxxl-295,
    .-margin-x-xxxl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxxl-295,
    .-margin-y-xxxl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxxl-295,
    .-margin-x-xxxl-295 {
        margin-left: 295px !important
    }

    .-margin-xxxl-300 {
        margin: 300px !important
    }

    .-margin-top-xxxl-300,
    .-margin-y-xxxl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxxl-300,
    .-margin-x-xxxl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxxl-300,
    .-margin-y-xxxl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxxl-300,
    .-margin-x-xxxl-300 {
        margin-left: 300px !important
    }

    .-padding-xxxl-0 {
        padding: 0 !important
    }

    .-padding-top-xxxl-0,
    .-padding-y-xxxl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxxl-0,
    .-padding-x-xxxl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxxl-0,
    .-padding-y-xxxl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxxl-0,
    .-padding-x-xxxl-0 {
        padding-left: 0 !important
    }

    .-padding-xxxl-5 {
        padding: 5px !important
    }

    .-padding-top-xxxl-5,
    .-padding-y-xxxl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxxl-5,
    .-padding-x-xxxl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxxl-5,
    .-padding-y-xxxl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxxl-5,
    .-padding-x-xxxl-5 {
        padding-left: 5px !important
    }

    .-padding-xxxl-10 {
        padding: 10px !important
    }

    .-padding-top-xxxl-10,
    .-padding-y-xxxl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxxl-10,
    .-padding-x-xxxl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxxl-10,
    .-padding-y-xxxl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxxl-10,
    .-padding-x-xxxl-10 {
        padding-left: 10px !important
    }

    .-padding-xxxl-15 {
        padding: 15px !important
    }

    .-padding-top-xxxl-15,
    .-padding-y-xxxl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxxl-15,
    .-padding-x-xxxl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxxl-15,
    .-padding-y-xxxl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxxl-15,
    .-padding-x-xxxl-15 {
        padding-left: 15px !important
    }

    .-padding-xxxl-20 {
        padding: 20px !important
    }

    .-padding-top-xxxl-20,
    .-padding-y-xxxl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxxl-20,
    .-padding-x-xxxl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxxl-20,
    .-padding-y-xxxl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxxl-20,
    .-padding-x-xxxl-20 {
        padding-left: 20px !important
    }

    .-padding-xxxl-25 {
        padding: 25px !important
    }

    .-padding-top-xxxl-25,
    .-padding-y-xxxl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxxl-25,
    .-padding-x-xxxl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxxl-25,
    .-padding-y-xxxl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxxl-25,
    .-padding-x-xxxl-25 {
        padding-left: 25px !important
    }

    .-padding-xxxl-30 {
        padding: 35px !important
    }

    .-padding-top-xxxl-30,
    .-padding-y-xxxl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxxl-30,
    .-padding-x-xxxl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxl-30,
    .-padding-y-xxxl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxl-30,
    .-padding-x-xxxl-30 {
        padding-left: 35px !important
    }

    .-padding-xxxl-35 {
        padding: 35px !important
    }

    .-padding-top-xxxl-35,
    .-padding-y-xxxl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxxl-35,
    .-padding-x-xxxl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxl-35,
    .-padding-y-xxxl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxl-35,
    .-padding-x-xxxl-35 {
        padding-left: 35px !important
    }

    .-padding-xxxl-40 {
        padding: 40px !important
    }

    .-padding-top-xxxl-40,
    .-padding-y-xxxl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxxl-40,
    .-padding-x-xxxl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxxl-40,
    .-padding-y-xxxl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxxl-40,
    .-padding-x-xxxl-40 {
        padding-left: 40px !important
    }

    .-padding-xxxl-45 {
        padding: 45px !important
    }

    .-padding-top-xxxl-45,
    .-padding-y-xxxl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxxl-45,
    .-padding-x-xxxl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxxl-45,
    .-padding-y-xxxl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxxl-45,
    .-padding-x-xxxl-45 {
        padding-left: 45px !important
    }

    .-padding-xxxl-50 {
        padding: 50px !important
    }

    .-padding-top-xxxl-50,
    .-padding-y-xxxl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxxl-50,
    .-padding-x-xxxl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxxl-50,
    .-padding-y-xxxl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxxl-50,
    .-padding-x-xxxl-50 {
        padding-left: 50px !important
    }

    .-padding-xxxl-55 {
        padding: 55px !important
    }

    .-padding-top-xxxl-55,
    .-padding-y-xxxl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxxl-55,
    .-padding-x-xxxl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxxl-55,
    .-padding-y-xxxl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxxl-55,
    .-padding-x-xxxl-55 {
        padding-left: 55px !important
    }

    .-padding-xxxl-60 {
        padding: 60px !important
    }

    .-padding-top-xxxl-60,
    .-padding-y-xxxl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxxl-60,
    .-padding-x-xxxl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxxl-60,
    .-padding-y-xxxl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxxl-60,
    .-padding-x-xxxl-60 {
        padding-left: 60px !important
    }

    .-padding-xxxl-65 {
        padding: 65px !important
    }

    .-padding-top-xxxl-65,
    .-padding-y-xxxl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxxl-65,
    .-padding-x-xxxl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxxl-65,
    .-padding-y-xxxl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxxl-65,
    .-padding-x-xxxl-65 {
        padding-left: 65px !important
    }

    .-padding-xxxl-75 {
        padding: 75px !important
    }

    .-padding-top-xxxl-75,
    .-padding-y-xxxl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxxl-75,
    .-padding-x-xxxl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxxl-75,
    .-padding-y-xxxl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxxl-75,
    .-padding-x-xxxl-75 {
        padding-left: 75px !important
    }

    .-padding-xxxl-80 {
        padding: 80px !important
    }

    .-padding-top-xxxl-80,
    .-padding-y-xxxl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxxl-80,
    .-padding-x-xxxl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxxl-80,
    .-padding-y-xxxl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxxl-80,
    .-padding-x-xxxl-80 {
        padding-left: 80px !important
    }

    .-padding-xxxl-85 {
        padding: 85px !important
    }

    .-padding-top-xxxl-85,
    .-padding-y-xxxl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxxl-85,
    .-padding-x-xxxl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxxl-85,
    .-padding-y-xxxl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxxl-85,
    .-padding-x-xxxl-85 {
        padding-left: 85px !important
    }

    .-padding-xxxl-90 {
        padding: 90px !important
    }

    .-padding-top-xxxl-90,
    .-padding-y-xxxl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxxl-90,
    .-padding-x-xxxl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxxl-90,
    .-padding-y-xxxl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxxl-90,
    .-padding-x-xxxl-90 {
        padding-left: 90px !important
    }

    .-padding-xxxl-95 {
        padding: 95px !important
    }

    .-padding-top-xxxl-95,
    .-padding-y-xxxl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxxl-95,
    .-padding-x-xxxl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxxl-95,
    .-padding-y-xxxl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxxl-95,
    .-padding-x-xxxl-95 {
        padding-left: 95px !important
    }

    .-padding-xxxl-100 {
        padding: 100px !important
    }

    .-padding-top-xxxl-100,
    .-padding-y-xxxl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxxl-100,
    .-padding-x-xxxl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxxl-100,
    .-padding-y-xxxl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxxl-100,
    .-padding-x-xxxl-100 {
        padding-left: 100px !important
    }

    .-padding-xxxl-105 {
        padding: 105px !important
    }

    .-padding-top-xxxl-105,
    .-padding-y-xxxl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxxl-105,
    .-padding-x-xxxl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxxl-105,
    .-padding-y-xxxl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxxl-105,
    .-padding-x-xxxl-105 {
        padding-left: 105px !important
    }

    .-padding-xxxl-110 {
        padding: 110px !important
    }

    .-padding-top-xxxl-110,
    .-padding-y-xxxl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxxl-110,
    .-padding-x-xxxl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxxl-110,
    .-padding-y-xxxl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxxl-110,
    .-padding-x-xxxl-110 {
        padding-left: 110px !important
    }

    .-padding-xxxl-115 {
        padding: 115px !important
    }

    .-padding-top-xxxl-115,
    .-padding-y-xxxl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxxl-115,
    .-padding-x-xxxl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxxl-115,
    .-padding-y-xxxl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxxl-115,
    .-padding-x-xxxl-115 {
        padding-left: 115px !important
    }

    .-padding-xxxl-120 {
        padding: 120px !important
    }

    .-padding-top-xxxl-120,
    .-padding-y-xxxl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxxl-120,
    .-padding-x-xxxl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxxl-120,
    .-padding-y-xxxl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxxl-120,
    .-padding-x-xxxl-120 {
        padding-left: 120px !important
    }

    .-padding-xxxl-125 {
        padding: 125px !important
    }

    .-padding-top-xxxl-125,
    .-padding-y-xxxl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxxl-125,
    .-padding-x-xxxl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxxl-125,
    .-padding-y-xxxl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxxl-125,
    .-padding-x-xxxl-125 {
        padding-left: 125px !important
    }

    .-padding-xxxl-130 {
        padding: 130px !important
    }

    .-padding-top-xxxl-130,
    .-padding-y-xxxl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxxl-130,
    .-padding-x-xxxl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxxl-130,
    .-padding-y-xxxl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxxl-130,
    .-padding-x-xxxl-130 {
        padding-left: 130px !important
    }

    .-padding-xxxl-135 {
        padding: 135px !important
    }

    .-padding-top-xxxl-135,
    .-padding-y-xxxl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxxl-135,
    .-padding-x-xxxl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxxl-135,
    .-padding-y-xxxl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxxl-135,
    .-padding-x-xxxl-135 {
        padding-left: 135px !important
    }

    .-padding-xxxl-140 {
        padding: 140px !important
    }

    .-padding-top-xxxl-140,
    .-padding-y-xxxl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxxl-140,
    .-padding-x-xxxl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxxl-140,
    .-padding-y-xxxl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxxl-140,
    .-padding-x-xxxl-140 {
        padding-left: 140px !important
    }

    .-padding-xxxl-145 {
        padding: 145px !important
    }

    .-padding-top-xxxl-145,
    .-padding-y-xxxl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxxl-145,
    .-padding-x-xxxl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxxl-145,
    .-padding-y-xxxl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxxl-145,
    .-padding-x-xxxl-145 {
        padding-left: 145px !important
    }

    .-padding-xxxl-150 {
        padding: 150px !important
    }

    .-padding-top-xxxl-150,
    .-padding-y-xxxl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxxl-150,
    .-padding-x-xxxl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxxl-150,
    .-padding-y-xxxl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxxl-150,
    .-padding-x-xxxl-150 {
        padding-left: 150px !important
    }

    .-padding-xxxl-155 {
        padding: 155px !important
    }

    .-padding-top-xxxl-155,
    .-padding-y-xxxl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxxl-155,
    .-padding-x-xxxl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxxl-155,
    .-padding-y-xxxl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxxl-155,
    .-padding-x-xxxl-155 {
        padding-left: 155px !important
    }

    .-padding-xxxl-160 {
        padding: 160px !important
    }

    .-padding-top-xxxl-160,
    .-padding-y-xxxl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxxl-160,
    .-padding-x-xxxl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxxl-160,
    .-padding-y-xxxl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxxl-160,
    .-padding-x-xxxl-160 {
        padding-left: 160px !important
    }

    .-padding-xxxl-165 {
        padding: 165px !important
    }

    .-padding-top-xxxl-165,
    .-padding-y-xxxl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxxl-165,
    .-padding-x-xxxl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxxl-165,
    .-padding-y-xxxl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxxl-165,
    .-padding-x-xxxl-165 {
        padding-left: 165px !important
    }

    .-padding-xxxl-170 {
        padding: 170px !important
    }

    .-padding-top-xxxl-170,
    .-padding-y-xxxl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxxl-170,
    .-padding-x-xxxl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxxl-170,
    .-padding-y-xxxl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxxl-170,
    .-padding-x-xxxl-170 {
        padding-left: 170px !important
    }

    .-padding-xxxl-175 {
        padding: 175px !important
    }

    .-padding-top-xxxl-175,
    .-padding-y-xxxl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxxl-175,
    .-padding-x-xxxl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxxl-175,
    .-padding-y-xxxl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxxl-175,
    .-padding-x-xxxl-175 {
        padding-left: 175px !important
    }

    .-padding-xxxl-180 {
        padding: 180px !important
    }

    .-padding-top-xxxl-180,
    .-padding-y-xxxl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxxl-180,
    .-padding-x-xxxl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxxl-180,
    .-padding-y-xxxl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxxl-180,
    .-padding-x-xxxl-180 {
        padding-left: 180px !important
    }

    .-padding-xxxl-185 {
        padding: 185px !important
    }

    .-padding-top-xxxl-185,
    .-padding-y-xxxl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxxl-185,
    .-padding-x-xxxl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxxl-185,
    .-padding-y-xxxl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxxl-185,
    .-padding-x-xxxl-185 {
        padding-left: 185px !important
    }

    .-padding-xxxl-190 {
        padding: 190px !important
    }

    .-padding-top-xxxl-190,
    .-padding-y-xxxl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxxl-190,
    .-padding-x-xxxl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxxl-190,
    .-padding-y-xxxl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxxl-190,
    .-padding-x-xxxl-190 {
        padding-left: 190px !important
    }

    .-padding-xxxl-195 {
        padding: 195px !important
    }

    .-padding-top-xxxl-195,
    .-padding-y-xxxl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxxl-195,
    .-padding-x-xxxl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxxl-195,
    .-padding-y-xxxl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxxl-195,
    .-padding-x-xxxl-195 {
        padding-left: 195px !important
    }

    .-padding-xxxl-200 {
        padding: 200px !important
    }

    .-padding-top-xxxl-200,
    .-padding-y-xxxl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxxl-200,
    .-padding-x-xxxl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxxl-200,
    .-padding-y-xxxl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxxl-200,
    .-padding-x-xxxl-200 {
        padding-left: 200px !important
    }

    .-padding-xxxl-205 {
        padding: 205px !important
    }

    .-padding-top-xxxl-205,
    .-padding-y-xxxl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxxl-205,
    .-padding-x-xxxl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxxl-205,
    .-padding-y-xxxl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxxl-205,
    .-padding-x-xxxl-205 {
        padding-left: 205px !important
    }

    .-padding-xxxl-210 {
        padding: 210px !important
    }

    .-padding-top-xxxl-210,
    .-padding-y-xxxl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxxl-210,
    .-padding-x-xxxl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxxl-210,
    .-padding-y-xxxl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxxl-210,
    .-padding-x-xxxl-210 {
        padding-left: 210px !important
    }

    .-padding-xxxl-215 {
        padding: 215px !important
    }

    .-padding-top-xxxl-215,
    .-padding-y-xxxl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxxl-215,
    .-padding-x-xxxl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxxl-215,
    .-padding-y-xxxl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxxl-215,
    .-padding-x-xxxl-215 {
        padding-left: 215px !important
    }

    .-padding-xxxl-220 {
        padding: 220px !important
    }

    .-padding-top-xxxl-220,
    .-padding-y-xxxl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxxl-220,
    .-padding-x-xxxl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxxl-220,
    .-padding-y-xxxl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxxl-220,
    .-padding-x-xxxl-220 {
        padding-left: 220px !important
    }

    .-padding-xxxl-225 {
        padding: 225px !important
    }

    .-padding-top-xxxl-225,
    .-padding-y-xxxl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxxl-225,
    .-padding-x-xxxl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxxl-225,
    .-padding-y-xxxl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxxl-225,
    .-padding-x-xxxl-225 {
        padding-left: 225px !important
    }

    .-padding-xxxl-230 {
        padding: 230px !important
    }

    .-padding-top-xxxl-230,
    .-padding-y-xxxl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxxl-230,
    .-padding-x-xxxl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxxl-230,
    .-padding-y-xxxl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxxl-230,
    .-padding-x-xxxl-230 {
        padding-left: 230px !important
    }

    .-padding-xxxl-235 {
        padding: 235px !important
    }

    .-padding-top-xxxl-235,
    .-padding-y-xxxl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxxl-235,
    .-padding-x-xxxl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxxl-235,
    .-padding-y-xxxl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxxl-235,
    .-padding-x-xxxl-235 {
        padding-left: 235px !important
    }

    .-padding-xxxl-240 {
        padding: 240px !important
    }

    .-padding-top-xxxl-240,
    .-padding-y-xxxl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxxl-240,
    .-padding-x-xxxl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxxl-240,
    .-padding-y-xxxl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxxl-240,
    .-padding-x-xxxl-240 {
        padding-left: 240px !important
    }

    .-padding-xxxl-245 {
        padding: 245px !important
    }

    .-padding-top-xxxl-245,
    .-padding-y-xxxl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxxl-245,
    .-padding-x-xxxl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxxl-245,
    .-padding-y-xxxl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxxl-245,
    .-padding-x-xxxl-245 {
        padding-left: 245px !important
    }

    .-padding-xxxl-250 {
        padding: 250px !important
    }

    .-padding-top-xxxl-250,
    .-padding-y-xxxl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxxl-250,
    .-padding-x-xxxl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxxl-250,
    .-padding-y-xxxl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxxl-250,
    .-padding-x-xxxl-250 {
        padding-left: 250px !important
    }

    .-padding-xxxl-255 {
        padding: 255px !important
    }

    .-padding-top-xxxl-255,
    .-padding-y-xxxl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxxl-255,
    .-padding-x-xxxl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxxl-255,
    .-padding-y-xxxl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxxl-255,
    .-padding-x-xxxl-255 {
        padding-left: 255px !important
    }

    .-padding-xxxl-260 {
        padding: 260px !important
    }

    .-padding-top-xxxl-260,
    .-padding-y-xxxl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxxl-260,
    .-padding-x-xxxl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxxl-260,
    .-padding-y-xxxl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxxl-260,
    .-padding-x-xxxl-260 {
        padding-left: 260px !important
    }

    .-padding-xxxl-265 {
        padding: 265px !important
    }

    .-padding-top-xxxl-265,
    .-padding-y-xxxl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxxl-265,
    .-padding-x-xxxl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxxl-265,
    .-padding-y-xxxl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxxl-265,
    .-padding-x-xxxl-265 {
        padding-left: 265px !important
    }

    .-padding-xxxl-270 {
        padding: 270px !important
    }

    .-padding-top-xxxl-270,
    .-padding-y-xxxl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxxl-270,
    .-padding-x-xxxl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxxl-270,
    .-padding-y-xxxl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxxl-270,
    .-padding-x-xxxl-270 {
        padding-left: 270px !important
    }

    .-padding-xxxl-275 {
        padding: 275px !important
    }

    .-padding-top-xxxl-275,
    .-padding-y-xxxl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxxl-275,
    .-padding-x-xxxl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxxl-275,
    .-padding-y-xxxl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxxl-275,
    .-padding-x-xxxl-275 {
        padding-left: 275px !important
    }

    .-padding-xxxl-280 {
        padding: 280px !important
    }

    .-padding-top-xxxl-280,
    .-padding-y-xxxl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxxl-280,
    .-padding-x-xxxl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxxl-280,
    .-padding-y-xxxl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxxl-280,
    .-padding-x-xxxl-280 {
        padding-left: 280px !important
    }

    .-padding-xxxl-285 {
        padding: 285px !important
    }

    .-padding-top-xxxl-285,
    .-padding-y-xxxl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxxl-285,
    .-padding-x-xxxl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxxl-285,
    .-padding-y-xxxl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxxl-285,
    .-padding-x-xxxl-285 {
        padding-left: 285px !important
    }

    .-padding-xxxl-290 {
        padding: 290px !important
    }

    .-padding-top-xxxl-290,
    .-padding-y-xxxl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxxl-290,
    .-padding-x-xxxl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxxl-290,
    .-padding-y-xxxl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxxl-290,
    .-padding-x-xxxl-290 {
        padding-left: 290px !important
    }

    .-padding-xxxl-295 {
        padding: 295px !important
    }

    .-padding-top-xxxl-295,
    .-padding-y-xxxl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxxl-295,
    .-padding-x-xxxl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxxl-295,
    .-padding-y-xxxl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxxl-295,
    .-padding-x-xxxl-295 {
        padding-left: 295px !important
    }

    .-padding-xxxl-300 {
        padding: 300px !important
    }

    .-padding-top-xxxl-300,
    .-padding-y-xxxl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxxl-300,
    .-padding-x-xxxl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxxl-300,
    .-padding-y-xxxl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxxl-300,
    .-padding-x-xxxl-300 {
        padding-left: 300px !important
    }

    .-margin-xxxl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxxl-negative-5,
    .-margin-y-xxxl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxxl-negative-5,
    .-margin-x-xxxl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxxl-negative-5,
    .-margin-y-xxxl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxxl-negative-5,
    .-margin-x-xxxl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxxl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxxl-negative-10,
    .-margin-y-xxxl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxxl-negative-10,
    .-margin-x-xxxl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxxl-negative-10,
    .-margin-y-xxxl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxxl-negative-10,
    .-margin-x-xxxl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxxl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxxl-negative-15,
    .-margin-y-xxxl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxxl-negative-15,
    .-margin-x-xxxl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxxl-negative-15,
    .-margin-y-xxxl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxxl-negative-15,
    .-margin-x-xxxl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxxl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxxl-negative-20,
    .-margin-y-xxxl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxxl-negative-20,
    .-margin-x-xxxl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxxl-negative-20,
    .-margin-y-xxxl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxxl-negative-20,
    .-margin-x-xxxl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxxl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxxl-negative-25,
    .-margin-y-xxxl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxxl-negative-25,
    .-margin-x-xxxl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxxl-negative-25,
    .-margin-y-xxxl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxxl-negative-25,
    .-margin-x-xxxl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxxl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxxl-negative-30,
    .-margin-y-xxxl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxxl-negative-30,
    .-margin-x-xxxl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxl-negative-30,
    .-margin-y-xxxl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxl-negative-30,
    .-margin-x-xxxl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxxl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxxl-negative-35,
    .-margin-y-xxxl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxxl-negative-35,
    .-margin-x-xxxl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxl-negative-35,
    .-margin-y-xxxl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxl-negative-35,
    .-margin-x-xxxl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxxl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxxl-negative-40,
    .-margin-y-xxxl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxxl-negative-40,
    .-margin-x-xxxl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxxl-negative-40,
    .-margin-y-xxxl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxxl-negative-40,
    .-margin-x-xxxl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxxl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxxl-negative-45,
    .-margin-y-xxxl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxxl-negative-45,
    .-margin-x-xxxl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxxl-negative-45,
    .-margin-y-xxxl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxxl-negative-45,
    .-margin-x-xxxl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxxl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxxl-negative-50,
    .-margin-y-xxxl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxxl-negative-50,
    .-margin-x-xxxl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxxl-negative-50,
    .-margin-y-xxxl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxxl-negative-50,
    .-margin-x-xxxl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxxl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxxl-negative-55,
    .-margin-y-xxxl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxxl-negative-55,
    .-margin-x-xxxl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxxl-negative-55,
    .-margin-y-xxxl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxxl-negative-55,
    .-margin-x-xxxl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxxl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxxl-negative-60,
    .-margin-y-xxxl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxxl-negative-60,
    .-margin-x-xxxl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxxl-negative-60,
    .-margin-y-xxxl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxxl-negative-60,
    .-margin-x-xxxl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxxl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxxl-negative-65,
    .-margin-y-xxxl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxxl-negative-65,
    .-margin-x-xxxl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxxl-negative-65,
    .-margin-y-xxxl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxxl-negative-65,
    .-margin-x-xxxl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxxl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxxl-negative-75,
    .-margin-y-xxxl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxxl-negative-75,
    .-margin-x-xxxl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxxl-negative-75,
    .-margin-y-xxxl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxxl-negative-75,
    .-margin-x-xxxl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxxl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxxl-negative-80,
    .-margin-y-xxxl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxxl-negative-80,
    .-margin-x-xxxl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxxl-negative-80,
    .-margin-y-xxxl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxxl-negative-80,
    .-margin-x-xxxl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxxl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxxl-negative-85,
    .-margin-y-xxxl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxxl-negative-85,
    .-margin-x-xxxl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxxl-negative-85,
    .-margin-y-xxxl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxxl-negative-85,
    .-margin-x-xxxl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxxl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxxl-negative-90,
    .-margin-y-xxxl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxxl-negative-90,
    .-margin-x-xxxl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxxl-negative-90,
    .-margin-y-xxxl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxxl-negative-90,
    .-margin-x-xxxl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxxl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxxl-negative-95,
    .-margin-y-xxxl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxxl-negative-95,
    .-margin-x-xxxl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxxl-negative-95,
    .-margin-y-xxxl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxxl-negative-95,
    .-margin-x-xxxl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxxl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxxl-negative-100,
    .-margin-y-xxxl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxxl-negative-100,
    .-margin-x-xxxl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxxl-negative-100,
    .-margin-y-xxxl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxxl-negative-100,
    .-margin-x-xxxl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxxl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxxl-negative-105,
    .-margin-y-xxxl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxxl-negative-105,
    .-margin-x-xxxl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxxl-negative-105,
    .-margin-y-xxxl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxxl-negative-105,
    .-margin-x-xxxl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxxl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxxl-negative-110,
    .-margin-y-xxxl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxxl-negative-110,
    .-margin-x-xxxl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxxl-negative-110,
    .-margin-y-xxxl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxxl-negative-110,
    .-margin-x-xxxl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxxl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxxl-negative-115,
    .-margin-y-xxxl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxxl-negative-115,
    .-margin-x-xxxl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxxl-negative-115,
    .-margin-y-xxxl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxxl-negative-115,
    .-margin-x-xxxl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxxl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxxl-negative-120,
    .-margin-y-xxxl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxxl-negative-120,
    .-margin-x-xxxl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxxl-negative-120,
    .-margin-y-xxxl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxxl-negative-120,
    .-margin-x-xxxl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxxl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxxl-negative-125,
    .-margin-y-xxxl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxxl-negative-125,
    .-margin-x-xxxl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxxl-negative-125,
    .-margin-y-xxxl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxxl-negative-125,
    .-margin-x-xxxl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxxl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxxl-negative-130,
    .-margin-y-xxxl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxxl-negative-130,
    .-margin-x-xxxl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxxl-negative-130,
    .-margin-y-xxxl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxxl-negative-130,
    .-margin-x-xxxl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxxl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxxl-negative-135,
    .-margin-y-xxxl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxxl-negative-135,
    .-margin-x-xxxl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxxl-negative-135,
    .-margin-y-xxxl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxxl-negative-135,
    .-margin-x-xxxl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxxl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxxl-negative-140,
    .-margin-y-xxxl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxxl-negative-140,
    .-margin-x-xxxl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxxl-negative-140,
    .-margin-y-xxxl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxxl-negative-140,
    .-margin-x-xxxl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxxl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxxl-negative-145,
    .-margin-y-xxxl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxxl-negative-145,
    .-margin-x-xxxl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxxl-negative-145,
    .-margin-y-xxxl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxxl-negative-145,
    .-margin-x-xxxl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxxl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxxl-negative-150,
    .-margin-y-xxxl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxxl-negative-150,
    .-margin-x-xxxl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxxl-negative-150,
    .-margin-y-xxxl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxxl-negative-150,
    .-margin-x-xxxl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxxl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxxl-negative-155,
    .-margin-y-xxxl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxxl-negative-155,
    .-margin-x-xxxl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxxl-negative-155,
    .-margin-y-xxxl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxxl-negative-155,
    .-margin-x-xxxl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxxl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxxl-negative-160,
    .-margin-y-xxxl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxxl-negative-160,
    .-margin-x-xxxl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxxl-negative-160,
    .-margin-y-xxxl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxxl-negative-160,
    .-margin-x-xxxl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxxl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxxl-negative-165,
    .-margin-y-xxxl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxxl-negative-165,
    .-margin-x-xxxl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxxl-negative-165,
    .-margin-y-xxxl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxxl-negative-165,
    .-margin-x-xxxl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxxl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxxl-negative-170,
    .-margin-y-xxxl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxxl-negative-170,
    .-margin-x-xxxl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxxl-negative-170,
    .-margin-y-xxxl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxxl-negative-170,
    .-margin-x-xxxl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxxl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxxl-negative-175,
    .-margin-y-xxxl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxxl-negative-175,
    .-margin-x-xxxl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxxl-negative-175,
    .-margin-y-xxxl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxxl-negative-175,
    .-margin-x-xxxl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxxl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxxl-negative-180,
    .-margin-y-xxxl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxxl-negative-180,
    .-margin-x-xxxl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxxl-negative-180,
    .-margin-y-xxxl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxxl-negative-180,
    .-margin-x-xxxl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxxl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxxl-negative-185,
    .-margin-y-xxxl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxxl-negative-185,
    .-margin-x-xxxl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxxl-negative-185,
    .-margin-y-xxxl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxxl-negative-185,
    .-margin-x-xxxl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxxl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxxl-negative-190,
    .-margin-y-xxxl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxxl-negative-190,
    .-margin-x-xxxl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxxl-negative-190,
    .-margin-y-xxxl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxxl-negative-190,
    .-margin-x-xxxl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxxl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxxl-negative-195,
    .-margin-y-xxxl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxxl-negative-195,
    .-margin-x-xxxl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxxl-negative-195,
    .-margin-y-xxxl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxxl-negative-195,
    .-margin-x-xxxl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxxl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxxl-negative-200,
    .-margin-y-xxxl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxxl-negative-200,
    .-margin-x-xxxl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxxl-negative-200,
    .-margin-y-xxxl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxxl-negative-200,
    .-margin-x-xxxl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxxl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxxl-negative-205,
    .-margin-y-xxxl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxxl-negative-205,
    .-margin-x-xxxl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxxl-negative-205,
    .-margin-y-xxxl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxxl-negative-205,
    .-margin-x-xxxl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxxl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxxl-negative-210,
    .-margin-y-xxxl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxxl-negative-210,
    .-margin-x-xxxl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxxl-negative-210,
    .-margin-y-xxxl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxxl-negative-210,
    .-margin-x-xxxl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxxl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxxl-negative-215,
    .-margin-y-xxxl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxxl-negative-215,
    .-margin-x-xxxl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxxl-negative-215,
    .-margin-y-xxxl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxxl-negative-215,
    .-margin-x-xxxl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxxl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxxl-negative-220,
    .-margin-y-xxxl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxxl-negative-220,
    .-margin-x-xxxl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxxl-negative-220,
    .-margin-y-xxxl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxxl-negative-220,
    .-margin-x-xxxl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxxl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxxl-negative-225,
    .-margin-y-xxxl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxxl-negative-225,
    .-margin-x-xxxl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxxl-negative-225,
    .-margin-y-xxxl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxxl-negative-225,
    .-margin-x-xxxl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxxl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxxl-negative-230,
    .-margin-y-xxxl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxxl-negative-230,
    .-margin-x-xxxl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxxl-negative-230,
    .-margin-y-xxxl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxxl-negative-230,
    .-margin-x-xxxl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxxl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxxl-negative-235,
    .-margin-y-xxxl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxxl-negative-235,
    .-margin-x-xxxl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxxl-negative-235,
    .-margin-y-xxxl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxxl-negative-235,
    .-margin-x-xxxl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxxl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxxl-negative-240,
    .-margin-y-xxxl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxxl-negative-240,
    .-margin-x-xxxl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxxl-negative-240,
    .-margin-y-xxxl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxxl-negative-240,
    .-margin-x-xxxl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxxl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxxl-negative-245,
    .-margin-y-xxxl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxxl-negative-245,
    .-margin-x-xxxl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxxl-negative-245,
    .-margin-y-xxxl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxxl-negative-245,
    .-margin-x-xxxl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxxl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxxl-negative-250,
    .-margin-y-xxxl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxxl-negative-250,
    .-margin-x-xxxl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxxl-negative-250,
    .-margin-y-xxxl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxxl-negative-250,
    .-margin-x-xxxl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxxl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxxl-negative-255,
    .-margin-y-xxxl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxxl-negative-255,
    .-margin-x-xxxl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxxl-negative-255,
    .-margin-y-xxxl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxxl-negative-255,
    .-margin-x-xxxl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxxl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxxl-negative-260,
    .-margin-y-xxxl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxxl-negative-260,
    .-margin-x-xxxl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxxl-negative-260,
    .-margin-y-xxxl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxxl-negative-260,
    .-margin-x-xxxl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxxl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxxl-negative-265,
    .-margin-y-xxxl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxxl-negative-265,
    .-margin-x-xxxl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxxl-negative-265,
    .-margin-y-xxxl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxxl-negative-265,
    .-margin-x-xxxl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxxl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxxl-negative-270,
    .-margin-y-xxxl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxxl-negative-270,
    .-margin-x-xxxl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxxl-negative-270,
    .-margin-y-xxxl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxxl-negative-270,
    .-margin-x-xxxl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxxl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxxl-negative-275,
    .-margin-y-xxxl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxxl-negative-275,
    .-margin-x-xxxl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxxl-negative-275,
    .-margin-y-xxxl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxxl-negative-275,
    .-margin-x-xxxl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxxl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxxl-negative-280,
    .-margin-y-xxxl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxxl-negative-280,
    .-margin-x-xxxl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxxl-negative-280,
    .-margin-y-xxxl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxxl-negative-280,
    .-margin-x-xxxl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxxl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxxl-negative-285,
    .-margin-y-xxxl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxxl-negative-285,
    .-margin-x-xxxl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxxl-negative-285,
    .-margin-y-xxxl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxxl-negative-285,
    .-margin-x-xxxl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxxl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxxl-negative-290,
    .-margin-y-xxxl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxxl-negative-290,
    .-margin-x-xxxl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxxl-negative-290,
    .-margin-y-xxxl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxxl-negative-290,
    .-margin-x-xxxl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxxl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxxl-negative-295,
    .-margin-y-xxxl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxxl-negative-295,
    .-margin-x-xxxl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxxl-negative-295,
    .-margin-y-xxxl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxxl-negative-295,
    .-margin-x-xxxl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxxl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxxl-negative-300,
    .-margin-y-xxxl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxxl-negative-300,
    .-margin-x-xxxl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxxl-negative-300,
    .-margin-y-xxxl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxxl-negative-300,
    .-margin-x-xxxl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxxl-auto {
        margin: auto !important
    }

    .margin-top-xxxl-auto,
    .margin-y-xxxl-auto {
        margin-top: auto !important
    }

    .margin-right-xxxl-auto,
    .margin-x-xxxl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxxl-auto,
    .margin-y-xxxl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxxl-auto,
    .margin-x-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 2560px) {
    .-margin-xxxxl-0 {
        margin: 0 !important
    }

    .-margin-top-xxxxl-0,
    .-margin-y-xxxxl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxxxl-0,
    .-margin-x-xxxxl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxxxl-0,
    .-margin-y-xxxxl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxxxl-0,
    .-margin-x-xxxxl-0 {
        margin-left: 0 !important
    }

    .-margin-xxxxl-5 {
        margin: 5px !important
    }

    .-margin-top-xxxxl-5,
    .-margin-y-xxxxl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxxxl-5,
    .-margin-x-xxxxl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxxxl-5,
    .-margin-y-xxxxl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxxxl-5,
    .-margin-x-xxxxl-5 {
        margin-left: 5px !important
    }

    .-margin-xxxxl-10 {
        margin: 10px !important
    }

    .-margin-top-xxxxl-10,
    .-margin-y-xxxxl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxxxl-10,
    .-margin-x-xxxxl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxxxl-10,
    .-margin-y-xxxxl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxxxl-10,
    .-margin-x-xxxxl-10 {
        margin-left: 10px !important
    }

    .-margin-xxxxl-15 {
        margin: 15px !important
    }

    .-margin-top-xxxxl-15,
    .-margin-y-xxxxl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxxxl-15,
    .-margin-x-xxxxl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxxxl-15,
    .-margin-y-xxxxl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxxxl-15,
    .-margin-x-xxxxl-15 {
        margin-left: 15px !important
    }

    .-margin-xxxxl-20 {
        margin: 20px !important
    }

    .-margin-top-xxxxl-20,
    .-margin-y-xxxxl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxxxl-20,
    .-margin-x-xxxxl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxxxl-20,
    .-margin-y-xxxxl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxxxl-20,
    .-margin-x-xxxxl-20 {
        margin-left: 20px !important
    }

    .-margin-xxxxl-25 {
        margin: 25px !important
    }

    .-margin-top-xxxxl-25,
    .-margin-y-xxxxl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxxxl-25,
    .-margin-x-xxxxl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxxxl-25,
    .-margin-y-xxxxl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxxxl-25,
    .-margin-x-xxxxl-25 {
        margin-left: 25px !important
    }

    .-margin-xxxxl-30 {
        margin: 35px !important
    }

    .-margin-top-xxxxl-30,
    .-margin-y-xxxxl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxxxl-30,
    .-margin-x-xxxxl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxxl-30,
    .-margin-y-xxxxl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxxl-30,
    .-margin-x-xxxxl-30 {
        margin-left: 35px !important
    }

    .-margin-xxxxl-35 {
        margin: 35px !important
    }

    .-margin-top-xxxxl-35,
    .-margin-y-xxxxl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxxxl-35,
    .-margin-x-xxxxl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxxl-35,
    .-margin-y-xxxxl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxxl-35,
    .-margin-x-xxxxl-35 {
        margin-left: 35px !important
    }

    .-margin-xxxxl-40 {
        margin: 40px !important
    }

    .-margin-top-xxxxl-40,
    .-margin-y-xxxxl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxxxl-40,
    .-margin-x-xxxxl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxxxl-40,
    .-margin-y-xxxxl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxxxl-40,
    .-margin-x-xxxxl-40 {
        margin-left: 40px !important
    }

    .-margin-xxxxl-45 {
        margin: 45px !important
    }

    .-margin-top-xxxxl-45,
    .-margin-y-xxxxl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxxxl-45,
    .-margin-x-xxxxl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxxxl-45,
    .-margin-y-xxxxl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxxxl-45,
    .-margin-x-xxxxl-45 {
        margin-left: 45px !important
    }

    .-margin-xxxxl-50 {
        margin: 50px !important
    }

    .-margin-top-xxxxl-50,
    .-margin-y-xxxxl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxxxl-50,
    .-margin-x-xxxxl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxxxl-50,
    .-margin-y-xxxxl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxxxl-50,
    .-margin-x-xxxxl-50 {
        margin-left: 50px !important
    }

    .-margin-xxxxl-55 {
        margin: 55px !important
    }

    .-margin-top-xxxxl-55,
    .-margin-y-xxxxl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxxxl-55,
    .-margin-x-xxxxl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxxxl-55,
    .-margin-y-xxxxl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxxxl-55,
    .-margin-x-xxxxl-55 {
        margin-left: 55px !important
    }

    .-margin-xxxxl-60 {
        margin: 60px !important
    }

    .-margin-top-xxxxl-60,
    .-margin-y-xxxxl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxxxl-60,
    .-margin-x-xxxxl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxxxl-60,
    .-margin-y-xxxxl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxxxl-60,
    .-margin-x-xxxxl-60 {
        margin-left: 60px !important
    }

    .-margin-xxxxl-65 {
        margin: 65px !important
    }

    .-margin-top-xxxxl-65,
    .-margin-y-xxxxl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxxxl-65,
    .-margin-x-xxxxl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxxxl-65,
    .-margin-y-xxxxl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxxxl-65,
    .-margin-x-xxxxl-65 {
        margin-left: 65px !important
    }

    .-margin-xxxxl-75 {
        margin: 75px !important
    }

    .-margin-top-xxxxl-75,
    .-margin-y-xxxxl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxxxl-75,
    .-margin-x-xxxxl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxxxl-75,
    .-margin-y-xxxxl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxxxl-75,
    .-margin-x-xxxxl-75 {
        margin-left: 75px !important
    }

    .-margin-xxxxl-80 {
        margin: 80px !important
    }

    .-margin-top-xxxxl-80,
    .-margin-y-xxxxl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxxxl-80,
    .-margin-x-xxxxl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxxxl-80,
    .-margin-y-xxxxl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxxxl-80,
    .-margin-x-xxxxl-80 {
        margin-left: 80px !important
    }

    .-margin-xxxxl-85 {
        margin: 85px !important
    }

    .-margin-top-xxxxl-85,
    .-margin-y-xxxxl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxxxl-85,
    .-margin-x-xxxxl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxxxl-85,
    .-margin-y-xxxxl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxxxl-85,
    .-margin-x-xxxxl-85 {
        margin-left: 85px !important
    }

    .-margin-xxxxl-90 {
        margin: 90px !important
    }

    .-margin-top-xxxxl-90,
    .-margin-y-xxxxl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxxxl-90,
    .-margin-x-xxxxl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxxxl-90,
    .-margin-y-xxxxl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxxxl-90,
    .-margin-x-xxxxl-90 {
        margin-left: 90px !important
    }

    .-margin-xxxxl-95 {
        margin: 95px !important
    }

    .-margin-top-xxxxl-95,
    .-margin-y-xxxxl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxxxl-95,
    .-margin-x-xxxxl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxxxl-95,
    .-margin-y-xxxxl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxxxl-95,
    .-margin-x-xxxxl-95 {
        margin-left: 95px !important
    }

    .-margin-xxxxl-100 {
        margin: 100px !important
    }

    .-margin-top-xxxxl-100,
    .-margin-y-xxxxl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxxxl-100,
    .-margin-x-xxxxl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxxxl-100,
    .-margin-y-xxxxl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxxxl-100,
    .-margin-x-xxxxl-100 {
        margin-left: 100px !important
    }

    .-margin-xxxxl-105 {
        margin: 105px !important
    }

    .-margin-top-xxxxl-105,
    .-margin-y-xxxxl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxxxl-105,
    .-margin-x-xxxxl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxxxl-105,
    .-margin-y-xxxxl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxxxl-105,
    .-margin-x-xxxxl-105 {
        margin-left: 105px !important
    }

    .-margin-xxxxl-110 {
        margin: 110px !important
    }

    .-margin-top-xxxxl-110,
    .-margin-y-xxxxl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxxxl-110,
    .-margin-x-xxxxl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxxxl-110,
    .-margin-y-xxxxl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxxxl-110,
    .-margin-x-xxxxl-110 {
        margin-left: 110px !important
    }

    .-margin-xxxxl-115 {
        margin: 115px !important
    }

    .-margin-top-xxxxl-115,
    .-margin-y-xxxxl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxxxl-115,
    .-margin-x-xxxxl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxxxl-115,
    .-margin-y-xxxxl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxxxl-115,
    .-margin-x-xxxxl-115 {
        margin-left: 115px !important
    }

    .-margin-xxxxl-120 {
        margin: 120px !important
    }

    .-margin-top-xxxxl-120,
    .-margin-y-xxxxl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxxxl-120,
    .-margin-x-xxxxl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxxxl-120,
    .-margin-y-xxxxl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxxxl-120,
    .-margin-x-xxxxl-120 {
        margin-left: 120px !important
    }

    .-margin-xxxxl-125 {
        margin: 125px !important
    }

    .-margin-top-xxxxl-125,
    .-margin-y-xxxxl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxxxl-125,
    .-margin-x-xxxxl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxxxl-125,
    .-margin-y-xxxxl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxxxl-125,
    .-margin-x-xxxxl-125 {
        margin-left: 125px !important
    }

    .-margin-xxxxl-130 {
        margin: 130px !important
    }

    .-margin-top-xxxxl-130,
    .-margin-y-xxxxl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxxxl-130,
    .-margin-x-xxxxl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxxxl-130,
    .-margin-y-xxxxl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxxxl-130,
    .-margin-x-xxxxl-130 {
        margin-left: 130px !important
    }

    .-margin-xxxxl-135 {
        margin: 135px !important
    }

    .-margin-top-xxxxl-135,
    .-margin-y-xxxxl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxxxl-135,
    .-margin-x-xxxxl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxxxl-135,
    .-margin-y-xxxxl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxxxl-135,
    .-margin-x-xxxxl-135 {
        margin-left: 135px !important
    }

    .-margin-xxxxl-140 {
        margin: 140px !important
    }

    .-margin-top-xxxxl-140,
    .-margin-y-xxxxl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxxxl-140,
    .-margin-x-xxxxl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxxxl-140,
    .-margin-y-xxxxl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxxxl-140,
    .-margin-x-xxxxl-140 {
        margin-left: 140px !important
    }

    .-margin-xxxxl-145 {
        margin: 145px !important
    }

    .-margin-top-xxxxl-145,
    .-margin-y-xxxxl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxxxl-145,
    .-margin-x-xxxxl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxxxl-145,
    .-margin-y-xxxxl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxxxl-145,
    .-margin-x-xxxxl-145 {
        margin-left: 145px !important
    }

    .-margin-xxxxl-150 {
        margin: 150px !important
    }

    .-margin-top-xxxxl-150,
    .-margin-y-xxxxl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxxxl-150,
    .-margin-x-xxxxl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxxxl-150,
    .-margin-y-xxxxl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxxxl-150,
    .-margin-x-xxxxl-150 {
        margin-left: 150px !important
    }

    .-margin-xxxxl-155 {
        margin: 155px !important
    }

    .-margin-top-xxxxl-155,
    .-margin-y-xxxxl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxxxl-155,
    .-margin-x-xxxxl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxxxl-155,
    .-margin-y-xxxxl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxxxl-155,
    .-margin-x-xxxxl-155 {
        margin-left: 155px !important
    }

    .-margin-xxxxl-160 {
        margin: 160px !important
    }

    .-margin-top-xxxxl-160,
    .-margin-y-xxxxl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxxxl-160,
    .-margin-x-xxxxl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxxxl-160,
    .-margin-y-xxxxl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxxxl-160,
    .-margin-x-xxxxl-160 {
        margin-left: 160px !important
    }

    .-margin-xxxxl-165 {
        margin: 165px !important
    }

    .-margin-top-xxxxl-165,
    .-margin-y-xxxxl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxxxl-165,
    .-margin-x-xxxxl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxxxl-165,
    .-margin-y-xxxxl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxxxl-165,
    .-margin-x-xxxxl-165 {
        margin-left: 165px !important
    }

    .-margin-xxxxl-170 {
        margin: 170px !important
    }

    .-margin-top-xxxxl-170,
    .-margin-y-xxxxl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxxxl-170,
    .-margin-x-xxxxl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxxxl-170,
    .-margin-y-xxxxl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxxxl-170,
    .-margin-x-xxxxl-170 {
        margin-left: 170px !important
    }

    .-margin-xxxxl-175 {
        margin: 175px !important
    }

    .-margin-top-xxxxl-175,
    .-margin-y-xxxxl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxxxl-175,
    .-margin-x-xxxxl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxxxl-175,
    .-margin-y-xxxxl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxxxl-175,
    .-margin-x-xxxxl-175 {
        margin-left: 175px !important
    }

    .-margin-xxxxl-180 {
        margin: 180px !important
    }

    .-margin-top-xxxxl-180,
    .-margin-y-xxxxl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxxxl-180,
    .-margin-x-xxxxl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxxxl-180,
    .-margin-y-xxxxl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxxxl-180,
    .-margin-x-xxxxl-180 {
        margin-left: 180px !important
    }

    .-margin-xxxxl-185 {
        margin: 185px !important
    }

    .-margin-top-xxxxl-185,
    .-margin-y-xxxxl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxxxl-185,
    .-margin-x-xxxxl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxxxl-185,
    .-margin-y-xxxxl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxxxl-185,
    .-margin-x-xxxxl-185 {
        margin-left: 185px !important
    }

    .-margin-xxxxl-190 {
        margin: 190px !important
    }

    .-margin-top-xxxxl-190,
    .-margin-y-xxxxl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxxxl-190,
    .-margin-x-xxxxl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxxxl-190,
    .-margin-y-xxxxl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxxxl-190,
    .-margin-x-xxxxl-190 {
        margin-left: 190px !important
    }

    .-margin-xxxxl-195 {
        margin: 195px !important
    }

    .-margin-top-xxxxl-195,
    .-margin-y-xxxxl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxxxl-195,
    .-margin-x-xxxxl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxxxl-195,
    .-margin-y-xxxxl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxxxl-195,
    .-margin-x-xxxxl-195 {
        margin-left: 195px !important
    }

    .-margin-xxxxl-200 {
        margin: 200px !important
    }

    .-margin-top-xxxxl-200,
    .-margin-y-xxxxl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxxxl-200,
    .-margin-x-xxxxl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxxxl-200,
    .-margin-y-xxxxl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxxxl-200,
    .-margin-x-xxxxl-200 {
        margin-left: 200px !important
    }

    .-margin-xxxxl-205 {
        margin: 205px !important
    }

    .-margin-top-xxxxl-205,
    .-margin-y-xxxxl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxxxl-205,
    .-margin-x-xxxxl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxxxl-205,
    .-margin-y-xxxxl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxxxl-205,
    .-margin-x-xxxxl-205 {
        margin-left: 205px !important
    }

    .-margin-xxxxl-210 {
        margin: 210px !important
    }

    .-margin-top-xxxxl-210,
    .-margin-y-xxxxl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxxxl-210,
    .-margin-x-xxxxl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxxxl-210,
    .-margin-y-xxxxl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxxxl-210,
    .-margin-x-xxxxl-210 {
        margin-left: 210px !important
    }

    .-margin-xxxxl-215 {
        margin: 215px !important
    }

    .-margin-top-xxxxl-215,
    .-margin-y-xxxxl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxxxl-215,
    .-margin-x-xxxxl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxxxl-215,
    .-margin-y-xxxxl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxxxl-215,
    .-margin-x-xxxxl-215 {
        margin-left: 215px !important
    }

    .-margin-xxxxl-220 {
        margin: 220px !important
    }

    .-margin-top-xxxxl-220,
    .-margin-y-xxxxl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxxxl-220,
    .-margin-x-xxxxl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxxxl-220,
    .-margin-y-xxxxl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxxxl-220,
    .-margin-x-xxxxl-220 {
        margin-left: 220px !important
    }

    .-margin-xxxxl-225 {
        margin: 225px !important
    }

    .-margin-top-xxxxl-225,
    .-margin-y-xxxxl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxxxl-225,
    .-margin-x-xxxxl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxxxl-225,
    .-margin-y-xxxxl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxxxl-225,
    .-margin-x-xxxxl-225 {
        margin-left: 225px !important
    }

    .-margin-xxxxl-230 {
        margin: 230px !important
    }

    .-margin-top-xxxxl-230,
    .-margin-y-xxxxl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxxxl-230,
    .-margin-x-xxxxl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxxxl-230,
    .-margin-y-xxxxl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxxxl-230,
    .-margin-x-xxxxl-230 {
        margin-left: 230px !important
    }

    .-margin-xxxxl-235 {
        margin: 235px !important
    }

    .-margin-top-xxxxl-235,
    .-margin-y-xxxxl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxxxl-235,
    .-margin-x-xxxxl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxxxl-235,
    .-margin-y-xxxxl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxxxl-235,
    .-margin-x-xxxxl-235 {
        margin-left: 235px !important
    }

    .-margin-xxxxl-240 {
        margin: 240px !important
    }

    .-margin-top-xxxxl-240,
    .-margin-y-xxxxl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxxxl-240,
    .-margin-x-xxxxl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxxxl-240,
    .-margin-y-xxxxl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxxxl-240,
    .-margin-x-xxxxl-240 {
        margin-left: 240px !important
    }

    .-margin-xxxxl-245 {
        margin: 245px !important
    }

    .-margin-top-xxxxl-245,
    .-margin-y-xxxxl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxxxl-245,
    .-margin-x-xxxxl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxxxl-245,
    .-margin-y-xxxxl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxxxl-245,
    .-margin-x-xxxxl-245 {
        margin-left: 245px !important
    }

    .-margin-xxxxl-250 {
        margin: 250px !important
    }

    .-margin-top-xxxxl-250,
    .-margin-y-xxxxl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxxxl-250,
    .-margin-x-xxxxl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxxxl-250,
    .-margin-y-xxxxl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxxxl-250,
    .-margin-x-xxxxl-250 {
        margin-left: 250px !important
    }

    .-margin-xxxxl-255 {
        margin: 255px !important
    }

    .-margin-top-xxxxl-255,
    .-margin-y-xxxxl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxxxl-255,
    .-margin-x-xxxxl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxxxl-255,
    .-margin-y-xxxxl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxxxl-255,
    .-margin-x-xxxxl-255 {
        margin-left: 255px !important
    }

    .-margin-xxxxl-260 {
        margin: 260px !important
    }

    .-margin-top-xxxxl-260,
    .-margin-y-xxxxl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxxxl-260,
    .-margin-x-xxxxl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxxxl-260,
    .-margin-y-xxxxl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxxxl-260,
    .-margin-x-xxxxl-260 {
        margin-left: 260px !important
    }

    .-margin-xxxxl-265 {
        margin: 265px !important
    }

    .-margin-top-xxxxl-265,
    .-margin-y-xxxxl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxxxl-265,
    .-margin-x-xxxxl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxxxl-265,
    .-margin-y-xxxxl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxxxl-265,
    .-margin-x-xxxxl-265 {
        margin-left: 265px !important
    }

    .-margin-xxxxl-270 {
        margin: 270px !important
    }

    .-margin-top-xxxxl-270,
    .-margin-y-xxxxl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxxxl-270,
    .-margin-x-xxxxl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxxxl-270,
    .-margin-y-xxxxl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxxxl-270,
    .-margin-x-xxxxl-270 {
        margin-left: 270px !important
    }

    .-margin-xxxxl-275 {
        margin: 275px !important
    }

    .-margin-top-xxxxl-275,
    .-margin-y-xxxxl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxxxl-275,
    .-margin-x-xxxxl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxxxl-275,
    .-margin-y-xxxxl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxxxl-275,
    .-margin-x-xxxxl-275 {
        margin-left: 275px !important
    }

    .-margin-xxxxl-280 {
        margin: 280px !important
    }

    .-margin-top-xxxxl-280,
    .-margin-y-xxxxl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxxxl-280,
    .-margin-x-xxxxl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxxxl-280,
    .-margin-y-xxxxl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxxxl-280,
    .-margin-x-xxxxl-280 {
        margin-left: 280px !important
    }

    .-margin-xxxxl-285 {
        margin: 285px !important
    }

    .-margin-top-xxxxl-285,
    .-margin-y-xxxxl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxxxl-285,
    .-margin-x-xxxxl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxxxl-285,
    .-margin-y-xxxxl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxxxl-285,
    .-margin-x-xxxxl-285 {
        margin-left: 285px !important
    }

    .-margin-xxxxl-290 {
        margin: 290px !important
    }

    .-margin-top-xxxxl-290,
    .-margin-y-xxxxl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxxxl-290,
    .-margin-x-xxxxl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxxxl-290,
    .-margin-y-xxxxl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxxxl-290,
    .-margin-x-xxxxl-290 {
        margin-left: 290px !important
    }

    .-margin-xxxxl-295 {
        margin: 295px !important
    }

    .-margin-top-xxxxl-295,
    .-margin-y-xxxxl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxxxl-295,
    .-margin-x-xxxxl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxxxl-295,
    .-margin-y-xxxxl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxxxl-295,
    .-margin-x-xxxxl-295 {
        margin-left: 295px !important
    }

    .-margin-xxxxl-300 {
        margin: 300px !important
    }

    .-margin-top-xxxxl-300,
    .-margin-y-xxxxl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxxxl-300,
    .-margin-x-xxxxl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxxxl-300,
    .-margin-y-xxxxl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxxxl-300,
    .-margin-x-xxxxl-300 {
        margin-left: 300px !important
    }

    .-padding-xxxxl-0 {
        padding: 0 !important
    }

    .-padding-top-xxxxl-0,
    .-padding-y-xxxxl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxxxl-0,
    .-padding-x-xxxxl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxxxl-0,
    .-padding-y-xxxxl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxxxl-0,
    .-padding-x-xxxxl-0 {
        padding-left: 0 !important
    }

    .-padding-xxxxl-5 {
        padding: 5px !important
    }

    .-padding-top-xxxxl-5,
    .-padding-y-xxxxl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxxxl-5,
    .-padding-x-xxxxl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxxxl-5,
    .-padding-y-xxxxl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxxxl-5,
    .-padding-x-xxxxl-5 {
        padding-left: 5px !important
    }

    .-padding-xxxxl-10 {
        padding: 10px !important
    }

    .-padding-top-xxxxl-10,
    .-padding-y-xxxxl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxxxl-10,
    .-padding-x-xxxxl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxxxl-10,
    .-padding-y-xxxxl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxxxl-10,
    .-padding-x-xxxxl-10 {
        padding-left: 10px !important
    }

    .-padding-xxxxl-15 {
        padding: 15px !important
    }

    .-padding-top-xxxxl-15,
    .-padding-y-xxxxl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxxxl-15,
    .-padding-x-xxxxl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxxxl-15,
    .-padding-y-xxxxl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxxxl-15,
    .-padding-x-xxxxl-15 {
        padding-left: 15px !important
    }

    .-padding-xxxxl-20 {
        padding: 20px !important
    }

    .-padding-top-xxxxl-20,
    .-padding-y-xxxxl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxxxl-20,
    .-padding-x-xxxxl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxxxl-20,
    .-padding-y-xxxxl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxxxl-20,
    .-padding-x-xxxxl-20 {
        padding-left: 20px !important
    }

    .-padding-xxxxl-25 {
        padding: 25px !important
    }

    .-padding-top-xxxxl-25,
    .-padding-y-xxxxl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxxxl-25,
    .-padding-x-xxxxl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxxxl-25,
    .-padding-y-xxxxl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxxxl-25,
    .-padding-x-xxxxl-25 {
        padding-left: 25px !important
    }

    .-padding-xxxxl-30 {
        padding: 35px !important
    }

    .-padding-top-xxxxl-30,
    .-padding-y-xxxxl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxxxl-30,
    .-padding-x-xxxxl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxxl-30,
    .-padding-y-xxxxl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxxl-30,
    .-padding-x-xxxxl-30 {
        padding-left: 35px !important
    }

    .-padding-xxxxl-35 {
        padding: 35px !important
    }

    .-padding-top-xxxxl-35,
    .-padding-y-xxxxl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxxxl-35,
    .-padding-x-xxxxl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxxl-35,
    .-padding-y-xxxxl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxxl-35,
    .-padding-x-xxxxl-35 {
        padding-left: 35px !important
    }

    .-padding-xxxxl-40 {
        padding: 40px !important
    }

    .-padding-top-xxxxl-40,
    .-padding-y-xxxxl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxxxl-40,
    .-padding-x-xxxxl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxxxl-40,
    .-padding-y-xxxxl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxxxl-40,
    .-padding-x-xxxxl-40 {
        padding-left: 40px !important
    }

    .-padding-xxxxl-45 {
        padding: 45px !important
    }

    .-padding-top-xxxxl-45,
    .-padding-y-xxxxl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxxxl-45,
    .-padding-x-xxxxl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxxxl-45,
    .-padding-y-xxxxl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxxxl-45,
    .-padding-x-xxxxl-45 {
        padding-left: 45px !important
    }

    .-padding-xxxxl-50 {
        padding: 50px !important
    }

    .-padding-top-xxxxl-50,
    .-padding-y-xxxxl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxxxl-50,
    .-padding-x-xxxxl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxxxl-50,
    .-padding-y-xxxxl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxxxl-50,
    .-padding-x-xxxxl-50 {
        padding-left: 50px !important
    }

    .-padding-xxxxl-55 {
        padding: 55px !important
    }

    .-padding-top-xxxxl-55,
    .-padding-y-xxxxl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxxxl-55,
    .-padding-x-xxxxl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxxxl-55,
    .-padding-y-xxxxl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxxxl-55,
    .-padding-x-xxxxl-55 {
        padding-left: 55px !important
    }

    .-padding-xxxxl-60 {
        padding: 60px !important
    }

    .-padding-top-xxxxl-60,
    .-padding-y-xxxxl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxxxl-60,
    .-padding-x-xxxxl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxxxl-60,
    .-padding-y-xxxxl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxxxl-60,
    .-padding-x-xxxxl-60 {
        padding-left: 60px !important
    }

    .-padding-xxxxl-65 {
        padding: 65px !important
    }

    .-padding-top-xxxxl-65,
    .-padding-y-xxxxl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxxxl-65,
    .-padding-x-xxxxl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxxxl-65,
    .-padding-y-xxxxl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxxxl-65,
    .-padding-x-xxxxl-65 {
        padding-left: 65px !important
    }

    .-padding-xxxxl-75 {
        padding: 75px !important
    }

    .-padding-top-xxxxl-75,
    .-padding-y-xxxxl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxxxl-75,
    .-padding-x-xxxxl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxxxl-75,
    .-padding-y-xxxxl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxxxl-75,
    .-padding-x-xxxxl-75 {
        padding-left: 75px !important
    }

    .-padding-xxxxl-80 {
        padding: 80px !important
    }

    .-padding-top-xxxxl-80,
    .-padding-y-xxxxl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxxxl-80,
    .-padding-x-xxxxl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxxxl-80,
    .-padding-y-xxxxl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxxxl-80,
    .-padding-x-xxxxl-80 {
        padding-left: 80px !important
    }

    .-padding-xxxxl-85 {
        padding: 85px !important
    }

    .-padding-top-xxxxl-85,
    .-padding-y-xxxxl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxxxl-85,
    .-padding-x-xxxxl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxxxl-85,
    .-padding-y-xxxxl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxxxl-85,
    .-padding-x-xxxxl-85 {
        padding-left: 85px !important
    }

    .-padding-xxxxl-90 {
        padding: 90px !important
    }

    .-padding-top-xxxxl-90,
    .-padding-y-xxxxl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxxxl-90,
    .-padding-x-xxxxl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxxxl-90,
    .-padding-y-xxxxl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxxxl-90,
    .-padding-x-xxxxl-90 {
        padding-left: 90px !important
    }

    .-padding-xxxxl-95 {
        padding: 95px !important
    }

    .-padding-top-xxxxl-95,
    .-padding-y-xxxxl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxxxl-95,
    .-padding-x-xxxxl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxxxl-95,
    .-padding-y-xxxxl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxxxl-95,
    .-padding-x-xxxxl-95 {
        padding-left: 95px !important
    }

    .-padding-xxxxl-100 {
        padding: 100px !important
    }

    .-padding-top-xxxxl-100,
    .-padding-y-xxxxl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxxxl-100,
    .-padding-x-xxxxl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxxxl-100,
    .-padding-y-xxxxl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxxxl-100,
    .-padding-x-xxxxl-100 {
        padding-left: 100px !important
    }

    .-padding-xxxxl-105 {
        padding: 105px !important
    }

    .-padding-top-xxxxl-105,
    .-padding-y-xxxxl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxxxl-105,
    .-padding-x-xxxxl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxxxl-105,
    .-padding-y-xxxxl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxxxl-105,
    .-padding-x-xxxxl-105 {
        padding-left: 105px !important
    }

    .-padding-xxxxl-110 {
        padding: 110px !important
    }

    .-padding-top-xxxxl-110,
    .-padding-y-xxxxl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxxxl-110,
    .-padding-x-xxxxl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxxxl-110,
    .-padding-y-xxxxl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxxxl-110,
    .-padding-x-xxxxl-110 {
        padding-left: 110px !important
    }

    .-padding-xxxxl-115 {
        padding: 115px !important
    }

    .-padding-top-xxxxl-115,
    .-padding-y-xxxxl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxxxl-115,
    .-padding-x-xxxxl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxxxl-115,
    .-padding-y-xxxxl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxxxl-115,
    .-padding-x-xxxxl-115 {
        padding-left: 115px !important
    }

    .-padding-xxxxl-120 {
        padding: 120px !important
    }

    .-padding-top-xxxxl-120,
    .-padding-y-xxxxl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxxxl-120,
    .-padding-x-xxxxl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxxxl-120,
    .-padding-y-xxxxl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxxxl-120,
    .-padding-x-xxxxl-120 {
        padding-left: 120px !important
    }

    .-padding-xxxxl-125 {
        padding: 125px !important
    }

    .-padding-top-xxxxl-125,
    .-padding-y-xxxxl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxxxl-125,
    .-padding-x-xxxxl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxxxl-125,
    .-padding-y-xxxxl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxxxl-125,
    .-padding-x-xxxxl-125 {
        padding-left: 125px !important
    }

    .-padding-xxxxl-130 {
        padding: 130px !important
    }

    .-padding-top-xxxxl-130,
    .-padding-y-xxxxl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxxxl-130,
    .-padding-x-xxxxl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxxxl-130,
    .-padding-y-xxxxl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxxxl-130,
    .-padding-x-xxxxl-130 {
        padding-left: 130px !important
    }

    .-padding-xxxxl-135 {
        padding: 135px !important
    }

    .-padding-top-xxxxl-135,
    .-padding-y-xxxxl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxxxl-135,
    .-padding-x-xxxxl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxxxl-135,
    .-padding-y-xxxxl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxxxl-135,
    .-padding-x-xxxxl-135 {
        padding-left: 135px !important
    }

    .-padding-xxxxl-140 {
        padding: 140px !important
    }

    .-padding-top-xxxxl-140,
    .-padding-y-xxxxl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxxxl-140,
    .-padding-x-xxxxl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxxxl-140,
    .-padding-y-xxxxl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxxxl-140,
    .-padding-x-xxxxl-140 {
        padding-left: 140px !important
    }

    .-padding-xxxxl-145 {
        padding: 145px !important
    }

    .-padding-top-xxxxl-145,
    .-padding-y-xxxxl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxxxl-145,
    .-padding-x-xxxxl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxxxl-145,
    .-padding-y-xxxxl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxxxl-145,
    .-padding-x-xxxxl-145 {
        padding-left: 145px !important
    }

    .-padding-xxxxl-150 {
        padding: 150px !important
    }

    .-padding-top-xxxxl-150,
    .-padding-y-xxxxl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxxxl-150,
    .-padding-x-xxxxl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxxxl-150,
    .-padding-y-xxxxl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxxxl-150,
    .-padding-x-xxxxl-150 {
        padding-left: 150px !important
    }

    .-padding-xxxxl-155 {
        padding: 155px !important
    }

    .-padding-top-xxxxl-155,
    .-padding-y-xxxxl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxxxl-155,
    .-padding-x-xxxxl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxxxl-155,
    .-padding-y-xxxxl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxxxl-155,
    .-padding-x-xxxxl-155 {
        padding-left: 155px !important
    }

    .-padding-xxxxl-160 {
        padding: 160px !important
    }

    .-padding-top-xxxxl-160,
    .-padding-y-xxxxl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxxxl-160,
    .-padding-x-xxxxl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxxxl-160,
    .-padding-y-xxxxl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxxxl-160,
    .-padding-x-xxxxl-160 {
        padding-left: 160px !important
    }

    .-padding-xxxxl-165 {
        padding: 165px !important
    }

    .-padding-top-xxxxl-165,
    .-padding-y-xxxxl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxxxl-165,
    .-padding-x-xxxxl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxxxl-165,
    .-padding-y-xxxxl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxxxl-165,
    .-padding-x-xxxxl-165 {
        padding-left: 165px !important
    }

    .-padding-xxxxl-170 {
        padding: 170px !important
    }

    .-padding-top-xxxxl-170,
    .-padding-y-xxxxl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxxxl-170,
    .-padding-x-xxxxl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxxxl-170,
    .-padding-y-xxxxl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxxxl-170,
    .-padding-x-xxxxl-170 {
        padding-left: 170px !important
    }

    .-padding-xxxxl-175 {
        padding: 175px !important
    }

    .-padding-top-xxxxl-175,
    .-padding-y-xxxxl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxxxl-175,
    .-padding-x-xxxxl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxxxl-175,
    .-padding-y-xxxxl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxxxl-175,
    .-padding-x-xxxxl-175 {
        padding-left: 175px !important
    }

    .-padding-xxxxl-180 {
        padding: 180px !important
    }

    .-padding-top-xxxxl-180,
    .-padding-y-xxxxl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxxxl-180,
    .-padding-x-xxxxl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxxxl-180,
    .-padding-y-xxxxl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxxxl-180,
    .-padding-x-xxxxl-180 {
        padding-left: 180px !important
    }

    .-padding-xxxxl-185 {
        padding: 185px !important
    }

    .-padding-top-xxxxl-185,
    .-padding-y-xxxxl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxxxl-185,
    .-padding-x-xxxxl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxxxl-185,
    .-padding-y-xxxxl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxxxl-185,
    .-padding-x-xxxxl-185 {
        padding-left: 185px !important
    }

    .-padding-xxxxl-190 {
        padding: 190px !important
    }

    .-padding-top-xxxxl-190,
    .-padding-y-xxxxl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxxxl-190,
    .-padding-x-xxxxl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxxxl-190,
    .-padding-y-xxxxl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxxxl-190,
    .-padding-x-xxxxl-190 {
        padding-left: 190px !important
    }

    .-padding-xxxxl-195 {
        padding: 195px !important
    }

    .-padding-top-xxxxl-195,
    .-padding-y-xxxxl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxxxl-195,
    .-padding-x-xxxxl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxxxl-195,
    .-padding-y-xxxxl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxxxl-195,
    .-padding-x-xxxxl-195 {
        padding-left: 195px !important
    }

    .-padding-xxxxl-200 {
        padding: 200px !important
    }

    .-padding-top-xxxxl-200,
    .-padding-y-xxxxl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxxxl-200,
    .-padding-x-xxxxl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxxxl-200,
    .-padding-y-xxxxl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxxxl-200,
    .-padding-x-xxxxl-200 {
        padding-left: 200px !important
    }

    .-padding-xxxxl-205 {
        padding: 205px !important
    }

    .-padding-top-xxxxl-205,
    .-padding-y-xxxxl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxxxl-205,
    .-padding-x-xxxxl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxxxl-205,
    .-padding-y-xxxxl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxxxl-205,
    .-padding-x-xxxxl-205 {
        padding-left: 205px !important
    }

    .-padding-xxxxl-210 {
        padding: 210px !important
    }

    .-padding-top-xxxxl-210,
    .-padding-y-xxxxl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxxxl-210,
    .-padding-x-xxxxl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxxxl-210,
    .-padding-y-xxxxl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxxxl-210,
    .-padding-x-xxxxl-210 {
        padding-left: 210px !important
    }

    .-padding-xxxxl-215 {
        padding: 215px !important
    }

    .-padding-top-xxxxl-215,
    .-padding-y-xxxxl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxxxl-215,
    .-padding-x-xxxxl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxxxl-215,
    .-padding-y-xxxxl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxxxl-215,
    .-padding-x-xxxxl-215 {
        padding-left: 215px !important
    }

    .-padding-xxxxl-220 {
        padding: 220px !important
    }

    .-padding-top-xxxxl-220,
    .-padding-y-xxxxl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxxxl-220,
    .-padding-x-xxxxl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxxxl-220,
    .-padding-y-xxxxl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxxxl-220,
    .-padding-x-xxxxl-220 {
        padding-left: 220px !important
    }

    .-padding-xxxxl-225 {
        padding: 225px !important
    }

    .-padding-top-xxxxl-225,
    .-padding-y-xxxxl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxxxl-225,
    .-padding-x-xxxxl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxxxl-225,
    .-padding-y-xxxxl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxxxl-225,
    .-padding-x-xxxxl-225 {
        padding-left: 225px !important
    }

    .-padding-xxxxl-230 {
        padding: 230px !important
    }

    .-padding-top-xxxxl-230,
    .-padding-y-xxxxl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxxxl-230,
    .-padding-x-xxxxl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxxxl-230,
    .-padding-y-xxxxl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxxxl-230,
    .-padding-x-xxxxl-230 {
        padding-left: 230px !important
    }

    .-padding-xxxxl-235 {
        padding: 235px !important
    }

    .-padding-top-xxxxl-235,
    .-padding-y-xxxxl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxxxl-235,
    .-padding-x-xxxxl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxxxl-235,
    .-padding-y-xxxxl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxxxl-235,
    .-padding-x-xxxxl-235 {
        padding-left: 235px !important
    }

    .-padding-xxxxl-240 {
        padding: 240px !important
    }

    .-padding-top-xxxxl-240,
    .-padding-y-xxxxl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxxxl-240,
    .-padding-x-xxxxl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxxxl-240,
    .-padding-y-xxxxl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxxxl-240,
    .-padding-x-xxxxl-240 {
        padding-left: 240px !important
    }

    .-padding-xxxxl-245 {
        padding: 245px !important
    }

    .-padding-top-xxxxl-245,
    .-padding-y-xxxxl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxxxl-245,
    .-padding-x-xxxxl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxxxl-245,
    .-padding-y-xxxxl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxxxl-245,
    .-padding-x-xxxxl-245 {
        padding-left: 245px !important
    }

    .-padding-xxxxl-250 {
        padding: 250px !important
    }

    .-padding-top-xxxxl-250,
    .-padding-y-xxxxl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxxxl-250,
    .-padding-x-xxxxl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxxxl-250,
    .-padding-y-xxxxl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxxxl-250,
    .-padding-x-xxxxl-250 {
        padding-left: 250px !important
    }

    .-padding-xxxxl-255 {
        padding: 255px !important
    }

    .-padding-top-xxxxl-255,
    .-padding-y-xxxxl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxxxl-255,
    .-padding-x-xxxxl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxxxl-255,
    .-padding-y-xxxxl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxxxl-255,
    .-padding-x-xxxxl-255 {
        padding-left: 255px !important
    }

    .-padding-xxxxl-260 {
        padding: 260px !important
    }

    .-padding-top-xxxxl-260,
    .-padding-y-xxxxl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxxxl-260,
    .-padding-x-xxxxl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxxxl-260,
    .-padding-y-xxxxl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxxxl-260,
    .-padding-x-xxxxl-260 {
        padding-left: 260px !important
    }

    .-padding-xxxxl-265 {
        padding: 265px !important
    }

    .-padding-top-xxxxl-265,
    .-padding-y-xxxxl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxxxl-265,
    .-padding-x-xxxxl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxxxl-265,
    .-padding-y-xxxxl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxxxl-265,
    .-padding-x-xxxxl-265 {
        padding-left: 265px !important
    }

    .-padding-xxxxl-270 {
        padding: 270px !important
    }

    .-padding-top-xxxxl-270,
    .-padding-y-xxxxl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxxxl-270,
    .-padding-x-xxxxl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxxxl-270,
    .-padding-y-xxxxl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxxxl-270,
    .-padding-x-xxxxl-270 {
        padding-left: 270px !important
    }

    .-padding-xxxxl-275 {
        padding: 275px !important
    }

    .-padding-top-xxxxl-275,
    .-padding-y-xxxxl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxxxl-275,
    .-padding-x-xxxxl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxxxl-275,
    .-padding-y-xxxxl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxxxl-275,
    .-padding-x-xxxxl-275 {
        padding-left: 275px !important
    }

    .-padding-xxxxl-280 {
        padding: 280px !important
    }

    .-padding-top-xxxxl-280,
    .-padding-y-xxxxl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxxxl-280,
    .-padding-x-xxxxl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxxxl-280,
    .-padding-y-xxxxl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxxxl-280,
    .-padding-x-xxxxl-280 {
        padding-left: 280px !important
    }

    .-padding-xxxxl-285 {
        padding: 285px !important
    }

    .-padding-top-xxxxl-285,
    .-padding-y-xxxxl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxxxl-285,
    .-padding-x-xxxxl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxxxl-285,
    .-padding-y-xxxxl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxxxl-285,
    .-padding-x-xxxxl-285 {
        padding-left: 285px !important
    }

    .-padding-xxxxl-290 {
        padding: 290px !important
    }

    .-padding-top-xxxxl-290,
    .-padding-y-xxxxl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxxxl-290,
    .-padding-x-xxxxl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxxxl-290,
    .-padding-y-xxxxl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxxxl-290,
    .-padding-x-xxxxl-290 {
        padding-left: 290px !important
    }

    .-padding-xxxxl-295 {
        padding: 295px !important
    }

    .-padding-top-xxxxl-295,
    .-padding-y-xxxxl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxxxl-295,
    .-padding-x-xxxxl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxxxl-295,
    .-padding-y-xxxxl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxxxl-295,
    .-padding-x-xxxxl-295 {
        padding-left: 295px !important
    }

    .-padding-xxxxl-300 {
        padding: 300px !important
    }

    .-padding-top-xxxxl-300,
    .-padding-y-xxxxl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxxxl-300,
    .-padding-x-xxxxl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxxxl-300,
    .-padding-y-xxxxl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxxxl-300,
    .-padding-x-xxxxl-300 {
        padding-left: 300px !important
    }

    .-margin-xxxxl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxxxl-negative-5,
    .-margin-y-xxxxl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxxxl-negative-5,
    .-margin-x-xxxxl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxxxl-negative-5,
    .-margin-y-xxxxl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxxxl-negative-5,
    .-margin-x-xxxxl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxxxl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxxxl-negative-10,
    .-margin-y-xxxxl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxxxl-negative-10,
    .-margin-x-xxxxl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxxxl-negative-10,
    .-margin-y-xxxxl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxxxl-negative-10,
    .-margin-x-xxxxl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxxxl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxxxl-negative-15,
    .-margin-y-xxxxl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxxxl-negative-15,
    .-margin-x-xxxxl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxxxl-negative-15,
    .-margin-y-xxxxl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxxxl-negative-15,
    .-margin-x-xxxxl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxxxl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxxxl-negative-20,
    .-margin-y-xxxxl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxxxl-negative-20,
    .-margin-x-xxxxl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxxxl-negative-20,
    .-margin-y-xxxxl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxxxl-negative-20,
    .-margin-x-xxxxl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxxxl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxxxl-negative-25,
    .-margin-y-xxxxl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxxxl-negative-25,
    .-margin-x-xxxxl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxxxl-negative-25,
    .-margin-y-xxxxl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxxxl-negative-25,
    .-margin-x-xxxxl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxxxl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxxxl-negative-30,
    .-margin-y-xxxxl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxxxl-negative-30,
    .-margin-x-xxxxl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxxl-negative-30,
    .-margin-y-xxxxl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxxl-negative-30,
    .-margin-x-xxxxl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxxxl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxxxl-negative-35,
    .-margin-y-xxxxl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxxxl-negative-35,
    .-margin-x-xxxxl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxxl-negative-35,
    .-margin-y-xxxxl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxxl-negative-35,
    .-margin-x-xxxxl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxxxl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxxxl-negative-40,
    .-margin-y-xxxxl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxxxl-negative-40,
    .-margin-x-xxxxl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxxxl-negative-40,
    .-margin-y-xxxxl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxxxl-negative-40,
    .-margin-x-xxxxl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxxxl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxxxl-negative-45,
    .-margin-y-xxxxl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxxxl-negative-45,
    .-margin-x-xxxxl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxxxl-negative-45,
    .-margin-y-xxxxl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxxxl-negative-45,
    .-margin-x-xxxxl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxxxl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxxxl-negative-50,
    .-margin-y-xxxxl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxxxl-negative-50,
    .-margin-x-xxxxl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxxxl-negative-50,
    .-margin-y-xxxxl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxxxl-negative-50,
    .-margin-x-xxxxl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxxxl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxxxl-negative-55,
    .-margin-y-xxxxl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxxxl-negative-55,
    .-margin-x-xxxxl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxxxl-negative-55,
    .-margin-y-xxxxl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxxxl-negative-55,
    .-margin-x-xxxxl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxxxl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxxxl-negative-60,
    .-margin-y-xxxxl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxxxl-negative-60,
    .-margin-x-xxxxl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxxxl-negative-60,
    .-margin-y-xxxxl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxxxl-negative-60,
    .-margin-x-xxxxl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxxxl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxxxl-negative-65,
    .-margin-y-xxxxl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxxxl-negative-65,
    .-margin-x-xxxxl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxxxl-negative-65,
    .-margin-y-xxxxl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxxxl-negative-65,
    .-margin-x-xxxxl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxxxl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxxxl-negative-75,
    .-margin-y-xxxxl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxxxl-negative-75,
    .-margin-x-xxxxl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxxxl-negative-75,
    .-margin-y-xxxxl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxxxl-negative-75,
    .-margin-x-xxxxl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxxxl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxxxl-negative-80,
    .-margin-y-xxxxl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxxxl-negative-80,
    .-margin-x-xxxxl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxxxl-negative-80,
    .-margin-y-xxxxl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxxxl-negative-80,
    .-margin-x-xxxxl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxxxl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxxxl-negative-85,
    .-margin-y-xxxxl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxxxl-negative-85,
    .-margin-x-xxxxl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxxxl-negative-85,
    .-margin-y-xxxxl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxxxl-negative-85,
    .-margin-x-xxxxl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxxxl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxxxl-negative-90,
    .-margin-y-xxxxl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxxxl-negative-90,
    .-margin-x-xxxxl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxxxl-negative-90,
    .-margin-y-xxxxl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxxxl-negative-90,
    .-margin-x-xxxxl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxxxl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxxxl-negative-95,
    .-margin-y-xxxxl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxxxl-negative-95,
    .-margin-x-xxxxl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxxxl-negative-95,
    .-margin-y-xxxxl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxxxl-negative-95,
    .-margin-x-xxxxl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxxxl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxxxl-negative-100,
    .-margin-y-xxxxl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxxxl-negative-100,
    .-margin-x-xxxxl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxxxl-negative-100,
    .-margin-y-xxxxl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxxxl-negative-100,
    .-margin-x-xxxxl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxxxl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxxxl-negative-105,
    .-margin-y-xxxxl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxxxl-negative-105,
    .-margin-x-xxxxl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxxxl-negative-105,
    .-margin-y-xxxxl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxxxl-negative-105,
    .-margin-x-xxxxl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxxxl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxxxl-negative-110,
    .-margin-y-xxxxl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxxxl-negative-110,
    .-margin-x-xxxxl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxxxl-negative-110,
    .-margin-y-xxxxl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxxxl-negative-110,
    .-margin-x-xxxxl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxxxl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxxxl-negative-115,
    .-margin-y-xxxxl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxxxl-negative-115,
    .-margin-x-xxxxl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxxxl-negative-115,
    .-margin-y-xxxxl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxxxl-negative-115,
    .-margin-x-xxxxl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxxxl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxxxl-negative-120,
    .-margin-y-xxxxl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxxxl-negative-120,
    .-margin-x-xxxxl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxxxl-negative-120,
    .-margin-y-xxxxl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxxxl-negative-120,
    .-margin-x-xxxxl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxxxl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxxxl-negative-125,
    .-margin-y-xxxxl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxxxl-negative-125,
    .-margin-x-xxxxl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxxxl-negative-125,
    .-margin-y-xxxxl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxxxl-negative-125,
    .-margin-x-xxxxl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxxxl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxxxl-negative-130,
    .-margin-y-xxxxl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxxxl-negative-130,
    .-margin-x-xxxxl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxxxl-negative-130,
    .-margin-y-xxxxl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxxxl-negative-130,
    .-margin-x-xxxxl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxxxl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxxxl-negative-135,
    .-margin-y-xxxxl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxxxl-negative-135,
    .-margin-x-xxxxl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxxxl-negative-135,
    .-margin-y-xxxxl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxxxl-negative-135,
    .-margin-x-xxxxl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxxxl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxxxl-negative-140,
    .-margin-y-xxxxl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxxxl-negative-140,
    .-margin-x-xxxxl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxxxl-negative-140,
    .-margin-y-xxxxl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxxxl-negative-140,
    .-margin-x-xxxxl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxxxl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxxxl-negative-145,
    .-margin-y-xxxxl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxxxl-negative-145,
    .-margin-x-xxxxl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxxxl-negative-145,
    .-margin-y-xxxxl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxxxl-negative-145,
    .-margin-x-xxxxl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxxxl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxxxl-negative-150,
    .-margin-y-xxxxl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxxxl-negative-150,
    .-margin-x-xxxxl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxxxl-negative-150,
    .-margin-y-xxxxl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxxxl-negative-150,
    .-margin-x-xxxxl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxxxl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxxxl-negative-155,
    .-margin-y-xxxxl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxxxl-negative-155,
    .-margin-x-xxxxl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxxxl-negative-155,
    .-margin-y-xxxxl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxxxl-negative-155,
    .-margin-x-xxxxl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxxxl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxxxl-negative-160,
    .-margin-y-xxxxl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxxxl-negative-160,
    .-margin-x-xxxxl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxxxl-negative-160,
    .-margin-y-xxxxl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxxxl-negative-160,
    .-margin-x-xxxxl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxxxl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxxxl-negative-165,
    .-margin-y-xxxxl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxxxl-negative-165,
    .-margin-x-xxxxl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxxxl-negative-165,
    .-margin-y-xxxxl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxxxl-negative-165,
    .-margin-x-xxxxl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxxxl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxxxl-negative-170,
    .-margin-y-xxxxl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxxxl-negative-170,
    .-margin-x-xxxxl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxxxl-negative-170,
    .-margin-y-xxxxl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxxxl-negative-170,
    .-margin-x-xxxxl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxxxl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxxxl-negative-175,
    .-margin-y-xxxxl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxxxl-negative-175,
    .-margin-x-xxxxl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxxxl-negative-175,
    .-margin-y-xxxxl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxxxl-negative-175,
    .-margin-x-xxxxl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxxxl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxxxl-negative-180,
    .-margin-y-xxxxl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxxxl-negative-180,
    .-margin-x-xxxxl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxxxl-negative-180,
    .-margin-y-xxxxl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxxxl-negative-180,
    .-margin-x-xxxxl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxxxl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxxxl-negative-185,
    .-margin-y-xxxxl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxxxl-negative-185,
    .-margin-x-xxxxl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxxxl-negative-185,
    .-margin-y-xxxxl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxxxl-negative-185,
    .-margin-x-xxxxl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxxxl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxxxl-negative-190,
    .-margin-y-xxxxl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxxxl-negative-190,
    .-margin-x-xxxxl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxxxl-negative-190,
    .-margin-y-xxxxl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxxxl-negative-190,
    .-margin-x-xxxxl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxxxl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxxxl-negative-195,
    .-margin-y-xxxxl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxxxl-negative-195,
    .-margin-x-xxxxl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxxxl-negative-195,
    .-margin-y-xxxxl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxxxl-negative-195,
    .-margin-x-xxxxl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxxxl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxxxl-negative-200,
    .-margin-y-xxxxl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxxxl-negative-200,
    .-margin-x-xxxxl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxxxl-negative-200,
    .-margin-y-xxxxl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxxxl-negative-200,
    .-margin-x-xxxxl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxxxl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxxxl-negative-205,
    .-margin-y-xxxxl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxxxl-negative-205,
    .-margin-x-xxxxl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxxxl-negative-205,
    .-margin-y-xxxxl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxxxl-negative-205,
    .-margin-x-xxxxl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxxxl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxxxl-negative-210,
    .-margin-y-xxxxl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxxxl-negative-210,
    .-margin-x-xxxxl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxxxl-negative-210,
    .-margin-y-xxxxl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxxxl-negative-210,
    .-margin-x-xxxxl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxxxl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxxxl-negative-215,
    .-margin-y-xxxxl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxxxl-negative-215,
    .-margin-x-xxxxl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxxxl-negative-215,
    .-margin-y-xxxxl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxxxl-negative-215,
    .-margin-x-xxxxl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxxxl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxxxl-negative-220,
    .-margin-y-xxxxl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxxxl-negative-220,
    .-margin-x-xxxxl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxxxl-negative-220,
    .-margin-y-xxxxl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxxxl-negative-220,
    .-margin-x-xxxxl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxxxl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxxxl-negative-225,
    .-margin-y-xxxxl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxxxl-negative-225,
    .-margin-x-xxxxl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxxxl-negative-225,
    .-margin-y-xxxxl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxxxl-negative-225,
    .-margin-x-xxxxl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxxxl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxxxl-negative-230,
    .-margin-y-xxxxl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxxxl-negative-230,
    .-margin-x-xxxxl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxxxl-negative-230,
    .-margin-y-xxxxl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxxxl-negative-230,
    .-margin-x-xxxxl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxxxl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxxxl-negative-235,
    .-margin-y-xxxxl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxxxl-negative-235,
    .-margin-x-xxxxl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxxxl-negative-235,
    .-margin-y-xxxxl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxxxl-negative-235,
    .-margin-x-xxxxl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxxxl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxxxl-negative-240,
    .-margin-y-xxxxl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxxxl-negative-240,
    .-margin-x-xxxxl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxxxl-negative-240,
    .-margin-y-xxxxl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxxxl-negative-240,
    .-margin-x-xxxxl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxxxl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxxxl-negative-245,
    .-margin-y-xxxxl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxxxl-negative-245,
    .-margin-x-xxxxl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxxxl-negative-245,
    .-margin-y-xxxxl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxxxl-negative-245,
    .-margin-x-xxxxl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxxxl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxxxl-negative-250,
    .-margin-y-xxxxl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxxxl-negative-250,
    .-margin-x-xxxxl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxxxl-negative-250,
    .-margin-y-xxxxl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxxxl-negative-250,
    .-margin-x-xxxxl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxxxl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxxxl-negative-255,
    .-margin-y-xxxxl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxxxl-negative-255,
    .-margin-x-xxxxl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxxxl-negative-255,
    .-margin-y-xxxxl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxxxl-negative-255,
    .-margin-x-xxxxl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxxxl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxxxl-negative-260,
    .-margin-y-xxxxl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxxxl-negative-260,
    .-margin-x-xxxxl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxxxl-negative-260,
    .-margin-y-xxxxl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxxxl-negative-260,
    .-margin-x-xxxxl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxxxl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxxxl-negative-265,
    .-margin-y-xxxxl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxxxl-negative-265,
    .-margin-x-xxxxl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxxxl-negative-265,
    .-margin-y-xxxxl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxxxl-negative-265,
    .-margin-x-xxxxl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxxxl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxxxl-negative-270,
    .-margin-y-xxxxl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxxxl-negative-270,
    .-margin-x-xxxxl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxxxl-negative-270,
    .-margin-y-xxxxl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxxxl-negative-270,
    .-margin-x-xxxxl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxxxl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxxxl-negative-275,
    .-margin-y-xxxxl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxxxl-negative-275,
    .-margin-x-xxxxl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxxxl-negative-275,
    .-margin-y-xxxxl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxxxl-negative-275,
    .-margin-x-xxxxl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxxxl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxxxl-negative-280,
    .-margin-y-xxxxl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxxxl-negative-280,
    .-margin-x-xxxxl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxxxl-negative-280,
    .-margin-y-xxxxl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxxxl-negative-280,
    .-margin-x-xxxxl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxxxl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxxxl-negative-285,
    .-margin-y-xxxxl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxxxl-negative-285,
    .-margin-x-xxxxl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxxxl-negative-285,
    .-margin-y-xxxxl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxxxl-negative-285,
    .-margin-x-xxxxl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxxxl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxxxl-negative-290,
    .-margin-y-xxxxl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxxxl-negative-290,
    .-margin-x-xxxxl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxxxl-negative-290,
    .-margin-y-xxxxl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxxxl-negative-290,
    .-margin-x-xxxxl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxxxl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxxxl-negative-295,
    .-margin-y-xxxxl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxxxl-negative-295,
    .-margin-x-xxxxl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxxxl-negative-295,
    .-margin-y-xxxxl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxxxl-negative-295,
    .-margin-x-xxxxl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxxxl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxxxl-negative-300,
    .-margin-y-xxxxl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxxxl-negative-300,
    .-margin-x-xxxxl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxxxl-negative-300,
    .-margin-y-xxxxl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxxxl-negative-300,
    .-margin-x-xxxxl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxxxl-auto {
        margin: auto !important
    }

    .margin-top-xxxxl-auto,
    .margin-y-xxxxl-auto {
        margin-top: auto !important
    }

    .margin-right-xxxxl-auto,
    .margin-x-xxxxl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxxxl-auto,
    .margin-y-xxxxl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxxxl-auto,
    .margin-x-xxxxl-auto {
        margin-left: auto !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)
}

.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: 360px) {
    .text-xxs-left {
        text-align: left !important
    }

    .text-xxs-right {
        text-align: right !important
    }

    .text-xxs-center {
        text-align: center !important
    }
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left !important
    }

    .text-xs-right {
        text-align: right !important
    }

    .text-xs-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
    }
}

@media (min-width: 1366px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

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

@media (min-width: 1920px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

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

@media (min-width: 2560px) {
    .text-xxxxl-left {
        text-align: left !important
    }

    .text-xxxxl-right {
        text-align: right !important
    }

    .text-xxxxl-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-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !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-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1306px
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1860px
    }
}

@media (min-width: 2560px) {
    .container {
        max-width: 2500px
    }
}

.container-fluid,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container-sm,
    .container-xs,
    .container-xxs,
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container-xs,
    .container-xxs,
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container-xs,
    .container-xxs,
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xs,
    .container-xxs,
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1366px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xs,
    .container-xxs,
    .container {
        max-width: 1306px
    }
}

@media (min-width: 1920px) {

    .container-xxxl,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xs,
    .container-xxs,
    .container {
        max-width: 1860px
    }
}

@media (min-width: 2560px) {

    .container-xxxxl,
    .container-xxxl,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xs,
    .container-xxs,
    .container {
        max-width: 2500px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 360px) {
    .col-xxs {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxs-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxs-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxs-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxs-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxs-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxs-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxs-first {
        order: -1
    }

    .order-xxs-last {
        order: 13
    }

    .order-xxs-0 {
        order: 0
    }

    .order-xxs-1 {
        order: 1
    }

    .order-xxs-2 {
        order: 2
    }

    .order-xxs-3 {
        order: 3
    }

    .order-xxs-4 {
        order: 4
    }

    .order-xxs-5 {
        order: 5
    }

    .order-xxs-6 {
        order: 6
    }

    .order-xxs-7 {
        order: 7
    }

    .order-xxs-8 {
        order: 8
    }

    .order-xxs-9 {
        order: 9
    }

    .order-xxs-10 {
        order: 10
    }

    .order-xxs-11 {
        order: 11
    }

    .order-xxs-12 {
        order: 12
    }

    .offset-xxs-0 {
        margin-left: 0
    }

    .offset-xxs-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxs-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxs-3 {
        margin-left: 25%
    }

    .offset-xxs-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxs-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxs-6 {
        margin-left: 50%
    }

    .offset-xxs-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxs-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxs-9 {
        margin-left: 75%
    }

    .offset-xxs-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxs-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xs-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xs-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xs-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xs-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xs-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xs-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xs-first {
        order: -1
    }

    .order-xs-last {
        order: 13
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }

    .order-xs-7 {
        order: 7
    }

    .order-xs-8 {
        order: 8
    }

    .order-xs-9 {
        order: 9
    }

    .order-xs-10 {
        order: 10
    }

    .order-xs-11 {
        order: 11
    }

    .order-xs-12 {
        order: 12
    }

    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.3333333333%
    }

    .offset-xs-2 {
        margin-left: 16.6666666667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.3333333333%
    }

    .offset-xs-5 {
        margin-left: 41.6666666667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.3333333333%
    }

    .offset-xs-8 {
        margin-left: 66.6666666667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.3333333333%
    }

    .offset-xs-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1366px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1920px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 13
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxxl-6 {
        margin-left: 50%
    }

    .offset-xxxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxxl-9 {
        margin-left: 75%
    }

    .offset-xxxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxxl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 2560px) {
    .col-xxxxl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxxxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxxxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxxxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxxxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxxxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxxxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxxxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxxxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxxxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxxxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxxxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxxxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxxxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxxxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxxxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxxxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxxxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxxl-first {
        order: -1
    }

    .order-xxxxl-last {
        order: 13
    }

    .order-xxxxl-0 {
        order: 0
    }

    .order-xxxxl-1 {
        order: 1
    }

    .order-xxxxl-2 {
        order: 2
    }

    .order-xxxxl-3 {
        order: 3
    }

    .order-xxxxl-4 {
        order: 4
    }

    .order-xxxxl-5 {
        order: 5
    }

    .order-xxxxl-6 {
        order: 6
    }

    .order-xxxxl-7 {
        order: 7
    }

    .order-xxxxl-8 {
        order: 8
    }

    .order-xxxxl-9 {
        order: 9
    }

    .order-xxxxl-10 {
        order: 10
    }

    .order-xxxxl-11 {
        order: 11
    }

    .order-xxxxl-12 {
        order: 12
    }

    .offset-xxxxl-0 {
        margin-left: 0
    }

    .offset-xxxxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxxxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxxxl-3 {
        margin-left: 25%
    }

    .offset-xxxxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxxxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxxxl-6 {
        margin-left: 50%
    }

    .offset-xxxxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxxxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxxxl-9 {
        margin-left: 75%
    }

    .offset-xxxxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxxxl-11 {
        margin-left: 91.6666666667%
    }
}

.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: flex !important
}

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

@media (min-width: 360px) {
    .d-xxs-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xxs-flex {
        display: flex !important
    }

    .d-xxs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 480px) {
    .d-xs-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xs-inline-flex {
        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: flex !important
    }

    .d-sm-inline-flex {
        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: flex !important
    }

    .d-md-inline-flex {
        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: flex !important
    }

    .d-lg-inline-flex {
        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: flex !important
    }

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

@media (min-width: 1366px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-xxxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 2560px) {
    .d-xxxxl-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xxxxl-flex {
        display: flex !important
    }

    .d-xxxxl-inline-flex {
        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: flex !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 360px) {
    .flex-xxs-row {
        flex-direction: row !important
    }

    .flex-xxs-column {
        flex-direction: column !important
    }

    .flex-xxs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxs-fill {
        flex: 1 1 auto !important
    }

    .flex-xxs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxs-start {
        justify-content: flex-start !important
    }

    .justify-content-xxs-end {
        justify-content: flex-end !important
    }

    .justify-content-xxs-center {
        justify-content: center !important
    }

    .justify-content-xxs-between {
        justify-content: space-between !important
    }

    .justify-content-xxs-around {
        justify-content: space-around !important
    }

    .align-items-xxs-start {
        align-items: flex-start !important
    }

    .align-items-xxs-end {
        align-items: flex-end !important
    }

    .align-items-xxs-center {
        align-items: center !important
    }

    .align-items-xxs-baseline {
        align-items: baseline !important
    }

    .align-items-xxs-stretch {
        align-items: stretch !important
    }

    .align-content-xxs-start {
        align-content: flex-start !important
    }

    .align-content-xxs-end {
        align-content: flex-end !important
    }

    .align-content-xxs-center {
        align-content: center !important
    }

    .align-content-xxs-between {
        align-content: space-between !important
    }

    .align-content-xxs-around {
        align-content: space-around !important
    }

    .align-content-xxs-stretch {
        align-content: stretch !important
    }

    .align-self-xxs-auto {
        align-self: auto !important
    }

    .align-self-xxs-start {
        align-self: flex-start !important
    }

    .align-self-xxs-end {
        align-self: flex-end !important
    }

    .align-self-xxs-center {
        align-self: center !important
    }

    .align-self-xxs-baseline {
        align-self: baseline !important
    }

    .align-self-xxs-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 480px) {
    .flex-xs-row {
        flex-direction: row !important
    }

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

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

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

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

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

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        flex: 1 1 auto !important
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xs-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xs-between {
        align-content: space-between !important
    }

    .align-content-xs-around {
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        align-content: stretch !important
    }

    .align-self-xs-auto {
        align-self: auto !important
    }

    .align-self-xs-start {
        align-self: flex-start !important
    }

    .align-self-xs-end {
        align-self: flex-end !important
    }

    .align-self-xs-center {
        align-self: center !important
    }

    .align-self-xs-baseline {
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-sm-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-md-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xl-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1366px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 2560px) {
    .flex-xxxxl-row {
        flex-direction: row !important
    }

    .flex-xxxxl-column {
        flex-direction: column !important
    }

    .flex-xxxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxxl-center {
        align-items: center !important
    }

    .align-items-xxxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxxl-center {
        align-content: center !important
    }

    .align-content-xxxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxxl-center {
        align-self: center !important
    }

    .align-self-xxxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxxl-stretch {
        align-self: stretch !important
    }
}

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

.-margin-top-0,
.-margin-y-0 {
    margin-top: 0 !important
}

.-margin-right-0,
.-margin-x-0 {
    margin-right: 0 !important
}

.-margin-bottom-0,
.-margin-y-0 {
    margin-bottom: 0 !important
}

.-margin-left-0,
.-margin-x-0 {
    margin-left: 0 !important
}

.-margin-5 {
    margin: 5px !important
}

.-margin-top-5,
.-margin-y-5 {
    margin-top: 5px !important
}

.-margin-right-5,
.-margin-x-5 {
    margin-right: 5px !important
}

.-margin-bottom-5,
.-margin-y-5 {
    margin-bottom: 5px !important
}

.-margin-left-5,
.-margin-x-5 {
    margin-left: 5px !important
}

.-margin-10 {
    margin: 10px !important
}

.-margin-top-10,
.-margin-y-10 {
    margin-top: 10px !important
}

.-margin-right-10,
.-margin-x-10 {
    margin-right: 10px !important
}

.-margin-bottom-10,
.-margin-y-10 {
    margin-bottom: 10px !important
}

.-margin-left-10,
.-margin-x-10 {
    margin-left: 10px !important
}

.-margin-15 {
    margin: 15px !important
}

.-margin-top-15,
.-margin-y-15 {
    margin-top: 15px !important
}

.-margin-right-15,
.-margin-x-15 {
    margin-right: 15px !important
}

.-margin-bottom-15,
.-margin-y-15 {
    margin-bottom: 15px !important
}

.-margin-left-15,
.-margin-x-15 {
    margin-left: 15px !important
}

.-margin-20 {
    margin: 20px !important
}

.-margin-top-20,
.-margin-y-20 {
    margin-top: 20px !important
}

.-margin-right-20,
.-margin-x-20 {
    margin-right: 20px !important
}

.-margin-bottom-20,
.-margin-y-20 {
    margin-bottom: 20px !important
}

.-margin-left-20,
.-margin-x-20 {
    margin-left: 20px !important
}

.-margin-25 {
    margin: 25px !important
}

.-margin-top-25,
.-margin-y-25 {
    margin-top: 25px !important
}

.-margin-right-25,
.-margin-x-25 {
    margin-right: 25px !important
}

.-margin-bottom-25,
.-margin-y-25 {
    margin-bottom: 25px !important
}

.-margin-left-25,
.-margin-x-25 {
    margin-left: 25px !important
}

.-margin-30 {
    margin: 35px !important
}

.-margin-top-30,
.-margin-y-30 {
    margin-top: 35px !important
}

.-margin-right-30,
.-margin-x-30 {
    margin-right: 35px !important
}

.-margin-bottom-30,
.-margin-y-30 {
    margin-bottom: 35px !important
}

.-margin-left-30,
.-margin-x-30 {
    margin-left: 35px !important
}

.-margin-35 {
    margin: 35px !important
}

.-margin-top-35,
.-margin-y-35 {
    margin-top: 35px !important
}

.-margin-right-35,
.-margin-x-35 {
    margin-right: 35px !important
}

.-margin-bottom-35,
.-margin-y-35 {
    margin-bottom: 35px !important
}

.-margin-left-35,
.-margin-x-35 {
    margin-left: 35px !important
}

.-margin-40 {
    margin: 40px !important
}

.-margin-top-40,
.-margin-y-40 {
    margin-top: 40px !important
}

.-margin-right-40,
.-margin-x-40 {
    margin-right: 40px !important
}

.-margin-bottom-40,
.-margin-y-40 {
    margin-bottom: 40px !important
}

.-margin-left-40,
.-margin-x-40 {
    margin-left: 40px !important
}

.-margin-45 {
    margin: 45px !important
}

.-margin-top-45,
.-margin-y-45 {
    margin-top: 45px !important
}

.-margin-right-45,
.-margin-x-45 {
    margin-right: 45px !important
}

.-margin-bottom-45,
.-margin-y-45 {
    margin-bottom: 45px !important
}

.-margin-left-45,
.-margin-x-45 {
    margin-left: 45px !important
}

.-margin-50 {
    margin: 50px !important
}

.-margin-top-50,
.-margin-y-50 {
    margin-top: 50px !important
}

.-margin-right-50,
.-margin-x-50 {
    margin-right: 50px !important
}

.-margin-bottom-50,
.-margin-y-50 {
    margin-bottom: 50px !important
}

.-margin-left-50,
.-margin-x-50 {
    margin-left: 50px !important
}

.-margin-55 {
    margin: 55px !important
}

.-margin-top-55,
.-margin-y-55 {
    margin-top: 55px !important
}

.-margin-right-55,
.-margin-x-55 {
    margin-right: 55px !important
}

.-margin-bottom-55,
.-margin-y-55 {
    margin-bottom: 55px !important
}

.-margin-left-55,
.-margin-x-55 {
    margin-left: 55px !important
}

.-margin-60 {
    margin: 60px !important
}

.-margin-top-60,
.-margin-y-60 {
    margin-top: 60px !important
}

.-margin-right-60,
.-margin-x-60 {
    margin-right: 60px !important
}

.-margin-bottom-60,
.-margin-y-60 {
    margin-bottom: 60px !important
}

.-margin-left-60,
.-margin-x-60 {
    margin-left: 60px !important
}

.-margin-65 {
    margin: 65px !important
}

.-margin-top-65,
.-margin-y-65 {
    margin-top: 65px !important
}

.-margin-right-65,
.-margin-x-65 {
    margin-right: 65px !important
}

.-margin-bottom-65,
.-margin-y-65 {
    margin-bottom: 65px !important
}

.-margin-left-65,
.-margin-x-65 {
    margin-left: 65px !important
}

.-margin-75 {
    margin: 75px !important
}

.-margin-top-75,
.-margin-y-75 {
    margin-top: 75px !important
}

.-margin-right-75,
.-margin-x-75 {
    margin-right: 75px !important
}

.-margin-bottom-75,
.-margin-y-75 {
    margin-bottom: 75px !important
}

.-margin-left-75,
.-margin-x-75 {
    margin-left: 75px !important
}

.-margin-80 {
    margin: 80px !important
}

.-margin-top-80,
.-margin-y-80 {
    margin-top: 80px !important
}

.-margin-right-80,
.-margin-x-80 {
    margin-right: 80px !important
}

.-margin-bottom-80,
.-margin-y-80 {
    margin-bottom: 80px !important
}

.-margin-left-80,
.-margin-x-80 {
    margin-left: 80px !important
}

.-margin-85 {
    margin: 85px !important
}

.-margin-top-85,
.-margin-y-85 {
    margin-top: 85px !important
}

.-margin-right-85,
.-margin-x-85 {
    margin-right: 85px !important
}

.-margin-bottom-85,
.-margin-y-85 {
    margin-bottom: 85px !important
}

.-margin-left-85,
.-margin-x-85 {
    margin-left: 85px !important
}

.-margin-90 {
    margin: 90px !important
}

.-margin-top-90,
.-margin-y-90 {
    margin-top: 90px !important
}

.-margin-right-90,
.-margin-x-90 {
    margin-right: 90px !important
}

.-margin-bottom-90,
.-margin-y-90 {
    margin-bottom: 90px !important
}

.-margin-left-90,
.-margin-x-90 {
    margin-left: 90px !important
}

.-margin-95 {
    margin: 95px !important
}

.-margin-top-95,
.-margin-y-95 {
    margin-top: 95px !important
}

.-margin-right-95,
.-margin-x-95 {
    margin-right: 95px !important
}

.-margin-bottom-95,
.-margin-y-95 {
    margin-bottom: 95px !important
}

.-margin-left-95,
.-margin-x-95 {
    margin-left: 95px !important
}

.-margin-100 {
    margin: 100px !important
}

.-margin-top-100,
.-margin-y-100 {
    margin-top: 100px !important
}

.-margin-right-100,
.-margin-x-100 {
    margin-right: 100px !important
}

.-margin-bottom-100,
.-margin-y-100 {
    margin-bottom: 100px !important
}

.-margin-left-100,
.-margin-x-100 {
    margin-left: 100px !important
}

.-margin-105 {
    margin: 105px !important
}

.-margin-top-105,
.-margin-y-105 {
    margin-top: 105px !important
}

.-margin-right-105,
.-margin-x-105 {
    margin-right: 105px !important
}

.-margin-bottom-105,
.-margin-y-105 {
    margin-bottom: 105px !important
}

.-margin-left-105,
.-margin-x-105 {
    margin-left: 105px !important
}

.-margin-110 {
    margin: 110px !important
}

.-margin-top-110,
.-margin-y-110 {
    margin-top: 110px !important
}

.-margin-right-110,
.-margin-x-110 {
    margin-right: 110px !important
}

.-margin-bottom-110,
.-margin-y-110 {
    margin-bottom: 110px !important
}

.-margin-left-110,
.-margin-x-110 {
    margin-left: 110px !important
}

.-margin-115 {
    margin: 115px !important
}

.-margin-top-115,
.-margin-y-115 {
    margin-top: 115px !important
}

.-margin-right-115,
.-margin-x-115 {
    margin-right: 115px !important
}

.-margin-bottom-115,
.-margin-y-115 {
    margin-bottom: 115px !important
}

.-margin-left-115,
.-margin-x-115 {
    margin-left: 115px !important
}

.-margin-120 {
    margin: 120px !important
}

.-margin-top-120,
.-margin-y-120 {
    margin-top: 120px !important
}

.-margin-right-120,
.-margin-x-120 {
    margin-right: 120px !important
}

.-margin-bottom-120,
.-margin-y-120 {
    margin-bottom: 120px !important
}

.-margin-left-120,
.-margin-x-120 {
    margin-left: 120px !important
}

.-margin-125 {
    margin: 125px !important
}

.-margin-top-125,
.-margin-y-125 {
    margin-top: 125px !important
}

.-margin-right-125,
.-margin-x-125 {
    margin-right: 125px !important
}

.-margin-bottom-125,
.-margin-y-125 {
    margin-bottom: 125px !important
}

.-margin-left-125,
.-margin-x-125 {
    margin-left: 125px !important
}

.-margin-130 {
    margin: 130px !important
}

.-margin-top-130,
.-margin-y-130 {
    margin-top: 130px !important
}

.-margin-right-130,
.-margin-x-130 {
    margin-right: 130px !important
}

.-margin-bottom-130,
.-margin-y-130 {
    margin-bottom: 130px !important
}

.-margin-left-130,
.-margin-x-130 {
    margin-left: 130px !important
}

.-margin-135 {
    margin: 135px !important
}

.-margin-top-135,
.-margin-y-135 {
    margin-top: 135px !important
}

.-margin-right-135,
.-margin-x-135 {
    margin-right: 135px !important
}

.-margin-bottom-135,
.-margin-y-135 {
    margin-bottom: 135px !important
}

.-margin-left-135,
.-margin-x-135 {
    margin-left: 135px !important
}

.-margin-140 {
    margin: 140px !important
}

.-margin-top-140,
.-margin-y-140 {
    margin-top: 140px !important
}

.-margin-right-140,
.-margin-x-140 {
    margin-right: 140px !important
}

.-margin-bottom-140,
.-margin-y-140 {
    margin-bottom: 140px !important
}

.-margin-left-140,
.-margin-x-140 {
    margin-left: 140px !important
}

.-margin-145 {
    margin: 145px !important
}

.-margin-top-145,
.-margin-y-145 {
    margin-top: 145px !important
}

.-margin-right-145,
.-margin-x-145 {
    margin-right: 145px !important
}

.-margin-bottom-145,
.-margin-y-145 {
    margin-bottom: 145px !important
}

.-margin-left-145,
.-margin-x-145 {
    margin-left: 145px !important
}

.-margin-150 {
    margin: 150px !important
}

.-margin-top-150,
.-margin-y-150 {
    margin-top: 150px !important
}

.-margin-right-150,
.-margin-x-150 {
    margin-right: 150px !important
}

.-margin-bottom-150,
.-margin-y-150 {
    margin-bottom: 150px !important
}

.-margin-left-150,
.-margin-x-150 {
    margin-left: 150px !important
}

.-margin-155 {
    margin: 155px !important
}

.-margin-top-155,
.-margin-y-155 {
    margin-top: 155px !important
}

.-margin-right-155,
.-margin-x-155 {
    margin-right: 155px !important
}

.-margin-bottom-155,
.-margin-y-155 {
    margin-bottom: 155px !important
}

.-margin-left-155,
.-margin-x-155 {
    margin-left: 155px !important
}

.-margin-160 {
    margin: 160px !important
}

.-margin-top-160,
.-margin-y-160 {
    margin-top: 160px !important
}

.-margin-right-160,
.-margin-x-160 {
    margin-right: 160px !important
}

.-margin-bottom-160,
.-margin-y-160 {
    margin-bottom: 160px !important
}

.-margin-left-160,
.-margin-x-160 {
    margin-left: 160px !important
}

.-margin-165 {
    margin: 165px !important
}

.-margin-top-165,
.-margin-y-165 {
    margin-top: 165px !important
}

.-margin-right-165,
.-margin-x-165 {
    margin-right: 165px !important
}

.-margin-bottom-165,
.-margin-y-165 {
    margin-bottom: 165px !important
}

.-margin-left-165,
.-margin-x-165 {
    margin-left: 165px !important
}

.-margin-170 {
    margin: 170px !important
}

.-margin-top-170,
.-margin-y-170 {
    margin-top: 170px !important
}

.-margin-right-170,
.-margin-x-170 {
    margin-right: 170px !important
}

.-margin-bottom-170,
.-margin-y-170 {
    margin-bottom: 170px !important
}

.-margin-left-170,
.-margin-x-170 {
    margin-left: 170px !important
}

.-margin-175 {
    margin: 175px !important
}

.-margin-top-175,
.-margin-y-175 {
    margin-top: 175px !important
}

.-margin-right-175,
.-margin-x-175 {
    margin-right: 175px !important
}

.-margin-bottom-175,
.-margin-y-175 {
    margin-bottom: 175px !important
}

.-margin-left-175,
.-margin-x-175 {
    margin-left: 175px !important
}

.-margin-180 {
    margin: 180px !important
}

.-margin-top-180,
.-margin-y-180 {
    margin-top: 180px !important
}

.-margin-right-180,
.-margin-x-180 {
    margin-right: 180px !important
}

.-margin-bottom-180,
.-margin-y-180 {
    margin-bottom: 180px !important
}

.-margin-left-180,
.-margin-x-180 {
    margin-left: 180px !important
}

.-margin-185 {
    margin: 185px !important
}

.-margin-top-185,
.-margin-y-185 {
    margin-top: 185px !important
}

.-margin-right-185,
.-margin-x-185 {
    margin-right: 185px !important
}

.-margin-bottom-185,
.-margin-y-185 {
    margin-bottom: 185px !important
}

.-margin-left-185,
.-margin-x-185 {
    margin-left: 185px !important
}

.-margin-190 {
    margin: 190px !important
}

.-margin-top-190,
.-margin-y-190 {
    margin-top: 190px !important
}

.-margin-right-190,
.-margin-x-190 {
    margin-right: 190px !important
}

.-margin-bottom-190,
.-margin-y-190 {
    margin-bottom: 190px !important
}

.-margin-left-190,
.-margin-x-190 {
    margin-left: 190px !important
}

.-margin-195 {
    margin: 195px !important
}

.-margin-top-195,
.-margin-y-195 {
    margin-top: 195px !important
}

.-margin-right-195,
.-margin-x-195 {
    margin-right: 195px !important
}

.-margin-bottom-195,
.-margin-y-195 {
    margin-bottom: 195px !important
}

.-margin-left-195,
.-margin-x-195 {
    margin-left: 195px !important
}

.-margin-200 {
    margin: 200px !important
}

.-margin-top-200,
.-margin-y-200 {
    margin-top: 200px !important
}

.-margin-right-200,
.-margin-x-200 {
    margin-right: 200px !important
}

.-margin-bottom-200,
.-margin-y-200 {
    margin-bottom: 200px !important
}

.-margin-left-200,
.-margin-x-200 {
    margin-left: 200px !important
}

.-margin-205 {
    margin: 205px !important
}

.-margin-top-205,
.-margin-y-205 {
    margin-top: 205px !important
}

.-margin-right-205,
.-margin-x-205 {
    margin-right: 205px !important
}

.-margin-bottom-205,
.-margin-y-205 {
    margin-bottom: 205px !important
}

.-margin-left-205,
.-margin-x-205 {
    margin-left: 205px !important
}

.-margin-210 {
    margin: 210px !important
}

.-margin-top-210,
.-margin-y-210 {
    margin-top: 210px !important
}

.-margin-right-210,
.-margin-x-210 {
    margin-right: 210px !important
}

.-margin-bottom-210,
.-margin-y-210 {
    margin-bottom: 210px !important
}

.-margin-left-210,
.-margin-x-210 {
    margin-left: 210px !important
}

.-margin-215 {
    margin: 215px !important
}

.-margin-top-215,
.-margin-y-215 {
    margin-top: 215px !important
}

.-margin-right-215,
.-margin-x-215 {
    margin-right: 215px !important
}

.-margin-bottom-215,
.-margin-y-215 {
    margin-bottom: 215px !important
}

.-margin-left-215,
.-margin-x-215 {
    margin-left: 215px !important
}

.-margin-220 {
    margin: 220px !important
}

.-margin-top-220,
.-margin-y-220 {
    margin-top: 220px !important
}

.-margin-right-220,
.-margin-x-220 {
    margin-right: 220px !important
}

.-margin-bottom-220,
.-margin-y-220 {
    margin-bottom: 220px !important
}

.-margin-left-220,
.-margin-x-220 {
    margin-left: 220px !important
}

.-margin-225 {
    margin: 225px !important
}

.-margin-top-225,
.-margin-y-225 {
    margin-top: 225px !important
}

.-margin-right-225,
.-margin-x-225 {
    margin-right: 225px !important
}

.-margin-bottom-225,
.-margin-y-225 {
    margin-bottom: 225px !important
}

.-margin-left-225,
.-margin-x-225 {
    margin-left: 225px !important
}

.-margin-230 {
    margin: 230px !important
}

.-margin-top-230,
.-margin-y-230 {
    margin-top: 230px !important
}

.-margin-right-230,
.-margin-x-230 {
    margin-right: 230px !important
}

.-margin-bottom-230,
.-margin-y-230 {
    margin-bottom: 230px !important
}

.-margin-left-230,
.-margin-x-230 {
    margin-left: 230px !important
}

.-margin-235 {
    margin: 235px !important
}

.-margin-top-235,
.-margin-y-235 {
    margin-top: 235px !important
}

.-margin-right-235,
.-margin-x-235 {
    margin-right: 235px !important
}

.-margin-bottom-235,
.-margin-y-235 {
    margin-bottom: 235px !important
}

.-margin-left-235,
.-margin-x-235 {
    margin-left: 235px !important
}

.-margin-240 {
    margin: 240px !important
}

.-margin-top-240,
.-margin-y-240 {
    margin-top: 240px !important
}

.-margin-right-240,
.-margin-x-240 {
    margin-right: 240px !important
}

.-margin-bottom-240,
.-margin-y-240 {
    margin-bottom: 240px !important
}

.-margin-left-240,
.-margin-x-240 {
    margin-left: 240px !important
}

.-margin-245 {
    margin: 245px !important
}

.-margin-top-245,
.-margin-y-245 {
    margin-top: 245px !important
}

.-margin-right-245,
.-margin-x-245 {
    margin-right: 245px !important
}

.-margin-bottom-245,
.-margin-y-245 {
    margin-bottom: 245px !important
}

.-margin-left-245,
.-margin-x-245 {
    margin-left: 245px !important
}

.-margin-250 {
    margin: 250px !important
}

.-margin-top-250,
.-margin-y-250 {
    margin-top: 250px !important
}

.-margin-right-250,
.-margin-x-250 {
    margin-right: 250px !important
}

.-margin-bottom-250,
.-margin-y-250 {
    margin-bottom: 250px !important
}

.-margin-left-250,
.-margin-x-250 {
    margin-left: 250px !important
}

.-margin-255 {
    margin: 255px !important
}

.-margin-top-255,
.-margin-y-255 {
    margin-top: 255px !important
}

.-margin-right-255,
.-margin-x-255 {
    margin-right: 255px !important
}

.-margin-bottom-255,
.-margin-y-255 {
    margin-bottom: 255px !important
}

.-margin-left-255,
.-margin-x-255 {
    margin-left: 255px !important
}

.-margin-260 {
    margin: 260px !important
}

.-margin-top-260,
.-margin-y-260 {
    margin-top: 260px !important
}

.-margin-right-260,
.-margin-x-260 {
    margin-right: 260px !important
}

.-margin-bottom-260,
.-margin-y-260 {
    margin-bottom: 260px !important
}

.-margin-left-260,
.-margin-x-260 {
    margin-left: 260px !important
}

.-margin-265 {
    margin: 265px !important
}

.-margin-top-265,
.-margin-y-265 {
    margin-top: 265px !important
}

.-margin-right-265,
.-margin-x-265 {
    margin-right: 265px !important
}

.-margin-bottom-265,
.-margin-y-265 {
    margin-bottom: 265px !important
}

.-margin-left-265,
.-margin-x-265 {
    margin-left: 265px !important
}

.-margin-270 {
    margin: 270px !important
}

.-margin-top-270,
.-margin-y-270 {
    margin-top: 270px !important
}

.-margin-right-270,
.-margin-x-270 {
    margin-right: 270px !important
}

.-margin-bottom-270,
.-margin-y-270 {
    margin-bottom: 270px !important
}

.-margin-left-270,
.-margin-x-270 {
    margin-left: 270px !important
}

.-margin-275 {
    margin: 275px !important
}

.-margin-top-275,
.-margin-y-275 {
    margin-top: 275px !important
}

.-margin-right-275,
.-margin-x-275 {
    margin-right: 275px !important
}

.-margin-bottom-275,
.-margin-y-275 {
    margin-bottom: 275px !important
}

.-margin-left-275,
.-margin-x-275 {
    margin-left: 275px !important
}

.-margin-280 {
    margin: 280px !important
}

.-margin-top-280,
.-margin-y-280 {
    margin-top: 280px !important
}

.-margin-right-280,
.-margin-x-280 {
    margin-right: 280px !important
}

.-margin-bottom-280,
.-margin-y-280 {
    margin-bottom: 280px !important
}

.-margin-left-280,
.-margin-x-280 {
    margin-left: 280px !important
}

.-margin-285 {
    margin: 285px !important
}

.-margin-top-285,
.-margin-y-285 {
    margin-top: 285px !important
}

.-margin-right-285,
.-margin-x-285 {
    margin-right: 285px !important
}

.-margin-bottom-285,
.-margin-y-285 {
    margin-bottom: 285px !important
}

.-margin-left-285,
.-margin-x-285 {
    margin-left: 285px !important
}

.-margin-290 {
    margin: 290px !important
}

.-margin-top-290,
.-margin-y-290 {
    margin-top: 290px !important
}

.-margin-right-290,
.-margin-x-290 {
    margin-right: 290px !important
}

.-margin-bottom-290,
.-margin-y-290 {
    margin-bottom: 290px !important
}

.-margin-left-290,
.-margin-x-290 {
    margin-left: 290px !important
}

.-margin-295 {
    margin: 295px !important
}

.-margin-top-295,
.-margin-y-295 {
    margin-top: 295px !important
}

.-margin-right-295,
.-margin-x-295 {
    margin-right: 295px !important
}

.-margin-bottom-295,
.-margin-y-295 {
    margin-bottom: 295px !important
}

.-margin-left-295,
.-margin-x-295 {
    margin-left: 295px !important
}

.-margin-300 {
    margin: 300px !important
}

.-margin-top-300,
.-margin-y-300 {
    margin-top: 300px !important
}

.-margin-right-300,
.-margin-x-300 {
    margin-right: 300px !important
}

.-margin-bottom-300,
.-margin-y-300 {
    margin-bottom: 300px !important
}

.-margin-left-300,
.-margin-x-300 {
    margin-left: 300px !important
}

.-padding-0 {
    padding: 0 !important
}

.-padding-top-0,
.-padding-y-0 {
    padding-top: 0 !important
}

.-padding-right-0,
.-padding-x-0 {
    padding-right: 0 !important
}

.-padding-bottom-0,
.-padding-y-0 {
    padding-bottom: 0 !important
}

.-padding-left-0,
.-padding-x-0 {
    padding-left: 0 !important
}

.-padding-5 {
    padding: 5px !important
}

.-padding-top-5,
.-padding-y-5 {
    padding-top: 5px !important
}

.-padding-right-5,
.-padding-x-5 {
    padding-right: 5px !important
}

.-padding-bottom-5,
.-padding-y-5 {
    padding-bottom: 5px !important
}

.-padding-left-5,
.-padding-x-5 {
    padding-left: 5px !important
}

.-padding-10 {
    padding: 10px !important
}

.-padding-top-10,
.-padding-y-10 {
    padding-top: 10px !important
}

.-padding-right-10,
.-padding-x-10 {
    padding-right: 10px !important
}

.-padding-bottom-10,
.-padding-y-10 {
    padding-bottom: 10px !important
}

.-padding-left-10,
.-padding-x-10 {
    padding-left: 10px !important
}

.-padding-15 {
    padding: 15px !important
}

.-padding-top-15,
.-padding-y-15 {
    padding-top: 15px !important
}

.-padding-right-15,
.-padding-x-15 {
    padding-right: 15px !important
}

.-padding-bottom-15,
.-padding-y-15 {
    padding-bottom: 15px !important
}

.-padding-left-15,
.-padding-x-15 {
    padding-left: 15px !important
}

.-padding-20 {
    padding: 20px !important
}

.-padding-top-20,
.-padding-y-20 {
    padding-top: 20px !important
}

.-padding-right-20,
.-padding-x-20 {
    padding-right: 20px !important
}

.-padding-bottom-20,
.-padding-y-20 {
    padding-bottom: 20px !important
}

.-padding-left-20,
.-padding-x-20 {
    padding-left: 20px !important
}

.-padding-25 {
    padding: 25px !important
}

.-padding-top-25,
.-padding-y-25 {
    padding-top: 25px !important
}

.-padding-right-25,
.-padding-x-25 {
    padding-right: 25px !important
}

.-padding-bottom-25,
.-padding-y-25 {
    padding-bottom: 25px !important
}

.-padding-left-25,
.-padding-x-25 {
    padding-left: 25px !important
}

.-padding-30 {
    padding: 35px !important
}

.-padding-top-30,
.-padding-y-30 {
    padding-top: 35px !important
}

.-padding-right-30,
.-padding-x-30 {
    padding-right: 35px !important
}

.-padding-bottom-30,
.-padding-y-30 {
    padding-bottom: 35px !important
}

.-padding-left-30,
.-padding-x-30 {
    padding-left: 35px !important
}

.-padding-35 {
    padding: 35px !important
}

.-padding-top-35,
.-padding-y-35 {
    padding-top: 35px !important
}

.-padding-right-35,
.-padding-x-35 {
    padding-right: 35px !important
}

.-padding-bottom-35,
.-padding-y-35 {
    padding-bottom: 35px !important
}

.-padding-left-35,
.-padding-x-35 {
    padding-left: 35px !important
}

.-padding-40 {
    padding: 40px !important
}

.-padding-top-40,
.-padding-y-40 {
    padding-top: 40px !important
}

.-padding-right-40,
.-padding-x-40 {
    padding-right: 40px !important
}

.-padding-bottom-40,
.-padding-y-40 {
    padding-bottom: 40px !important
}

.-padding-left-40,
.-padding-x-40 {
    padding-left: 40px !important
}

.-padding-45 {
    padding: 45px !important
}

.-padding-top-45,
.-padding-y-45 {
    padding-top: 45px !important
}

.-padding-right-45,
.-padding-x-45 {
    padding-right: 45px !important
}

.-padding-bottom-45,
.-padding-y-45 {
    padding-bottom: 45px !important
}

.-padding-left-45,
.-padding-x-45 {
    padding-left: 45px !important
}

.-padding-50 {
    padding: 50px !important
}

.-padding-top-50,
.-padding-y-50 {
    padding-top: 50px !important
}

.-padding-right-50,
.-padding-x-50 {
    padding-right: 50px !important
}

.-padding-bottom-50,
.-padding-y-50 {
    padding-bottom: 50px !important
}

.-padding-left-50,
.-padding-x-50 {
    padding-left: 50px !important
}

.-padding-55 {
    padding: 55px !important
}

.-padding-top-55,
.-padding-y-55 {
    padding-top: 55px !important
}

.-padding-right-55,
.-padding-x-55 {
    padding-right: 55px !important
}

.-padding-bottom-55,
.-padding-y-55 {
    padding-bottom: 55px !important
}

.-padding-left-55,
.-padding-x-55 {
    padding-left: 55px !important
}

.-padding-60 {
    padding: 60px !important
}

.-padding-top-60,
.-padding-y-60 {
    padding-top: 60px !important
}

.-padding-right-60,
.-padding-x-60 {
    padding-right: 60px !important
}

.-padding-bottom-60,
.-padding-y-60 {
    padding-bottom: 60px !important
}

.-padding-left-60,
.-padding-x-60 {
    padding-left: 60px !important
}

.-padding-65 {
    padding: 65px !important
}

.-padding-top-65,
.-padding-y-65 {
    padding-top: 65px !important
}

.-padding-right-65,
.-padding-x-65 {
    padding-right: 65px !important
}

.-padding-bottom-65,
.-padding-y-65 {
    padding-bottom: 65px !important
}

.-padding-left-65,
.-padding-x-65 {
    padding-left: 65px !important
}

.-padding-75 {
    padding: 75px !important
}

.-padding-top-75,
.-padding-y-75 {
    padding-top: 75px !important
}

.-padding-right-75,
.-padding-x-75 {
    padding-right: 75px !important
}

.-padding-bottom-75,
.-padding-y-75 {
    padding-bottom: 75px !important
}

.-padding-left-75,
.-padding-x-75 {
    padding-left: 75px !important
}

.-padding-80 {
    padding: 80px !important
}

.-padding-top-80,
.-padding-y-80 {
    padding-top: 80px !important
}

.-padding-right-80,
.-padding-x-80 {
    padding-right: 80px !important
}

.-padding-bottom-80,
.-padding-y-80 {
    padding-bottom: 80px !important
}

.-padding-left-80,
.-padding-x-80 {
    padding-left: 80px !important
}

.-padding-85 {
    padding: 85px !important
}

.-padding-top-85,
.-padding-y-85 {
    padding-top: 85px !important
}

.-padding-right-85,
.-padding-x-85 {
    padding-right: 85px !important
}

.-padding-bottom-85,
.-padding-y-85 {
    padding-bottom: 85px !important
}

.-padding-left-85,
.-padding-x-85 {
    padding-left: 85px !important
}

.-padding-90 {
    padding: 90px !important
}

.-padding-top-90,
.-padding-y-90 {
    padding-top: 90px !important
}

.-padding-right-90,
.-padding-x-90 {
    padding-right: 90px !important
}

.-padding-bottom-90,
.-padding-y-90 {
    padding-bottom: 90px !important
}

.-padding-left-90,
.-padding-x-90 {
    padding-left: 90px !important
}

.-padding-95 {
    padding: 95px !important
}

.-padding-top-95,
.-padding-y-95 {
    padding-top: 95px !important
}

.-padding-right-95,
.-padding-x-95 {
    padding-right: 95px !important
}

.-padding-bottom-95,
.-padding-y-95 {
    padding-bottom: 95px !important
}

.-padding-left-95,
.-padding-x-95 {
    padding-left: 95px !important
}

.-padding-100 {
    padding: 100px !important
}

.-padding-top-100,
.-padding-y-100 {
    padding-top: 100px !important
}

.-padding-right-100,
.-padding-x-100 {
    padding-right: 100px !important
}

.-padding-bottom-100,
.-padding-y-100 {
    padding-bottom: 100px !important
}

.-padding-left-100,
.-padding-x-100 {
    padding-left: 100px !important
}

.-padding-105 {
    padding: 105px !important
}

.-padding-top-105,
.-padding-y-105 {
    padding-top: 105px !important
}

.-padding-right-105,
.-padding-x-105 {
    padding-right: 105px !important
}

.-padding-bottom-105,
.-padding-y-105 {
    padding-bottom: 105px !important
}

.-padding-left-105,
.-padding-x-105 {
    padding-left: 105px !important
}

.-padding-110 {
    padding: 110px !important
}

.-padding-top-110,
.-padding-y-110 {
    padding-top: 110px !important
}

.-padding-right-110,
.-padding-x-110 {
    padding-right: 110px !important
}

.-padding-bottom-110,
.-padding-y-110 {
    padding-bottom: 110px !important
}

.-padding-left-110,
.-padding-x-110 {
    padding-left: 110px !important
}

.-padding-115 {
    padding: 115px !important
}

.-padding-top-115,
.-padding-y-115 {
    padding-top: 115px !important
}

.-padding-right-115,
.-padding-x-115 {
    padding-right: 115px !important
}

.-padding-bottom-115,
.-padding-y-115 {
    padding-bottom: 115px !important
}

.-padding-left-115,
.-padding-x-115 {
    padding-left: 115px !important
}

.-padding-120 {
    padding: 120px !important
}

.-padding-top-120,
.-padding-y-120 {
    padding-top: 120px !important
}

.-padding-right-120,
.-padding-x-120 {
    padding-right: 120px !important
}

.-padding-bottom-120,
.-padding-y-120 {
    padding-bottom: 120px !important
}

.-padding-left-120,
.-padding-x-120 {
    padding-left: 120px !important
}

.-padding-125 {
    padding: 125px !important
}

.-padding-top-125,
.-padding-y-125 {
    padding-top: 125px !important
}

.-padding-right-125,
.-padding-x-125 {
    padding-right: 125px !important
}

.-padding-bottom-125,
.-padding-y-125 {
    padding-bottom: 125px !important
}

.-padding-left-125,
.-padding-x-125 {
    padding-left: 125px !important
}

.-padding-130 {
    padding: 130px !important
}

.-padding-top-130,
.-padding-y-130 {
    padding-top: 130px !important
}

.-padding-right-130,
.-padding-x-130 {
    padding-right: 130px !important
}

.-padding-bottom-130,
.-padding-y-130 {
    padding-bottom: 130px !important
}

.-padding-left-130,
.-padding-x-130 {
    padding-left: 130px !important
}

.-padding-135 {
    padding: 135px !important
}

.-padding-top-135,
.-padding-y-135 {
    padding-top: 135px !important
}

.-padding-right-135,
.-padding-x-135 {
    padding-right: 135px !important
}

.-padding-bottom-135,
.-padding-y-135 {
    padding-bottom: 135px !important
}

.-padding-left-135,
.-padding-x-135 {
    padding-left: 135px !important
}

.-padding-140 {
    padding: 140px !important
}

.-padding-top-140,
.-padding-y-140 {
    padding-top: 140px !important
}

.-padding-right-140,
.-padding-x-140 {
    padding-right: 140px !important
}

.-padding-bottom-140,
.-padding-y-140 {
    padding-bottom: 140px !important
}

.-padding-left-140,
.-padding-x-140 {
    padding-left: 140px !important
}

.-padding-145 {
    padding: 145px !important
}

.-padding-top-145,
.-padding-y-145 {
    padding-top: 145px !important
}

.-padding-right-145,
.-padding-x-145 {
    padding-right: 145px !important
}

.-padding-bottom-145,
.-padding-y-145 {
    padding-bottom: 145px !important
}

.-padding-left-145,
.-padding-x-145 {
    padding-left: 145px !important
}

.-padding-150 {
    padding: 150px !important
}

.-padding-top-150,
.-padding-y-150 {
    padding-top: 150px !important
}

.-padding-right-150,
.-padding-x-150 {
    padding-right: 150px !important
}

.-padding-bottom-150,
.-padding-y-150 {
    padding-bottom: 150px !important
}

.-padding-left-150,
.-padding-x-150 {
    padding-left: 150px !important
}

.-padding-155 {
    padding: 155px !important
}

.-padding-top-155,
.-padding-y-155 {
    padding-top: 155px !important
}

.-padding-right-155,
.-padding-x-155 {
    padding-right: 155px !important
}

.-padding-bottom-155,
.-padding-y-155 {
    padding-bottom: 155px !important
}

.-padding-left-155,
.-padding-x-155 {
    padding-left: 155px !important
}

.-padding-160 {
    padding: 160px !important
}

.-padding-top-160,
.-padding-y-160 {
    padding-top: 160px !important
}

.-padding-right-160,
.-padding-x-160 {
    padding-right: 160px !important
}

.-padding-bottom-160,
.-padding-y-160 {
    padding-bottom: 160px !important
}

.-padding-left-160,
.-padding-x-160 {
    padding-left: 160px !important
}

.-padding-165 {
    padding: 165px !important
}

.-padding-top-165,
.-padding-y-165 {
    padding-top: 165px !important
}

.-padding-right-165,
.-padding-x-165 {
    padding-right: 165px !important
}

.-padding-bottom-165,
.-padding-y-165 {
    padding-bottom: 165px !important
}

.-padding-left-165,
.-padding-x-165 {
    padding-left: 165px !important
}

.-padding-170 {
    padding: 170px !important
}

.-padding-top-170,
.-padding-y-170 {
    padding-top: 170px !important
}

.-padding-right-170,
.-padding-x-170 {
    padding-right: 170px !important
}

.-padding-bottom-170,
.-padding-y-170 {
    padding-bottom: 170px !important
}

.-padding-left-170,
.-padding-x-170 {
    padding-left: 170px !important
}

.-padding-175 {
    padding: 175px !important
}

.-padding-top-175,
.-padding-y-175 {
    padding-top: 175px !important
}

.-padding-right-175,
.-padding-x-175 {
    padding-right: 175px !important
}

.-padding-bottom-175,
.-padding-y-175 {
    padding-bottom: 175px !important
}

.-padding-left-175,
.-padding-x-175 {
    padding-left: 175px !important
}

.-padding-180 {
    padding: 180px !important
}

.-padding-top-180,
.-padding-y-180 {
    padding-top: 180px !important
}

.-padding-right-180,
.-padding-x-180 {
    padding-right: 180px !important
}

.-padding-bottom-180,
.-padding-y-180 {
    padding-bottom: 180px !important
}

.-padding-left-180,
.-padding-x-180 {
    padding-left: 180px !important
}

.-padding-185 {
    padding: 185px !important
}

.-padding-top-185,
.-padding-y-185 {
    padding-top: 185px !important
}

.-padding-right-185,
.-padding-x-185 {
    padding-right: 185px !important
}

.-padding-bottom-185,
.-padding-y-185 {
    padding-bottom: 185px !important
}

.-padding-left-185,
.-padding-x-185 {
    padding-left: 185px !important
}

.-padding-190 {
    padding: 190px !important
}

.-padding-top-190,
.-padding-y-190 {
    padding-top: 190px !important
}

.-padding-right-190,
.-padding-x-190 {
    padding-right: 190px !important
}

.-padding-bottom-190,
.-padding-y-190 {
    padding-bottom: 190px !important
}

.-padding-left-190,
.-padding-x-190 {
    padding-left: 190px !important
}

.-padding-195 {
    padding: 195px !important
}

.-padding-top-195,
.-padding-y-195 {
    padding-top: 195px !important
}

.-padding-right-195,
.-padding-x-195 {
    padding-right: 195px !important
}

.-padding-bottom-195,
.-padding-y-195 {
    padding-bottom: 195px !important
}

.-padding-left-195,
.-padding-x-195 {
    padding-left: 195px !important
}

.-padding-200 {
    padding: 200px !important
}

.-padding-top-200,
.-padding-y-200 {
    padding-top: 200px !important
}

.-padding-right-200,
.-padding-x-200 {
    padding-right: 200px !important
}

.-padding-bottom-200,
.-padding-y-200 {
    padding-bottom: 200px !important
}

.-padding-left-200,
.-padding-x-200 {
    padding-left: 200px !important
}

.-padding-205 {
    padding: 205px !important
}

.-padding-top-205,
.-padding-y-205 {
    padding-top: 205px !important
}

.-padding-right-205,
.-padding-x-205 {
    padding-right: 205px !important
}

.-padding-bottom-205,
.-padding-y-205 {
    padding-bottom: 205px !important
}

.-padding-left-205,
.-padding-x-205 {
    padding-left: 205px !important
}

.-padding-210 {
    padding: 210px !important
}

.-padding-top-210,
.-padding-y-210 {
    padding-top: 210px !important
}

.-padding-right-210,
.-padding-x-210 {
    padding-right: 210px !important
}

.-padding-bottom-210,
.-padding-y-210 {
    padding-bottom: 210px !important
}

.-padding-left-210,
.-padding-x-210 {
    padding-left: 210px !important
}

.-padding-215 {
    padding: 215px !important
}

.-padding-top-215,
.-padding-y-215 {
    padding-top: 215px !important
}

.-padding-right-215,
.-padding-x-215 {
    padding-right: 215px !important
}

.-padding-bottom-215,
.-padding-y-215 {
    padding-bottom: 215px !important
}

.-padding-left-215,
.-padding-x-215 {
    padding-left: 215px !important
}

.-padding-220 {
    padding: 220px !important
}

.-padding-top-220,
.-padding-y-220 {
    padding-top: 220px !important
}

.-padding-right-220,
.-padding-x-220 {
    padding-right: 220px !important
}

.-padding-bottom-220,
.-padding-y-220 {
    padding-bottom: 220px !important
}

.-padding-left-220,
.-padding-x-220 {
    padding-left: 220px !important
}

.-padding-225 {
    padding: 225px !important
}

.-padding-top-225,
.-padding-y-225 {
    padding-top: 225px !important
}

.-padding-right-225,
.-padding-x-225 {
    padding-right: 225px !important
}

.-padding-bottom-225,
.-padding-y-225 {
    padding-bottom: 225px !important
}

.-padding-left-225,
.-padding-x-225 {
    padding-left: 225px !important
}

.-padding-230 {
    padding: 230px !important
}

.-padding-top-230,
.-padding-y-230 {
    padding-top: 230px !important
}

.-padding-right-230,
.-padding-x-230 {
    padding-right: 230px !important
}

.-padding-bottom-230,
.-padding-y-230 {
    padding-bottom: 230px !important
}

.-padding-left-230,
.-padding-x-230 {
    padding-left: 230px !important
}

.-padding-235 {
    padding: 235px !important
}

.-padding-top-235,
.-padding-y-235 {
    padding-top: 235px !important
}

.-padding-right-235,
.-padding-x-235 {
    padding-right: 235px !important
}

.-padding-bottom-235,
.-padding-y-235 {
    padding-bottom: 235px !important
}

.-padding-left-235,
.-padding-x-235 {
    padding-left: 235px !important
}

.-padding-240 {
    padding: 240px !important
}

.-padding-top-240,
.-padding-y-240 {
    padding-top: 240px !important
}

.-padding-right-240,
.-padding-x-240 {
    padding-right: 240px !important
}

.-padding-bottom-240,
.-padding-y-240 {
    padding-bottom: 240px !important
}

.-padding-left-240,
.-padding-x-240 {
    padding-left: 240px !important
}

.-padding-245 {
    padding: 245px !important
}

.-padding-top-245,
.-padding-y-245 {
    padding-top: 245px !important
}

.-padding-right-245,
.-padding-x-245 {
    padding-right: 245px !important
}

.-padding-bottom-245,
.-padding-y-245 {
    padding-bottom: 245px !important
}

.-padding-left-245,
.-padding-x-245 {
    padding-left: 245px !important
}

.-padding-250 {
    padding: 250px !important
}

.-padding-top-250,
.-padding-y-250 {
    padding-top: 250px !important
}

.-padding-right-250,
.-padding-x-250 {
    padding-right: 250px !important
}

.-padding-bottom-250,
.-padding-y-250 {
    padding-bottom: 250px !important
}

.-padding-left-250,
.-padding-x-250 {
    padding-left: 250px !important
}

.-padding-255 {
    padding: 255px !important
}

.-padding-top-255,
.-padding-y-255 {
    padding-top: 255px !important
}

.-padding-right-255,
.-padding-x-255 {
    padding-right: 255px !important
}

.-padding-bottom-255,
.-padding-y-255 {
    padding-bottom: 255px !important
}

.-padding-left-255,
.-padding-x-255 {
    padding-left: 255px !important
}

.-padding-260 {
    padding: 260px !important
}

.-padding-top-260,
.-padding-y-260 {
    padding-top: 260px !important
}

.-padding-right-260,
.-padding-x-260 {
    padding-right: 260px !important
}

.-padding-bottom-260,
.-padding-y-260 {
    padding-bottom: 260px !important
}

.-padding-left-260,
.-padding-x-260 {
    padding-left: 260px !important
}

.-padding-265 {
    padding: 265px !important
}

.-padding-top-265,
.-padding-y-265 {
    padding-top: 265px !important
}

.-padding-right-265,
.-padding-x-265 {
    padding-right: 265px !important
}

.-padding-bottom-265,
.-padding-y-265 {
    padding-bottom: 265px !important
}

.-padding-left-265,
.-padding-x-265 {
    padding-left: 265px !important
}

.-padding-270 {
    padding: 270px !important
}

.-padding-top-270,
.-padding-y-270 {
    padding-top: 270px !important
}

.-padding-right-270,
.-padding-x-270 {
    padding-right: 270px !important
}

.-padding-bottom-270,
.-padding-y-270 {
    padding-bottom: 270px !important
}

.-padding-left-270,
.-padding-x-270 {
    padding-left: 270px !important
}

.-padding-275 {
    padding: 275px !important
}

.-padding-top-275,
.-padding-y-275 {
    padding-top: 275px !important
}

.-padding-right-275,
.-padding-x-275 {
    padding-right: 275px !important
}

.-padding-bottom-275,
.-padding-y-275 {
    padding-bottom: 275px !important
}

.-padding-left-275,
.-padding-x-275 {
    padding-left: 275px !important
}

.-padding-280 {
    padding: 280px !important
}

.-padding-top-280,
.-padding-y-280 {
    padding-top: 280px !important
}

.-padding-right-280,
.-padding-x-280 {
    padding-right: 280px !important
}

.-padding-bottom-280,
.-padding-y-280 {
    padding-bottom: 280px !important
}

.-padding-left-280,
.-padding-x-280 {
    padding-left: 280px !important
}

.-padding-285 {
    padding: 285px !important
}

.-padding-top-285,
.-padding-y-285 {
    padding-top: 285px !important
}

.-padding-right-285,
.-padding-x-285 {
    padding-right: 285px !important
}

.-padding-bottom-285,
.-padding-y-285 {
    padding-bottom: 285px !important
}

.-padding-left-285,
.-padding-x-285 {
    padding-left: 285px !important
}

.-padding-290 {
    padding: 290px !important
}

.-padding-top-290,
.-padding-y-290 {
    padding-top: 290px !important
}

.-padding-right-290,
.-padding-x-290 {
    padding-right: 290px !important
}

.-padding-bottom-290,
.-padding-y-290 {
    padding-bottom: 290px !important
}

.-padding-left-290,
.-padding-x-290 {
    padding-left: 290px !important
}

.-padding-295 {
    padding: 295px !important
}

.-padding-top-295,
.-padding-y-295 {
    padding-top: 295px !important
}

.-padding-right-295,
.-padding-x-295 {
    padding-right: 295px !important
}

.-padding-bottom-295,
.-padding-y-295 {
    padding-bottom: 295px !important
}

.-padding-left-295,
.-padding-x-295 {
    padding-left: 295px !important
}

.-padding-300 {
    padding: 300px !important
}

.-padding-top-300,
.-padding-y-300 {
    padding-top: 300px !important
}

.-padding-right-300,
.-padding-x-300 {
    padding-right: 300px !important
}

.-padding-bottom-300,
.-padding-y-300 {
    padding-bottom: 300px !important
}

.-padding-left-300,
.-padding-x-300 {
    padding-left: 300px !important
}

.-margin-negative-5 {
    margin: -5px !important
}

.-margin-top-negative-5,
.-margin-y-negative-5 {
    margin-top: -5px !important
}

.-margin-right-negative-5,
.-margin-x-negative-5 {
    margin-right: -5px !important
}

.-margin-bottom-negative-5,
.-margin-y-negative-5 {
    margin-bottom: -5px !important
}

.-margin-left-negative-5,
.-margin-x-negative-5 {
    margin-left: -5px !important
}

.-margin-negative-10 {
    margin: -10px !important
}

.-margin-top-negative-10,
.-margin-y-negative-10 {
    margin-top: -10px !important
}

.-margin-right-negative-10,
.-margin-x-negative-10 {
    margin-right: -10px !important
}

.-margin-bottom-negative-10,
.-margin-y-negative-10 {
    margin-bottom: -10px !important
}

.-margin-left-negative-10,
.-margin-x-negative-10 {
    margin-left: -10px !important
}

.-margin-negative-15 {
    margin: -15px !important
}

.-margin-top-negative-15,
.-margin-y-negative-15 {
    margin-top: -15px !important
}

.-margin-right-negative-15,
.-margin-x-negative-15 {
    margin-right: -15px !important
}

.-margin-bottom-negative-15,
.-margin-y-negative-15 {
    margin-bottom: -15px !important
}

.-margin-left-negative-15,
.-margin-x-negative-15 {
    margin-left: -15px !important
}

.-margin-negative-20 {
    margin: -20px !important
}

.-margin-top-negative-20,
.-margin-y-negative-20 {
    margin-top: -20px !important
}

.-margin-right-negative-20,
.-margin-x-negative-20 {
    margin-right: -20px !important
}

.-margin-bottom-negative-20,
.-margin-y-negative-20 {
    margin-bottom: -20px !important
}

.-margin-left-negative-20,
.-margin-x-negative-20 {
    margin-left: -20px !important
}

.-margin-negative-25 {
    margin: -25px !important
}

.-margin-top-negative-25,
.-margin-y-negative-25 {
    margin-top: -25px !important
}

.-margin-right-negative-25,
.-margin-x-negative-25 {
    margin-right: -25px !important
}

.-margin-bottom-negative-25,
.-margin-y-negative-25 {
    margin-bottom: -25px !important
}

.-margin-left-negative-25,
.-margin-x-negative-25 {
    margin-left: -25px !important
}

.-margin-negative-30 {
    margin: -35px !important
}

.-margin-top-negative-30,
.-margin-y-negative-30 {
    margin-top: -35px !important
}

.-margin-right-negative-30,
.-margin-x-negative-30 {
    margin-right: -35px !important
}

.-margin-bottom-negative-30,
.-margin-y-negative-30 {
    margin-bottom: -35px !important
}

.-margin-left-negative-30,
.-margin-x-negative-30 {
    margin-left: -35px !important
}

.-margin-negative-35 {
    margin: -35px !important
}

.-margin-top-negative-35,
.-margin-y-negative-35 {
    margin-top: -35px !important
}

.-margin-right-negative-35,
.-margin-x-negative-35 {
    margin-right: -35px !important
}

.-margin-bottom-negative-35,
.-margin-y-negative-35 {
    margin-bottom: -35px !important
}

.-margin-left-negative-35,
.-margin-x-negative-35 {
    margin-left: -35px !important
}

.-margin-negative-40 {
    margin: -40px !important
}

.-margin-top-negative-40,
.-margin-y-negative-40 {
    margin-top: -40px !important
}

.-margin-right-negative-40,
.-margin-x-negative-40 {
    margin-right: -40px !important
}

.-margin-bottom-negative-40,
.-margin-y-negative-40 {
    margin-bottom: -40px !important
}

.-margin-left-negative-40,
.-margin-x-negative-40 {
    margin-left: -40px !important
}

.-margin-negative-45 {
    margin: -45px !important
}

.-margin-top-negative-45,
.-margin-y-negative-45 {
    margin-top: -45px !important
}

.-margin-right-negative-45,
.-margin-x-negative-45 {
    margin-right: -45px !important
}

.-margin-bottom-negative-45,
.-margin-y-negative-45 {
    margin-bottom: -45px !important
}

.-margin-left-negative-45,
.-margin-x-negative-45 {
    margin-left: -45px !important
}

.-margin-negative-50 {
    margin: -50px !important
}

.-margin-top-negative-50,
.-margin-y-negative-50 {
    margin-top: -50px !important
}

.-margin-right-negative-50,
.-margin-x-negative-50 {
    margin-right: -50px !important
}

.-margin-bottom-negative-50,
.-margin-y-negative-50 {
    margin-bottom: -50px !important
}

.-margin-left-negative-50,
.-margin-x-negative-50 {
    margin-left: -50px !important
}

.-margin-negative-55 {
    margin: -55px !important
}

.-margin-top-negative-55,
.-margin-y-negative-55 {
    margin-top: -55px !important
}

.-margin-right-negative-55,
.-margin-x-negative-55 {
    margin-right: -55px !important
}

.-margin-bottom-negative-55,
.-margin-y-negative-55 {
    margin-bottom: -55px !important
}

.-margin-left-negative-55,
.-margin-x-negative-55 {
    margin-left: -55px !important
}

.-margin-negative-60 {
    margin: -60px !important
}

.-margin-top-negative-60,
.-margin-y-negative-60 {
    margin-top: -60px !important
}

.-margin-right-negative-60,
.-margin-x-negative-60 {
    margin-right: -60px !important
}

.-margin-bottom-negative-60,
.-margin-y-negative-60 {
    margin-bottom: -60px !important
}

.-margin-left-negative-60,
.-margin-x-negative-60 {
    margin-left: -60px !important
}

.-margin-negative-65 {
    margin: -65px !important
}

.-margin-top-negative-65,
.-margin-y-negative-65 {
    margin-top: -65px !important
}

.-margin-right-negative-65,
.-margin-x-negative-65 {
    margin-right: -65px !important
}

.-margin-bottom-negative-65,
.-margin-y-negative-65 {
    margin-bottom: -65px !important
}

.-margin-left-negative-65,
.-margin-x-negative-65 {
    margin-left: -65px !important
}

.-margin-negative-75 {
    margin: -75px !important
}

.-margin-top-negative-75,
.-margin-y-negative-75 {
    margin-top: -75px !important
}

.-margin-right-negative-75,
.-margin-x-negative-75 {
    margin-right: -75px !important
}

.-margin-bottom-negative-75,
.-margin-y-negative-75 {
    margin-bottom: -75px !important
}

.-margin-left-negative-75,
.-margin-x-negative-75 {
    margin-left: -75px !important
}

.-margin-negative-80 {
    margin: -80px !important
}

.-margin-top-negative-80,
.-margin-y-negative-80 {
    margin-top: -80px !important
}

.-margin-right-negative-80,
.-margin-x-negative-80 {
    margin-right: -80px !important
}

.-margin-bottom-negative-80,
.-margin-y-negative-80 {
    margin-bottom: -80px !important
}

.-margin-left-negative-80,
.-margin-x-negative-80 {
    margin-left: -80px !important
}

.-margin-negative-85 {
    margin: -85px !important
}

.-margin-top-negative-85,
.-margin-y-negative-85 {
    margin-top: -85px !important
}

.-margin-right-negative-85,
.-margin-x-negative-85 {
    margin-right: -85px !important
}

.-margin-bottom-negative-85,
.-margin-y-negative-85 {
    margin-bottom: -85px !important
}

.-margin-left-negative-85,
.-margin-x-negative-85 {
    margin-left: -85px !important
}

.-margin-negative-90 {
    margin: -90px !important
}

.-margin-top-negative-90,
.-margin-y-negative-90 {
    margin-top: -90px !important
}

.-margin-right-negative-90,
.-margin-x-negative-90 {
    margin-right: -90px !important
}

.-margin-bottom-negative-90,
.-margin-y-negative-90 {
    margin-bottom: -90px !important
}

.-margin-left-negative-90,
.-margin-x-negative-90 {
    margin-left: -90px !important
}

.-margin-negative-95 {
    margin: -95px !important
}

.-margin-top-negative-95,
.-margin-y-negative-95 {
    margin-top: -95px !important
}

.-margin-right-negative-95,
.-margin-x-negative-95 {
    margin-right: -95px !important
}

.-margin-bottom-negative-95,
.-margin-y-negative-95 {
    margin-bottom: -95px !important
}

.-margin-left-negative-95,
.-margin-x-negative-95 {
    margin-left: -95px !important
}

.-margin-negative-100 {
    margin: -100px !important
}

.-margin-top-negative-100,
.-margin-y-negative-100 {
    margin-top: -100px !important
}

.-margin-right-negative-100,
.-margin-x-negative-100 {
    margin-right: -100px !important
}

.-margin-bottom-negative-100,
.-margin-y-negative-100 {
    margin-bottom: -100px !important
}

.-margin-left-negative-100,
.-margin-x-negative-100 {
    margin-left: -100px !important
}

.-margin-negative-105 {
    margin: -105px !important
}

.-margin-top-negative-105,
.-margin-y-negative-105 {
    margin-top: -105px !important
}

.-margin-right-negative-105,
.-margin-x-negative-105 {
    margin-right: -105px !important
}

.-margin-bottom-negative-105,
.-margin-y-negative-105 {
    margin-bottom: -105px !important
}

.-margin-left-negative-105,
.-margin-x-negative-105 {
    margin-left: -105px !important
}

.-margin-negative-110 {
    margin: -110px !important
}

.-margin-top-negative-110,
.-margin-y-negative-110 {
    margin-top: -110px !important
}

.-margin-right-negative-110,
.-margin-x-negative-110 {
    margin-right: -110px !important
}

.-margin-bottom-negative-110,
.-margin-y-negative-110 {
    margin-bottom: -110px !important
}

.-margin-left-negative-110,
.-margin-x-negative-110 {
    margin-left: -110px !important
}

.-margin-negative-115 {
    margin: -115px !important
}

.-margin-top-negative-115,
.-margin-y-negative-115 {
    margin-top: -115px !important
}

.-margin-right-negative-115,
.-margin-x-negative-115 {
    margin-right: -115px !important
}

.-margin-bottom-negative-115,
.-margin-y-negative-115 {
    margin-bottom: -115px !important
}

.-margin-left-negative-115,
.-margin-x-negative-115 {
    margin-left: -115px !important
}

.-margin-negative-120 {
    margin: -120px !important
}

.-margin-top-negative-120,
.-margin-y-negative-120 {
    margin-top: -120px !important
}

.-margin-right-negative-120,
.-margin-x-negative-120 {
    margin-right: -120px !important
}

.-margin-bottom-negative-120,
.-margin-y-negative-120 {
    margin-bottom: -120px !important
}

.-margin-left-negative-120,
.-margin-x-negative-120 {
    margin-left: -120px !important
}

.-margin-negative-125 {
    margin: -125px !important
}

.-margin-top-negative-125,
.-margin-y-negative-125 {
    margin-top: -125px !important
}

.-margin-right-negative-125,
.-margin-x-negative-125 {
    margin-right: -125px !important
}

.-margin-bottom-negative-125,
.-margin-y-negative-125 {
    margin-bottom: -125px !important
}

.-margin-left-negative-125,
.-margin-x-negative-125 {
    margin-left: -125px !important
}

.-margin-negative-130 {
    margin: -130px !important
}

.-margin-top-negative-130,
.-margin-y-negative-130 {
    margin-top: -130px !important
}

.-margin-right-negative-130,
.-margin-x-negative-130 {
    margin-right: -130px !important
}

.-margin-bottom-negative-130,
.-margin-y-negative-130 {
    margin-bottom: -130px !important
}

.-margin-left-negative-130,
.-margin-x-negative-130 {
    margin-left: -130px !important
}

.-margin-negative-135 {
    margin: -135px !important
}

.-margin-top-negative-135,
.-margin-y-negative-135 {
    margin-top: -135px !important
}

.-margin-right-negative-135,
.-margin-x-negative-135 {
    margin-right: -135px !important
}

.-margin-bottom-negative-135,
.-margin-y-negative-135 {
    margin-bottom: -135px !important
}

.-margin-left-negative-135,
.-margin-x-negative-135 {
    margin-left: -135px !important
}

.-margin-negative-140 {
    margin: -140px !important
}

.-margin-top-negative-140,
.-margin-y-negative-140 {
    margin-top: -140px !important
}

.-margin-right-negative-140,
.-margin-x-negative-140 {
    margin-right: -140px !important
}

.-margin-bottom-negative-140,
.-margin-y-negative-140 {
    margin-bottom: -140px !important
}

.-margin-left-negative-140,
.-margin-x-negative-140 {
    margin-left: -140px !important
}

.-margin-negative-145 {
    margin: -145px !important
}

.-margin-top-negative-145,
.-margin-y-negative-145 {
    margin-top: -145px !important
}

.-margin-right-negative-145,
.-margin-x-negative-145 {
    margin-right: -145px !important
}

.-margin-bottom-negative-145,
.-margin-y-negative-145 {
    margin-bottom: -145px !important
}

.-margin-left-negative-145,
.-margin-x-negative-145 {
    margin-left: -145px !important
}

.-margin-negative-150 {
    margin: -150px !important
}

.-margin-top-negative-150,
.-margin-y-negative-150 {
    margin-top: -150px !important
}

.-margin-right-negative-150,
.-margin-x-negative-150 {
    margin-right: -150px !important
}

.-margin-bottom-negative-150,
.-margin-y-negative-150 {
    margin-bottom: -150px !important
}

.-margin-left-negative-150,
.-margin-x-negative-150 {
    margin-left: -150px !important
}

.-margin-negative-155 {
    margin: -155px !important
}

.-margin-top-negative-155,
.-margin-y-negative-155 {
    margin-top: -155px !important
}

.-margin-right-negative-155,
.-margin-x-negative-155 {
    margin-right: -155px !important
}

.-margin-bottom-negative-155,
.-margin-y-negative-155 {
    margin-bottom: -155px !important
}

.-margin-left-negative-155,
.-margin-x-negative-155 {
    margin-left: -155px !important
}

.-margin-negative-160 {
    margin: -160px !important
}

.-margin-top-negative-160,
.-margin-y-negative-160 {
    margin-top: -160px !important
}

.-margin-right-negative-160,
.-margin-x-negative-160 {
    margin-right: -160px !important
}

.-margin-bottom-negative-160,
.-margin-y-negative-160 {
    margin-bottom: -160px !important
}

.-margin-left-negative-160,
.-margin-x-negative-160 {
    margin-left: -160px !important
}

.-margin-negative-165 {
    margin: -165px !important
}

.-margin-top-negative-165,
.-margin-y-negative-165 {
    margin-top: -165px !important
}

.-margin-right-negative-165,
.-margin-x-negative-165 {
    margin-right: -165px !important
}

.-margin-bottom-negative-165,
.-margin-y-negative-165 {
    margin-bottom: -165px !important
}

.-margin-left-negative-165,
.-margin-x-negative-165 {
    margin-left: -165px !important
}

.-margin-negative-170 {
    margin: -170px !important
}

.-margin-top-negative-170,
.-margin-y-negative-170 {
    margin-top: -170px !important
}

.-margin-right-negative-170,
.-margin-x-negative-170 {
    margin-right: -170px !important
}

.-margin-bottom-negative-170,
.-margin-y-negative-170 {
    margin-bottom: -170px !important
}

.-margin-left-negative-170,
.-margin-x-negative-170 {
    margin-left: -170px !important
}

.-margin-negative-175 {
    margin: -175px !important
}

.-margin-top-negative-175,
.-margin-y-negative-175 {
    margin-top: -175px !important
}

.-margin-right-negative-175,
.-margin-x-negative-175 {
    margin-right: -175px !important
}

.-margin-bottom-negative-175,
.-margin-y-negative-175 {
    margin-bottom: -175px !important
}

.-margin-left-negative-175,
.-margin-x-negative-175 {
    margin-left: -175px !important
}

.-margin-negative-180 {
    margin: -180px !important
}

.-margin-top-negative-180,
.-margin-y-negative-180 {
    margin-top: -180px !important
}

.-margin-right-negative-180,
.-margin-x-negative-180 {
    margin-right: -180px !important
}

.-margin-bottom-negative-180,
.-margin-y-negative-180 {
    margin-bottom: -180px !important
}

.-margin-left-negative-180,
.-margin-x-negative-180 {
    margin-left: -180px !important
}

.-margin-negative-185 {
    margin: -185px !important
}

.-margin-top-negative-185,
.-margin-y-negative-185 {
    margin-top: -185px !important
}

.-margin-right-negative-185,
.-margin-x-negative-185 {
    margin-right: -185px !important
}

.-margin-bottom-negative-185,
.-margin-y-negative-185 {
    margin-bottom: -185px !important
}

.-margin-left-negative-185,
.-margin-x-negative-185 {
    margin-left: -185px !important
}

.-margin-negative-190 {
    margin: -190px !important
}

.-margin-top-negative-190,
.-margin-y-negative-190 {
    margin-top: -190px !important
}

.-margin-right-negative-190,
.-margin-x-negative-190 {
    margin-right: -190px !important
}

.-margin-bottom-negative-190,
.-margin-y-negative-190 {
    margin-bottom: -190px !important
}

.-margin-left-negative-190,
.-margin-x-negative-190 {
    margin-left: -190px !important
}

.-margin-negative-195 {
    margin: -195px !important
}

.-margin-top-negative-195,
.-margin-y-negative-195 {
    margin-top: -195px !important
}

.-margin-right-negative-195,
.-margin-x-negative-195 {
    margin-right: -195px !important
}

.-margin-bottom-negative-195,
.-margin-y-negative-195 {
    margin-bottom: -195px !important
}

.-margin-left-negative-195,
.-margin-x-negative-195 {
    margin-left: -195px !important
}

.-margin-negative-200 {
    margin: -200px !important
}

.-margin-top-negative-200,
.-margin-y-negative-200 {
    margin-top: -200px !important
}

.-margin-right-negative-200,
.-margin-x-negative-200 {
    margin-right: -200px !important
}

.-margin-bottom-negative-200,
.-margin-y-negative-200 {
    margin-bottom: -200px !important
}

.-margin-left-negative-200,
.-margin-x-negative-200 {
    margin-left: -200px !important
}

.-margin-negative-205 {
    margin: -205px !important
}

.-margin-top-negative-205,
.-margin-y-negative-205 {
    margin-top: -205px !important
}

.-margin-right-negative-205,
.-margin-x-negative-205 {
    margin-right: -205px !important
}

.-margin-bottom-negative-205,
.-margin-y-negative-205 {
    margin-bottom: -205px !important
}

.-margin-left-negative-205,
.-margin-x-negative-205 {
    margin-left: -205px !important
}

.-margin-negative-210 {
    margin: -210px !important
}

.-margin-top-negative-210,
.-margin-y-negative-210 {
    margin-top: -210px !important
}

.-margin-right-negative-210,
.-margin-x-negative-210 {
    margin-right: -210px !important
}

.-margin-bottom-negative-210,
.-margin-y-negative-210 {
    margin-bottom: -210px !important
}

.-margin-left-negative-210,
.-margin-x-negative-210 {
    margin-left: -210px !important
}

.-margin-negative-215 {
    margin: -215px !important
}

.-margin-top-negative-215,
.-margin-y-negative-215 {
    margin-top: -215px !important
}

.-margin-right-negative-215,
.-margin-x-negative-215 {
    margin-right: -215px !important
}

.-margin-bottom-negative-215,
.-margin-y-negative-215 {
    margin-bottom: -215px !important
}

.-margin-left-negative-215,
.-margin-x-negative-215 {
    margin-left: -215px !important
}

.-margin-negative-220 {
    margin: -220px !important
}

.-margin-top-negative-220,
.-margin-y-negative-220 {
    margin-top: -220px !important
}

.-margin-right-negative-220,
.-margin-x-negative-220 {
    margin-right: -220px !important
}

.-margin-bottom-negative-220,
.-margin-y-negative-220 {
    margin-bottom: -220px !important
}

.-margin-left-negative-220,
.-margin-x-negative-220 {
    margin-left: -220px !important
}

.-margin-negative-225 {
    margin: -225px !important
}

.-margin-top-negative-225,
.-margin-y-negative-225 {
    margin-top: -225px !important
}

.-margin-right-negative-225,
.-margin-x-negative-225 {
    margin-right: -225px !important
}

.-margin-bottom-negative-225,
.-margin-y-negative-225 {
    margin-bottom: -225px !important
}

.-margin-left-negative-225,
.-margin-x-negative-225 {
    margin-left: -225px !important
}

.-margin-negative-230 {
    margin: -230px !important
}

.-margin-top-negative-230,
.-margin-y-negative-230 {
    margin-top: -230px !important
}

.-margin-right-negative-230,
.-margin-x-negative-230 {
    margin-right: -230px !important
}

.-margin-bottom-negative-230,
.-margin-y-negative-230 {
    margin-bottom: -230px !important
}

.-margin-left-negative-230,
.-margin-x-negative-230 {
    margin-left: -230px !important
}

.-margin-negative-235 {
    margin: -235px !important
}

.-margin-top-negative-235,
.-margin-y-negative-235 {
    margin-top: -235px !important
}

.-margin-right-negative-235,
.-margin-x-negative-235 {
    margin-right: -235px !important
}

.-margin-bottom-negative-235,
.-margin-y-negative-235 {
    margin-bottom: -235px !important
}

.-margin-left-negative-235,
.-margin-x-negative-235 {
    margin-left: -235px !important
}

.-margin-negative-240 {
    margin: -240px !important
}

.-margin-top-negative-240,
.-margin-y-negative-240 {
    margin-top: -240px !important
}

.-margin-right-negative-240,
.-margin-x-negative-240 {
    margin-right: -240px !important
}

.-margin-bottom-negative-240,
.-margin-y-negative-240 {
    margin-bottom: -240px !important
}

.-margin-left-negative-240,
.-margin-x-negative-240 {
    margin-left: -240px !important
}

.-margin-negative-245 {
    margin: -245px !important
}

.-margin-top-negative-245,
.-margin-y-negative-245 {
    margin-top: -245px !important
}

.-margin-right-negative-245,
.-margin-x-negative-245 {
    margin-right: -245px !important
}

.-margin-bottom-negative-245,
.-margin-y-negative-245 {
    margin-bottom: -245px !important
}

.-margin-left-negative-245,
.-margin-x-negative-245 {
    margin-left: -245px !important
}

.-margin-negative-250 {
    margin: -250px !important
}

.-margin-top-negative-250,
.-margin-y-negative-250 {
    margin-top: -250px !important
}

.-margin-right-negative-250,
.-margin-x-negative-250 {
    margin-right: -250px !important
}

.-margin-bottom-negative-250,
.-margin-y-negative-250 {
    margin-bottom: -250px !important
}

.-margin-left-negative-250,
.-margin-x-negative-250 {
    margin-left: -250px !important
}

.-margin-negative-255 {
    margin: -255px !important
}

.-margin-top-negative-255,
.-margin-y-negative-255 {
    margin-top: -255px !important
}

.-margin-right-negative-255,
.-margin-x-negative-255 {
    margin-right: -255px !important
}

.-margin-bottom-negative-255,
.-margin-y-negative-255 {
    margin-bottom: -255px !important
}

.-margin-left-negative-255,
.-margin-x-negative-255 {
    margin-left: -255px !important
}

.-margin-negative-260 {
    margin: -260px !important
}

.-margin-top-negative-260,
.-margin-y-negative-260 {
    margin-top: -260px !important
}

.-margin-right-negative-260,
.-margin-x-negative-260 {
    margin-right: -260px !important
}

.-margin-bottom-negative-260,
.-margin-y-negative-260 {
    margin-bottom: -260px !important
}

.-margin-left-negative-260,
.-margin-x-negative-260 {
    margin-left: -260px !important
}

.-margin-negative-265 {
    margin: -265px !important
}

.-margin-top-negative-265,
.-margin-y-negative-265 {
    margin-top: -265px !important
}

.-margin-right-negative-265,
.-margin-x-negative-265 {
    margin-right: -265px !important
}

.-margin-bottom-negative-265,
.-margin-y-negative-265 {
    margin-bottom: -265px !important
}

.-margin-left-negative-265,
.-margin-x-negative-265 {
    margin-left: -265px !important
}

.-margin-negative-270 {
    margin: -270px !important
}

.-margin-top-negative-270,
.-margin-y-negative-270 {
    margin-top: -270px !important
}

.-margin-right-negative-270,
.-margin-x-negative-270 {
    margin-right: -270px !important
}

.-margin-bottom-negative-270,
.-margin-y-negative-270 {
    margin-bottom: -270px !important
}

.-margin-left-negative-270,
.-margin-x-negative-270 {
    margin-left: -270px !important
}

.-margin-negative-275 {
    margin: -275px !important
}

.-margin-top-negative-275,
.-margin-y-negative-275 {
    margin-top: -275px !important
}

.-margin-right-negative-275,
.-margin-x-negative-275 {
    margin-right: -275px !important
}

.-margin-bottom-negative-275,
.-margin-y-negative-275 {
    margin-bottom: -275px !important
}

.-margin-left-negative-275,
.-margin-x-negative-275 {
    margin-left: -275px !important
}

.-margin-negative-280 {
    margin: -280px !important
}

.-margin-top-negative-280,
.-margin-y-negative-280 {
    margin-top: -280px !important
}

.-margin-right-negative-280,
.-margin-x-negative-280 {
    margin-right: -280px !important
}

.-margin-bottom-negative-280,
.-margin-y-negative-280 {
    margin-bottom: -280px !important
}

.-margin-left-negative-280,
.-margin-x-negative-280 {
    margin-left: -280px !important
}

.-margin-negative-285 {
    margin: -285px !important
}

.-margin-top-negative-285,
.-margin-y-negative-285 {
    margin-top: -285px !important
}

.-margin-right-negative-285,
.-margin-x-negative-285 {
    margin-right: -285px !important
}

.-margin-bottom-negative-285,
.-margin-y-negative-285 {
    margin-bottom: -285px !important
}

.-margin-left-negative-285,
.-margin-x-negative-285 {
    margin-left: -285px !important
}

.-margin-negative-290 {
    margin: -290px !important
}

.-margin-top-negative-290,
.-margin-y-negative-290 {
    margin-top: -290px !important
}

.-margin-right-negative-290,
.-margin-x-negative-290 {
    margin-right: -290px !important
}

.-margin-bottom-negative-290,
.-margin-y-negative-290 {
    margin-bottom: -290px !important
}

.-margin-left-negative-290,
.-margin-x-negative-290 {
    margin-left: -290px !important
}

.-margin-negative-295 {
    margin: -295px !important
}

.-margin-top-negative-295,
.-margin-y-negative-295 {
    margin-top: -295px !important
}

.-margin-right-negative-295,
.-margin-x-negative-295 {
    margin-right: -295px !important
}

.-margin-bottom-negative-295,
.-margin-y-negative-295 {
    margin-bottom: -295px !important
}

.-margin-left-negative-295,
.-margin-x-negative-295 {
    margin-left: -295px !important
}

.-margin-negative-300 {
    margin: -300px !important
}

.-margin-top-negative-300,
.-margin-y-negative-300 {
    margin-top: -300px !important
}

.-margin-right-negative-300,
.-margin-x-negative-300 {
    margin-right: -300px !important
}

.-margin-bottom-negative-300,
.-margin-y-negative-300 {
    margin-bottom: -300px !important
}

.-margin-left-negative-300,
.-margin-x-negative-300 {
    margin-left: -300px !important
}

.margin-auto {
    margin: auto !important
}

.margin-top-auto,
.margin-y-auto {
    margin-top: auto !important
}

.margin-right-auto,
.margin-x-auto {
    margin-right: auto !important
}

.margin-botttom-auto,
.margin-y-auto {
    margin-bottom: auto !important
}

.margin-left-auto,
.margin-x-auto {
    margin-left: auto !important
}

@media (min-width: 360px) {
    .-margin-xxs-0 {
        margin: 0 !important
    }

    .-margin-top-xxs-0,
    .-margin-y-xxs-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxs-0,
    .-margin-x-xxs-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxs-0,
    .-margin-y-xxs-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxs-0,
    .-margin-x-xxs-0 {
        margin-left: 0 !important
    }

    .-margin-xxs-5 {
        margin: 5px !important
    }

    .-margin-top-xxs-5,
    .-margin-y-xxs-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxs-5,
    .-margin-x-xxs-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxs-5,
    .-margin-y-xxs-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxs-5,
    .-margin-x-xxs-5 {
        margin-left: 5px !important
    }

    .-margin-xxs-10 {
        margin: 10px !important
    }

    .-margin-top-xxs-10,
    .-margin-y-xxs-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxs-10,
    .-margin-x-xxs-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxs-10,
    .-margin-y-xxs-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxs-10,
    .-margin-x-xxs-10 {
        margin-left: 10px !important
    }

    .-margin-xxs-15 {
        margin: 15px !important
    }

    .-margin-top-xxs-15,
    .-margin-y-xxs-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxs-15,
    .-margin-x-xxs-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxs-15,
    .-margin-y-xxs-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxs-15,
    .-margin-x-xxs-15 {
        margin-left: 15px !important
    }

    .-margin-xxs-20 {
        margin: 20px !important
    }

    .-margin-top-xxs-20,
    .-margin-y-xxs-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxs-20,
    .-margin-x-xxs-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxs-20,
    .-margin-y-xxs-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxs-20,
    .-margin-x-xxs-20 {
        margin-left: 20px !important
    }

    .-margin-xxs-25 {
        margin: 25px !important
    }

    .-margin-top-xxs-25,
    .-margin-y-xxs-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxs-25,
    .-margin-x-xxs-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxs-25,
    .-margin-y-xxs-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxs-25,
    .-margin-x-xxs-25 {
        margin-left: 25px !important
    }

    .-margin-xxs-30 {
        margin: 35px !important
    }

    .-margin-top-xxs-30,
    .-margin-y-xxs-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxs-30,
    .-margin-x-xxs-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxs-30,
    .-margin-y-xxs-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxs-30,
    .-margin-x-xxs-30 {
        margin-left: 35px !important
    }

    .-margin-xxs-35 {
        margin: 35px !important
    }

    .-margin-top-xxs-35,
    .-margin-y-xxs-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxs-35,
    .-margin-x-xxs-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxs-35,
    .-margin-y-xxs-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxs-35,
    .-margin-x-xxs-35 {
        margin-left: 35px !important
    }

    .-margin-xxs-40 {
        margin: 40px !important
    }

    .-margin-top-xxs-40,
    .-margin-y-xxs-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxs-40,
    .-margin-x-xxs-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxs-40,
    .-margin-y-xxs-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxs-40,
    .-margin-x-xxs-40 {
        margin-left: 40px !important
    }

    .-margin-xxs-45 {
        margin: 45px !important
    }

    .-margin-top-xxs-45,
    .-margin-y-xxs-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxs-45,
    .-margin-x-xxs-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxs-45,
    .-margin-y-xxs-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxs-45,
    .-margin-x-xxs-45 {
        margin-left: 45px !important
    }

    .-margin-xxs-50 {
        margin: 50px !important
    }

    .-margin-top-xxs-50,
    .-margin-y-xxs-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxs-50,
    .-margin-x-xxs-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxs-50,
    .-margin-y-xxs-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxs-50,
    .-margin-x-xxs-50 {
        margin-left: 50px !important
    }

    .-margin-xxs-55 {
        margin: 55px !important
    }

    .-margin-top-xxs-55,
    .-margin-y-xxs-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxs-55,
    .-margin-x-xxs-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxs-55,
    .-margin-y-xxs-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxs-55,
    .-margin-x-xxs-55 {
        margin-left: 55px !important
    }

    .-margin-xxs-60 {
        margin: 60px !important
    }

    .-margin-top-xxs-60,
    .-margin-y-xxs-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxs-60,
    .-margin-x-xxs-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxs-60,
    .-margin-y-xxs-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxs-60,
    .-margin-x-xxs-60 {
        margin-left: 60px !important
    }

    .-margin-xxs-65 {
        margin: 65px !important
    }

    .-margin-top-xxs-65,
    .-margin-y-xxs-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxs-65,
    .-margin-x-xxs-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxs-65,
    .-margin-y-xxs-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxs-65,
    .-margin-x-xxs-65 {
        margin-left: 65px !important
    }

    .-margin-xxs-75 {
        margin: 75px !important
    }

    .-margin-top-xxs-75,
    .-margin-y-xxs-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxs-75,
    .-margin-x-xxs-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxs-75,
    .-margin-y-xxs-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxs-75,
    .-margin-x-xxs-75 {
        margin-left: 75px !important
    }

    .-margin-xxs-80 {
        margin: 80px !important
    }

    .-margin-top-xxs-80,
    .-margin-y-xxs-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxs-80,
    .-margin-x-xxs-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxs-80,
    .-margin-y-xxs-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxs-80,
    .-margin-x-xxs-80 {
        margin-left: 80px !important
    }

    .-margin-xxs-85 {
        margin: 85px !important
    }

    .-margin-top-xxs-85,
    .-margin-y-xxs-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxs-85,
    .-margin-x-xxs-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxs-85,
    .-margin-y-xxs-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxs-85,
    .-margin-x-xxs-85 {
        margin-left: 85px !important
    }

    .-margin-xxs-90 {
        margin: 90px !important
    }

    .-margin-top-xxs-90,
    .-margin-y-xxs-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxs-90,
    .-margin-x-xxs-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxs-90,
    .-margin-y-xxs-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxs-90,
    .-margin-x-xxs-90 {
        margin-left: 90px !important
    }

    .-margin-xxs-95 {
        margin: 95px !important
    }

    .-margin-top-xxs-95,
    .-margin-y-xxs-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxs-95,
    .-margin-x-xxs-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxs-95,
    .-margin-y-xxs-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxs-95,
    .-margin-x-xxs-95 {
        margin-left: 95px !important
    }

    .-margin-xxs-100 {
        margin: 100px !important
    }

    .-margin-top-xxs-100,
    .-margin-y-xxs-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxs-100,
    .-margin-x-xxs-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxs-100,
    .-margin-y-xxs-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxs-100,
    .-margin-x-xxs-100 {
        margin-left: 100px !important
    }

    .-margin-xxs-105 {
        margin: 105px !important
    }

    .-margin-top-xxs-105,
    .-margin-y-xxs-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxs-105,
    .-margin-x-xxs-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxs-105,
    .-margin-y-xxs-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxs-105,
    .-margin-x-xxs-105 {
        margin-left: 105px !important
    }

    .-margin-xxs-110 {
        margin: 110px !important
    }

    .-margin-top-xxs-110,
    .-margin-y-xxs-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxs-110,
    .-margin-x-xxs-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxs-110,
    .-margin-y-xxs-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxs-110,
    .-margin-x-xxs-110 {
        margin-left: 110px !important
    }

    .-margin-xxs-115 {
        margin: 115px !important
    }

    .-margin-top-xxs-115,
    .-margin-y-xxs-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxs-115,
    .-margin-x-xxs-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxs-115,
    .-margin-y-xxs-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxs-115,
    .-margin-x-xxs-115 {
        margin-left: 115px !important
    }

    .-margin-xxs-120 {
        margin: 120px !important
    }

    .-margin-top-xxs-120,
    .-margin-y-xxs-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxs-120,
    .-margin-x-xxs-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxs-120,
    .-margin-y-xxs-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxs-120,
    .-margin-x-xxs-120 {
        margin-left: 120px !important
    }

    .-margin-xxs-125 {
        margin: 125px !important
    }

    .-margin-top-xxs-125,
    .-margin-y-xxs-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxs-125,
    .-margin-x-xxs-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxs-125,
    .-margin-y-xxs-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxs-125,
    .-margin-x-xxs-125 {
        margin-left: 125px !important
    }

    .-margin-xxs-130 {
        margin: 130px !important
    }

    .-margin-top-xxs-130,
    .-margin-y-xxs-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxs-130,
    .-margin-x-xxs-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxs-130,
    .-margin-y-xxs-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxs-130,
    .-margin-x-xxs-130 {
        margin-left: 130px !important
    }

    .-margin-xxs-135 {
        margin: 135px !important
    }

    .-margin-top-xxs-135,
    .-margin-y-xxs-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxs-135,
    .-margin-x-xxs-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxs-135,
    .-margin-y-xxs-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxs-135,
    .-margin-x-xxs-135 {
        margin-left: 135px !important
    }

    .-margin-xxs-140 {
        margin: 140px !important
    }

    .-margin-top-xxs-140,
    .-margin-y-xxs-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxs-140,
    .-margin-x-xxs-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxs-140,
    .-margin-y-xxs-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxs-140,
    .-margin-x-xxs-140 {
        margin-left: 140px !important
    }

    .-margin-xxs-145 {
        margin: 145px !important
    }

    .-margin-top-xxs-145,
    .-margin-y-xxs-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxs-145,
    .-margin-x-xxs-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxs-145,
    .-margin-y-xxs-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxs-145,
    .-margin-x-xxs-145 {
        margin-left: 145px !important
    }

    .-margin-xxs-150 {
        margin: 150px !important
    }

    .-margin-top-xxs-150,
    .-margin-y-xxs-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxs-150,
    .-margin-x-xxs-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxs-150,
    .-margin-y-xxs-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxs-150,
    .-margin-x-xxs-150 {
        margin-left: 150px !important
    }

    .-margin-xxs-155 {
        margin: 155px !important
    }

    .-margin-top-xxs-155,
    .-margin-y-xxs-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxs-155,
    .-margin-x-xxs-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxs-155,
    .-margin-y-xxs-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxs-155,
    .-margin-x-xxs-155 {
        margin-left: 155px !important
    }

    .-margin-xxs-160 {
        margin: 160px !important
    }

    .-margin-top-xxs-160,
    .-margin-y-xxs-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxs-160,
    .-margin-x-xxs-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxs-160,
    .-margin-y-xxs-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxs-160,
    .-margin-x-xxs-160 {
        margin-left: 160px !important
    }

    .-margin-xxs-165 {
        margin: 165px !important
    }

    .-margin-top-xxs-165,
    .-margin-y-xxs-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxs-165,
    .-margin-x-xxs-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxs-165,
    .-margin-y-xxs-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxs-165,
    .-margin-x-xxs-165 {
        margin-left: 165px !important
    }

    .-margin-xxs-170 {
        margin: 170px !important
    }

    .-margin-top-xxs-170,
    .-margin-y-xxs-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxs-170,
    .-margin-x-xxs-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxs-170,
    .-margin-y-xxs-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxs-170,
    .-margin-x-xxs-170 {
        margin-left: 170px !important
    }

    .-margin-xxs-175 {
        margin: 175px !important
    }

    .-margin-top-xxs-175,
    .-margin-y-xxs-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxs-175,
    .-margin-x-xxs-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxs-175,
    .-margin-y-xxs-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxs-175,
    .-margin-x-xxs-175 {
        margin-left: 175px !important
    }

    .-margin-xxs-180 {
        margin: 180px !important
    }

    .-margin-top-xxs-180,
    .-margin-y-xxs-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxs-180,
    .-margin-x-xxs-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxs-180,
    .-margin-y-xxs-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxs-180,
    .-margin-x-xxs-180 {
        margin-left: 180px !important
    }

    .-margin-xxs-185 {
        margin: 185px !important
    }

    .-margin-top-xxs-185,
    .-margin-y-xxs-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxs-185,
    .-margin-x-xxs-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxs-185,
    .-margin-y-xxs-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxs-185,
    .-margin-x-xxs-185 {
        margin-left: 185px !important
    }

    .-margin-xxs-190 {
        margin: 190px !important
    }

    .-margin-top-xxs-190,
    .-margin-y-xxs-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxs-190,
    .-margin-x-xxs-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxs-190,
    .-margin-y-xxs-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxs-190,
    .-margin-x-xxs-190 {
        margin-left: 190px !important
    }

    .-margin-xxs-195 {
        margin: 195px !important
    }

    .-margin-top-xxs-195,
    .-margin-y-xxs-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxs-195,
    .-margin-x-xxs-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxs-195,
    .-margin-y-xxs-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxs-195,
    .-margin-x-xxs-195 {
        margin-left: 195px !important
    }

    .-margin-xxs-200 {
        margin: 200px !important
    }

    .-margin-top-xxs-200,
    .-margin-y-xxs-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxs-200,
    .-margin-x-xxs-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxs-200,
    .-margin-y-xxs-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxs-200,
    .-margin-x-xxs-200 {
        margin-left: 200px !important
    }

    .-margin-xxs-205 {
        margin: 205px !important
    }

    .-margin-top-xxs-205,
    .-margin-y-xxs-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxs-205,
    .-margin-x-xxs-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxs-205,
    .-margin-y-xxs-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxs-205,
    .-margin-x-xxs-205 {
        margin-left: 205px !important
    }

    .-margin-xxs-210 {
        margin: 210px !important
    }

    .-margin-top-xxs-210,
    .-margin-y-xxs-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxs-210,
    .-margin-x-xxs-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxs-210,
    .-margin-y-xxs-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxs-210,
    .-margin-x-xxs-210 {
        margin-left: 210px !important
    }

    .-margin-xxs-215 {
        margin: 215px !important
    }

    .-margin-top-xxs-215,
    .-margin-y-xxs-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxs-215,
    .-margin-x-xxs-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxs-215,
    .-margin-y-xxs-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxs-215,
    .-margin-x-xxs-215 {
        margin-left: 215px !important
    }

    .-margin-xxs-220 {
        margin: 220px !important
    }

    .-margin-top-xxs-220,
    .-margin-y-xxs-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxs-220,
    .-margin-x-xxs-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxs-220,
    .-margin-y-xxs-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxs-220,
    .-margin-x-xxs-220 {
        margin-left: 220px !important
    }

    .-margin-xxs-225 {
        margin: 225px !important
    }

    .-margin-top-xxs-225,
    .-margin-y-xxs-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxs-225,
    .-margin-x-xxs-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxs-225,
    .-margin-y-xxs-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxs-225,
    .-margin-x-xxs-225 {
        margin-left: 225px !important
    }

    .-margin-xxs-230 {
        margin: 230px !important
    }

    .-margin-top-xxs-230,
    .-margin-y-xxs-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxs-230,
    .-margin-x-xxs-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxs-230,
    .-margin-y-xxs-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxs-230,
    .-margin-x-xxs-230 {
        margin-left: 230px !important
    }

    .-margin-xxs-235 {
        margin: 235px !important
    }

    .-margin-top-xxs-235,
    .-margin-y-xxs-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxs-235,
    .-margin-x-xxs-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxs-235,
    .-margin-y-xxs-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxs-235,
    .-margin-x-xxs-235 {
        margin-left: 235px !important
    }

    .-margin-xxs-240 {
        margin: 240px !important
    }

    .-margin-top-xxs-240,
    .-margin-y-xxs-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxs-240,
    .-margin-x-xxs-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxs-240,
    .-margin-y-xxs-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxs-240,
    .-margin-x-xxs-240 {
        margin-left: 240px !important
    }

    .-margin-xxs-245 {
        margin: 245px !important
    }

    .-margin-top-xxs-245,
    .-margin-y-xxs-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxs-245,
    .-margin-x-xxs-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxs-245,
    .-margin-y-xxs-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxs-245,
    .-margin-x-xxs-245 {
        margin-left: 245px !important
    }

    .-margin-xxs-250 {
        margin: 250px !important
    }

    .-margin-top-xxs-250,
    .-margin-y-xxs-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxs-250,
    .-margin-x-xxs-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxs-250,
    .-margin-y-xxs-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxs-250,
    .-margin-x-xxs-250 {
        margin-left: 250px !important
    }

    .-margin-xxs-255 {
        margin: 255px !important
    }

    .-margin-top-xxs-255,
    .-margin-y-xxs-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxs-255,
    .-margin-x-xxs-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxs-255,
    .-margin-y-xxs-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxs-255,
    .-margin-x-xxs-255 {
        margin-left: 255px !important
    }

    .-margin-xxs-260 {
        margin: 260px !important
    }

    .-margin-top-xxs-260,
    .-margin-y-xxs-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxs-260,
    .-margin-x-xxs-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxs-260,
    .-margin-y-xxs-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxs-260,
    .-margin-x-xxs-260 {
        margin-left: 260px !important
    }

    .-margin-xxs-265 {
        margin: 265px !important
    }

    .-margin-top-xxs-265,
    .-margin-y-xxs-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxs-265,
    .-margin-x-xxs-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxs-265,
    .-margin-y-xxs-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxs-265,
    .-margin-x-xxs-265 {
        margin-left: 265px !important
    }

    .-margin-xxs-270 {
        margin: 270px !important
    }

    .-margin-top-xxs-270,
    .-margin-y-xxs-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxs-270,
    .-margin-x-xxs-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxs-270,
    .-margin-y-xxs-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxs-270,
    .-margin-x-xxs-270 {
        margin-left: 270px !important
    }

    .-margin-xxs-275 {
        margin: 275px !important
    }

    .-margin-top-xxs-275,
    .-margin-y-xxs-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxs-275,
    .-margin-x-xxs-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxs-275,
    .-margin-y-xxs-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxs-275,
    .-margin-x-xxs-275 {
        margin-left: 275px !important
    }

    .-margin-xxs-280 {
        margin: 280px !important
    }

    .-margin-top-xxs-280,
    .-margin-y-xxs-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxs-280,
    .-margin-x-xxs-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxs-280,
    .-margin-y-xxs-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxs-280,
    .-margin-x-xxs-280 {
        margin-left: 280px !important
    }

    .-margin-xxs-285 {
        margin: 285px !important
    }

    .-margin-top-xxs-285,
    .-margin-y-xxs-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxs-285,
    .-margin-x-xxs-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxs-285,
    .-margin-y-xxs-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxs-285,
    .-margin-x-xxs-285 {
        margin-left: 285px !important
    }

    .-margin-xxs-290 {
        margin: 290px !important
    }

    .-margin-top-xxs-290,
    .-margin-y-xxs-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxs-290,
    .-margin-x-xxs-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxs-290,
    .-margin-y-xxs-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxs-290,
    .-margin-x-xxs-290 {
        margin-left: 290px !important
    }

    .-margin-xxs-295 {
        margin: 295px !important
    }

    .-margin-top-xxs-295,
    .-margin-y-xxs-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxs-295,
    .-margin-x-xxs-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxs-295,
    .-margin-y-xxs-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxs-295,
    .-margin-x-xxs-295 {
        margin-left: 295px !important
    }

    .-margin-xxs-300 {
        margin: 300px !important
    }

    .-margin-top-xxs-300,
    .-margin-y-xxs-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxs-300,
    .-margin-x-xxs-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxs-300,
    .-margin-y-xxs-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxs-300,
    .-margin-x-xxs-300 {
        margin-left: 300px !important
    }

    .-padding-xxs-0 {
        padding: 0 !important
    }

    .-padding-top-xxs-0,
    .-padding-y-xxs-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxs-0,
    .-padding-x-xxs-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxs-0,
    .-padding-y-xxs-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxs-0,
    .-padding-x-xxs-0 {
        padding-left: 0 !important
    }

    .-padding-xxs-5 {
        padding: 5px !important
    }

    .-padding-top-xxs-5,
    .-padding-y-xxs-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxs-5,
    .-padding-x-xxs-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxs-5,
    .-padding-y-xxs-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxs-5,
    .-padding-x-xxs-5 {
        padding-left: 5px !important
    }

    .-padding-xxs-10 {
        padding: 10px !important
    }

    .-padding-top-xxs-10,
    .-padding-y-xxs-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxs-10,
    .-padding-x-xxs-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxs-10,
    .-padding-y-xxs-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxs-10,
    .-padding-x-xxs-10 {
        padding-left: 10px !important
    }

    .-padding-xxs-15 {
        padding: 15px !important
    }

    .-padding-top-xxs-15,
    .-padding-y-xxs-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxs-15,
    .-padding-x-xxs-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxs-15,
    .-padding-y-xxs-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxs-15,
    .-padding-x-xxs-15 {
        padding-left: 15px !important
    }

    .-padding-xxs-20 {
        padding: 20px !important
    }

    .-padding-top-xxs-20,
    .-padding-y-xxs-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxs-20,
    .-padding-x-xxs-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxs-20,
    .-padding-y-xxs-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxs-20,
    .-padding-x-xxs-20 {
        padding-left: 20px !important
    }

    .-padding-xxs-25 {
        padding: 25px !important
    }

    .-padding-top-xxs-25,
    .-padding-y-xxs-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxs-25,
    .-padding-x-xxs-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxs-25,
    .-padding-y-xxs-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxs-25,
    .-padding-x-xxs-25 {
        padding-left: 25px !important
    }

    .-padding-xxs-30 {
        padding: 35px !important
    }

    .-padding-top-xxs-30,
    .-padding-y-xxs-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxs-30,
    .-padding-x-xxs-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxs-30,
    .-padding-y-xxs-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxs-30,
    .-padding-x-xxs-30 {
        padding-left: 35px !important
    }

    .-padding-xxs-35 {
        padding: 35px !important
    }

    .-padding-top-xxs-35,
    .-padding-y-xxs-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxs-35,
    .-padding-x-xxs-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxs-35,
    .-padding-y-xxs-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxs-35,
    .-padding-x-xxs-35 {
        padding-left: 35px !important
    }

    .-padding-xxs-40 {
        padding: 40px !important
    }

    .-padding-top-xxs-40,
    .-padding-y-xxs-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxs-40,
    .-padding-x-xxs-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxs-40,
    .-padding-y-xxs-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxs-40,
    .-padding-x-xxs-40 {
        padding-left: 40px !important
    }

    .-padding-xxs-45 {
        padding: 45px !important
    }

    .-padding-top-xxs-45,
    .-padding-y-xxs-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxs-45,
    .-padding-x-xxs-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxs-45,
    .-padding-y-xxs-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxs-45,
    .-padding-x-xxs-45 {
        padding-left: 45px !important
    }

    .-padding-xxs-50 {
        padding: 50px !important
    }

    .-padding-top-xxs-50,
    .-padding-y-xxs-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxs-50,
    .-padding-x-xxs-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxs-50,
    .-padding-y-xxs-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxs-50,
    .-padding-x-xxs-50 {
        padding-left: 50px !important
    }

    .-padding-xxs-55 {
        padding: 55px !important
    }

    .-padding-top-xxs-55,
    .-padding-y-xxs-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxs-55,
    .-padding-x-xxs-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxs-55,
    .-padding-y-xxs-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxs-55,
    .-padding-x-xxs-55 {
        padding-left: 55px !important
    }

    .-padding-xxs-60 {
        padding: 60px !important
    }

    .-padding-top-xxs-60,
    .-padding-y-xxs-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxs-60,
    .-padding-x-xxs-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxs-60,
    .-padding-y-xxs-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxs-60,
    .-padding-x-xxs-60 {
        padding-left: 60px !important
    }

    .-padding-xxs-65 {
        padding: 65px !important
    }

    .-padding-top-xxs-65,
    .-padding-y-xxs-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxs-65,
    .-padding-x-xxs-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxs-65,
    .-padding-y-xxs-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxs-65,
    .-padding-x-xxs-65 {
        padding-left: 65px !important
    }

    .-padding-xxs-75 {
        padding: 75px !important
    }

    .-padding-top-xxs-75,
    .-padding-y-xxs-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxs-75,
    .-padding-x-xxs-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxs-75,
    .-padding-y-xxs-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxs-75,
    .-padding-x-xxs-75 {
        padding-left: 75px !important
    }

    .-padding-xxs-80 {
        padding: 80px !important
    }

    .-padding-top-xxs-80,
    .-padding-y-xxs-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxs-80,
    .-padding-x-xxs-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxs-80,
    .-padding-y-xxs-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxs-80,
    .-padding-x-xxs-80 {
        padding-left: 80px !important
    }

    .-padding-xxs-85 {
        padding: 85px !important
    }

    .-padding-top-xxs-85,
    .-padding-y-xxs-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxs-85,
    .-padding-x-xxs-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxs-85,
    .-padding-y-xxs-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxs-85,
    .-padding-x-xxs-85 {
        padding-left: 85px !important
    }

    .-padding-xxs-90 {
        padding: 90px !important
    }

    .-padding-top-xxs-90,
    .-padding-y-xxs-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxs-90,
    .-padding-x-xxs-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxs-90,
    .-padding-y-xxs-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxs-90,
    .-padding-x-xxs-90 {
        padding-left: 90px !important
    }

    .-padding-xxs-95 {
        padding: 95px !important
    }

    .-padding-top-xxs-95,
    .-padding-y-xxs-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxs-95,
    .-padding-x-xxs-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxs-95,
    .-padding-y-xxs-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxs-95,
    .-padding-x-xxs-95 {
        padding-left: 95px !important
    }

    .-padding-xxs-100 {
        padding: 100px !important
    }

    .-padding-top-xxs-100,
    .-padding-y-xxs-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxs-100,
    .-padding-x-xxs-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxs-100,
    .-padding-y-xxs-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxs-100,
    .-padding-x-xxs-100 {
        padding-left: 100px !important
    }

    .-padding-xxs-105 {
        padding: 105px !important
    }

    .-padding-top-xxs-105,
    .-padding-y-xxs-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxs-105,
    .-padding-x-xxs-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxs-105,
    .-padding-y-xxs-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxs-105,
    .-padding-x-xxs-105 {
        padding-left: 105px !important
    }

    .-padding-xxs-110 {
        padding: 110px !important
    }

    .-padding-top-xxs-110,
    .-padding-y-xxs-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxs-110,
    .-padding-x-xxs-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxs-110,
    .-padding-y-xxs-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxs-110,
    .-padding-x-xxs-110 {
        padding-left: 110px !important
    }

    .-padding-xxs-115 {
        padding: 115px !important
    }

    .-padding-top-xxs-115,
    .-padding-y-xxs-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxs-115,
    .-padding-x-xxs-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxs-115,
    .-padding-y-xxs-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxs-115,
    .-padding-x-xxs-115 {
        padding-left: 115px !important
    }

    .-padding-xxs-120 {
        padding: 120px !important
    }

    .-padding-top-xxs-120,
    .-padding-y-xxs-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxs-120,
    .-padding-x-xxs-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxs-120,
    .-padding-y-xxs-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxs-120,
    .-padding-x-xxs-120 {
        padding-left: 120px !important
    }

    .-padding-xxs-125 {
        padding: 125px !important
    }

    .-padding-top-xxs-125,
    .-padding-y-xxs-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxs-125,
    .-padding-x-xxs-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxs-125,
    .-padding-y-xxs-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxs-125,
    .-padding-x-xxs-125 {
        padding-left: 125px !important
    }

    .-padding-xxs-130 {
        padding: 130px !important
    }

    .-padding-top-xxs-130,
    .-padding-y-xxs-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxs-130,
    .-padding-x-xxs-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxs-130,
    .-padding-y-xxs-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxs-130,
    .-padding-x-xxs-130 {
        padding-left: 130px !important
    }

    .-padding-xxs-135 {
        padding: 135px !important
    }

    .-padding-top-xxs-135,
    .-padding-y-xxs-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxs-135,
    .-padding-x-xxs-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxs-135,
    .-padding-y-xxs-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxs-135,
    .-padding-x-xxs-135 {
        padding-left: 135px !important
    }

    .-padding-xxs-140 {
        padding: 140px !important
    }

    .-padding-top-xxs-140,
    .-padding-y-xxs-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxs-140,
    .-padding-x-xxs-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxs-140,
    .-padding-y-xxs-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxs-140,
    .-padding-x-xxs-140 {
        padding-left: 140px !important
    }

    .-padding-xxs-145 {
        padding: 145px !important
    }

    .-padding-top-xxs-145,
    .-padding-y-xxs-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxs-145,
    .-padding-x-xxs-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxs-145,
    .-padding-y-xxs-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxs-145,
    .-padding-x-xxs-145 {
        padding-left: 145px !important
    }

    .-padding-xxs-150 {
        padding: 150px !important
    }

    .-padding-top-xxs-150,
    .-padding-y-xxs-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxs-150,
    .-padding-x-xxs-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxs-150,
    .-padding-y-xxs-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxs-150,
    .-padding-x-xxs-150 {
        padding-left: 150px !important
    }

    .-padding-xxs-155 {
        padding: 155px !important
    }

    .-padding-top-xxs-155,
    .-padding-y-xxs-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxs-155,
    .-padding-x-xxs-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxs-155,
    .-padding-y-xxs-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxs-155,
    .-padding-x-xxs-155 {
        padding-left: 155px !important
    }

    .-padding-xxs-160 {
        padding: 160px !important
    }

    .-padding-top-xxs-160,
    .-padding-y-xxs-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxs-160,
    .-padding-x-xxs-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxs-160,
    .-padding-y-xxs-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxs-160,
    .-padding-x-xxs-160 {
        padding-left: 160px !important
    }

    .-padding-xxs-165 {
        padding: 165px !important
    }

    .-padding-top-xxs-165,
    .-padding-y-xxs-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxs-165,
    .-padding-x-xxs-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxs-165,
    .-padding-y-xxs-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxs-165,
    .-padding-x-xxs-165 {
        padding-left: 165px !important
    }

    .-padding-xxs-170 {
        padding: 170px !important
    }

    .-padding-top-xxs-170,
    .-padding-y-xxs-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxs-170,
    .-padding-x-xxs-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxs-170,
    .-padding-y-xxs-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxs-170,
    .-padding-x-xxs-170 {
        padding-left: 170px !important
    }

    .-padding-xxs-175 {
        padding: 175px !important
    }

    .-padding-top-xxs-175,
    .-padding-y-xxs-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxs-175,
    .-padding-x-xxs-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxs-175,
    .-padding-y-xxs-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxs-175,
    .-padding-x-xxs-175 {
        padding-left: 175px !important
    }

    .-padding-xxs-180 {
        padding: 180px !important
    }

    .-padding-top-xxs-180,
    .-padding-y-xxs-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxs-180,
    .-padding-x-xxs-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxs-180,
    .-padding-y-xxs-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxs-180,
    .-padding-x-xxs-180 {
        padding-left: 180px !important
    }

    .-padding-xxs-185 {
        padding: 185px !important
    }

    .-padding-top-xxs-185,
    .-padding-y-xxs-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxs-185,
    .-padding-x-xxs-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxs-185,
    .-padding-y-xxs-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxs-185,
    .-padding-x-xxs-185 {
        padding-left: 185px !important
    }

    .-padding-xxs-190 {
        padding: 190px !important
    }

    .-padding-top-xxs-190,
    .-padding-y-xxs-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxs-190,
    .-padding-x-xxs-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxs-190,
    .-padding-y-xxs-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxs-190,
    .-padding-x-xxs-190 {
        padding-left: 190px !important
    }

    .-padding-xxs-195 {
        padding: 195px !important
    }

    .-padding-top-xxs-195,
    .-padding-y-xxs-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxs-195,
    .-padding-x-xxs-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxs-195,
    .-padding-y-xxs-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxs-195,
    .-padding-x-xxs-195 {
        padding-left: 195px !important
    }

    .-padding-xxs-200 {
        padding: 200px !important
    }

    .-padding-top-xxs-200,
    .-padding-y-xxs-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxs-200,
    .-padding-x-xxs-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxs-200,
    .-padding-y-xxs-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxs-200,
    .-padding-x-xxs-200 {
        padding-left: 200px !important
    }

    .-padding-xxs-205 {
        padding: 205px !important
    }

    .-padding-top-xxs-205,
    .-padding-y-xxs-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxs-205,
    .-padding-x-xxs-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxs-205,
    .-padding-y-xxs-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxs-205,
    .-padding-x-xxs-205 {
        padding-left: 205px !important
    }

    .-padding-xxs-210 {
        padding: 210px !important
    }

    .-padding-top-xxs-210,
    .-padding-y-xxs-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxs-210,
    .-padding-x-xxs-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxs-210,
    .-padding-y-xxs-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxs-210,
    .-padding-x-xxs-210 {
        padding-left: 210px !important
    }

    .-padding-xxs-215 {
        padding: 215px !important
    }

    .-padding-top-xxs-215,
    .-padding-y-xxs-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxs-215,
    .-padding-x-xxs-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxs-215,
    .-padding-y-xxs-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxs-215,
    .-padding-x-xxs-215 {
        padding-left: 215px !important
    }

    .-padding-xxs-220 {
        padding: 220px !important
    }

    .-padding-top-xxs-220,
    .-padding-y-xxs-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxs-220,
    .-padding-x-xxs-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxs-220,
    .-padding-y-xxs-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxs-220,
    .-padding-x-xxs-220 {
        padding-left: 220px !important
    }

    .-padding-xxs-225 {
        padding: 225px !important
    }

    .-padding-top-xxs-225,
    .-padding-y-xxs-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxs-225,
    .-padding-x-xxs-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxs-225,
    .-padding-y-xxs-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxs-225,
    .-padding-x-xxs-225 {
        padding-left: 225px !important
    }

    .-padding-xxs-230 {
        padding: 230px !important
    }

    .-padding-top-xxs-230,
    .-padding-y-xxs-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxs-230,
    .-padding-x-xxs-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxs-230,
    .-padding-y-xxs-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxs-230,
    .-padding-x-xxs-230 {
        padding-left: 230px !important
    }

    .-padding-xxs-235 {
        padding: 235px !important
    }

    .-padding-top-xxs-235,
    .-padding-y-xxs-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxs-235,
    .-padding-x-xxs-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxs-235,
    .-padding-y-xxs-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxs-235,
    .-padding-x-xxs-235 {
        padding-left: 235px !important
    }

    .-padding-xxs-240 {
        padding: 240px !important
    }

    .-padding-top-xxs-240,
    .-padding-y-xxs-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxs-240,
    .-padding-x-xxs-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxs-240,
    .-padding-y-xxs-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxs-240,
    .-padding-x-xxs-240 {
        padding-left: 240px !important
    }

    .-padding-xxs-245 {
        padding: 245px !important
    }

    .-padding-top-xxs-245,
    .-padding-y-xxs-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxs-245,
    .-padding-x-xxs-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxs-245,
    .-padding-y-xxs-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxs-245,
    .-padding-x-xxs-245 {
        padding-left: 245px !important
    }

    .-padding-xxs-250 {
        padding: 250px !important
    }

    .-padding-top-xxs-250,
    .-padding-y-xxs-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxs-250,
    .-padding-x-xxs-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxs-250,
    .-padding-y-xxs-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxs-250,
    .-padding-x-xxs-250 {
        padding-left: 250px !important
    }

    .-padding-xxs-255 {
        padding: 255px !important
    }

    .-padding-top-xxs-255,
    .-padding-y-xxs-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxs-255,
    .-padding-x-xxs-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxs-255,
    .-padding-y-xxs-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxs-255,
    .-padding-x-xxs-255 {
        padding-left: 255px !important
    }

    .-padding-xxs-260 {
        padding: 260px !important
    }

    .-padding-top-xxs-260,
    .-padding-y-xxs-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxs-260,
    .-padding-x-xxs-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxs-260,
    .-padding-y-xxs-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxs-260,
    .-padding-x-xxs-260 {
        padding-left: 260px !important
    }

    .-padding-xxs-265 {
        padding: 265px !important
    }

    .-padding-top-xxs-265,
    .-padding-y-xxs-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxs-265,
    .-padding-x-xxs-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxs-265,
    .-padding-y-xxs-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxs-265,
    .-padding-x-xxs-265 {
        padding-left: 265px !important
    }

    .-padding-xxs-270 {
        padding: 270px !important
    }

    .-padding-top-xxs-270,
    .-padding-y-xxs-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxs-270,
    .-padding-x-xxs-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxs-270,
    .-padding-y-xxs-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxs-270,
    .-padding-x-xxs-270 {
        padding-left: 270px !important
    }

    .-padding-xxs-275 {
        padding: 275px !important
    }

    .-padding-top-xxs-275,
    .-padding-y-xxs-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxs-275,
    .-padding-x-xxs-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxs-275,
    .-padding-y-xxs-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxs-275,
    .-padding-x-xxs-275 {
        padding-left: 275px !important
    }

    .-padding-xxs-280 {
        padding: 280px !important
    }

    .-padding-top-xxs-280,
    .-padding-y-xxs-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxs-280,
    .-padding-x-xxs-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxs-280,
    .-padding-y-xxs-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxs-280,
    .-padding-x-xxs-280 {
        padding-left: 280px !important
    }

    .-padding-xxs-285 {
        padding: 285px !important
    }

    .-padding-top-xxs-285,
    .-padding-y-xxs-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxs-285,
    .-padding-x-xxs-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxs-285,
    .-padding-y-xxs-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxs-285,
    .-padding-x-xxs-285 {
        padding-left: 285px !important
    }

    .-padding-xxs-290 {
        padding: 290px !important
    }

    .-padding-top-xxs-290,
    .-padding-y-xxs-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxs-290,
    .-padding-x-xxs-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxs-290,
    .-padding-y-xxs-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxs-290,
    .-padding-x-xxs-290 {
        padding-left: 290px !important
    }

    .-padding-xxs-295 {
        padding: 295px !important
    }

    .-padding-top-xxs-295,
    .-padding-y-xxs-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxs-295,
    .-padding-x-xxs-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxs-295,
    .-padding-y-xxs-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxs-295,
    .-padding-x-xxs-295 {
        padding-left: 295px !important
    }

    .-padding-xxs-300 {
        padding: 300px !important
    }

    .-padding-top-xxs-300,
    .-padding-y-xxs-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxs-300,
    .-padding-x-xxs-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxs-300,
    .-padding-y-xxs-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxs-300,
    .-padding-x-xxs-300 {
        padding-left: 300px !important
    }

    .-margin-xxs-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxs-negative-5,
    .-margin-y-xxs-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxs-negative-5,
    .-margin-x-xxs-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxs-negative-5,
    .-margin-y-xxs-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxs-negative-5,
    .-margin-x-xxs-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxs-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxs-negative-10,
    .-margin-y-xxs-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxs-negative-10,
    .-margin-x-xxs-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxs-negative-10,
    .-margin-y-xxs-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxs-negative-10,
    .-margin-x-xxs-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxs-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxs-negative-15,
    .-margin-y-xxs-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxs-negative-15,
    .-margin-x-xxs-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxs-negative-15,
    .-margin-y-xxs-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxs-negative-15,
    .-margin-x-xxs-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxs-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxs-negative-20,
    .-margin-y-xxs-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxs-negative-20,
    .-margin-x-xxs-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxs-negative-20,
    .-margin-y-xxs-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxs-negative-20,
    .-margin-x-xxs-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxs-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxs-negative-25,
    .-margin-y-xxs-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxs-negative-25,
    .-margin-x-xxs-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxs-negative-25,
    .-margin-y-xxs-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxs-negative-25,
    .-margin-x-xxs-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxs-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxs-negative-30,
    .-margin-y-xxs-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxs-negative-30,
    .-margin-x-xxs-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxs-negative-30,
    .-margin-y-xxs-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxs-negative-30,
    .-margin-x-xxs-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxs-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxs-negative-35,
    .-margin-y-xxs-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxs-negative-35,
    .-margin-x-xxs-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxs-negative-35,
    .-margin-y-xxs-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxs-negative-35,
    .-margin-x-xxs-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxs-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxs-negative-40,
    .-margin-y-xxs-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxs-negative-40,
    .-margin-x-xxs-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxs-negative-40,
    .-margin-y-xxs-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxs-negative-40,
    .-margin-x-xxs-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxs-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxs-negative-45,
    .-margin-y-xxs-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxs-negative-45,
    .-margin-x-xxs-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxs-negative-45,
    .-margin-y-xxs-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxs-negative-45,
    .-margin-x-xxs-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxs-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxs-negative-50,
    .-margin-y-xxs-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxs-negative-50,
    .-margin-x-xxs-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxs-negative-50,
    .-margin-y-xxs-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxs-negative-50,
    .-margin-x-xxs-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxs-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxs-negative-55,
    .-margin-y-xxs-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxs-negative-55,
    .-margin-x-xxs-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxs-negative-55,
    .-margin-y-xxs-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxs-negative-55,
    .-margin-x-xxs-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxs-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxs-negative-60,
    .-margin-y-xxs-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxs-negative-60,
    .-margin-x-xxs-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxs-negative-60,
    .-margin-y-xxs-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxs-negative-60,
    .-margin-x-xxs-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxs-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxs-negative-65,
    .-margin-y-xxs-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxs-negative-65,
    .-margin-x-xxs-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxs-negative-65,
    .-margin-y-xxs-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxs-negative-65,
    .-margin-x-xxs-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxs-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxs-negative-75,
    .-margin-y-xxs-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxs-negative-75,
    .-margin-x-xxs-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxs-negative-75,
    .-margin-y-xxs-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxs-negative-75,
    .-margin-x-xxs-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxs-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxs-negative-80,
    .-margin-y-xxs-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxs-negative-80,
    .-margin-x-xxs-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxs-negative-80,
    .-margin-y-xxs-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxs-negative-80,
    .-margin-x-xxs-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxs-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxs-negative-85,
    .-margin-y-xxs-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxs-negative-85,
    .-margin-x-xxs-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxs-negative-85,
    .-margin-y-xxs-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxs-negative-85,
    .-margin-x-xxs-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxs-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxs-negative-90,
    .-margin-y-xxs-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxs-negative-90,
    .-margin-x-xxs-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxs-negative-90,
    .-margin-y-xxs-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxs-negative-90,
    .-margin-x-xxs-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxs-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxs-negative-95,
    .-margin-y-xxs-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxs-negative-95,
    .-margin-x-xxs-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxs-negative-95,
    .-margin-y-xxs-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxs-negative-95,
    .-margin-x-xxs-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxs-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxs-negative-100,
    .-margin-y-xxs-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxs-negative-100,
    .-margin-x-xxs-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxs-negative-100,
    .-margin-y-xxs-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxs-negative-100,
    .-margin-x-xxs-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxs-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxs-negative-105,
    .-margin-y-xxs-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxs-negative-105,
    .-margin-x-xxs-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxs-negative-105,
    .-margin-y-xxs-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxs-negative-105,
    .-margin-x-xxs-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxs-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxs-negative-110,
    .-margin-y-xxs-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxs-negative-110,
    .-margin-x-xxs-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxs-negative-110,
    .-margin-y-xxs-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxs-negative-110,
    .-margin-x-xxs-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxs-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxs-negative-115,
    .-margin-y-xxs-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxs-negative-115,
    .-margin-x-xxs-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxs-negative-115,
    .-margin-y-xxs-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxs-negative-115,
    .-margin-x-xxs-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxs-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxs-negative-120,
    .-margin-y-xxs-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxs-negative-120,
    .-margin-x-xxs-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxs-negative-120,
    .-margin-y-xxs-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxs-negative-120,
    .-margin-x-xxs-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxs-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxs-negative-125,
    .-margin-y-xxs-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxs-negative-125,
    .-margin-x-xxs-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxs-negative-125,
    .-margin-y-xxs-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxs-negative-125,
    .-margin-x-xxs-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxs-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxs-negative-130,
    .-margin-y-xxs-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxs-negative-130,
    .-margin-x-xxs-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxs-negative-130,
    .-margin-y-xxs-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxs-negative-130,
    .-margin-x-xxs-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxs-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxs-negative-135,
    .-margin-y-xxs-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxs-negative-135,
    .-margin-x-xxs-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxs-negative-135,
    .-margin-y-xxs-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxs-negative-135,
    .-margin-x-xxs-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxs-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxs-negative-140,
    .-margin-y-xxs-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxs-negative-140,
    .-margin-x-xxs-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxs-negative-140,
    .-margin-y-xxs-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxs-negative-140,
    .-margin-x-xxs-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxs-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxs-negative-145,
    .-margin-y-xxs-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxs-negative-145,
    .-margin-x-xxs-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxs-negative-145,
    .-margin-y-xxs-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxs-negative-145,
    .-margin-x-xxs-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxs-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxs-negative-150,
    .-margin-y-xxs-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxs-negative-150,
    .-margin-x-xxs-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxs-negative-150,
    .-margin-y-xxs-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxs-negative-150,
    .-margin-x-xxs-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxs-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxs-negative-155,
    .-margin-y-xxs-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxs-negative-155,
    .-margin-x-xxs-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxs-negative-155,
    .-margin-y-xxs-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxs-negative-155,
    .-margin-x-xxs-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxs-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxs-negative-160,
    .-margin-y-xxs-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxs-negative-160,
    .-margin-x-xxs-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxs-negative-160,
    .-margin-y-xxs-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxs-negative-160,
    .-margin-x-xxs-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxs-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxs-negative-165,
    .-margin-y-xxs-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxs-negative-165,
    .-margin-x-xxs-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxs-negative-165,
    .-margin-y-xxs-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxs-negative-165,
    .-margin-x-xxs-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxs-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxs-negative-170,
    .-margin-y-xxs-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxs-negative-170,
    .-margin-x-xxs-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxs-negative-170,
    .-margin-y-xxs-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxs-negative-170,
    .-margin-x-xxs-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxs-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxs-negative-175,
    .-margin-y-xxs-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxs-negative-175,
    .-margin-x-xxs-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxs-negative-175,
    .-margin-y-xxs-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxs-negative-175,
    .-margin-x-xxs-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxs-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxs-negative-180,
    .-margin-y-xxs-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxs-negative-180,
    .-margin-x-xxs-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxs-negative-180,
    .-margin-y-xxs-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxs-negative-180,
    .-margin-x-xxs-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxs-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxs-negative-185,
    .-margin-y-xxs-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxs-negative-185,
    .-margin-x-xxs-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxs-negative-185,
    .-margin-y-xxs-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxs-negative-185,
    .-margin-x-xxs-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxs-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxs-negative-190,
    .-margin-y-xxs-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxs-negative-190,
    .-margin-x-xxs-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxs-negative-190,
    .-margin-y-xxs-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxs-negative-190,
    .-margin-x-xxs-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxs-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxs-negative-195,
    .-margin-y-xxs-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxs-negative-195,
    .-margin-x-xxs-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxs-negative-195,
    .-margin-y-xxs-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxs-negative-195,
    .-margin-x-xxs-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxs-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxs-negative-200,
    .-margin-y-xxs-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxs-negative-200,
    .-margin-x-xxs-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxs-negative-200,
    .-margin-y-xxs-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxs-negative-200,
    .-margin-x-xxs-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxs-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxs-negative-205,
    .-margin-y-xxs-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxs-negative-205,
    .-margin-x-xxs-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxs-negative-205,
    .-margin-y-xxs-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxs-negative-205,
    .-margin-x-xxs-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxs-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxs-negative-210,
    .-margin-y-xxs-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxs-negative-210,
    .-margin-x-xxs-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxs-negative-210,
    .-margin-y-xxs-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxs-negative-210,
    .-margin-x-xxs-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxs-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxs-negative-215,
    .-margin-y-xxs-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxs-negative-215,
    .-margin-x-xxs-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxs-negative-215,
    .-margin-y-xxs-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxs-negative-215,
    .-margin-x-xxs-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxs-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxs-negative-220,
    .-margin-y-xxs-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxs-negative-220,
    .-margin-x-xxs-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxs-negative-220,
    .-margin-y-xxs-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxs-negative-220,
    .-margin-x-xxs-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxs-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxs-negative-225,
    .-margin-y-xxs-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxs-negative-225,
    .-margin-x-xxs-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxs-negative-225,
    .-margin-y-xxs-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxs-negative-225,
    .-margin-x-xxs-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxs-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxs-negative-230,
    .-margin-y-xxs-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxs-negative-230,
    .-margin-x-xxs-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxs-negative-230,
    .-margin-y-xxs-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxs-negative-230,
    .-margin-x-xxs-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxs-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxs-negative-235,
    .-margin-y-xxs-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxs-negative-235,
    .-margin-x-xxs-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxs-negative-235,
    .-margin-y-xxs-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxs-negative-235,
    .-margin-x-xxs-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxs-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxs-negative-240,
    .-margin-y-xxs-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxs-negative-240,
    .-margin-x-xxs-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxs-negative-240,
    .-margin-y-xxs-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxs-negative-240,
    .-margin-x-xxs-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxs-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxs-negative-245,
    .-margin-y-xxs-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxs-negative-245,
    .-margin-x-xxs-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxs-negative-245,
    .-margin-y-xxs-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxs-negative-245,
    .-margin-x-xxs-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxs-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxs-negative-250,
    .-margin-y-xxs-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxs-negative-250,
    .-margin-x-xxs-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxs-negative-250,
    .-margin-y-xxs-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxs-negative-250,
    .-margin-x-xxs-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxs-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxs-negative-255,
    .-margin-y-xxs-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxs-negative-255,
    .-margin-x-xxs-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxs-negative-255,
    .-margin-y-xxs-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxs-negative-255,
    .-margin-x-xxs-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxs-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxs-negative-260,
    .-margin-y-xxs-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxs-negative-260,
    .-margin-x-xxs-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxs-negative-260,
    .-margin-y-xxs-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxs-negative-260,
    .-margin-x-xxs-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxs-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxs-negative-265,
    .-margin-y-xxs-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxs-negative-265,
    .-margin-x-xxs-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxs-negative-265,
    .-margin-y-xxs-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxs-negative-265,
    .-margin-x-xxs-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxs-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxs-negative-270,
    .-margin-y-xxs-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxs-negative-270,
    .-margin-x-xxs-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxs-negative-270,
    .-margin-y-xxs-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxs-negative-270,
    .-margin-x-xxs-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxs-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxs-negative-275,
    .-margin-y-xxs-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxs-negative-275,
    .-margin-x-xxs-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxs-negative-275,
    .-margin-y-xxs-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxs-negative-275,
    .-margin-x-xxs-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxs-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxs-negative-280,
    .-margin-y-xxs-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxs-negative-280,
    .-margin-x-xxs-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxs-negative-280,
    .-margin-y-xxs-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxs-negative-280,
    .-margin-x-xxs-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxs-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxs-negative-285,
    .-margin-y-xxs-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxs-negative-285,
    .-margin-x-xxs-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxs-negative-285,
    .-margin-y-xxs-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxs-negative-285,
    .-margin-x-xxs-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxs-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxs-negative-290,
    .-margin-y-xxs-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxs-negative-290,
    .-margin-x-xxs-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxs-negative-290,
    .-margin-y-xxs-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxs-negative-290,
    .-margin-x-xxs-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxs-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxs-negative-295,
    .-margin-y-xxs-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxs-negative-295,
    .-margin-x-xxs-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxs-negative-295,
    .-margin-y-xxs-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxs-negative-295,
    .-margin-x-xxs-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxs-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxs-negative-300,
    .-margin-y-xxs-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxs-negative-300,
    .-margin-x-xxs-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxs-negative-300,
    .-margin-y-xxs-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxs-negative-300,
    .-margin-x-xxs-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxs-auto {
        margin: auto !important
    }

    .margin-top-xxs-auto,
    .margin-y-xxs-auto {
        margin-top: auto !important
    }

    .margin-right-xxs-auto,
    .margin-x-xxs-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxs-auto,
    .margin-y-xxs-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxs-auto,
    .margin-x-xxs-auto {
        margin-left: auto !important
    }
}

@media (min-width: 480px) {
    .-margin-xs-0 {
        margin: 0 !important
    }

    .-margin-top-xs-0,
    .-margin-y-xs-0 {
        margin-top: 0 !important
    }

    .-margin-right-xs-0,
    .-margin-x-xs-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xs-0,
    .-margin-y-xs-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xs-0,
    .-margin-x-xs-0 {
        margin-left: 0 !important
    }

    .-margin-xs-5 {
        margin: 5px !important
    }

    .-margin-top-xs-5,
    .-margin-y-xs-5 {
        margin-top: 5px !important
    }

    .-margin-right-xs-5,
    .-margin-x-xs-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xs-5,
    .-margin-y-xs-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xs-5,
    .-margin-x-xs-5 {
        margin-left: 5px !important
    }

    .-margin-xs-10 {
        margin: 10px !important
    }

    .-margin-top-xs-10,
    .-margin-y-xs-10 {
        margin-top: 10px !important
    }

    .-margin-right-xs-10,
    .-margin-x-xs-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xs-10,
    .-margin-y-xs-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xs-10,
    .-margin-x-xs-10 {
        margin-left: 10px !important
    }

    .-margin-xs-15 {
        margin: 15px !important
    }

    .-margin-top-xs-15,
    .-margin-y-xs-15 {
        margin-top: 15px !important
    }

    .-margin-right-xs-15,
    .-margin-x-xs-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xs-15,
    .-margin-y-xs-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xs-15,
    .-margin-x-xs-15 {
        margin-left: 15px !important
    }

    .-margin-xs-20 {
        margin: 20px !important
    }

    .-margin-top-xs-20,
    .-margin-y-xs-20 {
        margin-top: 20px !important
    }

    .-margin-right-xs-20,
    .-margin-x-xs-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xs-20,
    .-margin-y-xs-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xs-20,
    .-margin-x-xs-20 {
        margin-left: 20px !important
    }

    .-margin-xs-25 {
        margin: 25px !important
    }

    .-margin-top-xs-25,
    .-margin-y-xs-25 {
        margin-top: 25px !important
    }

    .-margin-right-xs-25,
    .-margin-x-xs-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xs-25,
    .-margin-y-xs-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xs-25,
    .-margin-x-xs-25 {
        margin-left: 25px !important
    }

    .-margin-xs-30 {
        margin: 35px !important
    }

    .-margin-top-xs-30,
    .-margin-y-xs-30 {
        margin-top: 35px !important
    }

    .-margin-right-xs-30,
    .-margin-x-xs-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xs-30,
    .-margin-y-xs-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xs-30,
    .-margin-x-xs-30 {
        margin-left: 35px !important
    }

    .-margin-xs-35 {
        margin: 35px !important
    }

    .-margin-top-xs-35,
    .-margin-y-xs-35 {
        margin-top: 35px !important
    }

    .-margin-right-xs-35,
    .-margin-x-xs-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xs-35,
    .-margin-y-xs-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xs-35,
    .-margin-x-xs-35 {
        margin-left: 35px !important
    }

    .-margin-xs-40 {
        margin: 40px !important
    }

    .-margin-top-xs-40,
    .-margin-y-xs-40 {
        margin-top: 40px !important
    }

    .-margin-right-xs-40,
    .-margin-x-xs-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xs-40,
    .-margin-y-xs-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xs-40,
    .-margin-x-xs-40 {
        margin-left: 40px !important
    }

    .-margin-xs-45 {
        margin: 45px !important
    }

    .-margin-top-xs-45,
    .-margin-y-xs-45 {
        margin-top: 45px !important
    }

    .-margin-right-xs-45,
    .-margin-x-xs-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xs-45,
    .-margin-y-xs-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xs-45,
    .-margin-x-xs-45 {
        margin-left: 45px !important
    }

    .-margin-xs-50 {
        margin: 50px !important
    }

    .-margin-top-xs-50,
    .-margin-y-xs-50 {
        margin-top: 50px !important
    }

    .-margin-right-xs-50,
    .-margin-x-xs-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xs-50,
    .-margin-y-xs-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xs-50,
    .-margin-x-xs-50 {
        margin-left: 50px !important
    }

    .-margin-xs-55 {
        margin: 55px !important
    }

    .-margin-top-xs-55,
    .-margin-y-xs-55 {
        margin-top: 55px !important
    }

    .-margin-right-xs-55,
    .-margin-x-xs-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xs-55,
    .-margin-y-xs-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xs-55,
    .-margin-x-xs-55 {
        margin-left: 55px !important
    }

    .-margin-xs-60 {
        margin: 60px !important
    }

    .-margin-top-xs-60,
    .-margin-y-xs-60 {
        margin-top: 60px !important
    }

    .-margin-right-xs-60,
    .-margin-x-xs-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xs-60,
    .-margin-y-xs-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xs-60,
    .-margin-x-xs-60 {
        margin-left: 60px !important
    }

    .-margin-xs-65 {
        margin: 65px !important
    }

    .-margin-top-xs-65,
    .-margin-y-xs-65 {
        margin-top: 65px !important
    }

    .-margin-right-xs-65,
    .-margin-x-xs-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xs-65,
    .-margin-y-xs-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xs-65,
    .-margin-x-xs-65 {
        margin-left: 65px !important
    }

    .-margin-xs-75 {
        margin: 75px !important
    }

    .-margin-top-xs-75,
    .-margin-y-xs-75 {
        margin-top: 75px !important
    }

    .-margin-right-xs-75,
    .-margin-x-xs-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xs-75,
    .-margin-y-xs-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xs-75,
    .-margin-x-xs-75 {
        margin-left: 75px !important
    }

    .-margin-xs-80 {
        margin: 80px !important
    }

    .-margin-top-xs-80,
    .-margin-y-xs-80 {
        margin-top: 80px !important
    }

    .-margin-right-xs-80,
    .-margin-x-xs-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xs-80,
    .-margin-y-xs-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xs-80,
    .-margin-x-xs-80 {
        margin-left: 80px !important
    }

    .-margin-xs-85 {
        margin: 85px !important
    }

    .-margin-top-xs-85,
    .-margin-y-xs-85 {
        margin-top: 85px !important
    }

    .-margin-right-xs-85,
    .-margin-x-xs-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xs-85,
    .-margin-y-xs-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xs-85,
    .-margin-x-xs-85 {
        margin-left: 85px !important
    }

    .-margin-xs-90 {
        margin: 90px !important
    }

    .-margin-top-xs-90,
    .-margin-y-xs-90 {
        margin-top: 90px !important
    }

    .-margin-right-xs-90,
    .-margin-x-xs-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xs-90,
    .-margin-y-xs-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xs-90,
    .-margin-x-xs-90 {
        margin-left: 90px !important
    }

    .-margin-xs-95 {
        margin: 95px !important
    }

    .-margin-top-xs-95,
    .-margin-y-xs-95 {
        margin-top: 95px !important
    }

    .-margin-right-xs-95,
    .-margin-x-xs-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xs-95,
    .-margin-y-xs-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xs-95,
    .-margin-x-xs-95 {
        margin-left: 95px !important
    }

    .-margin-xs-100 {
        margin: 100px !important
    }

    .-margin-top-xs-100,
    .-margin-y-xs-100 {
        margin-top: 100px !important
    }

    .-margin-right-xs-100,
    .-margin-x-xs-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xs-100,
    .-margin-y-xs-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xs-100,
    .-margin-x-xs-100 {
        margin-left: 100px !important
    }

    .-margin-xs-105 {
        margin: 105px !important
    }

    .-margin-top-xs-105,
    .-margin-y-xs-105 {
        margin-top: 105px !important
    }

    .-margin-right-xs-105,
    .-margin-x-xs-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xs-105,
    .-margin-y-xs-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xs-105,
    .-margin-x-xs-105 {
        margin-left: 105px !important
    }

    .-margin-xs-110 {
        margin: 110px !important
    }

    .-margin-top-xs-110,
    .-margin-y-xs-110 {
        margin-top: 110px !important
    }

    .-margin-right-xs-110,
    .-margin-x-xs-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xs-110,
    .-margin-y-xs-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xs-110,
    .-margin-x-xs-110 {
        margin-left: 110px !important
    }

    .-margin-xs-115 {
        margin: 115px !important
    }

    .-margin-top-xs-115,
    .-margin-y-xs-115 {
        margin-top: 115px !important
    }

    .-margin-right-xs-115,
    .-margin-x-xs-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xs-115,
    .-margin-y-xs-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xs-115,
    .-margin-x-xs-115 {
        margin-left: 115px !important
    }

    .-margin-xs-120 {
        margin: 120px !important
    }

    .-margin-top-xs-120,
    .-margin-y-xs-120 {
        margin-top: 120px !important
    }

    .-margin-right-xs-120,
    .-margin-x-xs-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xs-120,
    .-margin-y-xs-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xs-120,
    .-margin-x-xs-120 {
        margin-left: 120px !important
    }

    .-margin-xs-125 {
        margin: 125px !important
    }

    .-margin-top-xs-125,
    .-margin-y-xs-125 {
        margin-top: 125px !important
    }

    .-margin-right-xs-125,
    .-margin-x-xs-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xs-125,
    .-margin-y-xs-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xs-125,
    .-margin-x-xs-125 {
        margin-left: 125px !important
    }

    .-margin-xs-130 {
        margin: 130px !important
    }

    .-margin-top-xs-130,
    .-margin-y-xs-130 {
        margin-top: 130px !important
    }

    .-margin-right-xs-130,
    .-margin-x-xs-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xs-130,
    .-margin-y-xs-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xs-130,
    .-margin-x-xs-130 {
        margin-left: 130px !important
    }

    .-margin-xs-135 {
        margin: 135px !important
    }

    .-margin-top-xs-135,
    .-margin-y-xs-135 {
        margin-top: 135px !important
    }

    .-margin-right-xs-135,
    .-margin-x-xs-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xs-135,
    .-margin-y-xs-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xs-135,
    .-margin-x-xs-135 {
        margin-left: 135px !important
    }

    .-margin-xs-140 {
        margin: 140px !important
    }

    .-margin-top-xs-140,
    .-margin-y-xs-140 {
        margin-top: 140px !important
    }

    .-margin-right-xs-140,
    .-margin-x-xs-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xs-140,
    .-margin-y-xs-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xs-140,
    .-margin-x-xs-140 {
        margin-left: 140px !important
    }

    .-margin-xs-145 {
        margin: 145px !important
    }

    .-margin-top-xs-145,
    .-margin-y-xs-145 {
        margin-top: 145px !important
    }

    .-margin-right-xs-145,
    .-margin-x-xs-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xs-145,
    .-margin-y-xs-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xs-145,
    .-margin-x-xs-145 {
        margin-left: 145px !important
    }

    .-margin-xs-150 {
        margin: 150px !important
    }

    .-margin-top-xs-150,
    .-margin-y-xs-150 {
        margin-top: 150px !important
    }

    .-margin-right-xs-150,
    .-margin-x-xs-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xs-150,
    .-margin-y-xs-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xs-150,
    .-margin-x-xs-150 {
        margin-left: 150px !important
    }

    .-margin-xs-155 {
        margin: 155px !important
    }

    .-margin-top-xs-155,
    .-margin-y-xs-155 {
        margin-top: 155px !important
    }

    .-margin-right-xs-155,
    .-margin-x-xs-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xs-155,
    .-margin-y-xs-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xs-155,
    .-margin-x-xs-155 {
        margin-left: 155px !important
    }

    .-margin-xs-160 {
        margin: 160px !important
    }

    .-margin-top-xs-160,
    .-margin-y-xs-160 {
        margin-top: 160px !important
    }

    .-margin-right-xs-160,
    .-margin-x-xs-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xs-160,
    .-margin-y-xs-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xs-160,
    .-margin-x-xs-160 {
        margin-left: 160px !important
    }

    .-margin-xs-165 {
        margin: 165px !important
    }

    .-margin-top-xs-165,
    .-margin-y-xs-165 {
        margin-top: 165px !important
    }

    .-margin-right-xs-165,
    .-margin-x-xs-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xs-165,
    .-margin-y-xs-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xs-165,
    .-margin-x-xs-165 {
        margin-left: 165px !important
    }

    .-margin-xs-170 {
        margin: 170px !important
    }

    .-margin-top-xs-170,
    .-margin-y-xs-170 {
        margin-top: 170px !important
    }

    .-margin-right-xs-170,
    .-margin-x-xs-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xs-170,
    .-margin-y-xs-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xs-170,
    .-margin-x-xs-170 {
        margin-left: 170px !important
    }

    .-margin-xs-175 {
        margin: 175px !important
    }

    .-margin-top-xs-175,
    .-margin-y-xs-175 {
        margin-top: 175px !important
    }

    .-margin-right-xs-175,
    .-margin-x-xs-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xs-175,
    .-margin-y-xs-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xs-175,
    .-margin-x-xs-175 {
        margin-left: 175px !important
    }

    .-margin-xs-180 {
        margin: 180px !important
    }

    .-margin-top-xs-180,
    .-margin-y-xs-180 {
        margin-top: 180px !important
    }

    .-margin-right-xs-180,
    .-margin-x-xs-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xs-180,
    .-margin-y-xs-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xs-180,
    .-margin-x-xs-180 {
        margin-left: 180px !important
    }

    .-margin-xs-185 {
        margin: 185px !important
    }

    .-margin-top-xs-185,
    .-margin-y-xs-185 {
        margin-top: 185px !important
    }

    .-margin-right-xs-185,
    .-margin-x-xs-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xs-185,
    .-margin-y-xs-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xs-185,
    .-margin-x-xs-185 {
        margin-left: 185px !important
    }

    .-margin-xs-190 {
        margin: 190px !important
    }

    .-margin-top-xs-190,
    .-margin-y-xs-190 {
        margin-top: 190px !important
    }

    .-margin-right-xs-190,
    .-margin-x-xs-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xs-190,
    .-margin-y-xs-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xs-190,
    .-margin-x-xs-190 {
        margin-left: 190px !important
    }

    .-margin-xs-195 {
        margin: 195px !important
    }

    .-margin-top-xs-195,
    .-margin-y-xs-195 {
        margin-top: 195px !important
    }

    .-margin-right-xs-195,
    .-margin-x-xs-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xs-195,
    .-margin-y-xs-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xs-195,
    .-margin-x-xs-195 {
        margin-left: 195px !important
    }

    .-margin-xs-200 {
        margin: 200px !important
    }

    .-margin-top-xs-200,
    .-margin-y-xs-200 {
        margin-top: 200px !important
    }

    .-margin-right-xs-200,
    .-margin-x-xs-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xs-200,
    .-margin-y-xs-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xs-200,
    .-margin-x-xs-200 {
        margin-left: 200px !important
    }

    .-margin-xs-205 {
        margin: 205px !important
    }

    .-margin-top-xs-205,
    .-margin-y-xs-205 {
        margin-top: 205px !important
    }

    .-margin-right-xs-205,
    .-margin-x-xs-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xs-205,
    .-margin-y-xs-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xs-205,
    .-margin-x-xs-205 {
        margin-left: 205px !important
    }

    .-margin-xs-210 {
        margin: 210px !important
    }

    .-margin-top-xs-210,
    .-margin-y-xs-210 {
        margin-top: 210px !important
    }

    .-margin-right-xs-210,
    .-margin-x-xs-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xs-210,
    .-margin-y-xs-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xs-210,
    .-margin-x-xs-210 {
        margin-left: 210px !important
    }

    .-margin-xs-215 {
        margin: 215px !important
    }

    .-margin-top-xs-215,
    .-margin-y-xs-215 {
        margin-top: 215px !important
    }

    .-margin-right-xs-215,
    .-margin-x-xs-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xs-215,
    .-margin-y-xs-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xs-215,
    .-margin-x-xs-215 {
        margin-left: 215px !important
    }

    .-margin-xs-220 {
        margin: 220px !important
    }

    .-margin-top-xs-220,
    .-margin-y-xs-220 {
        margin-top: 220px !important
    }

    .-margin-right-xs-220,
    .-margin-x-xs-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xs-220,
    .-margin-y-xs-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xs-220,
    .-margin-x-xs-220 {
        margin-left: 220px !important
    }

    .-margin-xs-225 {
        margin: 225px !important
    }

    .-margin-top-xs-225,
    .-margin-y-xs-225 {
        margin-top: 225px !important
    }

    .-margin-right-xs-225,
    .-margin-x-xs-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xs-225,
    .-margin-y-xs-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xs-225,
    .-margin-x-xs-225 {
        margin-left: 225px !important
    }

    .-margin-xs-230 {
        margin: 230px !important
    }

    .-margin-top-xs-230,
    .-margin-y-xs-230 {
        margin-top: 230px !important
    }

    .-margin-right-xs-230,
    .-margin-x-xs-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xs-230,
    .-margin-y-xs-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xs-230,
    .-margin-x-xs-230 {
        margin-left: 230px !important
    }

    .-margin-xs-235 {
        margin: 235px !important
    }

    .-margin-top-xs-235,
    .-margin-y-xs-235 {
        margin-top: 235px !important
    }

    .-margin-right-xs-235,
    .-margin-x-xs-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xs-235,
    .-margin-y-xs-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xs-235,
    .-margin-x-xs-235 {
        margin-left: 235px !important
    }

    .-margin-xs-240 {
        margin: 240px !important
    }

    .-margin-top-xs-240,
    .-margin-y-xs-240 {
        margin-top: 240px !important
    }

    .-margin-right-xs-240,
    .-margin-x-xs-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xs-240,
    .-margin-y-xs-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xs-240,
    .-margin-x-xs-240 {
        margin-left: 240px !important
    }

    .-margin-xs-245 {
        margin: 245px !important
    }

    .-margin-top-xs-245,
    .-margin-y-xs-245 {
        margin-top: 245px !important
    }

    .-margin-right-xs-245,
    .-margin-x-xs-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xs-245,
    .-margin-y-xs-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xs-245,
    .-margin-x-xs-245 {
        margin-left: 245px !important
    }

    .-margin-xs-250 {
        margin: 250px !important
    }

    .-margin-top-xs-250,
    .-margin-y-xs-250 {
        margin-top: 250px !important
    }

    .-margin-right-xs-250,
    .-margin-x-xs-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xs-250,
    .-margin-y-xs-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xs-250,
    .-margin-x-xs-250 {
        margin-left: 250px !important
    }

    .-margin-xs-255 {
        margin: 255px !important
    }

    .-margin-top-xs-255,
    .-margin-y-xs-255 {
        margin-top: 255px !important
    }

    .-margin-right-xs-255,
    .-margin-x-xs-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xs-255,
    .-margin-y-xs-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xs-255,
    .-margin-x-xs-255 {
        margin-left: 255px !important
    }

    .-margin-xs-260 {
        margin: 260px !important
    }

    .-margin-top-xs-260,
    .-margin-y-xs-260 {
        margin-top: 260px !important
    }

    .-margin-right-xs-260,
    .-margin-x-xs-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xs-260,
    .-margin-y-xs-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xs-260,
    .-margin-x-xs-260 {
        margin-left: 260px !important
    }

    .-margin-xs-265 {
        margin: 265px !important
    }

    .-margin-top-xs-265,
    .-margin-y-xs-265 {
        margin-top: 265px !important
    }

    .-margin-right-xs-265,
    .-margin-x-xs-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xs-265,
    .-margin-y-xs-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xs-265,
    .-margin-x-xs-265 {
        margin-left: 265px !important
    }

    .-margin-xs-270 {
        margin: 270px !important
    }

    .-margin-top-xs-270,
    .-margin-y-xs-270 {
        margin-top: 270px !important
    }

    .-margin-right-xs-270,
    .-margin-x-xs-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xs-270,
    .-margin-y-xs-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xs-270,
    .-margin-x-xs-270 {
        margin-left: 270px !important
    }

    .-margin-xs-275 {
        margin: 275px !important
    }

    .-margin-top-xs-275,
    .-margin-y-xs-275 {
        margin-top: 275px !important
    }

    .-margin-right-xs-275,
    .-margin-x-xs-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xs-275,
    .-margin-y-xs-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xs-275,
    .-margin-x-xs-275 {
        margin-left: 275px !important
    }

    .-margin-xs-280 {
        margin: 280px !important
    }

    .-margin-top-xs-280,
    .-margin-y-xs-280 {
        margin-top: 280px !important
    }

    .-margin-right-xs-280,
    .-margin-x-xs-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xs-280,
    .-margin-y-xs-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xs-280,
    .-margin-x-xs-280 {
        margin-left: 280px !important
    }

    .-margin-xs-285 {
        margin: 285px !important
    }

    .-margin-top-xs-285,
    .-margin-y-xs-285 {
        margin-top: 285px !important
    }

    .-margin-right-xs-285,
    .-margin-x-xs-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xs-285,
    .-margin-y-xs-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xs-285,
    .-margin-x-xs-285 {
        margin-left: 285px !important
    }

    .-margin-xs-290 {
        margin: 290px !important
    }

    .-margin-top-xs-290,
    .-margin-y-xs-290 {
        margin-top: 290px !important
    }

    .-margin-right-xs-290,
    .-margin-x-xs-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xs-290,
    .-margin-y-xs-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xs-290,
    .-margin-x-xs-290 {
        margin-left: 290px !important
    }

    .-margin-xs-295 {
        margin: 295px !important
    }

    .-margin-top-xs-295,
    .-margin-y-xs-295 {
        margin-top: 295px !important
    }

    .-margin-right-xs-295,
    .-margin-x-xs-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xs-295,
    .-margin-y-xs-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xs-295,
    .-margin-x-xs-295 {
        margin-left: 295px !important
    }

    .-margin-xs-300 {
        margin: 300px !important
    }

    .-margin-top-xs-300,
    .-margin-y-xs-300 {
        margin-top: 300px !important
    }

    .-margin-right-xs-300,
    .-margin-x-xs-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xs-300,
    .-margin-y-xs-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xs-300,
    .-margin-x-xs-300 {
        margin-left: 300px !important
    }

    .-padding-xs-0 {
        padding: 0 !important
    }

    .-padding-top-xs-0,
    .-padding-y-xs-0 {
        padding-top: 0 !important
    }

    .-padding-right-xs-0,
    .-padding-x-xs-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xs-0,
    .-padding-y-xs-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xs-0,
    .-padding-x-xs-0 {
        padding-left: 0 !important
    }

    .-padding-xs-5 {
        padding: 5px !important
    }

    .-padding-top-xs-5,
    .-padding-y-xs-5 {
        padding-top: 5px !important
    }

    .-padding-right-xs-5,
    .-padding-x-xs-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xs-5,
    .-padding-y-xs-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xs-5,
    .-padding-x-xs-5 {
        padding-left: 5px !important
    }

    .-padding-xs-10 {
        padding: 10px !important
    }

    .-padding-top-xs-10,
    .-padding-y-xs-10 {
        padding-top: 10px !important
    }

    .-padding-right-xs-10,
    .-padding-x-xs-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xs-10,
    .-padding-y-xs-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xs-10,
    .-padding-x-xs-10 {
        padding-left: 10px !important
    }

    .-padding-xs-15 {
        padding: 15px !important
    }

    .-padding-top-xs-15,
    .-padding-y-xs-15 {
        padding-top: 15px !important
    }

    .-padding-right-xs-15,
    .-padding-x-xs-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xs-15,
    .-padding-y-xs-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xs-15,
    .-padding-x-xs-15 {
        padding-left: 15px !important
    }

    .-padding-xs-20 {
        padding: 20px !important
    }

    .-padding-top-xs-20,
    .-padding-y-xs-20 {
        padding-top: 20px !important
    }

    .-padding-right-xs-20,
    .-padding-x-xs-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xs-20,
    .-padding-y-xs-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xs-20,
    .-padding-x-xs-20 {
        padding-left: 20px !important
    }

    .-padding-xs-25 {
        padding: 25px !important
    }

    .-padding-top-xs-25,
    .-padding-y-xs-25 {
        padding-top: 25px !important
    }

    .-padding-right-xs-25,
    .-padding-x-xs-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xs-25,
    .-padding-y-xs-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xs-25,
    .-padding-x-xs-25 {
        padding-left: 25px !important
    }

    .-padding-xs-30 {
        padding: 35px !important
    }

    .-padding-top-xs-30,
    .-padding-y-xs-30 {
        padding-top: 35px !important
    }

    .-padding-right-xs-30,
    .-padding-x-xs-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xs-30,
    .-padding-y-xs-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xs-30,
    .-padding-x-xs-30 {
        padding-left: 35px !important
    }

    .-padding-xs-35 {
        padding: 35px !important
    }

    .-padding-top-xs-35,
    .-padding-y-xs-35 {
        padding-top: 35px !important
    }

    .-padding-right-xs-35,
    .-padding-x-xs-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xs-35,
    .-padding-y-xs-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xs-35,
    .-padding-x-xs-35 {
        padding-left: 35px !important
    }

    .-padding-xs-40 {
        padding: 40px !important
    }

    .-padding-top-xs-40,
    .-padding-y-xs-40 {
        padding-top: 40px !important
    }

    .-padding-right-xs-40,
    .-padding-x-xs-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xs-40,
    .-padding-y-xs-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xs-40,
    .-padding-x-xs-40 {
        padding-left: 40px !important
    }

    .-padding-xs-45 {
        padding: 45px !important
    }

    .-padding-top-xs-45,
    .-padding-y-xs-45 {
        padding-top: 45px !important
    }

    .-padding-right-xs-45,
    .-padding-x-xs-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xs-45,
    .-padding-y-xs-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xs-45,
    .-padding-x-xs-45 {
        padding-left: 45px !important
    }

    .-padding-xs-50 {
        padding: 50px !important
    }

    .-padding-top-xs-50,
    .-padding-y-xs-50 {
        padding-top: 50px !important
    }

    .-padding-right-xs-50,
    .-padding-x-xs-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xs-50,
    .-padding-y-xs-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xs-50,
    .-padding-x-xs-50 {
        padding-left: 50px !important
    }

    .-padding-xs-55 {
        padding: 55px !important
    }

    .-padding-top-xs-55,
    .-padding-y-xs-55 {
        padding-top: 55px !important
    }

    .-padding-right-xs-55,
    .-padding-x-xs-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xs-55,
    .-padding-y-xs-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xs-55,
    .-padding-x-xs-55 {
        padding-left: 55px !important
    }

    .-padding-xs-60 {
        padding: 60px !important
    }

    .-padding-top-xs-60,
    .-padding-y-xs-60 {
        padding-top: 60px !important
    }

    .-padding-right-xs-60,
    .-padding-x-xs-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xs-60,
    .-padding-y-xs-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xs-60,
    .-padding-x-xs-60 {
        padding-left: 60px !important
    }

    .-padding-xs-65 {
        padding: 65px !important
    }

    .-padding-top-xs-65,
    .-padding-y-xs-65 {
        padding-top: 65px !important
    }

    .-padding-right-xs-65,
    .-padding-x-xs-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xs-65,
    .-padding-y-xs-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xs-65,
    .-padding-x-xs-65 {
        padding-left: 65px !important
    }

    .-padding-xs-75 {
        padding: 75px !important
    }

    .-padding-top-xs-75,
    .-padding-y-xs-75 {
        padding-top: 75px !important
    }

    .-padding-right-xs-75,
    .-padding-x-xs-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xs-75,
    .-padding-y-xs-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xs-75,
    .-padding-x-xs-75 {
        padding-left: 75px !important
    }

    .-padding-xs-80 {
        padding: 80px !important
    }

    .-padding-top-xs-80,
    .-padding-y-xs-80 {
        padding-top: 80px !important
    }

    .-padding-right-xs-80,
    .-padding-x-xs-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xs-80,
    .-padding-y-xs-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xs-80,
    .-padding-x-xs-80 {
        padding-left: 80px !important
    }

    .-padding-xs-85 {
        padding: 85px !important
    }

    .-padding-top-xs-85,
    .-padding-y-xs-85 {
        padding-top: 85px !important
    }

    .-padding-right-xs-85,
    .-padding-x-xs-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xs-85,
    .-padding-y-xs-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xs-85,
    .-padding-x-xs-85 {
        padding-left: 85px !important
    }

    .-padding-xs-90 {
        padding: 90px !important
    }

    .-padding-top-xs-90,
    .-padding-y-xs-90 {
        padding-top: 90px !important
    }

    .-padding-right-xs-90,
    .-padding-x-xs-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xs-90,
    .-padding-y-xs-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xs-90,
    .-padding-x-xs-90 {
        padding-left: 90px !important
    }

    .-padding-xs-95 {
        padding: 95px !important
    }

    .-padding-top-xs-95,
    .-padding-y-xs-95 {
        padding-top: 95px !important
    }

    .-padding-right-xs-95,
    .-padding-x-xs-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xs-95,
    .-padding-y-xs-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xs-95,
    .-padding-x-xs-95 {
        padding-left: 95px !important
    }

    .-padding-xs-100 {
        padding: 100px !important
    }

    .-padding-top-xs-100,
    .-padding-y-xs-100 {
        padding-top: 100px !important
    }

    .-padding-right-xs-100,
    .-padding-x-xs-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xs-100,
    .-padding-y-xs-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xs-100,
    .-padding-x-xs-100 {
        padding-left: 100px !important
    }

    .-padding-xs-105 {
        padding: 105px !important
    }

    .-padding-top-xs-105,
    .-padding-y-xs-105 {
        padding-top: 105px !important
    }

    .-padding-right-xs-105,
    .-padding-x-xs-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xs-105,
    .-padding-y-xs-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xs-105,
    .-padding-x-xs-105 {
        padding-left: 105px !important
    }

    .-padding-xs-110 {
        padding: 110px !important
    }

    .-padding-top-xs-110,
    .-padding-y-xs-110 {
        padding-top: 110px !important
    }

    .-padding-right-xs-110,
    .-padding-x-xs-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xs-110,
    .-padding-y-xs-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xs-110,
    .-padding-x-xs-110 {
        padding-left: 110px !important
    }

    .-padding-xs-115 {
        padding: 115px !important
    }

    .-padding-top-xs-115,
    .-padding-y-xs-115 {
        padding-top: 115px !important
    }

    .-padding-right-xs-115,
    .-padding-x-xs-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xs-115,
    .-padding-y-xs-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xs-115,
    .-padding-x-xs-115 {
        padding-left: 115px !important
    }

    .-padding-xs-120 {
        padding: 120px !important
    }

    .-padding-top-xs-120,
    .-padding-y-xs-120 {
        padding-top: 120px !important
    }

    .-padding-right-xs-120,
    .-padding-x-xs-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xs-120,
    .-padding-y-xs-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xs-120,
    .-padding-x-xs-120 {
        padding-left: 120px !important
    }

    .-padding-xs-125 {
        padding: 125px !important
    }

    .-padding-top-xs-125,
    .-padding-y-xs-125 {
        padding-top: 125px !important
    }

    .-padding-right-xs-125,
    .-padding-x-xs-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xs-125,
    .-padding-y-xs-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xs-125,
    .-padding-x-xs-125 {
        padding-left: 125px !important
    }

    .-padding-xs-130 {
        padding: 130px !important
    }

    .-padding-top-xs-130,
    .-padding-y-xs-130 {
        padding-top: 130px !important
    }

    .-padding-right-xs-130,
    .-padding-x-xs-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xs-130,
    .-padding-y-xs-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xs-130,
    .-padding-x-xs-130 {
        padding-left: 130px !important
    }

    .-padding-xs-135 {
        padding: 135px !important
    }

    .-padding-top-xs-135,
    .-padding-y-xs-135 {
        padding-top: 135px !important
    }

    .-padding-right-xs-135,
    .-padding-x-xs-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xs-135,
    .-padding-y-xs-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xs-135,
    .-padding-x-xs-135 {
        padding-left: 135px !important
    }

    .-padding-xs-140 {
        padding: 140px !important
    }

    .-padding-top-xs-140,
    .-padding-y-xs-140 {
        padding-top: 140px !important
    }

    .-padding-right-xs-140,
    .-padding-x-xs-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xs-140,
    .-padding-y-xs-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xs-140,
    .-padding-x-xs-140 {
        padding-left: 140px !important
    }

    .-padding-xs-145 {
        padding: 145px !important
    }

    .-padding-top-xs-145,
    .-padding-y-xs-145 {
        padding-top: 145px !important
    }

    .-padding-right-xs-145,
    .-padding-x-xs-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xs-145,
    .-padding-y-xs-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xs-145,
    .-padding-x-xs-145 {
        padding-left: 145px !important
    }

    .-padding-xs-150 {
        padding: 150px !important
    }

    .-padding-top-xs-150,
    .-padding-y-xs-150 {
        padding-top: 150px !important
    }

    .-padding-right-xs-150,
    .-padding-x-xs-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xs-150,
    .-padding-y-xs-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xs-150,
    .-padding-x-xs-150 {
        padding-left: 150px !important
    }

    .-padding-xs-155 {
        padding: 155px !important
    }

    .-padding-top-xs-155,
    .-padding-y-xs-155 {
        padding-top: 155px !important
    }

    .-padding-right-xs-155,
    .-padding-x-xs-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xs-155,
    .-padding-y-xs-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xs-155,
    .-padding-x-xs-155 {
        padding-left: 155px !important
    }

    .-padding-xs-160 {
        padding: 160px !important
    }

    .-padding-top-xs-160,
    .-padding-y-xs-160 {
        padding-top: 160px !important
    }

    .-padding-right-xs-160,
    .-padding-x-xs-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xs-160,
    .-padding-y-xs-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xs-160,
    .-padding-x-xs-160 {
        padding-left: 160px !important
    }

    .-padding-xs-165 {
        padding: 165px !important
    }

    .-padding-top-xs-165,
    .-padding-y-xs-165 {
        padding-top: 165px !important
    }

    .-padding-right-xs-165,
    .-padding-x-xs-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xs-165,
    .-padding-y-xs-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xs-165,
    .-padding-x-xs-165 {
        padding-left: 165px !important
    }

    .-padding-xs-170 {
        padding: 170px !important
    }

    .-padding-top-xs-170,
    .-padding-y-xs-170 {
        padding-top: 170px !important
    }

    .-padding-right-xs-170,
    .-padding-x-xs-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xs-170,
    .-padding-y-xs-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xs-170,
    .-padding-x-xs-170 {
        padding-left: 170px !important
    }

    .-padding-xs-175 {
        padding: 175px !important
    }

    .-padding-top-xs-175,
    .-padding-y-xs-175 {
        padding-top: 175px !important
    }

    .-padding-right-xs-175,
    .-padding-x-xs-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xs-175,
    .-padding-y-xs-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xs-175,
    .-padding-x-xs-175 {
        padding-left: 175px !important
    }

    .-padding-xs-180 {
        padding: 180px !important
    }

    .-padding-top-xs-180,
    .-padding-y-xs-180 {
        padding-top: 180px !important
    }

    .-padding-right-xs-180,
    .-padding-x-xs-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xs-180,
    .-padding-y-xs-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xs-180,
    .-padding-x-xs-180 {
        padding-left: 180px !important
    }

    .-padding-xs-185 {
        padding: 185px !important
    }

    .-padding-top-xs-185,
    .-padding-y-xs-185 {
        padding-top: 185px !important
    }

    .-padding-right-xs-185,
    .-padding-x-xs-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xs-185,
    .-padding-y-xs-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xs-185,
    .-padding-x-xs-185 {
        padding-left: 185px !important
    }

    .-padding-xs-190 {
        padding: 190px !important
    }

    .-padding-top-xs-190,
    .-padding-y-xs-190 {
        padding-top: 190px !important
    }

    .-padding-right-xs-190,
    .-padding-x-xs-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xs-190,
    .-padding-y-xs-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xs-190,
    .-padding-x-xs-190 {
        padding-left: 190px !important
    }

    .-padding-xs-195 {
        padding: 195px !important
    }

    .-padding-top-xs-195,
    .-padding-y-xs-195 {
        padding-top: 195px !important
    }

    .-padding-right-xs-195,
    .-padding-x-xs-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xs-195,
    .-padding-y-xs-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xs-195,
    .-padding-x-xs-195 {
        padding-left: 195px !important
    }

    .-padding-xs-200 {
        padding: 200px !important
    }

    .-padding-top-xs-200,
    .-padding-y-xs-200 {
        padding-top: 200px !important
    }

    .-padding-right-xs-200,
    .-padding-x-xs-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xs-200,
    .-padding-y-xs-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xs-200,
    .-padding-x-xs-200 {
        padding-left: 200px !important
    }

    .-padding-xs-205 {
        padding: 205px !important
    }

    .-padding-top-xs-205,
    .-padding-y-xs-205 {
        padding-top: 205px !important
    }

    .-padding-right-xs-205,
    .-padding-x-xs-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xs-205,
    .-padding-y-xs-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xs-205,
    .-padding-x-xs-205 {
        padding-left: 205px !important
    }

    .-padding-xs-210 {
        padding: 210px !important
    }

    .-padding-top-xs-210,
    .-padding-y-xs-210 {
        padding-top: 210px !important
    }

    .-padding-right-xs-210,
    .-padding-x-xs-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xs-210,
    .-padding-y-xs-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xs-210,
    .-padding-x-xs-210 {
        padding-left: 210px !important
    }

    .-padding-xs-215 {
        padding: 215px !important
    }

    .-padding-top-xs-215,
    .-padding-y-xs-215 {
        padding-top: 215px !important
    }

    .-padding-right-xs-215,
    .-padding-x-xs-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xs-215,
    .-padding-y-xs-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xs-215,
    .-padding-x-xs-215 {
        padding-left: 215px !important
    }

    .-padding-xs-220 {
        padding: 220px !important
    }

    .-padding-top-xs-220,
    .-padding-y-xs-220 {
        padding-top: 220px !important
    }

    .-padding-right-xs-220,
    .-padding-x-xs-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xs-220,
    .-padding-y-xs-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xs-220,
    .-padding-x-xs-220 {
        padding-left: 220px !important
    }

    .-padding-xs-225 {
        padding: 225px !important
    }

    .-padding-top-xs-225,
    .-padding-y-xs-225 {
        padding-top: 225px !important
    }

    .-padding-right-xs-225,
    .-padding-x-xs-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xs-225,
    .-padding-y-xs-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xs-225,
    .-padding-x-xs-225 {
        padding-left: 225px !important
    }

    .-padding-xs-230 {
        padding: 230px !important
    }

    .-padding-top-xs-230,
    .-padding-y-xs-230 {
        padding-top: 230px !important
    }

    .-padding-right-xs-230,
    .-padding-x-xs-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xs-230,
    .-padding-y-xs-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xs-230,
    .-padding-x-xs-230 {
        padding-left: 230px !important
    }

    .-padding-xs-235 {
        padding: 235px !important
    }

    .-padding-top-xs-235,
    .-padding-y-xs-235 {
        padding-top: 235px !important
    }

    .-padding-right-xs-235,
    .-padding-x-xs-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xs-235,
    .-padding-y-xs-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xs-235,
    .-padding-x-xs-235 {
        padding-left: 235px !important
    }

    .-padding-xs-240 {
        padding: 240px !important
    }

    .-padding-top-xs-240,
    .-padding-y-xs-240 {
        padding-top: 240px !important
    }

    .-padding-right-xs-240,
    .-padding-x-xs-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xs-240,
    .-padding-y-xs-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xs-240,
    .-padding-x-xs-240 {
        padding-left: 240px !important
    }

    .-padding-xs-245 {
        padding: 245px !important
    }

    .-padding-top-xs-245,
    .-padding-y-xs-245 {
        padding-top: 245px !important
    }

    .-padding-right-xs-245,
    .-padding-x-xs-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xs-245,
    .-padding-y-xs-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xs-245,
    .-padding-x-xs-245 {
        padding-left: 245px !important
    }

    .-padding-xs-250 {
        padding: 250px !important
    }

    .-padding-top-xs-250,
    .-padding-y-xs-250 {
        padding-top: 250px !important
    }

    .-padding-right-xs-250,
    .-padding-x-xs-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xs-250,
    .-padding-y-xs-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xs-250,
    .-padding-x-xs-250 {
        padding-left: 250px !important
    }

    .-padding-xs-255 {
        padding: 255px !important
    }

    .-padding-top-xs-255,
    .-padding-y-xs-255 {
        padding-top: 255px !important
    }

    .-padding-right-xs-255,
    .-padding-x-xs-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xs-255,
    .-padding-y-xs-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xs-255,
    .-padding-x-xs-255 {
        padding-left: 255px !important
    }

    .-padding-xs-260 {
        padding: 260px !important
    }

    .-padding-top-xs-260,
    .-padding-y-xs-260 {
        padding-top: 260px !important
    }

    .-padding-right-xs-260,
    .-padding-x-xs-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xs-260,
    .-padding-y-xs-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xs-260,
    .-padding-x-xs-260 {
        padding-left: 260px !important
    }

    .-padding-xs-265 {
        padding: 265px !important
    }

    .-padding-top-xs-265,
    .-padding-y-xs-265 {
        padding-top: 265px !important
    }

    .-padding-right-xs-265,
    .-padding-x-xs-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xs-265,
    .-padding-y-xs-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xs-265,
    .-padding-x-xs-265 {
        padding-left: 265px !important
    }

    .-padding-xs-270 {
        padding: 270px !important
    }

    .-padding-top-xs-270,
    .-padding-y-xs-270 {
        padding-top: 270px !important
    }

    .-padding-right-xs-270,
    .-padding-x-xs-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xs-270,
    .-padding-y-xs-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xs-270,
    .-padding-x-xs-270 {
        padding-left: 270px !important
    }

    .-padding-xs-275 {
        padding: 275px !important
    }

    .-padding-top-xs-275,
    .-padding-y-xs-275 {
        padding-top: 275px !important
    }

    .-padding-right-xs-275,
    .-padding-x-xs-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xs-275,
    .-padding-y-xs-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xs-275,
    .-padding-x-xs-275 {
        padding-left: 275px !important
    }

    .-padding-xs-280 {
        padding: 280px !important
    }

    .-padding-top-xs-280,
    .-padding-y-xs-280 {
        padding-top: 280px !important
    }

    .-padding-right-xs-280,
    .-padding-x-xs-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xs-280,
    .-padding-y-xs-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xs-280,
    .-padding-x-xs-280 {
        padding-left: 280px !important
    }

    .-padding-xs-285 {
        padding: 285px !important
    }

    .-padding-top-xs-285,
    .-padding-y-xs-285 {
        padding-top: 285px !important
    }

    .-padding-right-xs-285,
    .-padding-x-xs-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xs-285,
    .-padding-y-xs-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xs-285,
    .-padding-x-xs-285 {
        padding-left: 285px !important
    }

    .-padding-xs-290 {
        padding: 290px !important
    }

    .-padding-top-xs-290,
    .-padding-y-xs-290 {
        padding-top: 290px !important
    }

    .-padding-right-xs-290,
    .-padding-x-xs-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xs-290,
    .-padding-y-xs-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xs-290,
    .-padding-x-xs-290 {
        padding-left: 290px !important
    }

    .-padding-xs-295 {
        padding: 295px !important
    }

    .-padding-top-xs-295,
    .-padding-y-xs-295 {
        padding-top: 295px !important
    }

    .-padding-right-xs-295,
    .-padding-x-xs-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xs-295,
    .-padding-y-xs-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xs-295,
    .-padding-x-xs-295 {
        padding-left: 295px !important
    }

    .-padding-xs-300 {
        padding: 300px !important
    }

    .-padding-top-xs-300,
    .-padding-y-xs-300 {
        padding-top: 300px !important
    }

    .-padding-right-xs-300,
    .-padding-x-xs-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xs-300,
    .-padding-y-xs-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xs-300,
    .-padding-x-xs-300 {
        padding-left: 300px !important
    }

    .-margin-xs-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xs-negative-5,
    .-margin-y-xs-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xs-negative-5,
    .-margin-x-xs-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xs-negative-5,
    .-margin-y-xs-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xs-negative-5,
    .-margin-x-xs-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xs-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xs-negative-10,
    .-margin-y-xs-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xs-negative-10,
    .-margin-x-xs-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xs-negative-10,
    .-margin-y-xs-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xs-negative-10,
    .-margin-x-xs-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xs-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xs-negative-15,
    .-margin-y-xs-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xs-negative-15,
    .-margin-x-xs-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xs-negative-15,
    .-margin-y-xs-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xs-negative-15,
    .-margin-x-xs-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xs-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xs-negative-20,
    .-margin-y-xs-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xs-negative-20,
    .-margin-x-xs-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xs-negative-20,
    .-margin-y-xs-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xs-negative-20,
    .-margin-x-xs-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xs-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xs-negative-25,
    .-margin-y-xs-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xs-negative-25,
    .-margin-x-xs-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xs-negative-25,
    .-margin-y-xs-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xs-negative-25,
    .-margin-x-xs-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xs-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xs-negative-30,
    .-margin-y-xs-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xs-negative-30,
    .-margin-x-xs-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xs-negative-30,
    .-margin-y-xs-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xs-negative-30,
    .-margin-x-xs-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xs-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xs-negative-35,
    .-margin-y-xs-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xs-negative-35,
    .-margin-x-xs-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xs-negative-35,
    .-margin-y-xs-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xs-negative-35,
    .-margin-x-xs-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xs-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xs-negative-40,
    .-margin-y-xs-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xs-negative-40,
    .-margin-x-xs-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xs-negative-40,
    .-margin-y-xs-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xs-negative-40,
    .-margin-x-xs-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xs-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xs-negative-45,
    .-margin-y-xs-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xs-negative-45,
    .-margin-x-xs-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xs-negative-45,
    .-margin-y-xs-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xs-negative-45,
    .-margin-x-xs-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xs-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xs-negative-50,
    .-margin-y-xs-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xs-negative-50,
    .-margin-x-xs-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xs-negative-50,
    .-margin-y-xs-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xs-negative-50,
    .-margin-x-xs-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xs-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xs-negative-55,
    .-margin-y-xs-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xs-negative-55,
    .-margin-x-xs-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xs-negative-55,
    .-margin-y-xs-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xs-negative-55,
    .-margin-x-xs-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xs-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xs-negative-60,
    .-margin-y-xs-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xs-negative-60,
    .-margin-x-xs-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xs-negative-60,
    .-margin-y-xs-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xs-negative-60,
    .-margin-x-xs-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xs-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xs-negative-65,
    .-margin-y-xs-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xs-negative-65,
    .-margin-x-xs-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xs-negative-65,
    .-margin-y-xs-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xs-negative-65,
    .-margin-x-xs-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xs-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xs-negative-75,
    .-margin-y-xs-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xs-negative-75,
    .-margin-x-xs-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xs-negative-75,
    .-margin-y-xs-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xs-negative-75,
    .-margin-x-xs-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xs-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xs-negative-80,
    .-margin-y-xs-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xs-negative-80,
    .-margin-x-xs-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xs-negative-80,
    .-margin-y-xs-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xs-negative-80,
    .-margin-x-xs-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xs-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xs-negative-85,
    .-margin-y-xs-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xs-negative-85,
    .-margin-x-xs-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xs-negative-85,
    .-margin-y-xs-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xs-negative-85,
    .-margin-x-xs-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xs-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xs-negative-90,
    .-margin-y-xs-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xs-negative-90,
    .-margin-x-xs-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xs-negative-90,
    .-margin-y-xs-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xs-negative-90,
    .-margin-x-xs-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xs-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xs-negative-95,
    .-margin-y-xs-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xs-negative-95,
    .-margin-x-xs-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xs-negative-95,
    .-margin-y-xs-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xs-negative-95,
    .-margin-x-xs-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xs-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xs-negative-100,
    .-margin-y-xs-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xs-negative-100,
    .-margin-x-xs-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xs-negative-100,
    .-margin-y-xs-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xs-negative-100,
    .-margin-x-xs-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xs-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xs-negative-105,
    .-margin-y-xs-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xs-negative-105,
    .-margin-x-xs-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xs-negative-105,
    .-margin-y-xs-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xs-negative-105,
    .-margin-x-xs-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xs-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xs-negative-110,
    .-margin-y-xs-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xs-negative-110,
    .-margin-x-xs-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xs-negative-110,
    .-margin-y-xs-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xs-negative-110,
    .-margin-x-xs-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xs-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xs-negative-115,
    .-margin-y-xs-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xs-negative-115,
    .-margin-x-xs-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xs-negative-115,
    .-margin-y-xs-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xs-negative-115,
    .-margin-x-xs-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xs-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xs-negative-120,
    .-margin-y-xs-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xs-negative-120,
    .-margin-x-xs-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xs-negative-120,
    .-margin-y-xs-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xs-negative-120,
    .-margin-x-xs-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xs-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xs-negative-125,
    .-margin-y-xs-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xs-negative-125,
    .-margin-x-xs-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xs-negative-125,
    .-margin-y-xs-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xs-negative-125,
    .-margin-x-xs-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xs-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xs-negative-130,
    .-margin-y-xs-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xs-negative-130,
    .-margin-x-xs-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xs-negative-130,
    .-margin-y-xs-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xs-negative-130,
    .-margin-x-xs-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xs-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xs-negative-135,
    .-margin-y-xs-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xs-negative-135,
    .-margin-x-xs-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xs-negative-135,
    .-margin-y-xs-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xs-negative-135,
    .-margin-x-xs-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xs-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xs-negative-140,
    .-margin-y-xs-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xs-negative-140,
    .-margin-x-xs-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xs-negative-140,
    .-margin-y-xs-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xs-negative-140,
    .-margin-x-xs-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xs-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xs-negative-145,
    .-margin-y-xs-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xs-negative-145,
    .-margin-x-xs-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xs-negative-145,
    .-margin-y-xs-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xs-negative-145,
    .-margin-x-xs-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xs-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xs-negative-150,
    .-margin-y-xs-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xs-negative-150,
    .-margin-x-xs-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xs-negative-150,
    .-margin-y-xs-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xs-negative-150,
    .-margin-x-xs-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xs-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xs-negative-155,
    .-margin-y-xs-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xs-negative-155,
    .-margin-x-xs-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xs-negative-155,
    .-margin-y-xs-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xs-negative-155,
    .-margin-x-xs-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xs-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xs-negative-160,
    .-margin-y-xs-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xs-negative-160,
    .-margin-x-xs-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xs-negative-160,
    .-margin-y-xs-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xs-negative-160,
    .-margin-x-xs-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xs-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xs-negative-165,
    .-margin-y-xs-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xs-negative-165,
    .-margin-x-xs-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xs-negative-165,
    .-margin-y-xs-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xs-negative-165,
    .-margin-x-xs-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xs-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xs-negative-170,
    .-margin-y-xs-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xs-negative-170,
    .-margin-x-xs-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xs-negative-170,
    .-margin-y-xs-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xs-negative-170,
    .-margin-x-xs-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xs-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xs-negative-175,
    .-margin-y-xs-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xs-negative-175,
    .-margin-x-xs-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xs-negative-175,
    .-margin-y-xs-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xs-negative-175,
    .-margin-x-xs-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xs-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xs-negative-180,
    .-margin-y-xs-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xs-negative-180,
    .-margin-x-xs-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xs-negative-180,
    .-margin-y-xs-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xs-negative-180,
    .-margin-x-xs-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xs-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xs-negative-185,
    .-margin-y-xs-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xs-negative-185,
    .-margin-x-xs-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xs-negative-185,
    .-margin-y-xs-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xs-negative-185,
    .-margin-x-xs-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xs-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xs-negative-190,
    .-margin-y-xs-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xs-negative-190,
    .-margin-x-xs-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xs-negative-190,
    .-margin-y-xs-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xs-negative-190,
    .-margin-x-xs-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xs-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xs-negative-195,
    .-margin-y-xs-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xs-negative-195,
    .-margin-x-xs-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xs-negative-195,
    .-margin-y-xs-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xs-negative-195,
    .-margin-x-xs-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xs-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xs-negative-200,
    .-margin-y-xs-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xs-negative-200,
    .-margin-x-xs-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xs-negative-200,
    .-margin-y-xs-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xs-negative-200,
    .-margin-x-xs-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xs-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xs-negative-205,
    .-margin-y-xs-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xs-negative-205,
    .-margin-x-xs-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xs-negative-205,
    .-margin-y-xs-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xs-negative-205,
    .-margin-x-xs-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xs-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xs-negative-210,
    .-margin-y-xs-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xs-negative-210,
    .-margin-x-xs-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xs-negative-210,
    .-margin-y-xs-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xs-negative-210,
    .-margin-x-xs-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xs-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xs-negative-215,
    .-margin-y-xs-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xs-negative-215,
    .-margin-x-xs-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xs-negative-215,
    .-margin-y-xs-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xs-negative-215,
    .-margin-x-xs-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xs-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xs-negative-220,
    .-margin-y-xs-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xs-negative-220,
    .-margin-x-xs-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xs-negative-220,
    .-margin-y-xs-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xs-negative-220,
    .-margin-x-xs-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xs-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xs-negative-225,
    .-margin-y-xs-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xs-negative-225,
    .-margin-x-xs-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xs-negative-225,
    .-margin-y-xs-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xs-negative-225,
    .-margin-x-xs-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xs-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xs-negative-230,
    .-margin-y-xs-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xs-negative-230,
    .-margin-x-xs-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xs-negative-230,
    .-margin-y-xs-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xs-negative-230,
    .-margin-x-xs-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xs-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xs-negative-235,
    .-margin-y-xs-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xs-negative-235,
    .-margin-x-xs-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xs-negative-235,
    .-margin-y-xs-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xs-negative-235,
    .-margin-x-xs-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xs-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xs-negative-240,
    .-margin-y-xs-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xs-negative-240,
    .-margin-x-xs-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xs-negative-240,
    .-margin-y-xs-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xs-negative-240,
    .-margin-x-xs-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xs-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xs-negative-245,
    .-margin-y-xs-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xs-negative-245,
    .-margin-x-xs-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xs-negative-245,
    .-margin-y-xs-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xs-negative-245,
    .-margin-x-xs-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xs-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xs-negative-250,
    .-margin-y-xs-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xs-negative-250,
    .-margin-x-xs-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xs-negative-250,
    .-margin-y-xs-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xs-negative-250,
    .-margin-x-xs-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xs-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xs-negative-255,
    .-margin-y-xs-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xs-negative-255,
    .-margin-x-xs-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xs-negative-255,
    .-margin-y-xs-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xs-negative-255,
    .-margin-x-xs-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xs-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xs-negative-260,
    .-margin-y-xs-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xs-negative-260,
    .-margin-x-xs-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xs-negative-260,
    .-margin-y-xs-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xs-negative-260,
    .-margin-x-xs-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xs-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xs-negative-265,
    .-margin-y-xs-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xs-negative-265,
    .-margin-x-xs-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xs-negative-265,
    .-margin-y-xs-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xs-negative-265,
    .-margin-x-xs-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xs-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xs-negative-270,
    .-margin-y-xs-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xs-negative-270,
    .-margin-x-xs-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xs-negative-270,
    .-margin-y-xs-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xs-negative-270,
    .-margin-x-xs-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xs-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xs-negative-275,
    .-margin-y-xs-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xs-negative-275,
    .-margin-x-xs-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xs-negative-275,
    .-margin-y-xs-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xs-negative-275,
    .-margin-x-xs-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xs-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xs-negative-280,
    .-margin-y-xs-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xs-negative-280,
    .-margin-x-xs-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xs-negative-280,
    .-margin-y-xs-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xs-negative-280,
    .-margin-x-xs-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xs-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xs-negative-285,
    .-margin-y-xs-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xs-negative-285,
    .-margin-x-xs-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xs-negative-285,
    .-margin-y-xs-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xs-negative-285,
    .-margin-x-xs-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xs-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xs-negative-290,
    .-margin-y-xs-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xs-negative-290,
    .-margin-x-xs-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xs-negative-290,
    .-margin-y-xs-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xs-negative-290,
    .-margin-x-xs-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xs-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xs-negative-295,
    .-margin-y-xs-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xs-negative-295,
    .-margin-x-xs-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xs-negative-295,
    .-margin-y-xs-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xs-negative-295,
    .-margin-x-xs-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xs-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xs-negative-300,
    .-margin-y-xs-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xs-negative-300,
    .-margin-x-xs-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xs-negative-300,
    .-margin-y-xs-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xs-negative-300,
    .-margin-x-xs-negative-300 {
        margin-left: -300px !important
    }

    .margin-xs-auto {
        margin: auto !important
    }

    .margin-top-xs-auto,
    .margin-y-xs-auto {
        margin-top: auto !important
    }

    .margin-right-xs-auto,
    .margin-x-xs-auto {
        margin-right: auto !important
    }

    .margin-botttom-xs-auto,
    .margin-y-xs-auto {
        margin-bottom: auto !important
    }

    .margin-left-xs-auto,
    .margin-x-xs-auto {
        margin-left: auto !important
    }
}

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

    .-margin-top-sm-0,
    .-margin-y-sm-0 {
        margin-top: 0 !important
    }

    .-margin-right-sm-0,
    .-margin-x-sm-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-sm-0,
    .-margin-y-sm-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-sm-0,
    .-margin-x-sm-0 {
        margin-left: 0 !important
    }

    .-margin-sm-5 {
        margin: 5px !important
    }

    .-margin-top-sm-5,
    .-margin-y-sm-5 {
        margin-top: 5px !important
    }

    .-margin-right-sm-5,
    .-margin-x-sm-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-sm-5,
    .-margin-y-sm-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-sm-5,
    .-margin-x-sm-5 {
        margin-left: 5px !important
    }

    .-margin-sm-10 {
        margin: 10px !important
    }

    .-margin-top-sm-10,
    .-margin-y-sm-10 {
        margin-top: 10px !important
    }

    .-margin-right-sm-10,
    .-margin-x-sm-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-sm-10,
    .-margin-y-sm-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-sm-10,
    .-margin-x-sm-10 {
        margin-left: 10px !important
    }

    .-margin-sm-15 {
        margin: 15px !important
    }

    .-margin-top-sm-15,
    .-margin-y-sm-15 {
        margin-top: 15px !important
    }

    .-margin-right-sm-15,
    .-margin-x-sm-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-sm-15,
    .-margin-y-sm-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-sm-15,
    .-margin-x-sm-15 {
        margin-left: 15px !important
    }

    .-margin-sm-20 {
        margin: 20px !important
    }

    .-margin-top-sm-20,
    .-margin-y-sm-20 {
        margin-top: 20px !important
    }

    .-margin-right-sm-20,
    .-margin-x-sm-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-sm-20,
    .-margin-y-sm-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-sm-20,
    .-margin-x-sm-20 {
        margin-left: 20px !important
    }

    .-margin-sm-25 {
        margin: 25px !important
    }

    .-margin-top-sm-25,
    .-margin-y-sm-25 {
        margin-top: 25px !important
    }

    .-margin-right-sm-25,
    .-margin-x-sm-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-sm-25,
    .-margin-y-sm-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-sm-25,
    .-margin-x-sm-25 {
        margin-left: 25px !important
    }

    .-margin-sm-30 {
        margin: 35px !important
    }

    .-margin-top-sm-30,
    .-margin-y-sm-30 {
        margin-top: 35px !important
    }

    .-margin-right-sm-30,
    .-margin-x-sm-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-sm-30,
    .-margin-y-sm-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-sm-30,
    .-margin-x-sm-30 {
        margin-left: 35px !important
    }

    .-margin-sm-35 {
        margin: 35px !important
    }

    .-margin-top-sm-35,
    .-margin-y-sm-35 {
        margin-top: 35px !important
    }

    .-margin-right-sm-35,
    .-margin-x-sm-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-sm-35,
    .-margin-y-sm-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-sm-35,
    .-margin-x-sm-35 {
        margin-left: 35px !important
    }

    .-margin-sm-40 {
        margin: 40px !important
    }

    .-margin-top-sm-40,
    .-margin-y-sm-40 {
        margin-top: 40px !important
    }

    .-margin-right-sm-40,
    .-margin-x-sm-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-sm-40,
    .-margin-y-sm-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-sm-40,
    .-margin-x-sm-40 {
        margin-left: 40px !important
    }

    .-margin-sm-45 {
        margin: 45px !important
    }

    .-margin-top-sm-45,
    .-margin-y-sm-45 {
        margin-top: 45px !important
    }

    .-margin-right-sm-45,
    .-margin-x-sm-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-sm-45,
    .-margin-y-sm-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-sm-45,
    .-margin-x-sm-45 {
        margin-left: 45px !important
    }

    .-margin-sm-50 {
        margin: 50px !important
    }

    .-margin-top-sm-50,
    .-margin-y-sm-50 {
        margin-top: 50px !important
    }

    .-margin-right-sm-50,
    .-margin-x-sm-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-sm-50,
    .-margin-y-sm-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-sm-50,
    .-margin-x-sm-50 {
        margin-left: 50px !important
    }

    .-margin-sm-55 {
        margin: 55px !important
    }

    .-margin-top-sm-55,
    .-margin-y-sm-55 {
        margin-top: 55px !important
    }

    .-margin-right-sm-55,
    .-margin-x-sm-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-sm-55,
    .-margin-y-sm-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-sm-55,
    .-margin-x-sm-55 {
        margin-left: 55px !important
    }

    .-margin-sm-60 {
        margin: 60px !important
    }

    .-margin-top-sm-60,
    .-margin-y-sm-60 {
        margin-top: 60px !important
    }

    .-margin-right-sm-60,
    .-margin-x-sm-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-sm-60,
    .-margin-y-sm-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-sm-60,
    .-margin-x-sm-60 {
        margin-left: 60px !important
    }

    .-margin-sm-65 {
        margin: 65px !important
    }

    .-margin-top-sm-65,
    .-margin-y-sm-65 {
        margin-top: 65px !important
    }

    .-margin-right-sm-65,
    .-margin-x-sm-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-sm-65,
    .-margin-y-sm-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-sm-65,
    .-margin-x-sm-65 {
        margin-left: 65px !important
    }

    .-margin-sm-75 {
        margin: 75px !important
    }

    .-margin-top-sm-75,
    .-margin-y-sm-75 {
        margin-top: 75px !important
    }

    .-margin-right-sm-75,
    .-margin-x-sm-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-sm-75,
    .-margin-y-sm-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-sm-75,
    .-margin-x-sm-75 {
        margin-left: 75px !important
    }

    .-margin-sm-80 {
        margin: 80px !important
    }

    .-margin-top-sm-80,
    .-margin-y-sm-80 {
        margin-top: 80px !important
    }

    .-margin-right-sm-80,
    .-margin-x-sm-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-sm-80,
    .-margin-y-sm-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-sm-80,
    .-margin-x-sm-80 {
        margin-left: 80px !important
    }

    .-margin-sm-85 {
        margin: 85px !important
    }

    .-margin-top-sm-85,
    .-margin-y-sm-85 {
        margin-top: 85px !important
    }

    .-margin-right-sm-85,
    .-margin-x-sm-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-sm-85,
    .-margin-y-sm-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-sm-85,
    .-margin-x-sm-85 {
        margin-left: 85px !important
    }

    .-margin-sm-90 {
        margin: 90px !important
    }

    .-margin-top-sm-90,
    .-margin-y-sm-90 {
        margin-top: 90px !important
    }

    .-margin-right-sm-90,
    .-margin-x-sm-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-sm-90,
    .-margin-y-sm-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-sm-90,
    .-margin-x-sm-90 {
        margin-left: 90px !important
    }

    .-margin-sm-95 {
        margin: 95px !important
    }

    .-margin-top-sm-95,
    .-margin-y-sm-95 {
        margin-top: 95px !important
    }

    .-margin-right-sm-95,
    .-margin-x-sm-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-sm-95,
    .-margin-y-sm-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-sm-95,
    .-margin-x-sm-95 {
        margin-left: 95px !important
    }

    .-margin-sm-100 {
        margin: 100px !important
    }

    .-margin-top-sm-100,
    .-margin-y-sm-100 {
        margin-top: 100px !important
    }

    .-margin-right-sm-100,
    .-margin-x-sm-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-sm-100,
    .-margin-y-sm-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-sm-100,
    .-margin-x-sm-100 {
        margin-left: 100px !important
    }

    .-margin-sm-105 {
        margin: 105px !important
    }

    .-margin-top-sm-105,
    .-margin-y-sm-105 {
        margin-top: 105px !important
    }

    .-margin-right-sm-105,
    .-margin-x-sm-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-sm-105,
    .-margin-y-sm-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-sm-105,
    .-margin-x-sm-105 {
        margin-left: 105px !important
    }

    .-margin-sm-110 {
        margin: 110px !important
    }

    .-margin-top-sm-110,
    .-margin-y-sm-110 {
        margin-top: 110px !important
    }

    .-margin-right-sm-110,
    .-margin-x-sm-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-sm-110,
    .-margin-y-sm-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-sm-110,
    .-margin-x-sm-110 {
        margin-left: 110px !important
    }

    .-margin-sm-115 {
        margin: 115px !important
    }

    .-margin-top-sm-115,
    .-margin-y-sm-115 {
        margin-top: 115px !important
    }

    .-margin-right-sm-115,
    .-margin-x-sm-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-sm-115,
    .-margin-y-sm-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-sm-115,
    .-margin-x-sm-115 {
        margin-left: 115px !important
    }

    .-margin-sm-120 {
        margin: 120px !important
    }

    .-margin-top-sm-120,
    .-margin-y-sm-120 {
        margin-top: 120px !important
    }

    .-margin-right-sm-120,
    .-margin-x-sm-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-sm-120,
    .-margin-y-sm-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-sm-120,
    .-margin-x-sm-120 {
        margin-left: 120px !important
    }

    .-margin-sm-125 {
        margin: 125px !important
    }

    .-margin-top-sm-125,
    .-margin-y-sm-125 {
        margin-top: 125px !important
    }

    .-margin-right-sm-125,
    .-margin-x-sm-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-sm-125,
    .-margin-y-sm-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-sm-125,
    .-margin-x-sm-125 {
        margin-left: 125px !important
    }

    .-margin-sm-130 {
        margin: 130px !important
    }

    .-margin-top-sm-130,
    .-margin-y-sm-130 {
        margin-top: 130px !important
    }

    .-margin-right-sm-130,
    .-margin-x-sm-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-sm-130,
    .-margin-y-sm-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-sm-130,
    .-margin-x-sm-130 {
        margin-left: 130px !important
    }

    .-margin-sm-135 {
        margin: 135px !important
    }

    .-margin-top-sm-135,
    .-margin-y-sm-135 {
        margin-top: 135px !important
    }

    .-margin-right-sm-135,
    .-margin-x-sm-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-sm-135,
    .-margin-y-sm-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-sm-135,
    .-margin-x-sm-135 {
        margin-left: 135px !important
    }

    .-margin-sm-140 {
        margin: 140px !important
    }

    .-margin-top-sm-140,
    .-margin-y-sm-140 {
        margin-top: 140px !important
    }

    .-margin-right-sm-140,
    .-margin-x-sm-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-sm-140,
    .-margin-y-sm-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-sm-140,
    .-margin-x-sm-140 {
        margin-left: 140px !important
    }

    .-margin-sm-145 {
        margin: 145px !important
    }

    .-margin-top-sm-145,
    .-margin-y-sm-145 {
        margin-top: 145px !important
    }

    .-margin-right-sm-145,
    .-margin-x-sm-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-sm-145,
    .-margin-y-sm-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-sm-145,
    .-margin-x-sm-145 {
        margin-left: 145px !important
    }

    .-margin-sm-150 {
        margin: 150px !important
    }

    .-margin-top-sm-150,
    .-margin-y-sm-150 {
        margin-top: 150px !important
    }

    .-margin-right-sm-150,
    .-margin-x-sm-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-sm-150,
    .-margin-y-sm-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-sm-150,
    .-margin-x-sm-150 {
        margin-left: 150px !important
    }

    .-margin-sm-155 {
        margin: 155px !important
    }

    .-margin-top-sm-155,
    .-margin-y-sm-155 {
        margin-top: 155px !important
    }

    .-margin-right-sm-155,
    .-margin-x-sm-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-sm-155,
    .-margin-y-sm-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-sm-155,
    .-margin-x-sm-155 {
        margin-left: 155px !important
    }

    .-margin-sm-160 {
        margin: 160px !important
    }

    .-margin-top-sm-160,
    .-margin-y-sm-160 {
        margin-top: 160px !important
    }

    .-margin-right-sm-160,
    .-margin-x-sm-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-sm-160,
    .-margin-y-sm-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-sm-160,
    .-margin-x-sm-160 {
        margin-left: 160px !important
    }

    .-margin-sm-165 {
        margin: 165px !important
    }

    .-margin-top-sm-165,
    .-margin-y-sm-165 {
        margin-top: 165px !important
    }

    .-margin-right-sm-165,
    .-margin-x-sm-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-sm-165,
    .-margin-y-sm-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-sm-165,
    .-margin-x-sm-165 {
        margin-left: 165px !important
    }

    .-margin-sm-170 {
        margin: 170px !important
    }

    .-margin-top-sm-170,
    .-margin-y-sm-170 {
        margin-top: 170px !important
    }

    .-margin-right-sm-170,
    .-margin-x-sm-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-sm-170,
    .-margin-y-sm-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-sm-170,
    .-margin-x-sm-170 {
        margin-left: 170px !important
    }

    .-margin-sm-175 {
        margin: 175px !important
    }

    .-margin-top-sm-175,
    .-margin-y-sm-175 {
        margin-top: 175px !important
    }

    .-margin-right-sm-175,
    .-margin-x-sm-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-sm-175,
    .-margin-y-sm-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-sm-175,
    .-margin-x-sm-175 {
        margin-left: 175px !important
    }

    .-margin-sm-180 {
        margin: 180px !important
    }

    .-margin-top-sm-180,
    .-margin-y-sm-180 {
        margin-top: 180px !important
    }

    .-margin-right-sm-180,
    .-margin-x-sm-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-sm-180,
    .-margin-y-sm-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-sm-180,
    .-margin-x-sm-180 {
        margin-left: 180px !important
    }

    .-margin-sm-185 {
        margin: 185px !important
    }

    .-margin-top-sm-185,
    .-margin-y-sm-185 {
        margin-top: 185px !important
    }

    .-margin-right-sm-185,
    .-margin-x-sm-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-sm-185,
    .-margin-y-sm-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-sm-185,
    .-margin-x-sm-185 {
        margin-left: 185px !important
    }

    .-margin-sm-190 {
        margin: 190px !important
    }

    .-margin-top-sm-190,
    .-margin-y-sm-190 {
        margin-top: 190px !important
    }

    .-margin-right-sm-190,
    .-margin-x-sm-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-sm-190,
    .-margin-y-sm-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-sm-190,
    .-margin-x-sm-190 {
        margin-left: 190px !important
    }

    .-margin-sm-195 {
        margin: 195px !important
    }

    .-margin-top-sm-195,
    .-margin-y-sm-195 {
        margin-top: 195px !important
    }

    .-margin-right-sm-195,
    .-margin-x-sm-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-sm-195,
    .-margin-y-sm-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-sm-195,
    .-margin-x-sm-195 {
        margin-left: 195px !important
    }

    .-margin-sm-200 {
        margin: 200px !important
    }

    .-margin-top-sm-200,
    .-margin-y-sm-200 {
        margin-top: 200px !important
    }

    .-margin-right-sm-200,
    .-margin-x-sm-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-sm-200,
    .-margin-y-sm-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-sm-200,
    .-margin-x-sm-200 {
        margin-left: 200px !important
    }

    .-margin-sm-205 {
        margin: 205px !important
    }

    .-margin-top-sm-205,
    .-margin-y-sm-205 {
        margin-top: 205px !important
    }

    .-margin-right-sm-205,
    .-margin-x-sm-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-sm-205,
    .-margin-y-sm-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-sm-205,
    .-margin-x-sm-205 {
        margin-left: 205px !important
    }

    .-margin-sm-210 {
        margin: 210px !important
    }

    .-margin-top-sm-210,
    .-margin-y-sm-210 {
        margin-top: 210px !important
    }

    .-margin-right-sm-210,
    .-margin-x-sm-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-sm-210,
    .-margin-y-sm-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-sm-210,
    .-margin-x-sm-210 {
        margin-left: 210px !important
    }

    .-margin-sm-215 {
        margin: 215px !important
    }

    .-margin-top-sm-215,
    .-margin-y-sm-215 {
        margin-top: 215px !important
    }

    .-margin-right-sm-215,
    .-margin-x-sm-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-sm-215,
    .-margin-y-sm-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-sm-215,
    .-margin-x-sm-215 {
        margin-left: 215px !important
    }

    .-margin-sm-220 {
        margin: 220px !important
    }

    .-margin-top-sm-220,
    .-margin-y-sm-220 {
        margin-top: 220px !important
    }

    .-margin-right-sm-220,
    .-margin-x-sm-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-sm-220,
    .-margin-y-sm-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-sm-220,
    .-margin-x-sm-220 {
        margin-left: 220px !important
    }

    .-margin-sm-225 {
        margin: 225px !important
    }

    .-margin-top-sm-225,
    .-margin-y-sm-225 {
        margin-top: 225px !important
    }

    .-margin-right-sm-225,
    .-margin-x-sm-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-sm-225,
    .-margin-y-sm-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-sm-225,
    .-margin-x-sm-225 {
        margin-left: 225px !important
    }

    .-margin-sm-230 {
        margin: 230px !important
    }

    .-margin-top-sm-230,
    .-margin-y-sm-230 {
        margin-top: 230px !important
    }

    .-margin-right-sm-230,
    .-margin-x-sm-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-sm-230,
    .-margin-y-sm-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-sm-230,
    .-margin-x-sm-230 {
        margin-left: 230px !important
    }

    .-margin-sm-235 {
        margin: 235px !important
    }

    .-margin-top-sm-235,
    .-margin-y-sm-235 {
        margin-top: 235px !important
    }

    .-margin-right-sm-235,
    .-margin-x-sm-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-sm-235,
    .-margin-y-sm-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-sm-235,
    .-margin-x-sm-235 {
        margin-left: 235px !important
    }

    .-margin-sm-240 {
        margin: 240px !important
    }

    .-margin-top-sm-240,
    .-margin-y-sm-240 {
        margin-top: 240px !important
    }

    .-margin-right-sm-240,
    .-margin-x-sm-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-sm-240,
    .-margin-y-sm-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-sm-240,
    .-margin-x-sm-240 {
        margin-left: 240px !important
    }

    .-margin-sm-245 {
        margin: 245px !important
    }

    .-margin-top-sm-245,
    .-margin-y-sm-245 {
        margin-top: 245px !important
    }

    .-margin-right-sm-245,
    .-margin-x-sm-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-sm-245,
    .-margin-y-sm-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-sm-245,
    .-margin-x-sm-245 {
        margin-left: 245px !important
    }

    .-margin-sm-250 {
        margin: 250px !important
    }

    .-margin-top-sm-250,
    .-margin-y-sm-250 {
        margin-top: 250px !important
    }

    .-margin-right-sm-250,
    .-margin-x-sm-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-sm-250,
    .-margin-y-sm-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-sm-250,
    .-margin-x-sm-250 {
        margin-left: 250px !important
    }

    .-margin-sm-255 {
        margin: 255px !important
    }

    .-margin-top-sm-255,
    .-margin-y-sm-255 {
        margin-top: 255px !important
    }

    .-margin-right-sm-255,
    .-margin-x-sm-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-sm-255,
    .-margin-y-sm-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-sm-255,
    .-margin-x-sm-255 {
        margin-left: 255px !important
    }

    .-margin-sm-260 {
        margin: 260px !important
    }

    .-margin-top-sm-260,
    .-margin-y-sm-260 {
        margin-top: 260px !important
    }

    .-margin-right-sm-260,
    .-margin-x-sm-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-sm-260,
    .-margin-y-sm-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-sm-260,
    .-margin-x-sm-260 {
        margin-left: 260px !important
    }

    .-margin-sm-265 {
        margin: 265px !important
    }

    .-margin-top-sm-265,
    .-margin-y-sm-265 {
        margin-top: 265px !important
    }

    .-margin-right-sm-265,
    .-margin-x-sm-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-sm-265,
    .-margin-y-sm-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-sm-265,
    .-margin-x-sm-265 {
        margin-left: 265px !important
    }

    .-margin-sm-270 {
        margin: 270px !important
    }

    .-margin-top-sm-270,
    .-margin-y-sm-270 {
        margin-top: 270px !important
    }

    .-margin-right-sm-270,
    .-margin-x-sm-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-sm-270,
    .-margin-y-sm-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-sm-270,
    .-margin-x-sm-270 {
        margin-left: 270px !important
    }

    .-margin-sm-275 {
        margin: 275px !important
    }

    .-margin-top-sm-275,
    .-margin-y-sm-275 {
        margin-top: 275px !important
    }

    .-margin-right-sm-275,
    .-margin-x-sm-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-sm-275,
    .-margin-y-sm-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-sm-275,
    .-margin-x-sm-275 {
        margin-left: 275px !important
    }

    .-margin-sm-280 {
        margin: 280px !important
    }

    .-margin-top-sm-280,
    .-margin-y-sm-280 {
        margin-top: 280px !important
    }

    .-margin-right-sm-280,
    .-margin-x-sm-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-sm-280,
    .-margin-y-sm-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-sm-280,
    .-margin-x-sm-280 {
        margin-left: 280px !important
    }

    .-margin-sm-285 {
        margin: 285px !important
    }

    .-margin-top-sm-285,
    .-margin-y-sm-285 {
        margin-top: 285px !important
    }

    .-margin-right-sm-285,
    .-margin-x-sm-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-sm-285,
    .-margin-y-sm-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-sm-285,
    .-margin-x-sm-285 {
        margin-left: 285px !important
    }

    .-margin-sm-290 {
        margin: 290px !important
    }

    .-margin-top-sm-290,
    .-margin-y-sm-290 {
        margin-top: 290px !important
    }

    .-margin-right-sm-290,
    .-margin-x-sm-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-sm-290,
    .-margin-y-sm-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-sm-290,
    .-margin-x-sm-290 {
        margin-left: 290px !important
    }

    .-margin-sm-295 {
        margin: 295px !important
    }

    .-margin-top-sm-295,
    .-margin-y-sm-295 {
        margin-top: 295px !important
    }

    .-margin-right-sm-295,
    .-margin-x-sm-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-sm-295,
    .-margin-y-sm-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-sm-295,
    .-margin-x-sm-295 {
        margin-left: 295px !important
    }

    .-margin-sm-300 {
        margin: 300px !important
    }

    .-margin-top-sm-300,
    .-margin-y-sm-300 {
        margin-top: 300px !important
    }

    .-margin-right-sm-300,
    .-margin-x-sm-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-sm-300,
    .-margin-y-sm-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-sm-300,
    .-margin-x-sm-300 {
        margin-left: 300px !important
    }

    .-padding-sm-0 {
        padding: 0 !important
    }

    .-padding-top-sm-0,
    .-padding-y-sm-0 {
        padding-top: 0 !important
    }

    .-padding-right-sm-0,
    .-padding-x-sm-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-sm-0,
    .-padding-y-sm-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-sm-0,
    .-padding-x-sm-0 {
        padding-left: 0 !important
    }

    .-padding-sm-5 {
        padding: 5px !important
    }

    .-padding-top-sm-5,
    .-padding-y-sm-5 {
        padding-top: 5px !important
    }

    .-padding-right-sm-5,
    .-padding-x-sm-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-sm-5,
    .-padding-y-sm-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-sm-5,
    .-padding-x-sm-5 {
        padding-left: 5px !important
    }

    .-padding-sm-10 {
        padding: 10px !important
    }

    .-padding-top-sm-10,
    .-padding-y-sm-10 {
        padding-top: 10px !important
    }

    .-padding-right-sm-10,
    .-padding-x-sm-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-sm-10,
    .-padding-y-sm-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-sm-10,
    .-padding-x-sm-10 {
        padding-left: 10px !important
    }

    .-padding-sm-15 {
        padding: 15px !important
    }

    .-padding-top-sm-15,
    .-padding-y-sm-15 {
        padding-top: 15px !important
    }

    .-padding-right-sm-15,
    .-padding-x-sm-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-sm-15,
    .-padding-y-sm-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-sm-15,
    .-padding-x-sm-15 {
        padding-left: 15px !important
    }

    .-padding-sm-20 {
        padding: 20px !important
    }

    .-padding-top-sm-20,
    .-padding-y-sm-20 {
        padding-top: 20px !important
    }

    .-padding-right-sm-20,
    .-padding-x-sm-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-sm-20,
    .-padding-y-sm-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-sm-20,
    .-padding-x-sm-20 {
        padding-left: 20px !important
    }

    .-padding-sm-25 {
        padding: 25px !important
    }

    .-padding-top-sm-25,
    .-padding-y-sm-25 {
        padding-top: 25px !important
    }

    .-padding-right-sm-25,
    .-padding-x-sm-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-sm-25,
    .-padding-y-sm-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-sm-25,
    .-padding-x-sm-25 {
        padding-left: 25px !important
    }

    .-padding-sm-30 {
        padding: 35px !important
    }

    .-padding-top-sm-30,
    .-padding-y-sm-30 {
        padding-top: 35px !important
    }

    .-padding-right-sm-30,
    .-padding-x-sm-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-sm-30,
    .-padding-y-sm-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-sm-30,
    .-padding-x-sm-30 {
        padding-left: 35px !important
    }

    .-padding-sm-35 {
        padding: 35px !important
    }

    .-padding-top-sm-35,
    .-padding-y-sm-35 {
        padding-top: 35px !important
    }

    .-padding-right-sm-35,
    .-padding-x-sm-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-sm-35,
    .-padding-y-sm-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-sm-35,
    .-padding-x-sm-35 {
        padding-left: 35px !important
    }

    .-padding-sm-40 {
        padding: 40px !important
    }

    .-padding-top-sm-40,
    .-padding-y-sm-40 {
        padding-top: 40px !important
    }

    .-padding-right-sm-40,
    .-padding-x-sm-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-sm-40,
    .-padding-y-sm-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-sm-40,
    .-padding-x-sm-40 {
        padding-left: 40px !important
    }

    .-padding-sm-45 {
        padding: 45px !important
    }

    .-padding-top-sm-45,
    .-padding-y-sm-45 {
        padding-top: 45px !important
    }

    .-padding-right-sm-45,
    .-padding-x-sm-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-sm-45,
    .-padding-y-sm-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-sm-45,
    .-padding-x-sm-45 {
        padding-left: 45px !important
    }

    .-padding-sm-50 {
        padding: 50px !important
    }

    .-padding-top-sm-50,
    .-padding-y-sm-50 {
        padding-top: 50px !important
    }

    .-padding-right-sm-50,
    .-padding-x-sm-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-sm-50,
    .-padding-y-sm-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-sm-50,
    .-padding-x-sm-50 {
        padding-left: 50px !important
    }

    .-padding-sm-55 {
        padding: 55px !important
    }

    .-padding-top-sm-55,
    .-padding-y-sm-55 {
        padding-top: 55px !important
    }

    .-padding-right-sm-55,
    .-padding-x-sm-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-sm-55,
    .-padding-y-sm-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-sm-55,
    .-padding-x-sm-55 {
        padding-left: 55px !important
    }

    .-padding-sm-60 {
        padding: 60px !important
    }

    .-padding-top-sm-60,
    .-padding-y-sm-60 {
        padding-top: 60px !important
    }

    .-padding-right-sm-60,
    .-padding-x-sm-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-sm-60,
    .-padding-y-sm-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-sm-60,
    .-padding-x-sm-60 {
        padding-left: 60px !important
    }

    .-padding-sm-65 {
        padding: 65px !important
    }

    .-padding-top-sm-65,
    .-padding-y-sm-65 {
        padding-top: 65px !important
    }

    .-padding-right-sm-65,
    .-padding-x-sm-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-sm-65,
    .-padding-y-sm-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-sm-65,
    .-padding-x-sm-65 {
        padding-left: 65px !important
    }

    .-padding-sm-75 {
        padding: 75px !important
    }

    .-padding-top-sm-75,
    .-padding-y-sm-75 {
        padding-top: 75px !important
    }

    .-padding-right-sm-75,
    .-padding-x-sm-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-sm-75,
    .-padding-y-sm-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-sm-75,
    .-padding-x-sm-75 {
        padding-left: 75px !important
    }

    .-padding-sm-80 {
        padding: 80px !important
    }

    .-padding-top-sm-80,
    .-padding-y-sm-80 {
        padding-top: 80px !important
    }

    .-padding-right-sm-80,
    .-padding-x-sm-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-sm-80,
    .-padding-y-sm-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-sm-80,
    .-padding-x-sm-80 {
        padding-left: 80px !important
    }

    .-padding-sm-85 {
        padding: 85px !important
    }

    .-padding-top-sm-85,
    .-padding-y-sm-85 {
        padding-top: 85px !important
    }

    .-padding-right-sm-85,
    .-padding-x-sm-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-sm-85,
    .-padding-y-sm-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-sm-85,
    .-padding-x-sm-85 {
        padding-left: 85px !important
    }

    .-padding-sm-90 {
        padding: 90px !important
    }

    .-padding-top-sm-90,
    .-padding-y-sm-90 {
        padding-top: 90px !important
    }

    .-padding-right-sm-90,
    .-padding-x-sm-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-sm-90,
    .-padding-y-sm-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-sm-90,
    .-padding-x-sm-90 {
        padding-left: 90px !important
    }

    .-padding-sm-95 {
        padding: 95px !important
    }

    .-padding-top-sm-95,
    .-padding-y-sm-95 {
        padding-top: 95px !important
    }

    .-padding-right-sm-95,
    .-padding-x-sm-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-sm-95,
    .-padding-y-sm-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-sm-95,
    .-padding-x-sm-95 {
        padding-left: 95px !important
    }

    .-padding-sm-100 {
        padding: 100px !important
    }

    .-padding-top-sm-100,
    .-padding-y-sm-100 {
        padding-top: 100px !important
    }

    .-padding-right-sm-100,
    .-padding-x-sm-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-sm-100,
    .-padding-y-sm-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-sm-100,
    .-padding-x-sm-100 {
        padding-left: 100px !important
    }

    .-padding-sm-105 {
        padding: 105px !important
    }

    .-padding-top-sm-105,
    .-padding-y-sm-105 {
        padding-top: 105px !important
    }

    .-padding-right-sm-105,
    .-padding-x-sm-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-sm-105,
    .-padding-y-sm-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-sm-105,
    .-padding-x-sm-105 {
        padding-left: 105px !important
    }

    .-padding-sm-110 {
        padding: 110px !important
    }

    .-padding-top-sm-110,
    .-padding-y-sm-110 {
        padding-top: 110px !important
    }

    .-padding-right-sm-110,
    .-padding-x-sm-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-sm-110,
    .-padding-y-sm-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-sm-110,
    .-padding-x-sm-110 {
        padding-left: 110px !important
    }

    .-padding-sm-115 {
        padding: 115px !important
    }

    .-padding-top-sm-115,
    .-padding-y-sm-115 {
        padding-top: 115px !important
    }

    .-padding-right-sm-115,
    .-padding-x-sm-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-sm-115,
    .-padding-y-sm-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-sm-115,
    .-padding-x-sm-115 {
        padding-left: 115px !important
    }

    .-padding-sm-120 {
        padding: 120px !important
    }

    .-padding-top-sm-120,
    .-padding-y-sm-120 {
        padding-top: 120px !important
    }

    .-padding-right-sm-120,
    .-padding-x-sm-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-sm-120,
    .-padding-y-sm-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-sm-120,
    .-padding-x-sm-120 {
        padding-left: 120px !important
    }

    .-padding-sm-125 {
        padding: 125px !important
    }

    .-padding-top-sm-125,
    .-padding-y-sm-125 {
        padding-top: 125px !important
    }

    .-padding-right-sm-125,
    .-padding-x-sm-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-sm-125,
    .-padding-y-sm-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-sm-125,
    .-padding-x-sm-125 {
        padding-left: 125px !important
    }

    .-padding-sm-130 {
        padding: 130px !important
    }

    .-padding-top-sm-130,
    .-padding-y-sm-130 {
        padding-top: 130px !important
    }

    .-padding-right-sm-130,
    .-padding-x-sm-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-sm-130,
    .-padding-y-sm-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-sm-130,
    .-padding-x-sm-130 {
        padding-left: 130px !important
    }

    .-padding-sm-135 {
        padding: 135px !important
    }

    .-padding-top-sm-135,
    .-padding-y-sm-135 {
        padding-top: 135px !important
    }

    .-padding-right-sm-135,
    .-padding-x-sm-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-sm-135,
    .-padding-y-sm-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-sm-135,
    .-padding-x-sm-135 {
        padding-left: 135px !important
    }

    .-padding-sm-140 {
        padding: 140px !important
    }

    .-padding-top-sm-140,
    .-padding-y-sm-140 {
        padding-top: 140px !important
    }

    .-padding-right-sm-140,
    .-padding-x-sm-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-sm-140,
    .-padding-y-sm-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-sm-140,
    .-padding-x-sm-140 {
        padding-left: 140px !important
    }

    .-padding-sm-145 {
        padding: 145px !important
    }

    .-padding-top-sm-145,
    .-padding-y-sm-145 {
        padding-top: 145px !important
    }

    .-padding-right-sm-145,
    .-padding-x-sm-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-sm-145,
    .-padding-y-sm-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-sm-145,
    .-padding-x-sm-145 {
        padding-left: 145px !important
    }

    .-padding-sm-150 {
        padding: 150px !important
    }

    .-padding-top-sm-150,
    .-padding-y-sm-150 {
        padding-top: 150px !important
    }

    .-padding-right-sm-150,
    .-padding-x-sm-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-sm-150,
    .-padding-y-sm-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-sm-150,
    .-padding-x-sm-150 {
        padding-left: 150px !important
    }

    .-padding-sm-155 {
        padding: 155px !important
    }

    .-padding-top-sm-155,
    .-padding-y-sm-155 {
        padding-top: 155px !important
    }

    .-padding-right-sm-155,
    .-padding-x-sm-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-sm-155,
    .-padding-y-sm-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-sm-155,
    .-padding-x-sm-155 {
        padding-left: 155px !important
    }

    .-padding-sm-160 {
        padding: 160px !important
    }

    .-padding-top-sm-160,
    .-padding-y-sm-160 {
        padding-top: 160px !important
    }

    .-padding-right-sm-160,
    .-padding-x-sm-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-sm-160,
    .-padding-y-sm-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-sm-160,
    .-padding-x-sm-160 {
        padding-left: 160px !important
    }

    .-padding-sm-165 {
        padding: 165px !important
    }

    .-padding-top-sm-165,
    .-padding-y-sm-165 {
        padding-top: 165px !important
    }

    .-padding-right-sm-165,
    .-padding-x-sm-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-sm-165,
    .-padding-y-sm-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-sm-165,
    .-padding-x-sm-165 {
        padding-left: 165px !important
    }

    .-padding-sm-170 {
        padding: 170px !important
    }

    .-padding-top-sm-170,
    .-padding-y-sm-170 {
        padding-top: 170px !important
    }

    .-padding-right-sm-170,
    .-padding-x-sm-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-sm-170,
    .-padding-y-sm-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-sm-170,
    .-padding-x-sm-170 {
        padding-left: 170px !important
    }

    .-padding-sm-175 {
        padding: 175px !important
    }

    .-padding-top-sm-175,
    .-padding-y-sm-175 {
        padding-top: 175px !important
    }

    .-padding-right-sm-175,
    .-padding-x-sm-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-sm-175,
    .-padding-y-sm-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-sm-175,
    .-padding-x-sm-175 {
        padding-left: 175px !important
    }

    .-padding-sm-180 {
        padding: 180px !important
    }

    .-padding-top-sm-180,
    .-padding-y-sm-180 {
        padding-top: 180px !important
    }

    .-padding-right-sm-180,
    .-padding-x-sm-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-sm-180,
    .-padding-y-sm-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-sm-180,
    .-padding-x-sm-180 {
        padding-left: 180px !important
    }

    .-padding-sm-185 {
        padding: 185px !important
    }

    .-padding-top-sm-185,
    .-padding-y-sm-185 {
        padding-top: 185px !important
    }

    .-padding-right-sm-185,
    .-padding-x-sm-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-sm-185,
    .-padding-y-sm-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-sm-185,
    .-padding-x-sm-185 {
        padding-left: 185px !important
    }

    .-padding-sm-190 {
        padding: 190px !important
    }

    .-padding-top-sm-190,
    .-padding-y-sm-190 {
        padding-top: 190px !important
    }

    .-padding-right-sm-190,
    .-padding-x-sm-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-sm-190,
    .-padding-y-sm-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-sm-190,
    .-padding-x-sm-190 {
        padding-left: 190px !important
    }

    .-padding-sm-195 {
        padding: 195px !important
    }

    .-padding-top-sm-195,
    .-padding-y-sm-195 {
        padding-top: 195px !important
    }

    .-padding-right-sm-195,
    .-padding-x-sm-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-sm-195,
    .-padding-y-sm-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-sm-195,
    .-padding-x-sm-195 {
        padding-left: 195px !important
    }

    .-padding-sm-200 {
        padding: 200px !important
    }

    .-padding-top-sm-200,
    .-padding-y-sm-200 {
        padding-top: 200px !important
    }

    .-padding-right-sm-200,
    .-padding-x-sm-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-sm-200,
    .-padding-y-sm-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-sm-200,
    .-padding-x-sm-200 {
        padding-left: 200px !important
    }

    .-padding-sm-205 {
        padding: 205px !important
    }

    .-padding-top-sm-205,
    .-padding-y-sm-205 {
        padding-top: 205px !important
    }

    .-padding-right-sm-205,
    .-padding-x-sm-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-sm-205,
    .-padding-y-sm-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-sm-205,
    .-padding-x-sm-205 {
        padding-left: 205px !important
    }

    .-padding-sm-210 {
        padding: 210px !important
    }

    .-padding-top-sm-210,
    .-padding-y-sm-210 {
        padding-top: 210px !important
    }

    .-padding-right-sm-210,
    .-padding-x-sm-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-sm-210,
    .-padding-y-sm-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-sm-210,
    .-padding-x-sm-210 {
        padding-left: 210px !important
    }

    .-padding-sm-215 {
        padding: 215px !important
    }

    .-padding-top-sm-215,
    .-padding-y-sm-215 {
        padding-top: 215px !important
    }

    .-padding-right-sm-215,
    .-padding-x-sm-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-sm-215,
    .-padding-y-sm-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-sm-215,
    .-padding-x-sm-215 {
        padding-left: 215px !important
    }

    .-padding-sm-220 {
        padding: 220px !important
    }

    .-padding-top-sm-220,
    .-padding-y-sm-220 {
        padding-top: 220px !important
    }

    .-padding-right-sm-220,
    .-padding-x-sm-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-sm-220,
    .-padding-y-sm-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-sm-220,
    .-padding-x-sm-220 {
        padding-left: 220px !important
    }

    .-padding-sm-225 {
        padding: 225px !important
    }

    .-padding-top-sm-225,
    .-padding-y-sm-225 {
        padding-top: 225px !important
    }

    .-padding-right-sm-225,
    .-padding-x-sm-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-sm-225,
    .-padding-y-sm-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-sm-225,
    .-padding-x-sm-225 {
        padding-left: 225px !important
    }

    .-padding-sm-230 {
        padding: 230px !important
    }

    .-padding-top-sm-230,
    .-padding-y-sm-230 {
        padding-top: 230px !important
    }

    .-padding-right-sm-230,
    .-padding-x-sm-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-sm-230,
    .-padding-y-sm-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-sm-230,
    .-padding-x-sm-230 {
        padding-left: 230px !important
    }

    .-padding-sm-235 {
        padding: 235px !important
    }

    .-padding-top-sm-235,
    .-padding-y-sm-235 {
        padding-top: 235px !important
    }

    .-padding-right-sm-235,
    .-padding-x-sm-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-sm-235,
    .-padding-y-sm-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-sm-235,
    .-padding-x-sm-235 {
        padding-left: 235px !important
    }

    .-padding-sm-240 {
        padding: 240px !important
    }

    .-padding-top-sm-240,
    .-padding-y-sm-240 {
        padding-top: 240px !important
    }

    .-padding-right-sm-240,
    .-padding-x-sm-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-sm-240,
    .-padding-y-sm-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-sm-240,
    .-padding-x-sm-240 {
        padding-left: 240px !important
    }

    .-padding-sm-245 {
        padding: 245px !important
    }

    .-padding-top-sm-245,
    .-padding-y-sm-245 {
        padding-top: 245px !important
    }

    .-padding-right-sm-245,
    .-padding-x-sm-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-sm-245,
    .-padding-y-sm-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-sm-245,
    .-padding-x-sm-245 {
        padding-left: 245px !important
    }

    .-padding-sm-250 {
        padding: 250px !important
    }

    .-padding-top-sm-250,
    .-padding-y-sm-250 {
        padding-top: 250px !important
    }

    .-padding-right-sm-250,
    .-padding-x-sm-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-sm-250,
    .-padding-y-sm-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-sm-250,
    .-padding-x-sm-250 {
        padding-left: 250px !important
    }

    .-padding-sm-255 {
        padding: 255px !important
    }

    .-padding-top-sm-255,
    .-padding-y-sm-255 {
        padding-top: 255px !important
    }

    .-padding-right-sm-255,
    .-padding-x-sm-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-sm-255,
    .-padding-y-sm-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-sm-255,
    .-padding-x-sm-255 {
        padding-left: 255px !important
    }

    .-padding-sm-260 {
        padding: 260px !important
    }

    .-padding-top-sm-260,
    .-padding-y-sm-260 {
        padding-top: 260px !important
    }

    .-padding-right-sm-260,
    .-padding-x-sm-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-sm-260,
    .-padding-y-sm-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-sm-260,
    .-padding-x-sm-260 {
        padding-left: 260px !important
    }

    .-padding-sm-265 {
        padding: 265px !important
    }

    .-padding-top-sm-265,
    .-padding-y-sm-265 {
        padding-top: 265px !important
    }

    .-padding-right-sm-265,
    .-padding-x-sm-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-sm-265,
    .-padding-y-sm-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-sm-265,
    .-padding-x-sm-265 {
        padding-left: 265px !important
    }

    .-padding-sm-270 {
        padding: 270px !important
    }

    .-padding-top-sm-270,
    .-padding-y-sm-270 {
        padding-top: 270px !important
    }

    .-padding-right-sm-270,
    .-padding-x-sm-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-sm-270,
    .-padding-y-sm-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-sm-270,
    .-padding-x-sm-270 {
        padding-left: 270px !important
    }

    .-padding-sm-275 {
        padding: 275px !important
    }

    .-padding-top-sm-275,
    .-padding-y-sm-275 {
        padding-top: 275px !important
    }

    .-padding-right-sm-275,
    .-padding-x-sm-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-sm-275,
    .-padding-y-sm-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-sm-275,
    .-padding-x-sm-275 {
        padding-left: 275px !important
    }

    .-padding-sm-280 {
        padding: 280px !important
    }

    .-padding-top-sm-280,
    .-padding-y-sm-280 {
        padding-top: 280px !important
    }

    .-padding-right-sm-280,
    .-padding-x-sm-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-sm-280,
    .-padding-y-sm-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-sm-280,
    .-padding-x-sm-280 {
        padding-left: 280px !important
    }

    .-padding-sm-285 {
        padding: 285px !important
    }

    .-padding-top-sm-285,
    .-padding-y-sm-285 {
        padding-top: 285px !important
    }

    .-padding-right-sm-285,
    .-padding-x-sm-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-sm-285,
    .-padding-y-sm-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-sm-285,
    .-padding-x-sm-285 {
        padding-left: 285px !important
    }

    .-padding-sm-290 {
        padding: 290px !important
    }

    .-padding-top-sm-290,
    .-padding-y-sm-290 {
        padding-top: 290px !important
    }

    .-padding-right-sm-290,
    .-padding-x-sm-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-sm-290,
    .-padding-y-sm-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-sm-290,
    .-padding-x-sm-290 {
        padding-left: 290px !important
    }

    .-padding-sm-295 {
        padding: 295px !important
    }

    .-padding-top-sm-295,
    .-padding-y-sm-295 {
        padding-top: 295px !important
    }

    .-padding-right-sm-295,
    .-padding-x-sm-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-sm-295,
    .-padding-y-sm-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-sm-295,
    .-padding-x-sm-295 {
        padding-left: 295px !important
    }

    .-padding-sm-300 {
        padding: 300px !important
    }

    .-padding-top-sm-300,
    .-padding-y-sm-300 {
        padding-top: 300px !important
    }

    .-padding-right-sm-300,
    .-padding-x-sm-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-sm-300,
    .-padding-y-sm-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-sm-300,
    .-padding-x-sm-300 {
        padding-left: 300px !important
    }

    .-margin-sm-negative-5 {
        margin: -5px !important
    }

    .-margin-top-sm-negative-5,
    .-margin-y-sm-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-sm-negative-5,
    .-margin-x-sm-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-sm-negative-5,
    .-margin-y-sm-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-sm-negative-5,
    .-margin-x-sm-negative-5 {
        margin-left: -5px !important
    }

    .-margin-sm-negative-10 {
        margin: -10px !important
    }

    .-margin-top-sm-negative-10,
    .-margin-y-sm-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-sm-negative-10,
    .-margin-x-sm-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-sm-negative-10,
    .-margin-y-sm-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-sm-negative-10,
    .-margin-x-sm-negative-10 {
        margin-left: -10px !important
    }

    .-margin-sm-negative-15 {
        margin: -15px !important
    }

    .-margin-top-sm-negative-15,
    .-margin-y-sm-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-sm-negative-15,
    .-margin-x-sm-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-sm-negative-15,
    .-margin-y-sm-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-sm-negative-15,
    .-margin-x-sm-negative-15 {
        margin-left: -15px !important
    }

    .-margin-sm-negative-20 {
        margin: -20px !important
    }

    .-margin-top-sm-negative-20,
    .-margin-y-sm-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-sm-negative-20,
    .-margin-x-sm-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-sm-negative-20,
    .-margin-y-sm-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-sm-negative-20,
    .-margin-x-sm-negative-20 {
        margin-left: -20px !important
    }

    .-margin-sm-negative-25 {
        margin: -25px !important
    }

    .-margin-top-sm-negative-25,
    .-margin-y-sm-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-sm-negative-25,
    .-margin-x-sm-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-sm-negative-25,
    .-margin-y-sm-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-sm-negative-25,
    .-margin-x-sm-negative-25 {
        margin-left: -25px !important
    }

    .-margin-sm-negative-30 {
        margin: -35px !important
    }

    .-margin-top-sm-negative-30,
    .-margin-y-sm-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-sm-negative-30,
    .-margin-x-sm-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-sm-negative-30,
    .-margin-y-sm-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-sm-negative-30,
    .-margin-x-sm-negative-30 {
        margin-left: -35px !important
    }

    .-margin-sm-negative-35 {
        margin: -35px !important
    }

    .-margin-top-sm-negative-35,
    .-margin-y-sm-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-sm-negative-35,
    .-margin-x-sm-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-sm-negative-35,
    .-margin-y-sm-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-sm-negative-35,
    .-margin-x-sm-negative-35 {
        margin-left: -35px !important
    }

    .-margin-sm-negative-40 {
        margin: -40px !important
    }

    .-margin-top-sm-negative-40,
    .-margin-y-sm-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-sm-negative-40,
    .-margin-x-sm-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-sm-negative-40,
    .-margin-y-sm-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-sm-negative-40,
    .-margin-x-sm-negative-40 {
        margin-left: -40px !important
    }

    .-margin-sm-negative-45 {
        margin: -45px !important
    }

    .-margin-top-sm-negative-45,
    .-margin-y-sm-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-sm-negative-45,
    .-margin-x-sm-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-sm-negative-45,
    .-margin-y-sm-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-sm-negative-45,
    .-margin-x-sm-negative-45 {
        margin-left: -45px !important
    }

    .-margin-sm-negative-50 {
        margin: -50px !important
    }

    .-margin-top-sm-negative-50,
    .-margin-y-sm-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-sm-negative-50,
    .-margin-x-sm-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-sm-negative-50,
    .-margin-y-sm-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-sm-negative-50,
    .-margin-x-sm-negative-50 {
        margin-left: -50px !important
    }

    .-margin-sm-negative-55 {
        margin: -55px !important
    }

    .-margin-top-sm-negative-55,
    .-margin-y-sm-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-sm-negative-55,
    .-margin-x-sm-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-sm-negative-55,
    .-margin-y-sm-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-sm-negative-55,
    .-margin-x-sm-negative-55 {
        margin-left: -55px !important
    }

    .-margin-sm-negative-60 {
        margin: -60px !important
    }

    .-margin-top-sm-negative-60,
    .-margin-y-sm-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-sm-negative-60,
    .-margin-x-sm-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-sm-negative-60,
    .-margin-y-sm-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-sm-negative-60,
    .-margin-x-sm-negative-60 {
        margin-left: -60px !important
    }

    .-margin-sm-negative-65 {
        margin: -65px !important
    }

    .-margin-top-sm-negative-65,
    .-margin-y-sm-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-sm-negative-65,
    .-margin-x-sm-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-sm-negative-65,
    .-margin-y-sm-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-sm-negative-65,
    .-margin-x-sm-negative-65 {
        margin-left: -65px !important
    }

    .-margin-sm-negative-75 {
        margin: -75px !important
    }

    .-margin-top-sm-negative-75,
    .-margin-y-sm-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-sm-negative-75,
    .-margin-x-sm-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-sm-negative-75,
    .-margin-y-sm-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-sm-negative-75,
    .-margin-x-sm-negative-75 {
        margin-left: -75px !important
    }

    .-margin-sm-negative-80 {
        margin: -80px !important
    }

    .-margin-top-sm-negative-80,
    .-margin-y-sm-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-sm-negative-80,
    .-margin-x-sm-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-sm-negative-80,
    .-margin-y-sm-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-sm-negative-80,
    .-margin-x-sm-negative-80 {
        margin-left: -80px !important
    }

    .-margin-sm-negative-85 {
        margin: -85px !important
    }

    .-margin-top-sm-negative-85,
    .-margin-y-sm-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-sm-negative-85,
    .-margin-x-sm-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-sm-negative-85,
    .-margin-y-sm-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-sm-negative-85,
    .-margin-x-sm-negative-85 {
        margin-left: -85px !important
    }

    .-margin-sm-negative-90 {
        margin: -90px !important
    }

    .-margin-top-sm-negative-90,
    .-margin-y-sm-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-sm-negative-90,
    .-margin-x-sm-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-sm-negative-90,
    .-margin-y-sm-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-sm-negative-90,
    .-margin-x-sm-negative-90 {
        margin-left: -90px !important
    }

    .-margin-sm-negative-95 {
        margin: -95px !important
    }

    .-margin-top-sm-negative-95,
    .-margin-y-sm-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-sm-negative-95,
    .-margin-x-sm-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-sm-negative-95,
    .-margin-y-sm-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-sm-negative-95,
    .-margin-x-sm-negative-95 {
        margin-left: -95px !important
    }

    .-margin-sm-negative-100 {
        margin: -100px !important
    }

    .-margin-top-sm-negative-100,
    .-margin-y-sm-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-sm-negative-100,
    .-margin-x-sm-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-sm-negative-100,
    .-margin-y-sm-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-sm-negative-100,
    .-margin-x-sm-negative-100 {
        margin-left: -100px !important
    }

    .-margin-sm-negative-105 {
        margin: -105px !important
    }

    .-margin-top-sm-negative-105,
    .-margin-y-sm-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-sm-negative-105,
    .-margin-x-sm-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-sm-negative-105,
    .-margin-y-sm-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-sm-negative-105,
    .-margin-x-sm-negative-105 {
        margin-left: -105px !important
    }

    .-margin-sm-negative-110 {
        margin: -110px !important
    }

    .-margin-top-sm-negative-110,
    .-margin-y-sm-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-sm-negative-110,
    .-margin-x-sm-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-sm-negative-110,
    .-margin-y-sm-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-sm-negative-110,
    .-margin-x-sm-negative-110 {
        margin-left: -110px !important
    }

    .-margin-sm-negative-115 {
        margin: -115px !important
    }

    .-margin-top-sm-negative-115,
    .-margin-y-sm-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-sm-negative-115,
    .-margin-x-sm-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-sm-negative-115,
    .-margin-y-sm-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-sm-negative-115,
    .-margin-x-sm-negative-115 {
        margin-left: -115px !important
    }

    .-margin-sm-negative-120 {
        margin: -120px !important
    }

    .-margin-top-sm-negative-120,
    .-margin-y-sm-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-sm-negative-120,
    .-margin-x-sm-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-sm-negative-120,
    .-margin-y-sm-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-sm-negative-120,
    .-margin-x-sm-negative-120 {
        margin-left: -120px !important
    }

    .-margin-sm-negative-125 {
        margin: -125px !important
    }

    .-margin-top-sm-negative-125,
    .-margin-y-sm-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-sm-negative-125,
    .-margin-x-sm-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-sm-negative-125,
    .-margin-y-sm-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-sm-negative-125,
    .-margin-x-sm-negative-125 {
        margin-left: -125px !important
    }

    .-margin-sm-negative-130 {
        margin: -130px !important
    }

    .-margin-top-sm-negative-130,
    .-margin-y-sm-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-sm-negative-130,
    .-margin-x-sm-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-sm-negative-130,
    .-margin-y-sm-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-sm-negative-130,
    .-margin-x-sm-negative-130 {
        margin-left: -130px !important
    }

    .-margin-sm-negative-135 {
        margin: -135px !important
    }

    .-margin-top-sm-negative-135,
    .-margin-y-sm-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-sm-negative-135,
    .-margin-x-sm-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-sm-negative-135,
    .-margin-y-sm-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-sm-negative-135,
    .-margin-x-sm-negative-135 {
        margin-left: -135px !important
    }

    .-margin-sm-negative-140 {
        margin: -140px !important
    }

    .-margin-top-sm-negative-140,
    .-margin-y-sm-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-sm-negative-140,
    .-margin-x-sm-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-sm-negative-140,
    .-margin-y-sm-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-sm-negative-140,
    .-margin-x-sm-negative-140 {
        margin-left: -140px !important
    }

    .-margin-sm-negative-145 {
        margin: -145px !important
    }

    .-margin-top-sm-negative-145,
    .-margin-y-sm-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-sm-negative-145,
    .-margin-x-sm-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-sm-negative-145,
    .-margin-y-sm-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-sm-negative-145,
    .-margin-x-sm-negative-145 {
        margin-left: -145px !important
    }

    .-margin-sm-negative-150 {
        margin: -150px !important
    }

    .-margin-top-sm-negative-150,
    .-margin-y-sm-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-sm-negative-150,
    .-margin-x-sm-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-sm-negative-150,
    .-margin-y-sm-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-sm-negative-150,
    .-margin-x-sm-negative-150 {
        margin-left: -150px !important
    }

    .-margin-sm-negative-155 {
        margin: -155px !important
    }

    .-margin-top-sm-negative-155,
    .-margin-y-sm-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-sm-negative-155,
    .-margin-x-sm-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-sm-negative-155,
    .-margin-y-sm-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-sm-negative-155,
    .-margin-x-sm-negative-155 {
        margin-left: -155px !important
    }

    .-margin-sm-negative-160 {
        margin: -160px !important
    }

    .-margin-top-sm-negative-160,
    .-margin-y-sm-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-sm-negative-160,
    .-margin-x-sm-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-sm-negative-160,
    .-margin-y-sm-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-sm-negative-160,
    .-margin-x-sm-negative-160 {
        margin-left: -160px !important
    }

    .-margin-sm-negative-165 {
        margin: -165px !important
    }

    .-margin-top-sm-negative-165,
    .-margin-y-sm-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-sm-negative-165,
    .-margin-x-sm-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-sm-negative-165,
    .-margin-y-sm-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-sm-negative-165,
    .-margin-x-sm-negative-165 {
        margin-left: -165px !important
    }

    .-margin-sm-negative-170 {
        margin: -170px !important
    }

    .-margin-top-sm-negative-170,
    .-margin-y-sm-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-sm-negative-170,
    .-margin-x-sm-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-sm-negative-170,
    .-margin-y-sm-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-sm-negative-170,
    .-margin-x-sm-negative-170 {
        margin-left: -170px !important
    }

    .-margin-sm-negative-175 {
        margin: -175px !important
    }

    .-margin-top-sm-negative-175,
    .-margin-y-sm-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-sm-negative-175,
    .-margin-x-sm-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-sm-negative-175,
    .-margin-y-sm-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-sm-negative-175,
    .-margin-x-sm-negative-175 {
        margin-left: -175px !important
    }

    .-margin-sm-negative-180 {
        margin: -180px !important
    }

    .-margin-top-sm-negative-180,
    .-margin-y-sm-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-sm-negative-180,
    .-margin-x-sm-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-sm-negative-180,
    .-margin-y-sm-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-sm-negative-180,
    .-margin-x-sm-negative-180 {
        margin-left: -180px !important
    }

    .-margin-sm-negative-185 {
        margin: -185px !important
    }

    .-margin-top-sm-negative-185,
    .-margin-y-sm-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-sm-negative-185,
    .-margin-x-sm-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-sm-negative-185,
    .-margin-y-sm-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-sm-negative-185,
    .-margin-x-sm-negative-185 {
        margin-left: -185px !important
    }

    .-margin-sm-negative-190 {
        margin: -190px !important
    }

    .-margin-top-sm-negative-190,
    .-margin-y-sm-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-sm-negative-190,
    .-margin-x-sm-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-sm-negative-190,
    .-margin-y-sm-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-sm-negative-190,
    .-margin-x-sm-negative-190 {
        margin-left: -190px !important
    }

    .-margin-sm-negative-195 {
        margin: -195px !important
    }

    .-margin-top-sm-negative-195,
    .-margin-y-sm-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-sm-negative-195,
    .-margin-x-sm-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-sm-negative-195,
    .-margin-y-sm-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-sm-negative-195,
    .-margin-x-sm-negative-195 {
        margin-left: -195px !important
    }

    .-margin-sm-negative-200 {
        margin: -200px !important
    }

    .-margin-top-sm-negative-200,
    .-margin-y-sm-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-sm-negative-200,
    .-margin-x-sm-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-sm-negative-200,
    .-margin-y-sm-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-sm-negative-200,
    .-margin-x-sm-negative-200 {
        margin-left: -200px !important
    }

    .-margin-sm-negative-205 {
        margin: -205px !important
    }

    .-margin-top-sm-negative-205,
    .-margin-y-sm-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-sm-negative-205,
    .-margin-x-sm-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-sm-negative-205,
    .-margin-y-sm-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-sm-negative-205,
    .-margin-x-sm-negative-205 {
        margin-left: -205px !important
    }

    .-margin-sm-negative-210 {
        margin: -210px !important
    }

    .-margin-top-sm-negative-210,
    .-margin-y-sm-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-sm-negative-210,
    .-margin-x-sm-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-sm-negative-210,
    .-margin-y-sm-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-sm-negative-210,
    .-margin-x-sm-negative-210 {
        margin-left: -210px !important
    }

    .-margin-sm-negative-215 {
        margin: -215px !important
    }

    .-margin-top-sm-negative-215,
    .-margin-y-sm-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-sm-negative-215,
    .-margin-x-sm-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-sm-negative-215,
    .-margin-y-sm-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-sm-negative-215,
    .-margin-x-sm-negative-215 {
        margin-left: -215px !important
    }

    .-margin-sm-negative-220 {
        margin: -220px !important
    }

    .-margin-top-sm-negative-220,
    .-margin-y-sm-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-sm-negative-220,
    .-margin-x-sm-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-sm-negative-220,
    .-margin-y-sm-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-sm-negative-220,
    .-margin-x-sm-negative-220 {
        margin-left: -220px !important
    }

    .-margin-sm-negative-225 {
        margin: -225px !important
    }

    .-margin-top-sm-negative-225,
    .-margin-y-sm-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-sm-negative-225,
    .-margin-x-sm-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-sm-negative-225,
    .-margin-y-sm-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-sm-negative-225,
    .-margin-x-sm-negative-225 {
        margin-left: -225px !important
    }

    .-margin-sm-negative-230 {
        margin: -230px !important
    }

    .-margin-top-sm-negative-230,
    .-margin-y-sm-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-sm-negative-230,
    .-margin-x-sm-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-sm-negative-230,
    .-margin-y-sm-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-sm-negative-230,
    .-margin-x-sm-negative-230 {
        margin-left: -230px !important
    }

    .-margin-sm-negative-235 {
        margin: -235px !important
    }

    .-margin-top-sm-negative-235,
    .-margin-y-sm-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-sm-negative-235,
    .-margin-x-sm-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-sm-negative-235,
    .-margin-y-sm-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-sm-negative-235,
    .-margin-x-sm-negative-235 {
        margin-left: -235px !important
    }

    .-margin-sm-negative-240 {
        margin: -240px !important
    }

    .-margin-top-sm-negative-240,
    .-margin-y-sm-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-sm-negative-240,
    .-margin-x-sm-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-sm-negative-240,
    .-margin-y-sm-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-sm-negative-240,
    .-margin-x-sm-negative-240 {
        margin-left: -240px !important
    }

    .-margin-sm-negative-245 {
        margin: -245px !important
    }

    .-margin-top-sm-negative-245,
    .-margin-y-sm-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-sm-negative-245,
    .-margin-x-sm-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-sm-negative-245,
    .-margin-y-sm-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-sm-negative-245,
    .-margin-x-sm-negative-245 {
        margin-left: -245px !important
    }

    .-margin-sm-negative-250 {
        margin: -250px !important
    }

    .-margin-top-sm-negative-250,
    .-margin-y-sm-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-sm-negative-250,
    .-margin-x-sm-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-sm-negative-250,
    .-margin-y-sm-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-sm-negative-250,
    .-margin-x-sm-negative-250 {
        margin-left: -250px !important
    }

    .-margin-sm-negative-255 {
        margin: -255px !important
    }

    .-margin-top-sm-negative-255,
    .-margin-y-sm-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-sm-negative-255,
    .-margin-x-sm-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-sm-negative-255,
    .-margin-y-sm-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-sm-negative-255,
    .-margin-x-sm-negative-255 {
        margin-left: -255px !important
    }

    .-margin-sm-negative-260 {
        margin: -260px !important
    }

    .-margin-top-sm-negative-260,
    .-margin-y-sm-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-sm-negative-260,
    .-margin-x-sm-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-sm-negative-260,
    .-margin-y-sm-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-sm-negative-260,
    .-margin-x-sm-negative-260 {
        margin-left: -260px !important
    }

    .-margin-sm-negative-265 {
        margin: -265px !important
    }

    .-margin-top-sm-negative-265,
    .-margin-y-sm-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-sm-negative-265,
    .-margin-x-sm-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-sm-negative-265,
    .-margin-y-sm-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-sm-negative-265,
    .-margin-x-sm-negative-265 {
        margin-left: -265px !important
    }

    .-margin-sm-negative-270 {
        margin: -270px !important
    }

    .-margin-top-sm-negative-270,
    .-margin-y-sm-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-sm-negative-270,
    .-margin-x-sm-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-sm-negative-270,
    .-margin-y-sm-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-sm-negative-270,
    .-margin-x-sm-negative-270 {
        margin-left: -270px !important
    }

    .-margin-sm-negative-275 {
        margin: -275px !important
    }

    .-margin-top-sm-negative-275,
    .-margin-y-sm-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-sm-negative-275,
    .-margin-x-sm-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-sm-negative-275,
    .-margin-y-sm-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-sm-negative-275,
    .-margin-x-sm-negative-275 {
        margin-left: -275px !important
    }

    .-margin-sm-negative-280 {
        margin: -280px !important
    }

    .-margin-top-sm-negative-280,
    .-margin-y-sm-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-sm-negative-280,
    .-margin-x-sm-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-sm-negative-280,
    .-margin-y-sm-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-sm-negative-280,
    .-margin-x-sm-negative-280 {
        margin-left: -280px !important
    }

    .-margin-sm-negative-285 {
        margin: -285px !important
    }

    .-margin-top-sm-negative-285,
    .-margin-y-sm-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-sm-negative-285,
    .-margin-x-sm-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-sm-negative-285,
    .-margin-y-sm-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-sm-negative-285,
    .-margin-x-sm-negative-285 {
        margin-left: -285px !important
    }

    .-margin-sm-negative-290 {
        margin: -290px !important
    }

    .-margin-top-sm-negative-290,
    .-margin-y-sm-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-sm-negative-290,
    .-margin-x-sm-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-sm-negative-290,
    .-margin-y-sm-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-sm-negative-290,
    .-margin-x-sm-negative-290 {
        margin-left: -290px !important
    }

    .-margin-sm-negative-295 {
        margin: -295px !important
    }

    .-margin-top-sm-negative-295,
    .-margin-y-sm-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-sm-negative-295,
    .-margin-x-sm-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-sm-negative-295,
    .-margin-y-sm-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-sm-negative-295,
    .-margin-x-sm-negative-295 {
        margin-left: -295px !important
    }

    .-margin-sm-negative-300 {
        margin: -300px !important
    }

    .-margin-top-sm-negative-300,
    .-margin-y-sm-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-sm-negative-300,
    .-margin-x-sm-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-sm-negative-300,
    .-margin-y-sm-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-sm-negative-300,
    .-margin-x-sm-negative-300 {
        margin-left: -300px !important
    }

    .margin-sm-auto {
        margin: auto !important
    }

    .margin-top-sm-auto,
    .margin-y-sm-auto {
        margin-top: auto !important
    }

    .margin-right-sm-auto,
    .margin-x-sm-auto {
        margin-right: auto !important
    }

    .margin-botttom-sm-auto,
    .margin-y-sm-auto {
        margin-bottom: auto !important
    }

    .margin-left-sm-auto,
    .margin-x-sm-auto {
        margin-left: auto !important
    }
}

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

    .-margin-top-md-0,
    .-margin-y-md-0 {
        margin-top: 0 !important
    }

    .-margin-right-md-0,
    .-margin-x-md-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-md-0,
    .-margin-y-md-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-md-0,
    .-margin-x-md-0 {
        margin-left: 0 !important
    }

    .-margin-md-5 {
        margin: 5px !important
    }

    .-margin-top-md-5,
    .-margin-y-md-5 {
        margin-top: 5px !important
    }

    .-margin-right-md-5,
    .-margin-x-md-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-md-5,
    .-margin-y-md-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-md-5,
    .-margin-x-md-5 {
        margin-left: 5px !important
    }

    .-margin-md-10 {
        margin: 10px !important
    }

    .-margin-top-md-10,
    .-margin-y-md-10 {
        margin-top: 10px !important
    }

    .-margin-right-md-10,
    .-margin-x-md-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-md-10,
    .-margin-y-md-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-md-10,
    .-margin-x-md-10 {
        margin-left: 10px !important
    }

    .-margin-md-15 {
        margin: 15px !important
    }

    .-margin-top-md-15,
    .-margin-y-md-15 {
        margin-top: 15px !important
    }

    .-margin-right-md-15,
    .-margin-x-md-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-md-15,
    .-margin-y-md-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-md-15,
    .-margin-x-md-15 {
        margin-left: 15px !important
    }

    .-margin-md-20 {
        margin: 20px !important
    }

    .-margin-top-md-20,
    .-margin-y-md-20 {
        margin-top: 20px !important
    }

    .-margin-right-md-20,
    .-margin-x-md-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-md-20,
    .-margin-y-md-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-md-20,
    .-margin-x-md-20 {
        margin-left: 20px !important
    }

    .-margin-md-25 {
        margin: 25px !important
    }

    .-margin-top-md-25,
    .-margin-y-md-25 {
        margin-top: 25px !important
    }

    .-margin-right-md-25,
    .-margin-x-md-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-md-25,
    .-margin-y-md-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-md-25,
    .-margin-x-md-25 {
        margin-left: 25px !important
    }

    .-margin-md-30 {
        margin: 35px !important
    }

    .-margin-top-md-30,
    .-margin-y-md-30 {
        margin-top: 35px !important
    }

    .-margin-right-md-30,
    .-margin-x-md-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-md-30,
    .-margin-y-md-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-md-30,
    .-margin-x-md-30 {
        margin-left: 35px !important
    }

    .-margin-md-35 {
        margin: 35px !important
    }

    .-margin-top-md-35,
    .-margin-y-md-35 {
        margin-top: 35px !important
    }

    .-margin-right-md-35,
    .-margin-x-md-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-md-35,
    .-margin-y-md-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-md-35,
    .-margin-x-md-35 {
        margin-left: 35px !important
    }

    .-margin-md-40 {
        margin: 40px !important
    }

    .-margin-top-md-40,
    .-margin-y-md-40 {
        margin-top: 40px !important
    }

    .-margin-right-md-40,
    .-margin-x-md-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-md-40,
    .-margin-y-md-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-md-40,
    .-margin-x-md-40 {
        margin-left: 40px !important
    }

    .-margin-md-45 {
        margin: 45px !important
    }

    .-margin-top-md-45,
    .-margin-y-md-45 {
        margin-top: 45px !important
    }

    .-margin-right-md-45,
    .-margin-x-md-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-md-45,
    .-margin-y-md-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-md-45,
    .-margin-x-md-45 {
        margin-left: 45px !important
    }

    .-margin-md-50 {
        margin: 50px !important
    }

    .-margin-top-md-50,
    .-margin-y-md-50 {
        margin-top: 50px !important
    }

    .-margin-right-md-50,
    .-margin-x-md-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-md-50,
    .-margin-y-md-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-md-50,
    .-margin-x-md-50 {
        margin-left: 50px !important
    }

    .-margin-md-55 {
        margin: 55px !important
    }

    .-margin-top-md-55,
    .-margin-y-md-55 {
        margin-top: 55px !important
    }

    .-margin-right-md-55,
    .-margin-x-md-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-md-55,
    .-margin-y-md-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-md-55,
    .-margin-x-md-55 {
        margin-left: 55px !important
    }

    .-margin-md-60 {
        margin: 60px !important
    }

    .-margin-top-md-60,
    .-margin-y-md-60 {
        margin-top: 60px !important
    }

    .-margin-right-md-60,
    .-margin-x-md-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-md-60,
    .-margin-y-md-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-md-60,
    .-margin-x-md-60 {
        margin-left: 60px !important
    }

    .-margin-md-65 {
        margin: 65px !important
    }

    .-margin-top-md-65,
    .-margin-y-md-65 {
        margin-top: 65px !important
    }

    .-margin-right-md-65,
    .-margin-x-md-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-md-65,
    .-margin-y-md-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-md-65,
    .-margin-x-md-65 {
        margin-left: 65px !important
    }

    .-margin-md-75 {
        margin: 75px !important
    }

    .-margin-top-md-75,
    .-margin-y-md-75 {
        margin-top: 75px !important
    }

    .-margin-right-md-75,
    .-margin-x-md-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-md-75,
    .-margin-y-md-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-md-75,
    .-margin-x-md-75 {
        margin-left: 75px !important
    }

    .-margin-md-80 {
        margin: 80px !important
    }

    .-margin-top-md-80,
    .-margin-y-md-80 {
        margin-top: 80px !important
    }

    .-margin-right-md-80,
    .-margin-x-md-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-md-80,
    .-margin-y-md-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-md-80,
    .-margin-x-md-80 {
        margin-left: 80px !important
    }

    .-margin-md-85 {
        margin: 85px !important
    }

    .-margin-top-md-85,
    .-margin-y-md-85 {
        margin-top: 85px !important
    }

    .-margin-right-md-85,
    .-margin-x-md-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-md-85,
    .-margin-y-md-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-md-85,
    .-margin-x-md-85 {
        margin-left: 85px !important
    }

    .-margin-md-90 {
        margin: 90px !important
    }

    .-margin-top-md-90,
    .-margin-y-md-90 {
        margin-top: 90px !important
    }

    .-margin-right-md-90,
    .-margin-x-md-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-md-90,
    .-margin-y-md-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-md-90,
    .-margin-x-md-90 {
        margin-left: 90px !important
    }

    .-margin-md-95 {
        margin: 95px !important
    }

    .-margin-top-md-95,
    .-margin-y-md-95 {
        margin-top: 95px !important
    }

    .-margin-right-md-95,
    .-margin-x-md-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-md-95,
    .-margin-y-md-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-md-95,
    .-margin-x-md-95 {
        margin-left: 95px !important
    }

    .-margin-md-100 {
        margin: 100px !important
    }

    .-margin-top-md-100,
    .-margin-y-md-100 {
        margin-top: 100px !important
    }

    .-margin-right-md-100,
    .-margin-x-md-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-md-100,
    .-margin-y-md-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-md-100,
    .-margin-x-md-100 {
        margin-left: 100px !important
    }

    .-margin-md-105 {
        margin: 105px !important
    }

    .-margin-top-md-105,
    .-margin-y-md-105 {
        margin-top: 105px !important
    }

    .-margin-right-md-105,
    .-margin-x-md-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-md-105,
    .-margin-y-md-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-md-105,
    .-margin-x-md-105 {
        margin-left: 105px !important
    }

    .-margin-md-110 {
        margin: 110px !important
    }

    .-margin-top-md-110,
    .-margin-y-md-110 {
        margin-top: 110px !important
    }

    .-margin-right-md-110,
    .-margin-x-md-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-md-110,
    .-margin-y-md-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-md-110,
    .-margin-x-md-110 {
        margin-left: 110px !important
    }

    .-margin-md-115 {
        margin: 115px !important
    }

    .-margin-top-md-115,
    .-margin-y-md-115 {
        margin-top: 115px !important
    }

    .-margin-right-md-115,
    .-margin-x-md-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-md-115,
    .-margin-y-md-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-md-115,
    .-margin-x-md-115 {
        margin-left: 115px !important
    }

    .-margin-md-120 {
        margin: 120px !important
    }

    .-margin-top-md-120,
    .-margin-y-md-120 {
        margin-top: 120px !important
    }

    .-margin-right-md-120,
    .-margin-x-md-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-md-120,
    .-margin-y-md-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-md-120,
    .-margin-x-md-120 {
        margin-left: 120px !important
    }

    .-margin-md-125 {
        margin: 125px !important
    }

    .-margin-top-md-125,
    .-margin-y-md-125 {
        margin-top: 125px !important
    }

    .-margin-right-md-125,
    .-margin-x-md-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-md-125,
    .-margin-y-md-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-md-125,
    .-margin-x-md-125 {
        margin-left: 125px !important
    }

    .-margin-md-130 {
        margin: 130px !important
    }

    .-margin-top-md-130,
    .-margin-y-md-130 {
        margin-top: 130px !important
    }

    .-margin-right-md-130,
    .-margin-x-md-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-md-130,
    .-margin-y-md-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-md-130,
    .-margin-x-md-130 {
        margin-left: 130px !important
    }

    .-margin-md-135 {
        margin: 135px !important
    }

    .-margin-top-md-135,
    .-margin-y-md-135 {
        margin-top: 135px !important
    }

    .-margin-right-md-135,
    .-margin-x-md-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-md-135,
    .-margin-y-md-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-md-135,
    .-margin-x-md-135 {
        margin-left: 135px !important
    }

    .-margin-md-140 {
        margin: 140px !important
    }

    .-margin-top-md-140,
    .-margin-y-md-140 {
        margin-top: 140px !important
    }

    .-margin-right-md-140,
    .-margin-x-md-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-md-140,
    .-margin-y-md-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-md-140,
    .-margin-x-md-140 {
        margin-left: 140px !important
    }

    .-margin-md-145 {
        margin: 145px !important
    }

    .-margin-top-md-145,
    .-margin-y-md-145 {
        margin-top: 145px !important
    }

    .-margin-right-md-145,
    .-margin-x-md-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-md-145,
    .-margin-y-md-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-md-145,
    .-margin-x-md-145 {
        margin-left: 145px !important
    }

    .-margin-md-150 {
        margin: 150px !important
    }

    .-margin-top-md-150,
    .-margin-y-md-150 {
        margin-top: 150px !important
    }

    .-margin-right-md-150,
    .-margin-x-md-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-md-150,
    .-margin-y-md-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-md-150,
    .-margin-x-md-150 {
        margin-left: 150px !important
    }

    .-margin-md-155 {
        margin: 155px !important
    }

    .-margin-top-md-155,
    .-margin-y-md-155 {
        margin-top: 155px !important
    }

    .-margin-right-md-155,
    .-margin-x-md-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-md-155,
    .-margin-y-md-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-md-155,
    .-margin-x-md-155 {
        margin-left: 155px !important
    }

    .-margin-md-160 {
        margin: 160px !important
    }

    .-margin-top-md-160,
    .-margin-y-md-160 {
        margin-top: 160px !important
    }

    .-margin-right-md-160,
    .-margin-x-md-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-md-160,
    .-margin-y-md-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-md-160,
    .-margin-x-md-160 {
        margin-left: 160px !important
    }

    .-margin-md-165 {
        margin: 165px !important
    }

    .-margin-top-md-165,
    .-margin-y-md-165 {
        margin-top: 165px !important
    }

    .-margin-right-md-165,
    .-margin-x-md-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-md-165,
    .-margin-y-md-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-md-165,
    .-margin-x-md-165 {
        margin-left: 165px !important
    }

    .-margin-md-170 {
        margin: 170px !important
    }

    .-margin-top-md-170,
    .-margin-y-md-170 {
        margin-top: 170px !important
    }

    .-margin-right-md-170,
    .-margin-x-md-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-md-170,
    .-margin-y-md-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-md-170,
    .-margin-x-md-170 {
        margin-left: 170px !important
    }

    .-margin-md-175 {
        margin: 175px !important
    }

    .-margin-top-md-175,
    .-margin-y-md-175 {
        margin-top: 175px !important
    }

    .-margin-right-md-175,
    .-margin-x-md-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-md-175,
    .-margin-y-md-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-md-175,
    .-margin-x-md-175 {
        margin-left: 175px !important
    }

    .-margin-md-180 {
        margin: 180px !important
    }

    .-margin-top-md-180,
    .-margin-y-md-180 {
        margin-top: 180px !important
    }

    .-margin-right-md-180,
    .-margin-x-md-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-md-180,
    .-margin-y-md-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-md-180,
    .-margin-x-md-180 {
        margin-left: 180px !important
    }

    .-margin-md-185 {
        margin: 185px !important
    }

    .-margin-top-md-185,
    .-margin-y-md-185 {
        margin-top: 185px !important
    }

    .-margin-right-md-185,
    .-margin-x-md-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-md-185,
    .-margin-y-md-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-md-185,
    .-margin-x-md-185 {
        margin-left: 185px !important
    }

    .-margin-md-190 {
        margin: 190px !important
    }

    .-margin-top-md-190,
    .-margin-y-md-190 {
        margin-top: 190px !important
    }

    .-margin-right-md-190,
    .-margin-x-md-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-md-190,
    .-margin-y-md-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-md-190,
    .-margin-x-md-190 {
        margin-left: 190px !important
    }

    .-margin-md-195 {
        margin: 195px !important
    }

    .-margin-top-md-195,
    .-margin-y-md-195 {
        margin-top: 195px !important
    }

    .-margin-right-md-195,
    .-margin-x-md-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-md-195,
    .-margin-y-md-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-md-195,
    .-margin-x-md-195 {
        margin-left: 195px !important
    }

    .-margin-md-200 {
        margin: 200px !important
    }

    .-margin-top-md-200,
    .-margin-y-md-200 {
        margin-top: 200px !important
    }

    .-margin-right-md-200,
    .-margin-x-md-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-md-200,
    .-margin-y-md-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-md-200,
    .-margin-x-md-200 {
        margin-left: 200px !important
    }

    .-margin-md-205 {
        margin: 205px !important
    }

    .-margin-top-md-205,
    .-margin-y-md-205 {
        margin-top: 205px !important
    }

    .-margin-right-md-205,
    .-margin-x-md-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-md-205,
    .-margin-y-md-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-md-205,
    .-margin-x-md-205 {
        margin-left: 205px !important
    }

    .-margin-md-210 {
        margin: 210px !important
    }

    .-margin-top-md-210,
    .-margin-y-md-210 {
        margin-top: 210px !important
    }

    .-margin-right-md-210,
    .-margin-x-md-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-md-210,
    .-margin-y-md-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-md-210,
    .-margin-x-md-210 {
        margin-left: 210px !important
    }

    .-margin-md-215 {
        margin: 215px !important
    }

    .-margin-top-md-215,
    .-margin-y-md-215 {
        margin-top: 215px !important
    }

    .-margin-right-md-215,
    .-margin-x-md-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-md-215,
    .-margin-y-md-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-md-215,
    .-margin-x-md-215 {
        margin-left: 215px !important
    }

    .-margin-md-220 {
        margin: 220px !important
    }

    .-margin-top-md-220,
    .-margin-y-md-220 {
        margin-top: 220px !important
    }

    .-margin-right-md-220,
    .-margin-x-md-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-md-220,
    .-margin-y-md-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-md-220,
    .-margin-x-md-220 {
        margin-left: 220px !important
    }

    .-margin-md-225 {
        margin: 225px !important
    }

    .-margin-top-md-225,
    .-margin-y-md-225 {
        margin-top: 225px !important
    }

    .-margin-right-md-225,
    .-margin-x-md-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-md-225,
    .-margin-y-md-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-md-225,
    .-margin-x-md-225 {
        margin-left: 225px !important
    }

    .-margin-md-230 {
        margin: 230px !important
    }

    .-margin-top-md-230,
    .-margin-y-md-230 {
        margin-top: 230px !important
    }

    .-margin-right-md-230,
    .-margin-x-md-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-md-230,
    .-margin-y-md-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-md-230,
    .-margin-x-md-230 {
        margin-left: 230px !important
    }

    .-margin-md-235 {
        margin: 235px !important
    }

    .-margin-top-md-235,
    .-margin-y-md-235 {
        margin-top: 235px !important
    }

    .-margin-right-md-235,
    .-margin-x-md-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-md-235,
    .-margin-y-md-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-md-235,
    .-margin-x-md-235 {
        margin-left: 235px !important
    }

    .-margin-md-240 {
        margin: 240px !important
    }

    .-margin-top-md-240,
    .-margin-y-md-240 {
        margin-top: 240px !important
    }

    .-margin-right-md-240,
    .-margin-x-md-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-md-240,
    .-margin-y-md-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-md-240,
    .-margin-x-md-240 {
        margin-left: 240px !important
    }

    .-margin-md-245 {
        margin: 245px !important
    }

    .-margin-top-md-245,
    .-margin-y-md-245 {
        margin-top: 245px !important
    }

    .-margin-right-md-245,
    .-margin-x-md-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-md-245,
    .-margin-y-md-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-md-245,
    .-margin-x-md-245 {
        margin-left: 245px !important
    }

    .-margin-md-250 {
        margin: 250px !important
    }

    .-margin-top-md-250,
    .-margin-y-md-250 {
        margin-top: 250px !important
    }

    .-margin-right-md-250,
    .-margin-x-md-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-md-250,
    .-margin-y-md-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-md-250,
    .-margin-x-md-250 {
        margin-left: 250px !important
    }

    .-margin-md-255 {
        margin: 255px !important
    }

    .-margin-top-md-255,
    .-margin-y-md-255 {
        margin-top: 255px !important
    }

    .-margin-right-md-255,
    .-margin-x-md-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-md-255,
    .-margin-y-md-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-md-255,
    .-margin-x-md-255 {
        margin-left: 255px !important
    }

    .-margin-md-260 {
        margin: 260px !important
    }

    .-margin-top-md-260,
    .-margin-y-md-260 {
        margin-top: 260px !important
    }

    .-margin-right-md-260,
    .-margin-x-md-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-md-260,
    .-margin-y-md-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-md-260,
    .-margin-x-md-260 {
        margin-left: 260px !important
    }

    .-margin-md-265 {
        margin: 265px !important
    }

    .-margin-top-md-265,
    .-margin-y-md-265 {
        margin-top: 265px !important
    }

    .-margin-right-md-265,
    .-margin-x-md-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-md-265,
    .-margin-y-md-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-md-265,
    .-margin-x-md-265 {
        margin-left: 265px !important
    }

    .-margin-md-270 {
        margin: 270px !important
    }

    .-margin-top-md-270,
    .-margin-y-md-270 {
        margin-top: 270px !important
    }

    .-margin-right-md-270,
    .-margin-x-md-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-md-270,
    .-margin-y-md-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-md-270,
    .-margin-x-md-270 {
        margin-left: 270px !important
    }

    .-margin-md-275 {
        margin: 275px !important
    }

    .-margin-top-md-275,
    .-margin-y-md-275 {
        margin-top: 275px !important
    }

    .-margin-right-md-275,
    .-margin-x-md-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-md-275,
    .-margin-y-md-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-md-275,
    .-margin-x-md-275 {
        margin-left: 275px !important
    }

    .-margin-md-280 {
        margin: 280px !important
    }

    .-margin-top-md-280,
    .-margin-y-md-280 {
        margin-top: 280px !important
    }

    .-margin-right-md-280,
    .-margin-x-md-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-md-280,
    .-margin-y-md-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-md-280,
    .-margin-x-md-280 {
        margin-left: 280px !important
    }

    .-margin-md-285 {
        margin: 285px !important
    }

    .-margin-top-md-285,
    .-margin-y-md-285 {
        margin-top: 285px !important
    }

    .-margin-right-md-285,
    .-margin-x-md-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-md-285,
    .-margin-y-md-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-md-285,
    .-margin-x-md-285 {
        margin-left: 285px !important
    }

    .-margin-md-290 {
        margin: 290px !important
    }

    .-margin-top-md-290,
    .-margin-y-md-290 {
        margin-top: 290px !important
    }

    .-margin-right-md-290,
    .-margin-x-md-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-md-290,
    .-margin-y-md-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-md-290,
    .-margin-x-md-290 {
        margin-left: 290px !important
    }

    .-margin-md-295 {
        margin: 295px !important
    }

    .-margin-top-md-295,
    .-margin-y-md-295 {
        margin-top: 295px !important
    }

    .-margin-right-md-295,
    .-margin-x-md-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-md-295,
    .-margin-y-md-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-md-295,
    .-margin-x-md-295 {
        margin-left: 295px !important
    }

    .-margin-md-300 {
        margin: 300px !important
    }

    .-margin-top-md-300,
    .-margin-y-md-300 {
        margin-top: 300px !important
    }

    .-margin-right-md-300,
    .-margin-x-md-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-md-300,
    .-margin-y-md-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-md-300,
    .-margin-x-md-300 {
        margin-left: 300px !important
    }

    .-padding-md-0 {
        padding: 0 !important
    }

    .-padding-top-md-0,
    .-padding-y-md-0 {
        padding-top: 0 !important
    }

    .-padding-right-md-0,
    .-padding-x-md-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-md-0,
    .-padding-y-md-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-md-0,
    .-padding-x-md-0 {
        padding-left: 0 !important
    }

    .-padding-md-5 {
        padding: 5px !important
    }

    .-padding-top-md-5,
    .-padding-y-md-5 {
        padding-top: 5px !important
    }

    .-padding-right-md-5,
    .-padding-x-md-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-md-5,
    .-padding-y-md-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-md-5,
    .-padding-x-md-5 {
        padding-left: 5px !important
    }

    .-padding-md-10 {
        padding: 10px !important
    }

    .-padding-top-md-10,
    .-padding-y-md-10 {
        padding-top: 10px !important
    }

    .-padding-right-md-10,
    .-padding-x-md-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-md-10,
    .-padding-y-md-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-md-10,
    .-padding-x-md-10 {
        padding-left: 10px !important
    }

    .-padding-md-15 {
        padding: 15px !important
    }

    .-padding-top-md-15,
    .-padding-y-md-15 {
        padding-top: 15px !important
    }

    .-padding-right-md-15,
    .-padding-x-md-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-md-15,
    .-padding-y-md-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-md-15,
    .-padding-x-md-15 {
        padding-left: 15px !important
    }

    .-padding-md-20 {
        padding: 20px !important
    }

    .-padding-top-md-20,
    .-padding-y-md-20 {
        padding-top: 20px !important
    }

    .-padding-right-md-20,
    .-padding-x-md-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-md-20,
    .-padding-y-md-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-md-20,
    .-padding-x-md-20 {
        padding-left: 20px !important
    }

    .-padding-md-25 {
        padding: 25px !important
    }

    .-padding-top-md-25,
    .-padding-y-md-25 {
        padding-top: 25px !important
    }

    .-padding-right-md-25,
    .-padding-x-md-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-md-25,
    .-padding-y-md-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-md-25,
    .-padding-x-md-25 {
        padding-left: 25px !important
    }

    .-padding-md-30 {
        padding: 35px !important
    }

    .-padding-top-md-30,
    .-padding-y-md-30 {
        padding-top: 35px !important
    }

    .-padding-right-md-30,
    .-padding-x-md-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-md-30,
    .-padding-y-md-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-md-30,
    .-padding-x-md-30 {
        padding-left: 35px !important
    }

    .-padding-md-35 {
        padding: 35px !important
    }

    .-padding-top-md-35,
    .-padding-y-md-35 {
        padding-top: 35px !important
    }

    .-padding-right-md-35,
    .-padding-x-md-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-md-35,
    .-padding-y-md-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-md-35,
    .-padding-x-md-35 {
        padding-left: 35px !important
    }

    .-padding-md-40 {
        padding: 40px !important
    }

    .-padding-top-md-40,
    .-padding-y-md-40 {
        padding-top: 40px !important
    }

    .-padding-right-md-40,
    .-padding-x-md-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-md-40,
    .-padding-y-md-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-md-40,
    .-padding-x-md-40 {
        padding-left: 40px !important
    }

    .-padding-md-45 {
        padding: 45px !important
    }

    .-padding-top-md-45,
    .-padding-y-md-45 {
        padding-top: 45px !important
    }

    .-padding-right-md-45,
    .-padding-x-md-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-md-45,
    .-padding-y-md-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-md-45,
    .-padding-x-md-45 {
        padding-left: 45px !important
    }

    .-padding-md-50 {
        padding: 50px !important
    }

    .-padding-top-md-50,
    .-padding-y-md-50 {
        padding-top: 50px !important
    }

    .-padding-right-md-50,
    .-padding-x-md-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-md-50,
    .-padding-y-md-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-md-50,
    .-padding-x-md-50 {
        padding-left: 50px !important
    }

    .-padding-md-55 {
        padding: 55px !important
    }

    .-padding-top-md-55,
    .-padding-y-md-55 {
        padding-top: 55px !important
    }

    .-padding-right-md-55,
    .-padding-x-md-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-md-55,
    .-padding-y-md-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-md-55,
    .-padding-x-md-55 {
        padding-left: 55px !important
    }

    .-padding-md-60 {
        padding: 60px !important
    }

    .-padding-top-md-60,
    .-padding-y-md-60 {
        padding-top: 60px !important
    }

    .-padding-right-md-60,
    .-padding-x-md-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-md-60,
    .-padding-y-md-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-md-60,
    .-padding-x-md-60 {
        padding-left: 60px !important
    }

    .-padding-md-65 {
        padding: 65px !important
    }

    .-padding-top-md-65,
    .-padding-y-md-65 {
        padding-top: 65px !important
    }

    .-padding-right-md-65,
    .-padding-x-md-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-md-65,
    .-padding-y-md-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-md-65,
    .-padding-x-md-65 {
        padding-left: 65px !important
    }

    .-padding-md-75 {
        padding: 75px !important
    }

    .-padding-top-md-75,
    .-padding-y-md-75 {
        padding-top: 75px !important
    }

    .-padding-right-md-75,
    .-padding-x-md-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-md-75,
    .-padding-y-md-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-md-75,
    .-padding-x-md-75 {
        padding-left: 75px !important
    }

    .-padding-md-80 {
        padding: 80px !important
    }

    .-padding-top-md-80,
    .-padding-y-md-80 {
        padding-top: 80px !important
    }

    .-padding-right-md-80,
    .-padding-x-md-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-md-80,
    .-padding-y-md-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-md-80,
    .-padding-x-md-80 {
        padding-left: 80px !important
    }

    .-padding-md-85 {
        padding: 85px !important
    }

    .-padding-top-md-85,
    .-padding-y-md-85 {
        padding-top: 85px !important
    }

    .-padding-right-md-85,
    .-padding-x-md-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-md-85,
    .-padding-y-md-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-md-85,
    .-padding-x-md-85 {
        padding-left: 85px !important
    }

    .-padding-md-90 {
        padding: 90px !important
    }

    .-padding-top-md-90,
    .-padding-y-md-90 {
        padding-top: 90px !important
    }

    .-padding-right-md-90,
    .-padding-x-md-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-md-90,
    .-padding-y-md-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-md-90,
    .-padding-x-md-90 {
        padding-left: 90px !important
    }

    .-padding-md-95 {
        padding: 95px !important
    }

    .-padding-top-md-95,
    .-padding-y-md-95 {
        padding-top: 95px !important
    }

    .-padding-right-md-95,
    .-padding-x-md-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-md-95,
    .-padding-y-md-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-md-95,
    .-padding-x-md-95 {
        padding-left: 95px !important
    }

    .-padding-md-100 {
        padding: 100px !important
    }

    .-padding-top-md-100,
    .-padding-y-md-100 {
        padding-top: 100px !important
    }

    .-padding-right-md-100,
    .-padding-x-md-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-md-100,
    .-padding-y-md-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-md-100,
    .-padding-x-md-100 {
        padding-left: 100px !important
    }

    .-padding-md-105 {
        padding: 105px !important
    }

    .-padding-top-md-105,
    .-padding-y-md-105 {
        padding-top: 105px !important
    }

    .-padding-right-md-105,
    .-padding-x-md-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-md-105,
    .-padding-y-md-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-md-105,
    .-padding-x-md-105 {
        padding-left: 105px !important
    }

    .-padding-md-110 {
        padding: 110px !important
    }

    .-padding-top-md-110,
    .-padding-y-md-110 {
        padding-top: 110px !important
    }

    .-padding-right-md-110,
    .-padding-x-md-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-md-110,
    .-padding-y-md-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-md-110,
    .-padding-x-md-110 {
        padding-left: 110px !important
    }

    .-padding-md-115 {
        padding: 115px !important
    }

    .-padding-top-md-115,
    .-padding-y-md-115 {
        padding-top: 115px !important
    }

    .-padding-right-md-115,
    .-padding-x-md-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-md-115,
    .-padding-y-md-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-md-115,
    .-padding-x-md-115 {
        padding-left: 115px !important
    }

    .-padding-md-120 {
        padding: 120px !important
    }

    .-padding-top-md-120,
    .-padding-y-md-120 {
        padding-top: 120px !important
    }

    .-padding-right-md-120,
    .-padding-x-md-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-md-120,
    .-padding-y-md-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-md-120,
    .-padding-x-md-120 {
        padding-left: 120px !important
    }

    .-padding-md-125 {
        padding: 125px !important
    }

    .-padding-top-md-125,
    .-padding-y-md-125 {
        padding-top: 125px !important
    }

    .-padding-right-md-125,
    .-padding-x-md-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-md-125,
    .-padding-y-md-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-md-125,
    .-padding-x-md-125 {
        padding-left: 125px !important
    }

    .-padding-md-130 {
        padding: 130px !important
    }

    .-padding-top-md-130,
    .-padding-y-md-130 {
        padding-top: 130px !important
    }

    .-padding-right-md-130,
    .-padding-x-md-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-md-130,
    .-padding-y-md-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-md-130,
    .-padding-x-md-130 {
        padding-left: 130px !important
    }

    .-padding-md-135 {
        padding: 135px !important
    }

    .-padding-top-md-135,
    .-padding-y-md-135 {
        padding-top: 135px !important
    }

    .-padding-right-md-135,
    .-padding-x-md-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-md-135,
    .-padding-y-md-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-md-135,
    .-padding-x-md-135 {
        padding-left: 135px !important
    }

    .-padding-md-140 {
        padding: 140px !important
    }

    .-padding-top-md-140,
    .-padding-y-md-140 {
        padding-top: 140px !important
    }

    .-padding-right-md-140,
    .-padding-x-md-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-md-140,
    .-padding-y-md-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-md-140,
    .-padding-x-md-140 {
        padding-left: 140px !important
    }

    .-padding-md-145 {
        padding: 145px !important
    }

    .-padding-top-md-145,
    .-padding-y-md-145 {
        padding-top: 145px !important
    }

    .-padding-right-md-145,
    .-padding-x-md-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-md-145,
    .-padding-y-md-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-md-145,
    .-padding-x-md-145 {
        padding-left: 145px !important
    }

    .-padding-md-150 {
        padding: 150px !important
    }

    .-padding-top-md-150,
    .-padding-y-md-150 {
        padding-top: 150px !important
    }

    .-padding-right-md-150,
    .-padding-x-md-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-md-150,
    .-padding-y-md-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-md-150,
    .-padding-x-md-150 {
        padding-left: 150px !important
    }

    .-padding-md-155 {
        padding: 155px !important
    }

    .-padding-top-md-155,
    .-padding-y-md-155 {
        padding-top: 155px !important
    }

    .-padding-right-md-155,
    .-padding-x-md-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-md-155,
    .-padding-y-md-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-md-155,
    .-padding-x-md-155 {
        padding-left: 155px !important
    }

    .-padding-md-160 {
        padding: 160px !important
    }

    .-padding-top-md-160,
    .-padding-y-md-160 {
        padding-top: 160px !important
    }

    .-padding-right-md-160,
    .-padding-x-md-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-md-160,
    .-padding-y-md-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-md-160,
    .-padding-x-md-160 {
        padding-left: 160px !important
    }

    .-padding-md-165 {
        padding: 165px !important
    }

    .-padding-top-md-165,
    .-padding-y-md-165 {
        padding-top: 165px !important
    }

    .-padding-right-md-165,
    .-padding-x-md-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-md-165,
    .-padding-y-md-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-md-165,
    .-padding-x-md-165 {
        padding-left: 165px !important
    }

    .-padding-md-170 {
        padding: 170px !important
    }

    .-padding-top-md-170,
    .-padding-y-md-170 {
        padding-top: 170px !important
    }

    .-padding-right-md-170,
    .-padding-x-md-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-md-170,
    .-padding-y-md-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-md-170,
    .-padding-x-md-170 {
        padding-left: 170px !important
    }

    .-padding-md-175 {
        padding: 175px !important
    }

    .-padding-top-md-175,
    .-padding-y-md-175 {
        padding-top: 175px !important
    }

    .-padding-right-md-175,
    .-padding-x-md-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-md-175,
    .-padding-y-md-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-md-175,
    .-padding-x-md-175 {
        padding-left: 175px !important
    }

    .-padding-md-180 {
        padding: 180px !important
    }

    .-padding-top-md-180,
    .-padding-y-md-180 {
        padding-top: 180px !important
    }

    .-padding-right-md-180,
    .-padding-x-md-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-md-180,
    .-padding-y-md-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-md-180,
    .-padding-x-md-180 {
        padding-left: 180px !important
    }

    .-padding-md-185 {
        padding: 185px !important
    }

    .-padding-top-md-185,
    .-padding-y-md-185 {
        padding-top: 185px !important
    }

    .-padding-right-md-185,
    .-padding-x-md-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-md-185,
    .-padding-y-md-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-md-185,
    .-padding-x-md-185 {
        padding-left: 185px !important
    }

    .-padding-md-190 {
        padding: 190px !important
    }

    .-padding-top-md-190,
    .-padding-y-md-190 {
        padding-top: 190px !important
    }

    .-padding-right-md-190,
    .-padding-x-md-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-md-190,
    .-padding-y-md-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-md-190,
    .-padding-x-md-190 {
        padding-left: 190px !important
    }

    .-padding-md-195 {
        padding: 195px !important
    }

    .-padding-top-md-195,
    .-padding-y-md-195 {
        padding-top: 195px !important
    }

    .-padding-right-md-195,
    .-padding-x-md-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-md-195,
    .-padding-y-md-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-md-195,
    .-padding-x-md-195 {
        padding-left: 195px !important
    }

    .-padding-md-200 {
        padding: 200px !important
    }

    .-padding-top-md-200,
    .-padding-y-md-200 {
        padding-top: 200px !important
    }

    .-padding-right-md-200,
    .-padding-x-md-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-md-200,
    .-padding-y-md-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-md-200,
    .-padding-x-md-200 {
        padding-left: 200px !important
    }

    .-padding-md-205 {
        padding: 205px !important
    }

    .-padding-top-md-205,
    .-padding-y-md-205 {
        padding-top: 205px !important
    }

    .-padding-right-md-205,
    .-padding-x-md-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-md-205,
    .-padding-y-md-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-md-205,
    .-padding-x-md-205 {
        padding-left: 205px !important
    }

    .-padding-md-210 {
        padding: 210px !important
    }

    .-padding-top-md-210,
    .-padding-y-md-210 {
        padding-top: 210px !important
    }

    .-padding-right-md-210,
    .-padding-x-md-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-md-210,
    .-padding-y-md-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-md-210,
    .-padding-x-md-210 {
        padding-left: 210px !important
    }

    .-padding-md-215 {
        padding: 215px !important
    }

    .-padding-top-md-215,
    .-padding-y-md-215 {
        padding-top: 215px !important
    }

    .-padding-right-md-215,
    .-padding-x-md-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-md-215,
    .-padding-y-md-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-md-215,
    .-padding-x-md-215 {
        padding-left: 215px !important
    }

    .-padding-md-220 {
        padding: 220px !important
    }

    .-padding-top-md-220,
    .-padding-y-md-220 {
        padding-top: 220px !important
    }

    .-padding-right-md-220,
    .-padding-x-md-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-md-220,
    .-padding-y-md-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-md-220,
    .-padding-x-md-220 {
        padding-left: 220px !important
    }

    .-padding-md-225 {
        padding: 225px !important
    }

    .-padding-top-md-225,
    .-padding-y-md-225 {
        padding-top: 225px !important
    }

    .-padding-right-md-225,
    .-padding-x-md-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-md-225,
    .-padding-y-md-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-md-225,
    .-padding-x-md-225 {
        padding-left: 225px !important
    }

    .-padding-md-230 {
        padding: 230px !important
    }

    .-padding-top-md-230,
    .-padding-y-md-230 {
        padding-top: 230px !important
    }

    .-padding-right-md-230,
    .-padding-x-md-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-md-230,
    .-padding-y-md-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-md-230,
    .-padding-x-md-230 {
        padding-left: 230px !important
    }

    .-padding-md-235 {
        padding: 235px !important
    }

    .-padding-top-md-235,
    .-padding-y-md-235 {
        padding-top: 235px !important
    }

    .-padding-right-md-235,
    .-padding-x-md-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-md-235,
    .-padding-y-md-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-md-235,
    .-padding-x-md-235 {
        padding-left: 235px !important
    }

    .-padding-md-240 {
        padding: 240px !important
    }

    .-padding-top-md-240,
    .-padding-y-md-240 {
        padding-top: 240px !important
    }

    .-padding-right-md-240,
    .-padding-x-md-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-md-240,
    .-padding-y-md-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-md-240,
    .-padding-x-md-240 {
        padding-left: 240px !important
    }

    .-padding-md-245 {
        padding: 245px !important
    }

    .-padding-top-md-245,
    .-padding-y-md-245 {
        padding-top: 245px !important
    }

    .-padding-right-md-245,
    .-padding-x-md-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-md-245,
    .-padding-y-md-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-md-245,
    .-padding-x-md-245 {
        padding-left: 245px !important
    }

    .-padding-md-250 {
        padding: 250px !important
    }

    .-padding-top-md-250,
    .-padding-y-md-250 {
        padding-top: 250px !important
    }

    .-padding-right-md-250,
    .-padding-x-md-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-md-250,
    .-padding-y-md-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-md-250,
    .-padding-x-md-250 {
        padding-left: 250px !important
    }

    .-padding-md-255 {
        padding: 255px !important
    }

    .-padding-top-md-255,
    .-padding-y-md-255 {
        padding-top: 255px !important
    }

    .-padding-right-md-255,
    .-padding-x-md-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-md-255,
    .-padding-y-md-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-md-255,
    .-padding-x-md-255 {
        padding-left: 255px !important
    }

    .-padding-md-260 {
        padding: 260px !important
    }

    .-padding-top-md-260,
    .-padding-y-md-260 {
        padding-top: 260px !important
    }

    .-padding-right-md-260,
    .-padding-x-md-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-md-260,
    .-padding-y-md-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-md-260,
    .-padding-x-md-260 {
        padding-left: 260px !important
    }

    .-padding-md-265 {
        padding: 265px !important
    }

    .-padding-top-md-265,
    .-padding-y-md-265 {
        padding-top: 265px !important
    }

    .-padding-right-md-265,
    .-padding-x-md-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-md-265,
    .-padding-y-md-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-md-265,
    .-padding-x-md-265 {
        padding-left: 265px !important
    }

    .-padding-md-270 {
        padding: 270px !important
    }

    .-padding-top-md-270,
    .-padding-y-md-270 {
        padding-top: 270px !important
    }

    .-padding-right-md-270,
    .-padding-x-md-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-md-270,
    .-padding-y-md-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-md-270,
    .-padding-x-md-270 {
        padding-left: 270px !important
    }

    .-padding-md-275 {
        padding: 275px !important
    }

    .-padding-top-md-275,
    .-padding-y-md-275 {
        padding-top: 275px !important
    }

    .-padding-right-md-275,
    .-padding-x-md-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-md-275,
    .-padding-y-md-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-md-275,
    .-padding-x-md-275 {
        padding-left: 275px !important
    }

    .-padding-md-280 {
        padding: 280px !important
    }

    .-padding-top-md-280,
    .-padding-y-md-280 {
        padding-top: 280px !important
    }

    .-padding-right-md-280,
    .-padding-x-md-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-md-280,
    .-padding-y-md-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-md-280,
    .-padding-x-md-280 {
        padding-left: 280px !important
    }

    .-padding-md-285 {
        padding: 285px !important
    }

    .-padding-top-md-285,
    .-padding-y-md-285 {
        padding-top: 285px !important
    }

    .-padding-right-md-285,
    .-padding-x-md-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-md-285,
    .-padding-y-md-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-md-285,
    .-padding-x-md-285 {
        padding-left: 285px !important
    }

    .-padding-md-290 {
        padding: 290px !important
    }

    .-padding-top-md-290,
    .-padding-y-md-290 {
        padding-top: 290px !important
    }

    .-padding-right-md-290,
    .-padding-x-md-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-md-290,
    .-padding-y-md-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-md-290,
    .-padding-x-md-290 {
        padding-left: 290px !important
    }

    .-padding-md-295 {
        padding: 295px !important
    }

    .-padding-top-md-295,
    .-padding-y-md-295 {
        padding-top: 295px !important
    }

    .-padding-right-md-295,
    .-padding-x-md-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-md-295,
    .-padding-y-md-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-md-295,
    .-padding-x-md-295 {
        padding-left: 295px !important
    }

    .-padding-md-300 {
        padding: 300px !important
    }

    .-padding-top-md-300,
    .-padding-y-md-300 {
        padding-top: 300px !important
    }

    .-padding-right-md-300,
    .-padding-x-md-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-md-300,
    .-padding-y-md-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-md-300,
    .-padding-x-md-300 {
        padding-left: 300px !important
    }

    .-margin-md-negative-5 {
        margin: -5px !important
    }

    .-margin-top-md-negative-5,
    .-margin-y-md-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-md-negative-5,
    .-margin-x-md-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-md-negative-5,
    .-margin-y-md-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-md-negative-5,
    .-margin-x-md-negative-5 {
        margin-left: -5px !important
    }

    .-margin-md-negative-10 {
        margin: -10px !important
    }

    .-margin-top-md-negative-10,
    .-margin-y-md-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-md-negative-10,
    .-margin-x-md-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-md-negative-10,
    .-margin-y-md-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-md-negative-10,
    .-margin-x-md-negative-10 {
        margin-left: -10px !important
    }

    .-margin-md-negative-15 {
        margin: -15px !important
    }

    .-margin-top-md-negative-15,
    .-margin-y-md-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-md-negative-15,
    .-margin-x-md-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-md-negative-15,
    .-margin-y-md-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-md-negative-15,
    .-margin-x-md-negative-15 {
        margin-left: -15px !important
    }

    .-margin-md-negative-20 {
        margin: -20px !important
    }

    .-margin-top-md-negative-20,
    .-margin-y-md-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-md-negative-20,
    .-margin-x-md-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-md-negative-20,
    .-margin-y-md-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-md-negative-20,
    .-margin-x-md-negative-20 {
        margin-left: -20px !important
    }

    .-margin-md-negative-25 {
        margin: -25px !important
    }

    .-margin-top-md-negative-25,
    .-margin-y-md-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-md-negative-25,
    .-margin-x-md-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-md-negative-25,
    .-margin-y-md-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-md-negative-25,
    .-margin-x-md-negative-25 {
        margin-left: -25px !important
    }

    .-margin-md-negative-30 {
        margin: -35px !important
    }

    .-margin-top-md-negative-30,
    .-margin-y-md-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-md-negative-30,
    .-margin-x-md-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-md-negative-30,
    .-margin-y-md-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-md-negative-30,
    .-margin-x-md-negative-30 {
        margin-left: -35px !important
    }

    .-margin-md-negative-35 {
        margin: -35px !important
    }

    .-margin-top-md-negative-35,
    .-margin-y-md-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-md-negative-35,
    .-margin-x-md-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-md-negative-35,
    .-margin-y-md-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-md-negative-35,
    .-margin-x-md-negative-35 {
        margin-left: -35px !important
    }

    .-margin-md-negative-40 {
        margin: -40px !important
    }

    .-margin-top-md-negative-40,
    .-margin-y-md-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-md-negative-40,
    .-margin-x-md-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-md-negative-40,
    .-margin-y-md-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-md-negative-40,
    .-margin-x-md-negative-40 {
        margin-left: -40px !important
    }

    .-margin-md-negative-45 {
        margin: -45px !important
    }

    .-margin-top-md-negative-45,
    .-margin-y-md-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-md-negative-45,
    .-margin-x-md-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-md-negative-45,
    .-margin-y-md-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-md-negative-45,
    .-margin-x-md-negative-45 {
        margin-left: -45px !important
    }

    .-margin-md-negative-50 {
        margin: -50px !important
    }

    .-margin-top-md-negative-50,
    .-margin-y-md-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-md-negative-50,
    .-margin-x-md-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-md-negative-50,
    .-margin-y-md-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-md-negative-50,
    .-margin-x-md-negative-50 {
        margin-left: -50px !important
    }

    .-margin-md-negative-55 {
        margin: -55px !important
    }

    .-margin-top-md-negative-55,
    .-margin-y-md-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-md-negative-55,
    .-margin-x-md-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-md-negative-55,
    .-margin-y-md-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-md-negative-55,
    .-margin-x-md-negative-55 {
        margin-left: -55px !important
    }

    .-margin-md-negative-60 {
        margin: -60px !important
    }

    .-margin-top-md-negative-60,
    .-margin-y-md-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-md-negative-60,
    .-margin-x-md-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-md-negative-60,
    .-margin-y-md-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-md-negative-60,
    .-margin-x-md-negative-60 {
        margin-left: -60px !important
    }

    .-margin-md-negative-65 {
        margin: -65px !important
    }

    .-margin-top-md-negative-65,
    .-margin-y-md-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-md-negative-65,
    .-margin-x-md-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-md-negative-65,
    .-margin-y-md-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-md-negative-65,
    .-margin-x-md-negative-65 {
        margin-left: -65px !important
    }

    .-margin-md-negative-75 {
        margin: -75px !important
    }

    .-margin-top-md-negative-75,
    .-margin-y-md-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-md-negative-75,
    .-margin-x-md-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-md-negative-75,
    .-margin-y-md-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-md-negative-75,
    .-margin-x-md-negative-75 {
        margin-left: -75px !important
    }

    .-margin-md-negative-80 {
        margin: -80px !important
    }

    .-margin-top-md-negative-80,
    .-margin-y-md-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-md-negative-80,
    .-margin-x-md-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-md-negative-80,
    .-margin-y-md-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-md-negative-80,
    .-margin-x-md-negative-80 {
        margin-left: -80px !important
    }

    .-margin-md-negative-85 {
        margin: -85px !important
    }

    .-margin-top-md-negative-85,
    .-margin-y-md-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-md-negative-85,
    .-margin-x-md-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-md-negative-85,
    .-margin-y-md-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-md-negative-85,
    .-margin-x-md-negative-85 {
        margin-left: -85px !important
    }

    .-margin-md-negative-90 {
        margin: -90px !important
    }

    .-margin-top-md-negative-90,
    .-margin-y-md-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-md-negative-90,
    .-margin-x-md-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-md-negative-90,
    .-margin-y-md-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-md-negative-90,
    .-margin-x-md-negative-90 {
        margin-left: -90px !important
    }

    .-margin-md-negative-95 {
        margin: -95px !important
    }

    .-margin-top-md-negative-95,
    .-margin-y-md-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-md-negative-95,
    .-margin-x-md-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-md-negative-95,
    .-margin-y-md-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-md-negative-95,
    .-margin-x-md-negative-95 {
        margin-left: -95px !important
    }

    .-margin-md-negative-100 {
        margin: -100px !important
    }

    .-margin-top-md-negative-100,
    .-margin-y-md-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-md-negative-100,
    .-margin-x-md-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-md-negative-100,
    .-margin-y-md-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-md-negative-100,
    .-margin-x-md-negative-100 {
        margin-left: -100px !important
    }

    .-margin-md-negative-105 {
        margin: -105px !important
    }

    .-margin-top-md-negative-105,
    .-margin-y-md-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-md-negative-105,
    .-margin-x-md-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-md-negative-105,
    .-margin-y-md-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-md-negative-105,
    .-margin-x-md-negative-105 {
        margin-left: -105px !important
    }

    .-margin-md-negative-110 {
        margin: -110px !important
    }

    .-margin-top-md-negative-110,
    .-margin-y-md-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-md-negative-110,
    .-margin-x-md-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-md-negative-110,
    .-margin-y-md-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-md-negative-110,
    .-margin-x-md-negative-110 {
        margin-left: -110px !important
    }

    .-margin-md-negative-115 {
        margin: -115px !important
    }

    .-margin-top-md-negative-115,
    .-margin-y-md-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-md-negative-115,
    .-margin-x-md-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-md-negative-115,
    .-margin-y-md-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-md-negative-115,
    .-margin-x-md-negative-115 {
        margin-left: -115px !important
    }

    .-margin-md-negative-120 {
        margin: -120px !important
    }

    .-margin-top-md-negative-120,
    .-margin-y-md-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-md-negative-120,
    .-margin-x-md-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-md-negative-120,
    .-margin-y-md-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-md-negative-120,
    .-margin-x-md-negative-120 {
        margin-left: -120px !important
    }

    .-margin-md-negative-125 {
        margin: -125px !important
    }

    .-margin-top-md-negative-125,
    .-margin-y-md-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-md-negative-125,
    .-margin-x-md-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-md-negative-125,
    .-margin-y-md-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-md-negative-125,
    .-margin-x-md-negative-125 {
        margin-left: -125px !important
    }

    .-margin-md-negative-130 {
        margin: -130px !important
    }

    .-margin-top-md-negative-130,
    .-margin-y-md-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-md-negative-130,
    .-margin-x-md-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-md-negative-130,
    .-margin-y-md-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-md-negative-130,
    .-margin-x-md-negative-130 {
        margin-left: -130px !important
    }

    .-margin-md-negative-135 {
        margin: -135px !important
    }

    .-margin-top-md-negative-135,
    .-margin-y-md-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-md-negative-135,
    .-margin-x-md-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-md-negative-135,
    .-margin-y-md-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-md-negative-135,
    .-margin-x-md-negative-135 {
        margin-left: -135px !important
    }

    .-margin-md-negative-140 {
        margin: -140px !important
    }

    .-margin-top-md-negative-140,
    .-margin-y-md-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-md-negative-140,
    .-margin-x-md-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-md-negative-140,
    .-margin-y-md-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-md-negative-140,
    .-margin-x-md-negative-140 {
        margin-left: -140px !important
    }

    .-margin-md-negative-145 {
        margin: -145px !important
    }

    .-margin-top-md-negative-145,
    .-margin-y-md-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-md-negative-145,
    .-margin-x-md-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-md-negative-145,
    .-margin-y-md-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-md-negative-145,
    .-margin-x-md-negative-145 {
        margin-left: -145px !important
    }

    .-margin-md-negative-150 {
        margin: -150px !important
    }

    .-margin-top-md-negative-150,
    .-margin-y-md-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-md-negative-150,
    .-margin-x-md-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-md-negative-150,
    .-margin-y-md-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-md-negative-150,
    .-margin-x-md-negative-150 {
        margin-left: -150px !important
    }

    .-margin-md-negative-155 {
        margin: -155px !important
    }

    .-margin-top-md-negative-155,
    .-margin-y-md-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-md-negative-155,
    .-margin-x-md-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-md-negative-155,
    .-margin-y-md-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-md-negative-155,
    .-margin-x-md-negative-155 {
        margin-left: -155px !important
    }

    .-margin-md-negative-160 {
        margin: -160px !important
    }

    .-margin-top-md-negative-160,
    .-margin-y-md-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-md-negative-160,
    .-margin-x-md-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-md-negative-160,
    .-margin-y-md-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-md-negative-160,
    .-margin-x-md-negative-160 {
        margin-left: -160px !important
    }

    .-margin-md-negative-165 {
        margin: -165px !important
    }

    .-margin-top-md-negative-165,
    .-margin-y-md-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-md-negative-165,
    .-margin-x-md-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-md-negative-165,
    .-margin-y-md-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-md-negative-165,
    .-margin-x-md-negative-165 {
        margin-left: -165px !important
    }

    .-margin-md-negative-170 {
        margin: -170px !important
    }

    .-margin-top-md-negative-170,
    .-margin-y-md-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-md-negative-170,
    .-margin-x-md-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-md-negative-170,
    .-margin-y-md-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-md-negative-170,
    .-margin-x-md-negative-170 {
        margin-left: -170px !important
    }

    .-margin-md-negative-175 {
        margin: -175px !important
    }

    .-margin-top-md-negative-175,
    .-margin-y-md-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-md-negative-175,
    .-margin-x-md-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-md-negative-175,
    .-margin-y-md-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-md-negative-175,
    .-margin-x-md-negative-175 {
        margin-left: -175px !important
    }

    .-margin-md-negative-180 {
        margin: -180px !important
    }

    .-margin-top-md-negative-180,
    .-margin-y-md-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-md-negative-180,
    .-margin-x-md-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-md-negative-180,
    .-margin-y-md-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-md-negative-180,
    .-margin-x-md-negative-180 {
        margin-left: -180px !important
    }

    .-margin-md-negative-185 {
        margin: -185px !important
    }

    .-margin-top-md-negative-185,
    .-margin-y-md-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-md-negative-185,
    .-margin-x-md-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-md-negative-185,
    .-margin-y-md-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-md-negative-185,
    .-margin-x-md-negative-185 {
        margin-left: -185px !important
    }

    .-margin-md-negative-190 {
        margin: -190px !important
    }

    .-margin-top-md-negative-190,
    .-margin-y-md-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-md-negative-190,
    .-margin-x-md-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-md-negative-190,
    .-margin-y-md-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-md-negative-190,
    .-margin-x-md-negative-190 {
        margin-left: -190px !important
    }

    .-margin-md-negative-195 {
        margin: -195px !important
    }

    .-margin-top-md-negative-195,
    .-margin-y-md-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-md-negative-195,
    .-margin-x-md-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-md-negative-195,
    .-margin-y-md-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-md-negative-195,
    .-margin-x-md-negative-195 {
        margin-left: -195px !important
    }

    .-margin-md-negative-200 {
        margin: -200px !important
    }

    .-margin-top-md-negative-200,
    .-margin-y-md-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-md-negative-200,
    .-margin-x-md-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-md-negative-200,
    .-margin-y-md-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-md-negative-200,
    .-margin-x-md-negative-200 {
        margin-left: -200px !important
    }

    .-margin-md-negative-205 {
        margin: -205px !important
    }

    .-margin-top-md-negative-205,
    .-margin-y-md-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-md-negative-205,
    .-margin-x-md-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-md-negative-205,
    .-margin-y-md-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-md-negative-205,
    .-margin-x-md-negative-205 {
        margin-left: -205px !important
    }

    .-margin-md-negative-210 {
        margin: -210px !important
    }

    .-margin-top-md-negative-210,
    .-margin-y-md-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-md-negative-210,
    .-margin-x-md-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-md-negative-210,
    .-margin-y-md-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-md-negative-210,
    .-margin-x-md-negative-210 {
        margin-left: -210px !important
    }

    .-margin-md-negative-215 {
        margin: -215px !important
    }

    .-margin-top-md-negative-215,
    .-margin-y-md-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-md-negative-215,
    .-margin-x-md-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-md-negative-215,
    .-margin-y-md-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-md-negative-215,
    .-margin-x-md-negative-215 {
        margin-left: -215px !important
    }

    .-margin-md-negative-220 {
        margin: -220px !important
    }

    .-margin-top-md-negative-220,
    .-margin-y-md-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-md-negative-220,
    .-margin-x-md-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-md-negative-220,
    .-margin-y-md-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-md-negative-220,
    .-margin-x-md-negative-220 {
        margin-left: -220px !important
    }

    .-margin-md-negative-225 {
        margin: -225px !important
    }

    .-margin-top-md-negative-225,
    .-margin-y-md-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-md-negative-225,
    .-margin-x-md-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-md-negative-225,
    .-margin-y-md-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-md-negative-225,
    .-margin-x-md-negative-225 {
        margin-left: -225px !important
    }

    .-margin-md-negative-230 {
        margin: -230px !important
    }

    .-margin-top-md-negative-230,
    .-margin-y-md-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-md-negative-230,
    .-margin-x-md-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-md-negative-230,
    .-margin-y-md-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-md-negative-230,
    .-margin-x-md-negative-230 {
        margin-left: -230px !important
    }

    .-margin-md-negative-235 {
        margin: -235px !important
    }

    .-margin-top-md-negative-235,
    .-margin-y-md-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-md-negative-235,
    .-margin-x-md-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-md-negative-235,
    .-margin-y-md-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-md-negative-235,
    .-margin-x-md-negative-235 {
        margin-left: -235px !important
    }

    .-margin-md-negative-240 {
        margin: -240px !important
    }

    .-margin-top-md-negative-240,
    .-margin-y-md-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-md-negative-240,
    .-margin-x-md-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-md-negative-240,
    .-margin-y-md-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-md-negative-240,
    .-margin-x-md-negative-240 {
        margin-left: -240px !important
    }

    .-margin-md-negative-245 {
        margin: -245px !important
    }

    .-margin-top-md-negative-245,
    .-margin-y-md-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-md-negative-245,
    .-margin-x-md-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-md-negative-245,
    .-margin-y-md-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-md-negative-245,
    .-margin-x-md-negative-245 {
        margin-left: -245px !important
    }

    .-margin-md-negative-250 {
        margin: -250px !important
    }

    .-margin-top-md-negative-250,
    .-margin-y-md-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-md-negative-250,
    .-margin-x-md-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-md-negative-250,
    .-margin-y-md-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-md-negative-250,
    .-margin-x-md-negative-250 {
        margin-left: -250px !important
    }

    .-margin-md-negative-255 {
        margin: -255px !important
    }

    .-margin-top-md-negative-255,
    .-margin-y-md-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-md-negative-255,
    .-margin-x-md-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-md-negative-255,
    .-margin-y-md-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-md-negative-255,
    .-margin-x-md-negative-255 {
        margin-left: -255px !important
    }

    .-margin-md-negative-260 {
        margin: -260px !important
    }

    .-margin-top-md-negative-260,
    .-margin-y-md-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-md-negative-260,
    .-margin-x-md-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-md-negative-260,
    .-margin-y-md-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-md-negative-260,
    .-margin-x-md-negative-260 {
        margin-left: -260px !important
    }

    .-margin-md-negative-265 {
        margin: -265px !important
    }

    .-margin-top-md-negative-265,
    .-margin-y-md-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-md-negative-265,
    .-margin-x-md-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-md-negative-265,
    .-margin-y-md-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-md-negative-265,
    .-margin-x-md-negative-265 {
        margin-left: -265px !important
    }

    .-margin-md-negative-270 {
        margin: -270px !important
    }

    .-margin-top-md-negative-270,
    .-margin-y-md-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-md-negative-270,
    .-margin-x-md-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-md-negative-270,
    .-margin-y-md-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-md-negative-270,
    .-margin-x-md-negative-270 {
        margin-left: -270px !important
    }

    .-margin-md-negative-275 {
        margin: -275px !important
    }

    .-margin-top-md-negative-275,
    .-margin-y-md-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-md-negative-275,
    .-margin-x-md-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-md-negative-275,
    .-margin-y-md-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-md-negative-275,
    .-margin-x-md-negative-275 {
        margin-left: -275px !important
    }

    .-margin-md-negative-280 {
        margin: -280px !important
    }

    .-margin-top-md-negative-280,
    .-margin-y-md-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-md-negative-280,
    .-margin-x-md-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-md-negative-280,
    .-margin-y-md-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-md-negative-280,
    .-margin-x-md-negative-280 {
        margin-left: -280px !important
    }

    .-margin-md-negative-285 {
        margin: -285px !important
    }

    .-margin-top-md-negative-285,
    .-margin-y-md-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-md-negative-285,
    .-margin-x-md-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-md-negative-285,
    .-margin-y-md-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-md-negative-285,
    .-margin-x-md-negative-285 {
        margin-left: -285px !important
    }

    .-margin-md-negative-290 {
        margin: -290px !important
    }

    .-margin-top-md-negative-290,
    .-margin-y-md-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-md-negative-290,
    .-margin-x-md-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-md-negative-290,
    .-margin-y-md-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-md-negative-290,
    .-margin-x-md-negative-290 {
        margin-left: -290px !important
    }

    .-margin-md-negative-295 {
        margin: -295px !important
    }

    .-margin-top-md-negative-295,
    .-margin-y-md-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-md-negative-295,
    .-margin-x-md-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-md-negative-295,
    .-margin-y-md-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-md-negative-295,
    .-margin-x-md-negative-295 {
        margin-left: -295px !important
    }

    .-margin-md-negative-300 {
        margin: -300px !important
    }

    .-margin-top-md-negative-300,
    .-margin-y-md-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-md-negative-300,
    .-margin-x-md-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-md-negative-300,
    .-margin-y-md-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-md-negative-300,
    .-margin-x-md-negative-300 {
        margin-left: -300px !important
    }

    .margin-md-auto {
        margin: auto !important
    }

    .margin-top-md-auto,
    .margin-y-md-auto {
        margin-top: auto !important
    }

    .margin-right-md-auto,
    .margin-x-md-auto {
        margin-right: auto !important
    }

    .margin-botttom-md-auto,
    .margin-y-md-auto {
        margin-bottom: auto !important
    }

    .margin-left-md-auto,
    .margin-x-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .-margin-lg-0 {
        margin: 0 !important
    }

    .-margin-top-lg-0,
    .-margin-y-lg-0 {
        margin-top: 0 !important
    }

    .-margin-right-lg-0,
    .-margin-x-lg-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-lg-0,
    .-margin-y-lg-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-lg-0,
    .-margin-x-lg-0 {
        margin-left: 0 !important
    }

    .-margin-lg-5 {
        margin: 5px !important
    }

    .-margin-top-lg-5,
    .-margin-y-lg-5 {
        margin-top: 5px !important
    }

    .-margin-right-lg-5,
    .-margin-x-lg-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-lg-5,
    .-margin-y-lg-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-lg-5,
    .-margin-x-lg-5 {
        margin-left: 5px !important
    }

    .-margin-lg-10 {
        margin: 10px !important
    }

    .-margin-top-lg-10,
    .-margin-y-lg-10 {
        margin-top: 10px !important
    }

    .-margin-right-lg-10,
    .-margin-x-lg-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-lg-10,
    .-margin-y-lg-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-lg-10,
    .-margin-x-lg-10 {
        margin-left: 10px !important
    }

    .-margin-lg-15 {
        margin: 15px !important
    }

    .-margin-top-lg-15,
    .-margin-y-lg-15 {
        margin-top: 15px !important
    }

    .-margin-right-lg-15,
    .-margin-x-lg-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-lg-15,
    .-margin-y-lg-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-lg-15,
    .-margin-x-lg-15 {
        margin-left: 15px !important
    }

    .-margin-lg-20 {
        margin: 20px !important
    }

    .-margin-top-lg-20,
    .-margin-y-lg-20 {
        margin-top: 20px !important
    }

    .-margin-right-lg-20,
    .-margin-x-lg-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-lg-20,
    .-margin-y-lg-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-lg-20,
    .-margin-x-lg-20 {
        margin-left: 20px !important
    }

    .-margin-lg-25 {
        margin: 25px !important
    }

    .-margin-top-lg-25,
    .-margin-y-lg-25 {
        margin-top: 25px !important
    }

    .-margin-right-lg-25,
    .-margin-x-lg-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-lg-25,
    .-margin-y-lg-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-lg-25,
    .-margin-x-lg-25 {
        margin-left: 25px !important
    }

    .-margin-lg-30 {
        margin: 35px !important
    }

    .-margin-top-lg-30,
    .-margin-y-lg-30 {
        margin-top: 35px !important
    }

    .-margin-right-lg-30,
    .-margin-x-lg-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-lg-30,
    .-margin-y-lg-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-lg-30,
    .-margin-x-lg-30 {
        margin-left: 35px !important
    }

    .-margin-lg-35 {
        margin: 35px !important
    }

    .-margin-top-lg-35,
    .-margin-y-lg-35 {
        margin-top: 35px !important
    }

    .-margin-right-lg-35,
    .-margin-x-lg-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-lg-35,
    .-margin-y-lg-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-lg-35,
    .-margin-x-lg-35 {
        margin-left: 35px !important
    }

    .-margin-lg-40 {
        margin: 40px !important
    }

    .-margin-top-lg-40,
    .-margin-y-lg-40 {
        margin-top: 40px !important
    }

    .-margin-right-lg-40,
    .-margin-x-lg-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-lg-40,
    .-margin-y-lg-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-lg-40,
    .-margin-x-lg-40 {
        margin-left: 40px !important
    }

    .-margin-lg-45 {
        margin: 45px !important
    }

    .-margin-top-lg-45,
    .-margin-y-lg-45 {
        margin-top: 45px !important
    }

    .-margin-right-lg-45,
    .-margin-x-lg-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-lg-45,
    .-margin-y-lg-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-lg-45,
    .-margin-x-lg-45 {
        margin-left: 45px !important
    }

    .-margin-lg-50 {
        margin: 50px !important
    }

    .-margin-top-lg-50,
    .-margin-y-lg-50 {
        margin-top: 50px !important
    }

    .-margin-right-lg-50,
    .-margin-x-lg-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-lg-50,
    .-margin-y-lg-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-lg-50,
    .-margin-x-lg-50 {
        margin-left: 50px !important
    }

    .-margin-lg-55 {
        margin: 55px !important
    }

    .-margin-top-lg-55,
    .-margin-y-lg-55 {
        margin-top: 55px !important
    }

    .-margin-right-lg-55,
    .-margin-x-lg-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-lg-55,
    .-margin-y-lg-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-lg-55,
    .-margin-x-lg-55 {
        margin-left: 55px !important
    }

    .-margin-lg-60 {
        margin: 60px !important
    }

    .-margin-top-lg-60,
    .-margin-y-lg-60 {
        margin-top: 60px !important
    }

    .-margin-right-lg-60,
    .-margin-x-lg-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-lg-60,
    .-margin-y-lg-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-lg-60,
    .-margin-x-lg-60 {
        margin-left: 60px !important
    }

    .-margin-lg-65 {
        margin: 65px !important
    }

    .-margin-top-lg-65,
    .-margin-y-lg-65 {
        margin-top: 65px !important
    }

    .-margin-right-lg-65,
    .-margin-x-lg-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-lg-65,
    .-margin-y-lg-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-lg-65,
    .-margin-x-lg-65 {
        margin-left: 65px !important
    }

    .-margin-lg-75 {
        margin: 75px !important
    }

    .-margin-top-lg-75,
    .-margin-y-lg-75 {
        margin-top: 75px !important
    }

    .-margin-right-lg-75,
    .-margin-x-lg-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-lg-75,
    .-margin-y-lg-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-lg-75,
    .-margin-x-lg-75 {
        margin-left: 75px !important
    }

    .-margin-lg-80 {
        margin: 80px !important
    }

    .-margin-top-lg-80,
    .-margin-y-lg-80 {
        margin-top: 80px !important
    }

    .-margin-right-lg-80,
    .-margin-x-lg-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-lg-80,
    .-margin-y-lg-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-lg-80,
    .-margin-x-lg-80 {
        margin-left: 80px !important
    }

    .-margin-lg-85 {
        margin: 85px !important
    }

    .-margin-top-lg-85,
    .-margin-y-lg-85 {
        margin-top: 85px !important
    }

    .-margin-right-lg-85,
    .-margin-x-lg-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-lg-85,
    .-margin-y-lg-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-lg-85,
    .-margin-x-lg-85 {
        margin-left: 85px !important
    }

    .-margin-lg-90 {
        margin: 90px !important
    }

    .-margin-top-lg-90,
    .-margin-y-lg-90 {
        margin-top: 90px !important
    }

    .-margin-right-lg-90,
    .-margin-x-lg-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-lg-90,
    .-margin-y-lg-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-lg-90,
    .-margin-x-lg-90 {
        margin-left: 90px !important
    }

    .-margin-lg-95 {
        margin: 95px !important
    }

    .-margin-top-lg-95,
    .-margin-y-lg-95 {
        margin-top: 95px !important
    }

    .-margin-right-lg-95,
    .-margin-x-lg-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-lg-95,
    .-margin-y-lg-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-lg-95,
    .-margin-x-lg-95 {
        margin-left: 95px !important
    }

    .-margin-lg-100 {
        margin: 100px !important
    }

    .-margin-top-lg-100,
    .-margin-y-lg-100 {
        margin-top: 100px !important
    }

    .-margin-right-lg-100,
    .-margin-x-lg-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-lg-100,
    .-margin-y-lg-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-lg-100,
    .-margin-x-lg-100 {
        margin-left: 100px !important
    }

    .-margin-lg-105 {
        margin: 105px !important
    }

    .-margin-top-lg-105,
    .-margin-y-lg-105 {
        margin-top: 105px !important
    }

    .-margin-right-lg-105,
    .-margin-x-lg-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-lg-105,
    .-margin-y-lg-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-lg-105,
    .-margin-x-lg-105 {
        margin-left: 105px !important
    }

    .-margin-lg-110 {
        margin: 110px !important
    }

    .-margin-top-lg-110,
    .-margin-y-lg-110 {
        margin-top: 110px !important
    }

    .-margin-right-lg-110,
    .-margin-x-lg-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-lg-110,
    .-margin-y-lg-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-lg-110,
    .-margin-x-lg-110 {
        margin-left: 110px !important
    }

    .-margin-lg-115 {
        margin: 115px !important
    }

    .-margin-top-lg-115,
    .-margin-y-lg-115 {
        margin-top: 115px !important
    }

    .-margin-right-lg-115,
    .-margin-x-lg-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-lg-115,
    .-margin-y-lg-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-lg-115,
    .-margin-x-lg-115 {
        margin-left: 115px !important
    }

    .-margin-lg-120 {
        margin: 120px !important
    }

    .-margin-top-lg-120,
    .-margin-y-lg-120 {
        margin-top: 120px !important
    }

    .-margin-right-lg-120,
    .-margin-x-lg-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-lg-120,
    .-margin-y-lg-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-lg-120,
    .-margin-x-lg-120 {
        margin-left: 120px !important
    }

    .-margin-lg-125 {
        margin: 125px !important
    }

    .-margin-top-lg-125,
    .-margin-y-lg-125 {
        margin-top: 125px !important
    }

    .-margin-right-lg-125,
    .-margin-x-lg-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-lg-125,
    .-margin-y-lg-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-lg-125,
    .-margin-x-lg-125 {
        margin-left: 125px !important
    }

    .-margin-lg-130 {
        margin: 130px !important
    }

    .-margin-top-lg-130,
    .-margin-y-lg-130 {
        margin-top: 130px !important
    }

    .-margin-right-lg-130,
    .-margin-x-lg-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-lg-130,
    .-margin-y-lg-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-lg-130,
    .-margin-x-lg-130 {
        margin-left: 130px !important
    }

    .-margin-lg-135 {
        margin: 135px !important
    }

    .-margin-top-lg-135,
    .-margin-y-lg-135 {
        margin-top: 135px !important
    }

    .-margin-right-lg-135,
    .-margin-x-lg-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-lg-135,
    .-margin-y-lg-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-lg-135,
    .-margin-x-lg-135 {
        margin-left: 135px !important
    }

    .-margin-lg-140 {
        margin: 140px !important
    }

    .-margin-top-lg-140,
    .-margin-y-lg-140 {
        margin-top: 140px !important
    }

    .-margin-right-lg-140,
    .-margin-x-lg-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-lg-140,
    .-margin-y-lg-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-lg-140,
    .-margin-x-lg-140 {
        margin-left: 140px !important
    }

    .-margin-lg-145 {
        margin: 145px !important
    }

    .-margin-top-lg-145,
    .-margin-y-lg-145 {
        margin-top: 145px !important
    }

    .-margin-right-lg-145,
    .-margin-x-lg-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-lg-145,
    .-margin-y-lg-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-lg-145,
    .-margin-x-lg-145 {
        margin-left: 145px !important
    }

    .-margin-lg-150 {
        margin: 150px !important
    }

    .-margin-top-lg-150,
    .-margin-y-lg-150 {
        margin-top: 150px !important
    }

    .-margin-right-lg-150,
    .-margin-x-lg-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-lg-150,
    .-margin-y-lg-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-lg-150,
    .-margin-x-lg-150 {
        margin-left: 150px !important
    }

    .-margin-lg-155 {
        margin: 155px !important
    }

    .-margin-top-lg-155,
    .-margin-y-lg-155 {
        margin-top: 155px !important
    }

    .-margin-right-lg-155,
    .-margin-x-lg-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-lg-155,
    .-margin-y-lg-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-lg-155,
    .-margin-x-lg-155 {
        margin-left: 155px !important
    }

    .-margin-lg-160 {
        margin: 160px !important
    }

    .-margin-top-lg-160,
    .-margin-y-lg-160 {
        margin-top: 160px !important
    }

    .-margin-right-lg-160,
    .-margin-x-lg-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-lg-160,
    .-margin-y-lg-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-lg-160,
    .-margin-x-lg-160 {
        margin-left: 160px !important
    }

    .-margin-lg-165 {
        margin: 165px !important
    }

    .-margin-top-lg-165,
    .-margin-y-lg-165 {
        margin-top: 165px !important
    }

    .-margin-right-lg-165,
    .-margin-x-lg-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-lg-165,
    .-margin-y-lg-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-lg-165,
    .-margin-x-lg-165 {
        margin-left: 165px !important
    }

    .-margin-lg-170 {
        margin: 170px !important
    }

    .-margin-top-lg-170,
    .-margin-y-lg-170 {
        margin-top: 170px !important
    }

    .-margin-right-lg-170,
    .-margin-x-lg-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-lg-170,
    .-margin-y-lg-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-lg-170,
    .-margin-x-lg-170 {
        margin-left: 170px !important
    }

    .-margin-lg-175 {
        margin: 175px !important
    }

    .-margin-top-lg-175,
    .-margin-y-lg-175 {
        margin-top: 175px !important
    }

    .-margin-right-lg-175,
    .-margin-x-lg-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-lg-175,
    .-margin-y-lg-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-lg-175,
    .-margin-x-lg-175 {
        margin-left: 175px !important
    }

    .-margin-lg-180 {
        margin: 180px !important
    }

    .-margin-top-lg-180,
    .-margin-y-lg-180 {
        margin-top: 180px !important
    }

    .-margin-right-lg-180,
    .-margin-x-lg-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-lg-180,
    .-margin-y-lg-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-lg-180,
    .-margin-x-lg-180 {
        margin-left: 180px !important
    }

    .-margin-lg-185 {
        margin: 185px !important
    }

    .-margin-top-lg-185,
    .-margin-y-lg-185 {
        margin-top: 185px !important
    }

    .-margin-right-lg-185,
    .-margin-x-lg-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-lg-185,
    .-margin-y-lg-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-lg-185,
    .-margin-x-lg-185 {
        margin-left: 185px !important
    }

    .-margin-lg-190 {
        margin: 190px !important
    }

    .-margin-top-lg-190,
    .-margin-y-lg-190 {
        margin-top: 190px !important
    }

    .-margin-right-lg-190,
    .-margin-x-lg-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-lg-190,
    .-margin-y-lg-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-lg-190,
    .-margin-x-lg-190 {
        margin-left: 190px !important
    }

    .-margin-lg-195 {
        margin: 195px !important
    }

    .-margin-top-lg-195,
    .-margin-y-lg-195 {
        margin-top: 195px !important
    }

    .-margin-right-lg-195,
    .-margin-x-lg-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-lg-195,
    .-margin-y-lg-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-lg-195,
    .-margin-x-lg-195 {
        margin-left: 195px !important
    }

    .-margin-lg-200 {
        margin: 200px !important
    }

    .-margin-top-lg-200,
    .-margin-y-lg-200 {
        margin-top: 200px !important
    }

    .-margin-right-lg-200,
    .-margin-x-lg-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-lg-200,
    .-margin-y-lg-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-lg-200,
    .-margin-x-lg-200 {
        margin-left: 200px !important
    }

    .-margin-lg-205 {
        margin: 205px !important
    }

    .-margin-top-lg-205,
    .-margin-y-lg-205 {
        margin-top: 205px !important
    }

    .-margin-right-lg-205,
    .-margin-x-lg-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-lg-205,
    .-margin-y-lg-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-lg-205,
    .-margin-x-lg-205 {
        margin-left: 205px !important
    }

    .-margin-lg-210 {
        margin: 210px !important
    }

    .-margin-top-lg-210,
    .-margin-y-lg-210 {
        margin-top: 210px !important
    }

    .-margin-right-lg-210,
    .-margin-x-lg-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-lg-210,
    .-margin-y-lg-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-lg-210,
    .-margin-x-lg-210 {
        margin-left: 210px !important
    }

    .-margin-lg-215 {
        margin: 215px !important
    }

    .-margin-top-lg-215,
    .-margin-y-lg-215 {
        margin-top: 215px !important
    }

    .-margin-right-lg-215,
    .-margin-x-lg-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-lg-215,
    .-margin-y-lg-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-lg-215,
    .-margin-x-lg-215 {
        margin-left: 215px !important
    }

    .-margin-lg-220 {
        margin: 220px !important
    }

    .-margin-top-lg-220,
    .-margin-y-lg-220 {
        margin-top: 220px !important
    }

    .-margin-right-lg-220,
    .-margin-x-lg-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-lg-220,
    .-margin-y-lg-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-lg-220,
    .-margin-x-lg-220 {
        margin-left: 220px !important
    }

    .-margin-lg-225 {
        margin: 225px !important
    }

    .-margin-top-lg-225,
    .-margin-y-lg-225 {
        margin-top: 225px !important
    }

    .-margin-right-lg-225,
    .-margin-x-lg-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-lg-225,
    .-margin-y-lg-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-lg-225,
    .-margin-x-lg-225 {
        margin-left: 225px !important
    }

    .-margin-lg-230 {
        margin: 230px !important
    }

    .-margin-top-lg-230,
    .-margin-y-lg-230 {
        margin-top: 230px !important
    }

    .-margin-right-lg-230,
    .-margin-x-lg-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-lg-230,
    .-margin-y-lg-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-lg-230,
    .-margin-x-lg-230 {
        margin-left: 230px !important
    }

    .-margin-lg-235 {
        margin: 235px !important
    }

    .-margin-top-lg-235,
    .-margin-y-lg-235 {
        margin-top: 235px !important
    }

    .-margin-right-lg-235,
    .-margin-x-lg-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-lg-235,
    .-margin-y-lg-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-lg-235,
    .-margin-x-lg-235 {
        margin-left: 235px !important
    }

    .-margin-lg-240 {
        margin: 240px !important
    }

    .-margin-top-lg-240,
    .-margin-y-lg-240 {
        margin-top: 240px !important
    }

    .-margin-right-lg-240,
    .-margin-x-lg-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-lg-240,
    .-margin-y-lg-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-lg-240,
    .-margin-x-lg-240 {
        margin-left: 240px !important
    }

    .-margin-lg-245 {
        margin: 245px !important
    }

    .-margin-top-lg-245,
    .-margin-y-lg-245 {
        margin-top: 245px !important
    }

    .-margin-right-lg-245,
    .-margin-x-lg-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-lg-245,
    .-margin-y-lg-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-lg-245,
    .-margin-x-lg-245 {
        margin-left: 245px !important
    }

    .-margin-lg-250 {
        margin: 250px !important
    }

    .-margin-top-lg-250,
    .-margin-y-lg-250 {
        margin-top: 250px !important
    }

    .-margin-right-lg-250,
    .-margin-x-lg-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-lg-250,
    .-margin-y-lg-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-lg-250,
    .-margin-x-lg-250 {
        margin-left: 250px !important
    }

    .-margin-lg-255 {
        margin: 255px !important
    }

    .-margin-top-lg-255,
    .-margin-y-lg-255 {
        margin-top: 255px !important
    }

    .-margin-right-lg-255,
    .-margin-x-lg-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-lg-255,
    .-margin-y-lg-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-lg-255,
    .-margin-x-lg-255 {
        margin-left: 255px !important
    }

    .-margin-lg-260 {
        margin: 260px !important
    }

    .-margin-top-lg-260,
    .-margin-y-lg-260 {
        margin-top: 260px !important
    }

    .-margin-right-lg-260,
    .-margin-x-lg-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-lg-260,
    .-margin-y-lg-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-lg-260,
    .-margin-x-lg-260 {
        margin-left: 260px !important
    }

    .-margin-lg-265 {
        margin: 265px !important
    }

    .-margin-top-lg-265,
    .-margin-y-lg-265 {
        margin-top: 265px !important
    }

    .-margin-right-lg-265,
    .-margin-x-lg-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-lg-265,
    .-margin-y-lg-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-lg-265,
    .-margin-x-lg-265 {
        margin-left: 265px !important
    }

    .-margin-lg-270 {
        margin: 270px !important
    }

    .-margin-top-lg-270,
    .-margin-y-lg-270 {
        margin-top: 270px !important
    }

    .-margin-right-lg-270,
    .-margin-x-lg-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-lg-270,
    .-margin-y-lg-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-lg-270,
    .-margin-x-lg-270 {
        margin-left: 270px !important
    }

    .-margin-lg-275 {
        margin: 275px !important
    }

    .-margin-top-lg-275,
    .-margin-y-lg-275 {
        margin-top: 275px !important
    }

    .-margin-right-lg-275,
    .-margin-x-lg-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-lg-275,
    .-margin-y-lg-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-lg-275,
    .-margin-x-lg-275 {
        margin-left: 275px !important
    }

    .-margin-lg-280 {
        margin: 280px !important
    }

    .-margin-top-lg-280,
    .-margin-y-lg-280 {
        margin-top: 280px !important
    }

    .-margin-right-lg-280,
    .-margin-x-lg-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-lg-280,
    .-margin-y-lg-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-lg-280,
    .-margin-x-lg-280 {
        margin-left: 280px !important
    }

    .-margin-lg-285 {
        margin: 285px !important
    }

    .-margin-top-lg-285,
    .-margin-y-lg-285 {
        margin-top: 285px !important
    }

    .-margin-right-lg-285,
    .-margin-x-lg-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-lg-285,
    .-margin-y-lg-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-lg-285,
    .-margin-x-lg-285 {
        margin-left: 285px !important
    }

    .-margin-lg-290 {
        margin: 290px !important
    }

    .-margin-top-lg-290,
    .-margin-y-lg-290 {
        margin-top: 290px !important
    }

    .-margin-right-lg-290,
    .-margin-x-lg-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-lg-290,
    .-margin-y-lg-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-lg-290,
    .-margin-x-lg-290 {
        margin-left: 290px !important
    }

    .-margin-lg-295 {
        margin: 295px !important
    }

    .-margin-top-lg-295,
    .-margin-y-lg-295 {
        margin-top: 295px !important
    }

    .-margin-right-lg-295,
    .-margin-x-lg-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-lg-295,
    .-margin-y-lg-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-lg-295,
    .-margin-x-lg-295 {
        margin-left: 295px !important
    }

    .-margin-lg-300 {
        margin: 300px !important
    }

    .-margin-top-lg-300,
    .-margin-y-lg-300 {
        margin-top: 300px !important
    }

    .-margin-right-lg-300,
    .-margin-x-lg-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-lg-300,
    .-margin-y-lg-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-lg-300,
    .-margin-x-lg-300 {
        margin-left: 300px !important
    }

    .-padding-lg-0 {
        padding: 0 !important
    }

    .-padding-top-lg-0,
    .-padding-y-lg-0 {
        padding-top: 0 !important
    }

    .-padding-right-lg-0,
    .-padding-x-lg-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-lg-0,
    .-padding-y-lg-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-lg-0,
    .-padding-x-lg-0 {
        padding-left: 0 !important
    }

    .-padding-lg-5 {
        padding: 5px !important
    }

    .-padding-top-lg-5,
    .-padding-y-lg-5 {
        padding-top: 5px !important
    }

    .-padding-right-lg-5,
    .-padding-x-lg-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-lg-5,
    .-padding-y-lg-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-lg-5,
    .-padding-x-lg-5 {
        padding-left: 5px !important
    }

    .-padding-lg-10 {
        padding: 10px !important
    }

    .-padding-top-lg-10,
    .-padding-y-lg-10 {
        padding-top: 10px !important
    }

    .-padding-right-lg-10,
    .-padding-x-lg-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-lg-10,
    .-padding-y-lg-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-lg-10,
    .-padding-x-lg-10 {
        padding-left: 10px !important
    }

    .-padding-lg-15 {
        padding: 15px !important
    }

    .-padding-top-lg-15,
    .-padding-y-lg-15 {
        padding-top: 15px !important
    }

    .-padding-right-lg-15,
    .-padding-x-lg-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-lg-15,
    .-padding-y-lg-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-lg-15,
    .-padding-x-lg-15 {
        padding-left: 15px !important
    }

    .-padding-lg-20 {
        padding: 20px !important
    }

    .-padding-top-lg-20,
    .-padding-y-lg-20 {
        padding-top: 20px !important
    }

    .-padding-right-lg-20,
    .-padding-x-lg-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-lg-20,
    .-padding-y-lg-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-lg-20,
    .-padding-x-lg-20 {
        padding-left: 20px !important
    }

    .-padding-lg-25 {
        padding: 25px !important
    }

    .-padding-top-lg-25,
    .-padding-y-lg-25 {
        padding-top: 25px !important
    }

    .-padding-right-lg-25,
    .-padding-x-lg-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-lg-25,
    .-padding-y-lg-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-lg-25,
    .-padding-x-lg-25 {
        padding-left: 25px !important
    }

    .-padding-lg-30 {
        padding: 35px !important
    }

    .-padding-top-lg-30,
    .-padding-y-lg-30 {
        padding-top: 35px !important
    }

    .-padding-right-lg-30,
    .-padding-x-lg-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-lg-30,
    .-padding-y-lg-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-lg-30,
    .-padding-x-lg-30 {
        padding-left: 35px !important
    }

    .-padding-lg-35 {
        padding: 35px !important
    }

    .-padding-top-lg-35,
    .-padding-y-lg-35 {
        padding-top: 35px !important
    }

    .-padding-right-lg-35,
    .-padding-x-lg-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-lg-35,
    .-padding-y-lg-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-lg-35,
    .-padding-x-lg-35 {
        padding-left: 35px !important
    }

    .-padding-lg-40 {
        padding: 40px !important
    }

    .-padding-top-lg-40,
    .-padding-y-lg-40 {
        padding-top: 40px !important
    }

    .-padding-right-lg-40,
    .-padding-x-lg-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-lg-40,
    .-padding-y-lg-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-lg-40,
    .-padding-x-lg-40 {
        padding-left: 40px !important
    }

    .-padding-lg-45 {
        padding: 45px !important
    }

    .-padding-top-lg-45,
    .-padding-y-lg-45 {
        padding-top: 45px !important
    }

    .-padding-right-lg-45,
    .-padding-x-lg-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-lg-45,
    .-padding-y-lg-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-lg-45,
    .-padding-x-lg-45 {
        padding-left: 45px !important
    }

    .-padding-lg-50 {
        padding: 50px !important
    }

    .-padding-top-lg-50,
    .-padding-y-lg-50 {
        padding-top: 50px !important
    }

    .-padding-right-lg-50,
    .-padding-x-lg-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-lg-50,
    .-padding-y-lg-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-lg-50,
    .-padding-x-lg-50 {
        padding-left: 50px !important
    }

    .-padding-lg-55 {
        padding: 55px !important
    }

    .-padding-top-lg-55,
    .-padding-y-lg-55 {
        padding-top: 55px !important
    }

    .-padding-right-lg-55,
    .-padding-x-lg-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-lg-55,
    .-padding-y-lg-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-lg-55,
    .-padding-x-lg-55 {
        padding-left: 55px !important
    }

    .-padding-lg-60 {
        padding: 60px !important
    }

    .-padding-top-lg-60,
    .-padding-y-lg-60 {
        padding-top: 60px !important
    }

    .-padding-right-lg-60,
    .-padding-x-lg-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-lg-60,
    .-padding-y-lg-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-lg-60,
    .-padding-x-lg-60 {
        padding-left: 60px !important
    }

    .-padding-lg-65 {
        padding: 65px !important
    }

    .-padding-top-lg-65,
    .-padding-y-lg-65 {
        padding-top: 65px !important
    }

    .-padding-right-lg-65,
    .-padding-x-lg-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-lg-65,
    .-padding-y-lg-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-lg-65,
    .-padding-x-lg-65 {
        padding-left: 65px !important
    }

    .-padding-lg-75 {
        padding: 75px !important
    }

    .-padding-top-lg-75,
    .-padding-y-lg-75 {
        padding-top: 75px !important
    }

    .-padding-right-lg-75,
    .-padding-x-lg-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-lg-75,
    .-padding-y-lg-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-lg-75,
    .-padding-x-lg-75 {
        padding-left: 75px !important
    }

    .-padding-lg-80 {
        padding: 80px !important
    }

    .-padding-top-lg-80,
    .-padding-y-lg-80 {
        padding-top: 80px !important
    }

    .-padding-right-lg-80,
    .-padding-x-lg-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-lg-80,
    .-padding-y-lg-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-lg-80,
    .-padding-x-lg-80 {
        padding-left: 80px !important
    }

    .-padding-lg-85 {
        padding: 85px !important
    }

    .-padding-top-lg-85,
    .-padding-y-lg-85 {
        padding-top: 85px !important
    }

    .-padding-right-lg-85,
    .-padding-x-lg-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-lg-85,
    .-padding-y-lg-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-lg-85,
    .-padding-x-lg-85 {
        padding-left: 85px !important
    }

    .-padding-lg-90 {
        padding: 90px !important
    }

    .-padding-top-lg-90,
    .-padding-y-lg-90 {
        padding-top: 90px !important
    }

    .-padding-right-lg-90,
    .-padding-x-lg-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-lg-90,
    .-padding-y-lg-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-lg-90,
    .-padding-x-lg-90 {
        padding-left: 90px !important
    }

    .-padding-lg-95 {
        padding: 95px !important
    }

    .-padding-top-lg-95,
    .-padding-y-lg-95 {
        padding-top: 95px !important
    }

    .-padding-right-lg-95,
    .-padding-x-lg-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-lg-95,
    .-padding-y-lg-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-lg-95,
    .-padding-x-lg-95 {
        padding-left: 95px !important
    }

    .-padding-lg-100 {
        padding: 100px !important
    }

    .-padding-top-lg-100,
    .-padding-y-lg-100 {
        padding-top: 100px !important
    }

    .-padding-right-lg-100,
    .-padding-x-lg-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-lg-100,
    .-padding-y-lg-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-lg-100,
    .-padding-x-lg-100 {
        padding-left: 100px !important
    }

    .-padding-lg-105 {
        padding: 105px !important
    }

    .-padding-top-lg-105,
    .-padding-y-lg-105 {
        padding-top: 105px !important
    }

    .-padding-right-lg-105,
    .-padding-x-lg-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-lg-105,
    .-padding-y-lg-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-lg-105,
    .-padding-x-lg-105 {
        padding-left: 105px !important
    }

    .-padding-lg-110 {
        padding: 110px !important
    }

    .-padding-top-lg-110,
    .-padding-y-lg-110 {
        padding-top: 110px !important
    }

    .-padding-right-lg-110,
    .-padding-x-lg-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-lg-110,
    .-padding-y-lg-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-lg-110,
    .-padding-x-lg-110 {
        padding-left: 110px !important
    }

    .-padding-lg-115 {
        padding: 115px !important
    }

    .-padding-top-lg-115,
    .-padding-y-lg-115 {
        padding-top: 115px !important
    }

    .-padding-right-lg-115,
    .-padding-x-lg-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-lg-115,
    .-padding-y-lg-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-lg-115,
    .-padding-x-lg-115 {
        padding-left: 115px !important
    }

    .-padding-lg-120 {
        padding: 120px !important
    }

    .-padding-top-lg-120,
    .-padding-y-lg-120 {
        padding-top: 120px !important
    }

    .-padding-right-lg-120,
    .-padding-x-lg-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-lg-120,
    .-padding-y-lg-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-lg-120,
    .-padding-x-lg-120 {
        padding-left: 120px !important
    }

    .-padding-lg-125 {
        padding: 125px !important
    }

    .-padding-top-lg-125,
    .-padding-y-lg-125 {
        padding-top: 125px !important
    }

    .-padding-right-lg-125,
    .-padding-x-lg-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-lg-125,
    .-padding-y-lg-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-lg-125,
    .-padding-x-lg-125 {
        padding-left: 125px !important
    }

    .-padding-lg-130 {
        padding: 130px !important
    }

    .-padding-top-lg-130,
    .-padding-y-lg-130 {
        padding-top: 130px !important
    }

    .-padding-right-lg-130,
    .-padding-x-lg-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-lg-130,
    .-padding-y-lg-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-lg-130,
    .-padding-x-lg-130 {
        padding-left: 130px !important
    }

    .-padding-lg-135 {
        padding: 135px !important
    }

    .-padding-top-lg-135,
    .-padding-y-lg-135 {
        padding-top: 135px !important
    }

    .-padding-right-lg-135,
    .-padding-x-lg-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-lg-135,
    .-padding-y-lg-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-lg-135,
    .-padding-x-lg-135 {
        padding-left: 135px !important
    }

    .-padding-lg-140 {
        padding: 140px !important
    }

    .-padding-top-lg-140,
    .-padding-y-lg-140 {
        padding-top: 140px !important
    }

    .-padding-right-lg-140,
    .-padding-x-lg-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-lg-140,
    .-padding-y-lg-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-lg-140,
    .-padding-x-lg-140 {
        padding-left: 140px !important
    }

    .-padding-lg-145 {
        padding: 145px !important
    }

    .-padding-top-lg-145,
    .-padding-y-lg-145 {
        padding-top: 145px !important
    }

    .-padding-right-lg-145,
    .-padding-x-lg-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-lg-145,
    .-padding-y-lg-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-lg-145,
    .-padding-x-lg-145 {
        padding-left: 145px !important
    }

    .-padding-lg-150 {
        padding: 150px !important
    }

    .-padding-top-lg-150,
    .-padding-y-lg-150 {
        padding-top: 150px !important
    }

    .-padding-right-lg-150,
    .-padding-x-lg-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-lg-150,
    .-padding-y-lg-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-lg-150,
    .-padding-x-lg-150 {
        padding-left: 150px !important
    }

    .-padding-lg-155 {
        padding: 155px !important
    }

    .-padding-top-lg-155,
    .-padding-y-lg-155 {
        padding-top: 155px !important
    }

    .-padding-right-lg-155,
    .-padding-x-lg-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-lg-155,
    .-padding-y-lg-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-lg-155,
    .-padding-x-lg-155 {
        padding-left: 155px !important
    }

    .-padding-lg-160 {
        padding: 160px !important
    }

    .-padding-top-lg-160,
    .-padding-y-lg-160 {
        padding-top: 160px !important
    }

    .-padding-right-lg-160,
    .-padding-x-lg-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-lg-160,
    .-padding-y-lg-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-lg-160,
    .-padding-x-lg-160 {
        padding-left: 160px !important
    }

    .-padding-lg-165 {
        padding: 165px !important
    }

    .-padding-top-lg-165,
    .-padding-y-lg-165 {
        padding-top: 165px !important
    }

    .-padding-right-lg-165,
    .-padding-x-lg-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-lg-165,
    .-padding-y-lg-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-lg-165,
    .-padding-x-lg-165 {
        padding-left: 165px !important
    }

    .-padding-lg-170 {
        padding: 170px !important
    }

    .-padding-top-lg-170,
    .-padding-y-lg-170 {
        padding-top: 170px !important
    }

    .-padding-right-lg-170,
    .-padding-x-lg-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-lg-170,
    .-padding-y-lg-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-lg-170,
    .-padding-x-lg-170 {
        padding-left: 170px !important
    }

    .-padding-lg-175 {
        padding: 175px !important
    }

    .-padding-top-lg-175,
    .-padding-y-lg-175 {
        padding-top: 175px !important
    }

    .-padding-right-lg-175,
    .-padding-x-lg-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-lg-175,
    .-padding-y-lg-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-lg-175,
    .-padding-x-lg-175 {
        padding-left: 175px !important
    }

    .-padding-lg-180 {
        padding: 180px !important
    }

    .-padding-top-lg-180,
    .-padding-y-lg-180 {
        padding-top: 180px !important
    }

    .-padding-right-lg-180,
    .-padding-x-lg-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-lg-180,
    .-padding-y-lg-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-lg-180,
    .-padding-x-lg-180 {
        padding-left: 180px !important
    }

    .-padding-lg-185 {
        padding: 185px !important
    }

    .-padding-top-lg-185,
    .-padding-y-lg-185 {
        padding-top: 185px !important
    }

    .-padding-right-lg-185,
    .-padding-x-lg-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-lg-185,
    .-padding-y-lg-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-lg-185,
    .-padding-x-lg-185 {
        padding-left: 185px !important
    }

    .-padding-lg-190 {
        padding: 190px !important
    }

    .-padding-top-lg-190,
    .-padding-y-lg-190 {
        padding-top: 190px !important
    }

    .-padding-right-lg-190,
    .-padding-x-lg-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-lg-190,
    .-padding-y-lg-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-lg-190,
    .-padding-x-lg-190 {
        padding-left: 190px !important
    }

    .-padding-lg-195 {
        padding: 195px !important
    }

    .-padding-top-lg-195,
    .-padding-y-lg-195 {
        padding-top: 195px !important
    }

    .-padding-right-lg-195,
    .-padding-x-lg-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-lg-195,
    .-padding-y-lg-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-lg-195,
    .-padding-x-lg-195 {
        padding-left: 195px !important
    }

    .-padding-lg-200 {
        padding: 200px !important
    }

    .-padding-top-lg-200,
    .-padding-y-lg-200 {
        padding-top: 200px !important
    }

    .-padding-right-lg-200,
    .-padding-x-lg-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-lg-200,
    .-padding-y-lg-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-lg-200,
    .-padding-x-lg-200 {
        padding-left: 200px !important
    }

    .-padding-lg-205 {
        padding: 205px !important
    }

    .-padding-top-lg-205,
    .-padding-y-lg-205 {
        padding-top: 205px !important
    }

    .-padding-right-lg-205,
    .-padding-x-lg-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-lg-205,
    .-padding-y-lg-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-lg-205,
    .-padding-x-lg-205 {
        padding-left: 205px !important
    }

    .-padding-lg-210 {
        padding: 210px !important
    }

    .-padding-top-lg-210,
    .-padding-y-lg-210 {
        padding-top: 210px !important
    }

    .-padding-right-lg-210,
    .-padding-x-lg-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-lg-210,
    .-padding-y-lg-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-lg-210,
    .-padding-x-lg-210 {
        padding-left: 210px !important
    }

    .-padding-lg-215 {
        padding: 215px !important
    }

    .-padding-top-lg-215,
    .-padding-y-lg-215 {
        padding-top: 215px !important
    }

    .-padding-right-lg-215,
    .-padding-x-lg-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-lg-215,
    .-padding-y-lg-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-lg-215,
    .-padding-x-lg-215 {
        padding-left: 215px !important
    }

    .-padding-lg-220 {
        padding: 220px !important
    }

    .-padding-top-lg-220,
    .-padding-y-lg-220 {
        padding-top: 220px !important
    }

    .-padding-right-lg-220,
    .-padding-x-lg-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-lg-220,
    .-padding-y-lg-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-lg-220,
    .-padding-x-lg-220 {
        padding-left: 220px !important
    }

    .-padding-lg-225 {
        padding: 225px !important
    }

    .-padding-top-lg-225,
    .-padding-y-lg-225 {
        padding-top: 225px !important
    }

    .-padding-right-lg-225,
    .-padding-x-lg-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-lg-225,
    .-padding-y-lg-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-lg-225,
    .-padding-x-lg-225 {
        padding-left: 225px !important
    }

    .-padding-lg-230 {
        padding: 230px !important
    }

    .-padding-top-lg-230,
    .-padding-y-lg-230 {
        padding-top: 230px !important
    }

    .-padding-right-lg-230,
    .-padding-x-lg-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-lg-230,
    .-padding-y-lg-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-lg-230,
    .-padding-x-lg-230 {
        padding-left: 230px !important
    }

    .-padding-lg-235 {
        padding: 235px !important
    }

    .-padding-top-lg-235,
    .-padding-y-lg-235 {
        padding-top: 235px !important
    }

    .-padding-right-lg-235,
    .-padding-x-lg-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-lg-235,
    .-padding-y-lg-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-lg-235,
    .-padding-x-lg-235 {
        padding-left: 235px !important
    }

    .-padding-lg-240 {
        padding: 240px !important
    }

    .-padding-top-lg-240,
    .-padding-y-lg-240 {
        padding-top: 240px !important
    }

    .-padding-right-lg-240,
    .-padding-x-lg-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-lg-240,
    .-padding-y-lg-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-lg-240,
    .-padding-x-lg-240 {
        padding-left: 240px !important
    }

    .-padding-lg-245 {
        padding: 245px !important
    }

    .-padding-top-lg-245,
    .-padding-y-lg-245 {
        padding-top: 245px !important
    }

    .-padding-right-lg-245,
    .-padding-x-lg-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-lg-245,
    .-padding-y-lg-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-lg-245,
    .-padding-x-lg-245 {
        padding-left: 245px !important
    }

    .-padding-lg-250 {
        padding: 250px !important
    }

    .-padding-top-lg-250,
    .-padding-y-lg-250 {
        padding-top: 250px !important
    }

    .-padding-right-lg-250,
    .-padding-x-lg-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-lg-250,
    .-padding-y-lg-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-lg-250,
    .-padding-x-lg-250 {
        padding-left: 250px !important
    }

    .-padding-lg-255 {
        padding: 255px !important
    }

    .-padding-top-lg-255,
    .-padding-y-lg-255 {
        padding-top: 255px !important
    }

    .-padding-right-lg-255,
    .-padding-x-lg-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-lg-255,
    .-padding-y-lg-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-lg-255,
    .-padding-x-lg-255 {
        padding-left: 255px !important
    }

    .-padding-lg-260 {
        padding: 260px !important
    }

    .-padding-top-lg-260,
    .-padding-y-lg-260 {
        padding-top: 260px !important
    }

    .-padding-right-lg-260,
    .-padding-x-lg-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-lg-260,
    .-padding-y-lg-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-lg-260,
    .-padding-x-lg-260 {
        padding-left: 260px !important
    }

    .-padding-lg-265 {
        padding: 265px !important
    }

    .-padding-top-lg-265,
    .-padding-y-lg-265 {
        padding-top: 265px !important
    }

    .-padding-right-lg-265,
    .-padding-x-lg-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-lg-265,
    .-padding-y-lg-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-lg-265,
    .-padding-x-lg-265 {
        padding-left: 265px !important
    }

    .-padding-lg-270 {
        padding: 270px !important
    }

    .-padding-top-lg-270,
    .-padding-y-lg-270 {
        padding-top: 270px !important
    }

    .-padding-right-lg-270,
    .-padding-x-lg-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-lg-270,
    .-padding-y-lg-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-lg-270,
    .-padding-x-lg-270 {
        padding-left: 270px !important
    }

    .-padding-lg-275 {
        padding: 275px !important
    }

    .-padding-top-lg-275,
    .-padding-y-lg-275 {
        padding-top: 275px !important
    }

    .-padding-right-lg-275,
    .-padding-x-lg-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-lg-275,
    .-padding-y-lg-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-lg-275,
    .-padding-x-lg-275 {
        padding-left: 275px !important
    }

    .-padding-lg-280 {
        padding: 280px !important
    }

    .-padding-top-lg-280,
    .-padding-y-lg-280 {
        padding-top: 280px !important
    }

    .-padding-right-lg-280,
    .-padding-x-lg-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-lg-280,
    .-padding-y-lg-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-lg-280,
    .-padding-x-lg-280 {
        padding-left: 280px !important
    }

    .-padding-lg-285 {
        padding: 285px !important
    }

    .-padding-top-lg-285,
    .-padding-y-lg-285 {
        padding-top: 285px !important
    }

    .-padding-right-lg-285,
    .-padding-x-lg-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-lg-285,
    .-padding-y-lg-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-lg-285,
    .-padding-x-lg-285 {
        padding-left: 285px !important
    }

    .-padding-lg-290 {
        padding: 290px !important
    }

    .-padding-top-lg-290,
    .-padding-y-lg-290 {
        padding-top: 290px !important
    }

    .-padding-right-lg-290,
    .-padding-x-lg-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-lg-290,
    .-padding-y-lg-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-lg-290,
    .-padding-x-lg-290 {
        padding-left: 290px !important
    }

    .-padding-lg-295 {
        padding: 295px !important
    }

    .-padding-top-lg-295,
    .-padding-y-lg-295 {
        padding-top: 295px !important
    }

    .-padding-right-lg-295,
    .-padding-x-lg-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-lg-295,
    .-padding-y-lg-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-lg-295,
    .-padding-x-lg-295 {
        padding-left: 295px !important
    }

    .-padding-lg-300 {
        padding: 300px !important
    }

    .-padding-top-lg-300,
    .-padding-y-lg-300 {
        padding-top: 300px !important
    }

    .-padding-right-lg-300,
    .-padding-x-lg-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-lg-300,
    .-padding-y-lg-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-lg-300,
    .-padding-x-lg-300 {
        padding-left: 300px !important
    }

    .-margin-lg-negative-5 {
        margin: -5px !important
    }

    .-margin-top-lg-negative-5,
    .-margin-y-lg-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-lg-negative-5,
    .-margin-x-lg-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-lg-negative-5,
    .-margin-y-lg-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-lg-negative-5,
    .-margin-x-lg-negative-5 {
        margin-left: -5px !important
    }

    .-margin-lg-negative-10 {
        margin: -10px !important
    }

    .-margin-top-lg-negative-10,
    .-margin-y-lg-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-lg-negative-10,
    .-margin-x-lg-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-lg-negative-10,
    .-margin-y-lg-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-lg-negative-10,
    .-margin-x-lg-negative-10 {
        margin-left: -10px !important
    }

    .-margin-lg-negative-15 {
        margin: -15px !important
    }

    .-margin-top-lg-negative-15,
    .-margin-y-lg-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-lg-negative-15,
    .-margin-x-lg-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-lg-negative-15,
    .-margin-y-lg-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-lg-negative-15,
    .-margin-x-lg-negative-15 {
        margin-left: -15px !important
    }

    .-margin-lg-negative-20 {
        margin: -20px !important
    }

    .-margin-top-lg-negative-20,
    .-margin-y-lg-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-lg-negative-20,
    .-margin-x-lg-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-lg-negative-20,
    .-margin-y-lg-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-lg-negative-20,
    .-margin-x-lg-negative-20 {
        margin-left: -20px !important
    }

    .-margin-lg-negative-25 {
        margin: -25px !important
    }

    .-margin-top-lg-negative-25,
    .-margin-y-lg-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-lg-negative-25,
    .-margin-x-lg-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-lg-negative-25,
    .-margin-y-lg-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-lg-negative-25,
    .-margin-x-lg-negative-25 {
        margin-left: -25px !important
    }

    .-margin-lg-negative-30 {
        margin: -35px !important
    }

    .-margin-top-lg-negative-30,
    .-margin-y-lg-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-lg-negative-30,
    .-margin-x-lg-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-lg-negative-30,
    .-margin-y-lg-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-lg-negative-30,
    .-margin-x-lg-negative-30 {
        margin-left: -35px !important
    }

    .-margin-lg-negative-35 {
        margin: -35px !important
    }

    .-margin-top-lg-negative-35,
    .-margin-y-lg-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-lg-negative-35,
    .-margin-x-lg-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-lg-negative-35,
    .-margin-y-lg-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-lg-negative-35,
    .-margin-x-lg-negative-35 {
        margin-left: -35px !important
    }

    .-margin-lg-negative-40 {
        margin: -40px !important
    }

    .-margin-top-lg-negative-40,
    .-margin-y-lg-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-lg-negative-40,
    .-margin-x-lg-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-lg-negative-40,
    .-margin-y-lg-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-lg-negative-40,
    .-margin-x-lg-negative-40 {
        margin-left: -40px !important
    }

    .-margin-lg-negative-45 {
        margin: -45px !important
    }

    .-margin-top-lg-negative-45,
    .-margin-y-lg-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-lg-negative-45,
    .-margin-x-lg-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-lg-negative-45,
    .-margin-y-lg-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-lg-negative-45,
    .-margin-x-lg-negative-45 {
        margin-left: -45px !important
    }

    .-margin-lg-negative-50 {
        margin: -50px !important
    }

    .-margin-top-lg-negative-50,
    .-margin-y-lg-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-lg-negative-50,
    .-margin-x-lg-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-lg-negative-50,
    .-margin-y-lg-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-lg-negative-50,
    .-margin-x-lg-negative-50 {
        margin-left: -50px !important
    }

    .-margin-lg-negative-55 {
        margin: -55px !important
    }

    .-margin-top-lg-negative-55,
    .-margin-y-lg-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-lg-negative-55,
    .-margin-x-lg-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-lg-negative-55,
    .-margin-y-lg-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-lg-negative-55,
    .-margin-x-lg-negative-55 {
        margin-left: -55px !important
    }

    .-margin-lg-negative-60 {
        margin: -60px !important
    }

    .-margin-top-lg-negative-60,
    .-margin-y-lg-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-lg-negative-60,
    .-margin-x-lg-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-lg-negative-60,
    .-margin-y-lg-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-lg-negative-60,
    .-margin-x-lg-negative-60 {
        margin-left: -60px !important
    }

    .-margin-lg-negative-65 {
        margin: -65px !important
    }

    .-margin-top-lg-negative-65,
    .-margin-y-lg-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-lg-negative-65,
    .-margin-x-lg-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-lg-negative-65,
    .-margin-y-lg-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-lg-negative-65,
    .-margin-x-lg-negative-65 {
        margin-left: -65px !important
    }

    .-margin-lg-negative-75 {
        margin: -75px !important
    }

    .-margin-top-lg-negative-75,
    .-margin-y-lg-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-lg-negative-75,
    .-margin-x-lg-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-lg-negative-75,
    .-margin-y-lg-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-lg-negative-75,
    .-margin-x-lg-negative-75 {
        margin-left: -75px !important
    }

    .-margin-lg-negative-80 {
        margin: -80px !important
    }

    .-margin-top-lg-negative-80,
    .-margin-y-lg-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-lg-negative-80,
    .-margin-x-lg-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-lg-negative-80,
    .-margin-y-lg-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-lg-negative-80,
    .-margin-x-lg-negative-80 {
        margin-left: -80px !important
    }

    .-margin-lg-negative-85 {
        margin: -85px !important
    }

    .-margin-top-lg-negative-85,
    .-margin-y-lg-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-lg-negative-85,
    .-margin-x-lg-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-lg-negative-85,
    .-margin-y-lg-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-lg-negative-85,
    .-margin-x-lg-negative-85 {
        margin-left: -85px !important
    }

    .-margin-lg-negative-90 {
        margin: -90px !important
    }

    .-margin-top-lg-negative-90,
    .-margin-y-lg-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-lg-negative-90,
    .-margin-x-lg-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-lg-negative-90,
    .-margin-y-lg-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-lg-negative-90,
    .-margin-x-lg-negative-90 {
        margin-left: -90px !important
    }

    .-margin-lg-negative-95 {
        margin: -95px !important
    }

    .-margin-top-lg-negative-95,
    .-margin-y-lg-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-lg-negative-95,
    .-margin-x-lg-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-lg-negative-95,
    .-margin-y-lg-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-lg-negative-95,
    .-margin-x-lg-negative-95 {
        margin-left: -95px !important
    }

    .-margin-lg-negative-100 {
        margin: -100px !important
    }

    .-margin-top-lg-negative-100,
    .-margin-y-lg-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-lg-negative-100,
    .-margin-x-lg-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-lg-negative-100,
    .-margin-y-lg-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-lg-negative-100,
    .-margin-x-lg-negative-100 {
        margin-left: -100px !important
    }

    .-margin-lg-negative-105 {
        margin: -105px !important
    }

    .-margin-top-lg-negative-105,
    .-margin-y-lg-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-lg-negative-105,
    .-margin-x-lg-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-lg-negative-105,
    .-margin-y-lg-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-lg-negative-105,
    .-margin-x-lg-negative-105 {
        margin-left: -105px !important
    }

    .-margin-lg-negative-110 {
        margin: -110px !important
    }

    .-margin-top-lg-negative-110,
    .-margin-y-lg-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-lg-negative-110,
    .-margin-x-lg-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-lg-negative-110,
    .-margin-y-lg-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-lg-negative-110,
    .-margin-x-lg-negative-110 {
        margin-left: -110px !important
    }

    .-margin-lg-negative-115 {
        margin: -115px !important
    }

    .-margin-top-lg-negative-115,
    .-margin-y-lg-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-lg-negative-115,
    .-margin-x-lg-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-lg-negative-115,
    .-margin-y-lg-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-lg-negative-115,
    .-margin-x-lg-negative-115 {
        margin-left: -115px !important
    }

    .-margin-lg-negative-120 {
        margin: -120px !important
    }

    .-margin-top-lg-negative-120,
    .-margin-y-lg-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-lg-negative-120,
    .-margin-x-lg-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-lg-negative-120,
    .-margin-y-lg-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-lg-negative-120,
    .-margin-x-lg-negative-120 {
        margin-left: -120px !important
    }

    .-margin-lg-negative-125 {
        margin: -125px !important
    }

    .-margin-top-lg-negative-125,
    .-margin-y-lg-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-lg-negative-125,
    .-margin-x-lg-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-lg-negative-125,
    .-margin-y-lg-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-lg-negative-125,
    .-margin-x-lg-negative-125 {
        margin-left: -125px !important
    }

    .-margin-lg-negative-130 {
        margin: -130px !important
    }

    .-margin-top-lg-negative-130,
    .-margin-y-lg-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-lg-negative-130,
    .-margin-x-lg-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-lg-negative-130,
    .-margin-y-lg-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-lg-negative-130,
    .-margin-x-lg-negative-130 {
        margin-left: -130px !important
    }

    .-margin-lg-negative-135 {
        margin: -135px !important
    }

    .-margin-top-lg-negative-135,
    .-margin-y-lg-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-lg-negative-135,
    .-margin-x-lg-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-lg-negative-135,
    .-margin-y-lg-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-lg-negative-135,
    .-margin-x-lg-negative-135 {
        margin-left: -135px !important
    }

    .-margin-lg-negative-140 {
        margin: -140px !important
    }

    .-margin-top-lg-negative-140,
    .-margin-y-lg-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-lg-negative-140,
    .-margin-x-lg-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-lg-negative-140,
    .-margin-y-lg-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-lg-negative-140,
    .-margin-x-lg-negative-140 {
        margin-left: -140px !important
    }

    .-margin-lg-negative-145 {
        margin: -145px !important
    }

    .-margin-top-lg-negative-145,
    .-margin-y-lg-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-lg-negative-145,
    .-margin-x-lg-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-lg-negative-145,
    .-margin-y-lg-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-lg-negative-145,
    .-margin-x-lg-negative-145 {
        margin-left: -145px !important
    }

    .-margin-lg-negative-150 {
        margin: -150px !important
    }

    .-margin-top-lg-negative-150,
    .-margin-y-lg-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-lg-negative-150,
    .-margin-x-lg-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-lg-negative-150,
    .-margin-y-lg-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-lg-negative-150,
    .-margin-x-lg-negative-150 {
        margin-left: -150px !important
    }

    .-margin-lg-negative-155 {
        margin: -155px !important
    }

    .-margin-top-lg-negative-155,
    .-margin-y-lg-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-lg-negative-155,
    .-margin-x-lg-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-lg-negative-155,
    .-margin-y-lg-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-lg-negative-155,
    .-margin-x-lg-negative-155 {
        margin-left: -155px !important
    }

    .-margin-lg-negative-160 {
        margin: -160px !important
    }

    .-margin-top-lg-negative-160,
    .-margin-y-lg-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-lg-negative-160,
    .-margin-x-lg-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-lg-negative-160,
    .-margin-y-lg-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-lg-negative-160,
    .-margin-x-lg-negative-160 {
        margin-left: -160px !important
    }

    .-margin-lg-negative-165 {
        margin: -165px !important
    }

    .-margin-top-lg-negative-165,
    .-margin-y-lg-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-lg-negative-165,
    .-margin-x-lg-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-lg-negative-165,
    .-margin-y-lg-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-lg-negative-165,
    .-margin-x-lg-negative-165 {
        margin-left: -165px !important
    }

    .-margin-lg-negative-170 {
        margin: -170px !important
    }

    .-margin-top-lg-negative-170,
    .-margin-y-lg-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-lg-negative-170,
    .-margin-x-lg-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-lg-negative-170,
    .-margin-y-lg-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-lg-negative-170,
    .-margin-x-lg-negative-170 {
        margin-left: -170px !important
    }

    .-margin-lg-negative-175 {
        margin: -175px !important
    }

    .-margin-top-lg-negative-175,
    .-margin-y-lg-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-lg-negative-175,
    .-margin-x-lg-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-lg-negative-175,
    .-margin-y-lg-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-lg-negative-175,
    .-margin-x-lg-negative-175 {
        margin-left: -175px !important
    }

    .-margin-lg-negative-180 {
        margin: -180px !important
    }

    .-margin-top-lg-negative-180,
    .-margin-y-lg-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-lg-negative-180,
    .-margin-x-lg-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-lg-negative-180,
    .-margin-y-lg-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-lg-negative-180,
    .-margin-x-lg-negative-180 {
        margin-left: -180px !important
    }

    .-margin-lg-negative-185 {
        margin: -185px !important
    }

    .-margin-top-lg-negative-185,
    .-margin-y-lg-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-lg-negative-185,
    .-margin-x-lg-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-lg-negative-185,
    .-margin-y-lg-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-lg-negative-185,
    .-margin-x-lg-negative-185 {
        margin-left: -185px !important
    }

    .-margin-lg-negative-190 {
        margin: -190px !important
    }

    .-margin-top-lg-negative-190,
    .-margin-y-lg-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-lg-negative-190,
    .-margin-x-lg-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-lg-negative-190,
    .-margin-y-lg-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-lg-negative-190,
    .-margin-x-lg-negative-190 {
        margin-left: -190px !important
    }

    .-margin-lg-negative-195 {
        margin: -195px !important
    }

    .-margin-top-lg-negative-195,
    .-margin-y-lg-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-lg-negative-195,
    .-margin-x-lg-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-lg-negative-195,
    .-margin-y-lg-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-lg-negative-195,
    .-margin-x-lg-negative-195 {
        margin-left: -195px !important
    }

    .-margin-lg-negative-200 {
        margin: -200px !important
    }

    .-margin-top-lg-negative-200,
    .-margin-y-lg-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-lg-negative-200,
    .-margin-x-lg-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-lg-negative-200,
    .-margin-y-lg-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-lg-negative-200,
    .-margin-x-lg-negative-200 {
        margin-left: -200px !important
    }

    .-margin-lg-negative-205 {
        margin: -205px !important
    }

    .-margin-top-lg-negative-205,
    .-margin-y-lg-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-lg-negative-205,
    .-margin-x-lg-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-lg-negative-205,
    .-margin-y-lg-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-lg-negative-205,
    .-margin-x-lg-negative-205 {
        margin-left: -205px !important
    }

    .-margin-lg-negative-210 {
        margin: -210px !important
    }

    .-margin-top-lg-negative-210,
    .-margin-y-lg-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-lg-negative-210,
    .-margin-x-lg-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-lg-negative-210,
    .-margin-y-lg-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-lg-negative-210,
    .-margin-x-lg-negative-210 {
        margin-left: -210px !important
    }

    .-margin-lg-negative-215 {
        margin: -215px !important
    }

    .-margin-top-lg-negative-215,
    .-margin-y-lg-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-lg-negative-215,
    .-margin-x-lg-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-lg-negative-215,
    .-margin-y-lg-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-lg-negative-215,
    .-margin-x-lg-negative-215 {
        margin-left: -215px !important
    }

    .-margin-lg-negative-220 {
        margin: -220px !important
    }

    .-margin-top-lg-negative-220,
    .-margin-y-lg-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-lg-negative-220,
    .-margin-x-lg-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-lg-negative-220,
    .-margin-y-lg-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-lg-negative-220,
    .-margin-x-lg-negative-220 {
        margin-left: -220px !important
    }

    .-margin-lg-negative-225 {
        margin: -225px !important
    }

    .-margin-top-lg-negative-225,
    .-margin-y-lg-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-lg-negative-225,
    .-margin-x-lg-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-lg-negative-225,
    .-margin-y-lg-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-lg-negative-225,
    .-margin-x-lg-negative-225 {
        margin-left: -225px !important
    }

    .-margin-lg-negative-230 {
        margin: -230px !important
    }

    .-margin-top-lg-negative-230,
    .-margin-y-lg-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-lg-negative-230,
    .-margin-x-lg-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-lg-negative-230,
    .-margin-y-lg-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-lg-negative-230,
    .-margin-x-lg-negative-230 {
        margin-left: -230px !important
    }

    .-margin-lg-negative-235 {
        margin: -235px !important
    }

    .-margin-top-lg-negative-235,
    .-margin-y-lg-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-lg-negative-235,
    .-margin-x-lg-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-lg-negative-235,
    .-margin-y-lg-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-lg-negative-235,
    .-margin-x-lg-negative-235 {
        margin-left: -235px !important
    }

    .-margin-lg-negative-240 {
        margin: -240px !important
    }

    .-margin-top-lg-negative-240,
    .-margin-y-lg-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-lg-negative-240,
    .-margin-x-lg-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-lg-negative-240,
    .-margin-y-lg-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-lg-negative-240,
    .-margin-x-lg-negative-240 {
        margin-left: -240px !important
    }

    .-margin-lg-negative-245 {
        margin: -245px !important
    }

    .-margin-top-lg-negative-245,
    .-margin-y-lg-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-lg-negative-245,
    .-margin-x-lg-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-lg-negative-245,
    .-margin-y-lg-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-lg-negative-245,
    .-margin-x-lg-negative-245 {
        margin-left: -245px !important
    }

    .-margin-lg-negative-250 {
        margin: -250px !important
    }

    .-margin-top-lg-negative-250,
    .-margin-y-lg-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-lg-negative-250,
    .-margin-x-lg-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-lg-negative-250,
    .-margin-y-lg-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-lg-negative-250,
    .-margin-x-lg-negative-250 {
        margin-left: -250px !important
    }

    .-margin-lg-negative-255 {
        margin: -255px !important
    }

    .-margin-top-lg-negative-255,
    .-margin-y-lg-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-lg-negative-255,
    .-margin-x-lg-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-lg-negative-255,
    .-margin-y-lg-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-lg-negative-255,
    .-margin-x-lg-negative-255 {
        margin-left: -255px !important
    }

    .-margin-lg-negative-260 {
        margin: -260px !important
    }

    .-margin-top-lg-negative-260,
    .-margin-y-lg-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-lg-negative-260,
    .-margin-x-lg-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-lg-negative-260,
    .-margin-y-lg-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-lg-negative-260,
    .-margin-x-lg-negative-260 {
        margin-left: -260px !important
    }

    .-margin-lg-negative-265 {
        margin: -265px !important
    }

    .-margin-top-lg-negative-265,
    .-margin-y-lg-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-lg-negative-265,
    .-margin-x-lg-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-lg-negative-265,
    .-margin-y-lg-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-lg-negative-265,
    .-margin-x-lg-negative-265 {
        margin-left: -265px !important
    }

    .-margin-lg-negative-270 {
        margin: -270px !important
    }

    .-margin-top-lg-negative-270,
    .-margin-y-lg-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-lg-negative-270,
    .-margin-x-lg-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-lg-negative-270,
    .-margin-y-lg-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-lg-negative-270,
    .-margin-x-lg-negative-270 {
        margin-left: -270px !important
    }

    .-margin-lg-negative-275 {
        margin: -275px !important
    }

    .-margin-top-lg-negative-275,
    .-margin-y-lg-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-lg-negative-275,
    .-margin-x-lg-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-lg-negative-275,
    .-margin-y-lg-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-lg-negative-275,
    .-margin-x-lg-negative-275 {
        margin-left: -275px !important
    }

    .-margin-lg-negative-280 {
        margin: -280px !important
    }

    .-margin-top-lg-negative-280,
    .-margin-y-lg-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-lg-negative-280,
    .-margin-x-lg-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-lg-negative-280,
    .-margin-y-lg-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-lg-negative-280,
    .-margin-x-lg-negative-280 {
        margin-left: -280px !important
    }

    .-margin-lg-negative-285 {
        margin: -285px !important
    }

    .-margin-top-lg-negative-285,
    .-margin-y-lg-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-lg-negative-285,
    .-margin-x-lg-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-lg-negative-285,
    .-margin-y-lg-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-lg-negative-285,
    .-margin-x-lg-negative-285 {
        margin-left: -285px !important
    }

    .-margin-lg-negative-290 {
        margin: -290px !important
    }

    .-margin-top-lg-negative-290,
    .-margin-y-lg-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-lg-negative-290,
    .-margin-x-lg-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-lg-negative-290,
    .-margin-y-lg-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-lg-negative-290,
    .-margin-x-lg-negative-290 {
        margin-left: -290px !important
    }

    .-margin-lg-negative-295 {
        margin: -295px !important
    }

    .-margin-top-lg-negative-295,
    .-margin-y-lg-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-lg-negative-295,
    .-margin-x-lg-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-lg-negative-295,
    .-margin-y-lg-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-lg-negative-295,
    .-margin-x-lg-negative-295 {
        margin-left: -295px !important
    }

    .-margin-lg-negative-300 {
        margin: -300px !important
    }

    .-margin-top-lg-negative-300,
    .-margin-y-lg-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-lg-negative-300,
    .-margin-x-lg-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-lg-negative-300,
    .-margin-y-lg-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-lg-negative-300,
    .-margin-x-lg-negative-300 {
        margin-left: -300px !important
    }

    .margin-lg-auto {
        margin: auto !important
    }

    .margin-top-lg-auto,
    .margin-y-lg-auto {
        margin-top: auto !important
    }

    .margin-right-lg-auto,
    .margin-x-lg-auto {
        margin-right: auto !important
    }

    .margin-botttom-lg-auto,
    .margin-y-lg-auto {
        margin-bottom: auto !important
    }

    .margin-left-lg-auto,
    .margin-x-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .-margin-xl-0 {
        margin: 0 !important
    }

    .-margin-top-xl-0,
    .-margin-y-xl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xl-0,
    .-margin-x-xl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xl-0,
    .-margin-y-xl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xl-0,
    .-margin-x-xl-0 {
        margin-left: 0 !important
    }

    .-margin-xl-5 {
        margin: 5px !important
    }

    .-margin-top-xl-5,
    .-margin-y-xl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xl-5,
    .-margin-x-xl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xl-5,
    .-margin-y-xl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xl-5,
    .-margin-x-xl-5 {
        margin-left: 5px !important
    }

    .-margin-xl-10 {
        margin: 10px !important
    }

    .-margin-top-xl-10,
    .-margin-y-xl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xl-10,
    .-margin-x-xl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xl-10,
    .-margin-y-xl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xl-10,
    .-margin-x-xl-10 {
        margin-left: 10px !important
    }

    .-margin-xl-15 {
        margin: 15px !important
    }

    .-margin-top-xl-15,
    .-margin-y-xl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xl-15,
    .-margin-x-xl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xl-15,
    .-margin-y-xl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xl-15,
    .-margin-x-xl-15 {
        margin-left: 15px !important
    }

    .-margin-xl-20 {
        margin: 20px !important
    }

    .-margin-top-xl-20,
    .-margin-y-xl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xl-20,
    .-margin-x-xl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xl-20,
    .-margin-y-xl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xl-20,
    .-margin-x-xl-20 {
        margin-left: 20px !important
    }

    .-margin-xl-25 {
        margin: 25px !important
    }

    .-margin-top-xl-25,
    .-margin-y-xl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xl-25,
    .-margin-x-xl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xl-25,
    .-margin-y-xl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xl-25,
    .-margin-x-xl-25 {
        margin-left: 25px !important
    }

    .-margin-xl-30 {
        margin: 35px !important
    }

    .-margin-top-xl-30,
    .-margin-y-xl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xl-30,
    .-margin-x-xl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xl-30,
    .-margin-y-xl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xl-30,
    .-margin-x-xl-30 {
        margin-left: 35px !important
    }

    .-margin-xl-35 {
        margin: 35px !important
    }

    .-margin-top-xl-35,
    .-margin-y-xl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xl-35,
    .-margin-x-xl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xl-35,
    .-margin-y-xl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xl-35,
    .-margin-x-xl-35 {
        margin-left: 35px !important
    }

    .-margin-xl-40 {
        margin: 40px !important
    }

    .-margin-top-xl-40,
    .-margin-y-xl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xl-40,
    .-margin-x-xl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xl-40,
    .-margin-y-xl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xl-40,
    .-margin-x-xl-40 {
        margin-left: 40px !important
    }

    .-margin-xl-45 {
        margin: 45px !important
    }

    .-margin-top-xl-45,
    .-margin-y-xl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xl-45,
    .-margin-x-xl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xl-45,
    .-margin-y-xl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xl-45,
    .-margin-x-xl-45 {
        margin-left: 45px !important
    }

    .-margin-xl-50 {
        margin: 50px !important
    }

    .-margin-top-xl-50,
    .-margin-y-xl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xl-50,
    .-margin-x-xl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xl-50,
    .-margin-y-xl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xl-50,
    .-margin-x-xl-50 {
        margin-left: 50px !important
    }

    .-margin-xl-55 {
        margin: 55px !important
    }

    .-margin-top-xl-55,
    .-margin-y-xl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xl-55,
    .-margin-x-xl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xl-55,
    .-margin-y-xl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xl-55,
    .-margin-x-xl-55 {
        margin-left: 55px !important
    }

    .-margin-xl-60 {
        margin: 60px !important
    }

    .-margin-top-xl-60,
    .-margin-y-xl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xl-60,
    .-margin-x-xl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xl-60,
    .-margin-y-xl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xl-60,
    .-margin-x-xl-60 {
        margin-left: 60px !important
    }

    .-margin-xl-65 {
        margin: 65px !important
    }

    .-margin-top-xl-65,
    .-margin-y-xl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xl-65,
    .-margin-x-xl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xl-65,
    .-margin-y-xl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xl-65,
    .-margin-x-xl-65 {
        margin-left: 65px !important
    }

    .-margin-xl-75 {
        margin: 75px !important
    }

    .-margin-top-xl-75,
    .-margin-y-xl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xl-75,
    .-margin-x-xl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xl-75,
    .-margin-y-xl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xl-75,
    .-margin-x-xl-75 {
        margin-left: 75px !important
    }

    .-margin-xl-80 {
        margin: 80px !important
    }

    .-margin-top-xl-80,
    .-margin-y-xl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xl-80,
    .-margin-x-xl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xl-80,
    .-margin-y-xl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xl-80,
    .-margin-x-xl-80 {
        margin-left: 80px !important
    }

    .-margin-xl-85 {
        margin: 85px !important
    }

    .-margin-top-xl-85,
    .-margin-y-xl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xl-85,
    .-margin-x-xl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xl-85,
    .-margin-y-xl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xl-85,
    .-margin-x-xl-85 {
        margin-left: 85px !important
    }

    .-margin-xl-90 {
        margin: 90px !important
    }

    .-margin-top-xl-90,
    .-margin-y-xl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xl-90,
    .-margin-x-xl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xl-90,
    .-margin-y-xl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xl-90,
    .-margin-x-xl-90 {
        margin-left: 90px !important
    }

    .-margin-xl-95 {
        margin: 95px !important
    }

    .-margin-top-xl-95,
    .-margin-y-xl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xl-95,
    .-margin-x-xl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xl-95,
    .-margin-y-xl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xl-95,
    .-margin-x-xl-95 {
        margin-left: 95px !important
    }

    .-margin-xl-100 {
        margin: 100px !important
    }

    .-margin-top-xl-100,
    .-margin-y-xl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xl-100,
    .-margin-x-xl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xl-100,
    .-margin-y-xl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xl-100,
    .-margin-x-xl-100 {
        margin-left: 100px !important
    }

    .-margin-xl-105 {
        margin: 105px !important
    }

    .-margin-top-xl-105,
    .-margin-y-xl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xl-105,
    .-margin-x-xl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xl-105,
    .-margin-y-xl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xl-105,
    .-margin-x-xl-105 {
        margin-left: 105px !important
    }

    .-margin-xl-110 {
        margin: 110px !important
    }

    .-margin-top-xl-110,
    .-margin-y-xl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xl-110,
    .-margin-x-xl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xl-110,
    .-margin-y-xl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xl-110,
    .-margin-x-xl-110 {
        margin-left: 110px !important
    }

    .-margin-xl-115 {
        margin: 115px !important
    }

    .-margin-top-xl-115,
    .-margin-y-xl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xl-115,
    .-margin-x-xl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xl-115,
    .-margin-y-xl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xl-115,
    .-margin-x-xl-115 {
        margin-left: 115px !important
    }

    .-margin-xl-120 {
        margin: 120px !important
    }

    .-margin-top-xl-120,
    .-margin-y-xl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xl-120,
    .-margin-x-xl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xl-120,
    .-margin-y-xl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xl-120,
    .-margin-x-xl-120 {
        margin-left: 120px !important
    }

    .-margin-xl-125 {
        margin: 125px !important
    }

    .-margin-top-xl-125,
    .-margin-y-xl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xl-125,
    .-margin-x-xl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xl-125,
    .-margin-y-xl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xl-125,
    .-margin-x-xl-125 {
        margin-left: 125px !important
    }

    .-margin-xl-130 {
        margin: 130px !important
    }

    .-margin-top-xl-130,
    .-margin-y-xl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xl-130,
    .-margin-x-xl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xl-130,
    .-margin-y-xl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xl-130,
    .-margin-x-xl-130 {
        margin-left: 130px !important
    }

    .-margin-xl-135 {
        margin: 135px !important
    }

    .-margin-top-xl-135,
    .-margin-y-xl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xl-135,
    .-margin-x-xl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xl-135,
    .-margin-y-xl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xl-135,
    .-margin-x-xl-135 {
        margin-left: 135px !important
    }

    .-margin-xl-140 {
        margin: 140px !important
    }

    .-margin-top-xl-140,
    .-margin-y-xl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xl-140,
    .-margin-x-xl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xl-140,
    .-margin-y-xl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xl-140,
    .-margin-x-xl-140 {
        margin-left: 140px !important
    }

    .-margin-xl-145 {
        margin: 145px !important
    }

    .-margin-top-xl-145,
    .-margin-y-xl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xl-145,
    .-margin-x-xl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xl-145,
    .-margin-y-xl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xl-145,
    .-margin-x-xl-145 {
        margin-left: 145px !important
    }

    .-margin-xl-150 {
        margin: 150px !important
    }

    .-margin-top-xl-150,
    .-margin-y-xl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xl-150,
    .-margin-x-xl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xl-150,
    .-margin-y-xl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xl-150,
    .-margin-x-xl-150 {
        margin-left: 150px !important
    }

    .-margin-xl-155 {
        margin: 155px !important
    }

    .-margin-top-xl-155,
    .-margin-y-xl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xl-155,
    .-margin-x-xl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xl-155,
    .-margin-y-xl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xl-155,
    .-margin-x-xl-155 {
        margin-left: 155px !important
    }

    .-margin-xl-160 {
        margin: 160px !important
    }

    .-margin-top-xl-160,
    .-margin-y-xl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xl-160,
    .-margin-x-xl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xl-160,
    .-margin-y-xl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xl-160,
    .-margin-x-xl-160 {
        margin-left: 160px !important
    }

    .-margin-xl-165 {
        margin: 165px !important
    }

    .-margin-top-xl-165,
    .-margin-y-xl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xl-165,
    .-margin-x-xl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xl-165,
    .-margin-y-xl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xl-165,
    .-margin-x-xl-165 {
        margin-left: 165px !important
    }

    .-margin-xl-170 {
        margin: 170px !important
    }

    .-margin-top-xl-170,
    .-margin-y-xl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xl-170,
    .-margin-x-xl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xl-170,
    .-margin-y-xl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xl-170,
    .-margin-x-xl-170 {
        margin-left: 170px !important
    }

    .-margin-xl-175 {
        margin: 175px !important
    }

    .-margin-top-xl-175,
    .-margin-y-xl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xl-175,
    .-margin-x-xl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xl-175,
    .-margin-y-xl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xl-175,
    .-margin-x-xl-175 {
        margin-left: 175px !important
    }

    .-margin-xl-180 {
        margin: 180px !important
    }

    .-margin-top-xl-180,
    .-margin-y-xl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xl-180,
    .-margin-x-xl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xl-180,
    .-margin-y-xl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xl-180,
    .-margin-x-xl-180 {
        margin-left: 180px !important
    }

    .-margin-xl-185 {
        margin: 185px !important
    }

    .-margin-top-xl-185,
    .-margin-y-xl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xl-185,
    .-margin-x-xl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xl-185,
    .-margin-y-xl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xl-185,
    .-margin-x-xl-185 {
        margin-left: 185px !important
    }

    .-margin-xl-190 {
        margin: 190px !important
    }

    .-margin-top-xl-190,
    .-margin-y-xl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xl-190,
    .-margin-x-xl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xl-190,
    .-margin-y-xl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xl-190,
    .-margin-x-xl-190 {
        margin-left: 190px !important
    }

    .-margin-xl-195 {
        margin: 195px !important
    }

    .-margin-top-xl-195,
    .-margin-y-xl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xl-195,
    .-margin-x-xl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xl-195,
    .-margin-y-xl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xl-195,
    .-margin-x-xl-195 {
        margin-left: 195px !important
    }

    .-margin-xl-200 {
        margin: 200px !important
    }

    .-margin-top-xl-200,
    .-margin-y-xl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xl-200,
    .-margin-x-xl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xl-200,
    .-margin-y-xl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xl-200,
    .-margin-x-xl-200 {
        margin-left: 200px !important
    }

    .-margin-xl-205 {
        margin: 205px !important
    }

    .-margin-top-xl-205,
    .-margin-y-xl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xl-205,
    .-margin-x-xl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xl-205,
    .-margin-y-xl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xl-205,
    .-margin-x-xl-205 {
        margin-left: 205px !important
    }

    .-margin-xl-210 {
        margin: 210px !important
    }

    .-margin-top-xl-210,
    .-margin-y-xl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xl-210,
    .-margin-x-xl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xl-210,
    .-margin-y-xl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xl-210,
    .-margin-x-xl-210 {
        margin-left: 210px !important
    }

    .-margin-xl-215 {
        margin: 215px !important
    }

    .-margin-top-xl-215,
    .-margin-y-xl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xl-215,
    .-margin-x-xl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xl-215,
    .-margin-y-xl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xl-215,
    .-margin-x-xl-215 {
        margin-left: 215px !important
    }

    .-margin-xl-220 {
        margin: 220px !important
    }

    .-margin-top-xl-220,
    .-margin-y-xl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xl-220,
    .-margin-x-xl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xl-220,
    .-margin-y-xl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xl-220,
    .-margin-x-xl-220 {
        margin-left: 220px !important
    }

    .-margin-xl-225 {
        margin: 225px !important
    }

    .-margin-top-xl-225,
    .-margin-y-xl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xl-225,
    .-margin-x-xl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xl-225,
    .-margin-y-xl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xl-225,
    .-margin-x-xl-225 {
        margin-left: 225px !important
    }

    .-margin-xl-230 {
        margin: 230px !important
    }

    .-margin-top-xl-230,
    .-margin-y-xl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xl-230,
    .-margin-x-xl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xl-230,
    .-margin-y-xl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xl-230,
    .-margin-x-xl-230 {
        margin-left: 230px !important
    }

    .-margin-xl-235 {
        margin: 235px !important
    }

    .-margin-top-xl-235,
    .-margin-y-xl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xl-235,
    .-margin-x-xl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xl-235,
    .-margin-y-xl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xl-235,
    .-margin-x-xl-235 {
        margin-left: 235px !important
    }

    .-margin-xl-240 {
        margin: 240px !important
    }

    .-margin-top-xl-240,
    .-margin-y-xl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xl-240,
    .-margin-x-xl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xl-240,
    .-margin-y-xl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xl-240,
    .-margin-x-xl-240 {
        margin-left: 240px !important
    }

    .-margin-xl-245 {
        margin: 245px !important
    }

    .-margin-top-xl-245,
    .-margin-y-xl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xl-245,
    .-margin-x-xl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xl-245,
    .-margin-y-xl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xl-245,
    .-margin-x-xl-245 {
        margin-left: 245px !important
    }

    .-margin-xl-250 {
        margin: 250px !important
    }

    .-margin-top-xl-250,
    .-margin-y-xl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xl-250,
    .-margin-x-xl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xl-250,
    .-margin-y-xl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xl-250,
    .-margin-x-xl-250 {
        margin-left: 250px !important
    }

    .-margin-xl-255 {
        margin: 255px !important
    }

    .-margin-top-xl-255,
    .-margin-y-xl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xl-255,
    .-margin-x-xl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xl-255,
    .-margin-y-xl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xl-255,
    .-margin-x-xl-255 {
        margin-left: 255px !important
    }

    .-margin-xl-260 {
        margin: 260px !important
    }

    .-margin-top-xl-260,
    .-margin-y-xl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xl-260,
    .-margin-x-xl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xl-260,
    .-margin-y-xl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xl-260,
    .-margin-x-xl-260 {
        margin-left: 260px !important
    }

    .-margin-xl-265 {
        margin: 265px !important
    }

    .-margin-top-xl-265,
    .-margin-y-xl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xl-265,
    .-margin-x-xl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xl-265,
    .-margin-y-xl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xl-265,
    .-margin-x-xl-265 {
        margin-left: 265px !important
    }

    .-margin-xl-270 {
        margin: 270px !important
    }

    .-margin-top-xl-270,
    .-margin-y-xl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xl-270,
    .-margin-x-xl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xl-270,
    .-margin-y-xl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xl-270,
    .-margin-x-xl-270 {
        margin-left: 270px !important
    }

    .-margin-xl-275 {
        margin: 275px !important
    }

    .-margin-top-xl-275,
    .-margin-y-xl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xl-275,
    .-margin-x-xl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xl-275,
    .-margin-y-xl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xl-275,
    .-margin-x-xl-275 {
        margin-left: 275px !important
    }

    .-margin-xl-280 {
        margin: 280px !important
    }

    .-margin-top-xl-280,
    .-margin-y-xl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xl-280,
    .-margin-x-xl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xl-280,
    .-margin-y-xl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xl-280,
    .-margin-x-xl-280 {
        margin-left: 280px !important
    }

    .-margin-xl-285 {
        margin: 285px !important
    }

    .-margin-top-xl-285,
    .-margin-y-xl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xl-285,
    .-margin-x-xl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xl-285,
    .-margin-y-xl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xl-285,
    .-margin-x-xl-285 {
        margin-left: 285px !important
    }

    .-margin-xl-290 {
        margin: 290px !important
    }

    .-margin-top-xl-290,
    .-margin-y-xl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xl-290,
    .-margin-x-xl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xl-290,
    .-margin-y-xl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xl-290,
    .-margin-x-xl-290 {
        margin-left: 290px !important
    }

    .-margin-xl-295 {
        margin: 295px !important
    }

    .-margin-top-xl-295,
    .-margin-y-xl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xl-295,
    .-margin-x-xl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xl-295,
    .-margin-y-xl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xl-295,
    .-margin-x-xl-295 {
        margin-left: 295px !important
    }

    .-margin-xl-300 {
        margin: 300px !important
    }

    .-margin-top-xl-300,
    .-margin-y-xl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xl-300,
    .-margin-x-xl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xl-300,
    .-margin-y-xl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xl-300,
    .-margin-x-xl-300 {
        margin-left: 300px !important
    }

    .-padding-xl-0 {
        padding: 0 !important
    }

    .-padding-top-xl-0,
    .-padding-y-xl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xl-0,
    .-padding-x-xl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xl-0,
    .-padding-y-xl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xl-0,
    .-padding-x-xl-0 {
        padding-left: 0 !important
    }

    .-padding-xl-5 {
        padding: 5px !important
    }

    .-padding-top-xl-5,
    .-padding-y-xl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xl-5,
    .-padding-x-xl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xl-5,
    .-padding-y-xl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xl-5,
    .-padding-x-xl-5 {
        padding-left: 5px !important
    }

    .-padding-xl-10 {
        padding: 10px !important
    }

    .-padding-top-xl-10,
    .-padding-y-xl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xl-10,
    .-padding-x-xl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xl-10,
    .-padding-y-xl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xl-10,
    .-padding-x-xl-10 {
        padding-left: 10px !important
    }

    .-padding-xl-15 {
        padding: 15px !important
    }

    .-padding-top-xl-15,
    .-padding-y-xl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xl-15,
    .-padding-x-xl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xl-15,
    .-padding-y-xl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xl-15,
    .-padding-x-xl-15 {
        padding-left: 15px !important
    }

    .-padding-xl-20 {
        padding: 20px !important
    }

    .-padding-top-xl-20,
    .-padding-y-xl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xl-20,
    .-padding-x-xl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xl-20,
    .-padding-y-xl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xl-20,
    .-padding-x-xl-20 {
        padding-left: 20px !important
    }

    .-padding-xl-25 {
        padding: 25px !important
    }

    .-padding-top-xl-25,
    .-padding-y-xl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xl-25,
    .-padding-x-xl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xl-25,
    .-padding-y-xl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xl-25,
    .-padding-x-xl-25 {
        padding-left: 25px !important
    }

    .-padding-xl-30 {
        padding: 35px !important
    }

    .-padding-top-xl-30,
    .-padding-y-xl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xl-30,
    .-padding-x-xl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xl-30,
    .-padding-y-xl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xl-30,
    .-padding-x-xl-30 {
        padding-left: 35px !important
    }

    .-padding-xl-35 {
        padding: 35px !important
    }

    .-padding-top-xl-35,
    .-padding-y-xl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xl-35,
    .-padding-x-xl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xl-35,
    .-padding-y-xl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xl-35,
    .-padding-x-xl-35 {
        padding-left: 35px !important
    }

    .-padding-xl-40 {
        padding: 40px !important
    }

    .-padding-top-xl-40,
    .-padding-y-xl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xl-40,
    .-padding-x-xl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xl-40,
    .-padding-y-xl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xl-40,
    .-padding-x-xl-40 {
        padding-left: 40px !important
    }

    .-padding-xl-45 {
        padding: 45px !important
    }

    .-padding-top-xl-45,
    .-padding-y-xl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xl-45,
    .-padding-x-xl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xl-45,
    .-padding-y-xl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xl-45,
    .-padding-x-xl-45 {
        padding-left: 45px !important
    }

    .-padding-xl-50 {
        padding: 50px !important
    }

    .-padding-top-xl-50,
    .-padding-y-xl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xl-50,
    .-padding-x-xl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xl-50,
    .-padding-y-xl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xl-50,
    .-padding-x-xl-50 {
        padding-left: 50px !important
    }

    .-padding-xl-55 {
        padding: 55px !important
    }

    .-padding-top-xl-55,
    .-padding-y-xl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xl-55,
    .-padding-x-xl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xl-55,
    .-padding-y-xl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xl-55,
    .-padding-x-xl-55 {
        padding-left: 55px !important
    }

    .-padding-xl-60 {
        padding: 60px !important
    }

    .-padding-top-xl-60,
    .-padding-y-xl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xl-60,
    .-padding-x-xl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xl-60,
    .-padding-y-xl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xl-60,
    .-padding-x-xl-60 {
        padding-left: 60px !important
    }

    .-padding-xl-65 {
        padding: 65px !important
    }

    .-padding-top-xl-65,
    .-padding-y-xl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xl-65,
    .-padding-x-xl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xl-65,
    .-padding-y-xl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xl-65,
    .-padding-x-xl-65 {
        padding-left: 65px !important
    }

    .-padding-xl-75 {
        padding: 75px !important
    }

    .-padding-top-xl-75,
    .-padding-y-xl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xl-75,
    .-padding-x-xl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xl-75,
    .-padding-y-xl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xl-75,
    .-padding-x-xl-75 {
        padding-left: 75px !important
    }

    .-padding-xl-80 {
        padding: 80px !important
    }

    .-padding-top-xl-80,
    .-padding-y-xl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xl-80,
    .-padding-x-xl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xl-80,
    .-padding-y-xl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xl-80,
    .-padding-x-xl-80 {
        padding-left: 80px !important
    }

    .-padding-xl-85 {
        padding: 85px !important
    }

    .-padding-top-xl-85,
    .-padding-y-xl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xl-85,
    .-padding-x-xl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xl-85,
    .-padding-y-xl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xl-85,
    .-padding-x-xl-85 {
        padding-left: 85px !important
    }

    .-padding-xl-90 {
        padding: 90px !important
    }

    .-padding-top-xl-90,
    .-padding-y-xl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xl-90,
    .-padding-x-xl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xl-90,
    .-padding-y-xl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xl-90,
    .-padding-x-xl-90 {
        padding-left: 90px !important
    }

    .-padding-xl-95 {
        padding: 95px !important
    }

    .-padding-top-xl-95,
    .-padding-y-xl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xl-95,
    .-padding-x-xl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xl-95,
    .-padding-y-xl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xl-95,
    .-padding-x-xl-95 {
        padding-left: 95px !important
    }

    .-padding-xl-100 {
        padding: 100px !important
    }

    .-padding-top-xl-100,
    .-padding-y-xl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xl-100,
    .-padding-x-xl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xl-100,
    .-padding-y-xl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xl-100,
    .-padding-x-xl-100 {
        padding-left: 100px !important
    }

    .-padding-xl-105 {
        padding: 105px !important
    }

    .-padding-top-xl-105,
    .-padding-y-xl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xl-105,
    .-padding-x-xl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xl-105,
    .-padding-y-xl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xl-105,
    .-padding-x-xl-105 {
        padding-left: 105px !important
    }

    .-padding-xl-110 {
        padding: 110px !important
    }

    .-padding-top-xl-110,
    .-padding-y-xl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xl-110,
    .-padding-x-xl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xl-110,
    .-padding-y-xl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xl-110,
    .-padding-x-xl-110 {
        padding-left: 110px !important
    }

    .-padding-xl-115 {
        padding: 115px !important
    }

    .-padding-top-xl-115,
    .-padding-y-xl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xl-115,
    .-padding-x-xl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xl-115,
    .-padding-y-xl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xl-115,
    .-padding-x-xl-115 {
        padding-left: 115px !important
    }

    .-padding-xl-120 {
        padding: 120px !important
    }

    .-padding-top-xl-120,
    .-padding-y-xl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xl-120,
    .-padding-x-xl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xl-120,
    .-padding-y-xl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xl-120,
    .-padding-x-xl-120 {
        padding-left: 120px !important
    }

    .-padding-xl-125 {
        padding: 125px !important
    }

    .-padding-top-xl-125,
    .-padding-y-xl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xl-125,
    .-padding-x-xl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xl-125,
    .-padding-y-xl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xl-125,
    .-padding-x-xl-125 {
        padding-left: 125px !important
    }

    .-padding-xl-130 {
        padding: 130px !important
    }

    .-padding-top-xl-130,
    .-padding-y-xl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xl-130,
    .-padding-x-xl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xl-130,
    .-padding-y-xl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xl-130,
    .-padding-x-xl-130 {
        padding-left: 130px !important
    }

    .-padding-xl-135 {
        padding: 135px !important
    }

    .-padding-top-xl-135,
    .-padding-y-xl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xl-135,
    .-padding-x-xl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xl-135,
    .-padding-y-xl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xl-135,
    .-padding-x-xl-135 {
        padding-left: 135px !important
    }

    .-padding-xl-140 {
        padding: 140px !important
    }

    .-padding-top-xl-140,
    .-padding-y-xl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xl-140,
    .-padding-x-xl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xl-140,
    .-padding-y-xl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xl-140,
    .-padding-x-xl-140 {
        padding-left: 140px !important
    }

    .-padding-xl-145 {
        padding: 145px !important
    }

    .-padding-top-xl-145,
    .-padding-y-xl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xl-145,
    .-padding-x-xl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xl-145,
    .-padding-y-xl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xl-145,
    .-padding-x-xl-145 {
        padding-left: 145px !important
    }

    .-padding-xl-150 {
        padding: 150px !important
    }

    .-padding-top-xl-150,
    .-padding-y-xl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xl-150,
    .-padding-x-xl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xl-150,
    .-padding-y-xl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xl-150,
    .-padding-x-xl-150 {
        padding-left: 150px !important
    }

    .-padding-xl-155 {
        padding: 155px !important
    }

    .-padding-top-xl-155,
    .-padding-y-xl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xl-155,
    .-padding-x-xl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xl-155,
    .-padding-y-xl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xl-155,
    .-padding-x-xl-155 {
        padding-left: 155px !important
    }

    .-padding-xl-160 {
        padding: 160px !important
    }

    .-padding-top-xl-160,
    .-padding-y-xl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xl-160,
    .-padding-x-xl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xl-160,
    .-padding-y-xl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xl-160,
    .-padding-x-xl-160 {
        padding-left: 160px !important
    }

    .-padding-xl-165 {
        padding: 165px !important
    }

    .-padding-top-xl-165,
    .-padding-y-xl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xl-165,
    .-padding-x-xl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xl-165,
    .-padding-y-xl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xl-165,
    .-padding-x-xl-165 {
        padding-left: 165px !important
    }

    .-padding-xl-170 {
        padding: 170px !important
    }

    .-padding-top-xl-170,
    .-padding-y-xl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xl-170,
    .-padding-x-xl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xl-170,
    .-padding-y-xl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xl-170,
    .-padding-x-xl-170 {
        padding-left: 170px !important
    }

    .-padding-xl-175 {
        padding: 175px !important
    }

    .-padding-top-xl-175,
    .-padding-y-xl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xl-175,
    .-padding-x-xl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xl-175,
    .-padding-y-xl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xl-175,
    .-padding-x-xl-175 {
        padding-left: 175px !important
    }

    .-padding-xl-180 {
        padding: 180px !important
    }

    .-padding-top-xl-180,
    .-padding-y-xl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xl-180,
    .-padding-x-xl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xl-180,
    .-padding-y-xl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xl-180,
    .-padding-x-xl-180 {
        padding-left: 180px !important
    }

    .-padding-xl-185 {
        padding: 185px !important
    }

    .-padding-top-xl-185,
    .-padding-y-xl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xl-185,
    .-padding-x-xl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xl-185,
    .-padding-y-xl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xl-185,
    .-padding-x-xl-185 {
        padding-left: 185px !important
    }

    .-padding-xl-190 {
        padding: 190px !important
    }

    .-padding-top-xl-190,
    .-padding-y-xl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xl-190,
    .-padding-x-xl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xl-190,
    .-padding-y-xl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xl-190,
    .-padding-x-xl-190 {
        padding-left: 190px !important
    }

    .-padding-xl-195 {
        padding: 195px !important
    }

    .-padding-top-xl-195,
    .-padding-y-xl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xl-195,
    .-padding-x-xl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xl-195,
    .-padding-y-xl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xl-195,
    .-padding-x-xl-195 {
        padding-left: 195px !important
    }

    .-padding-xl-200 {
        padding: 200px !important
    }

    .-padding-top-xl-200,
    .-padding-y-xl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xl-200,
    .-padding-x-xl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xl-200,
    .-padding-y-xl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xl-200,
    .-padding-x-xl-200 {
        padding-left: 200px !important
    }

    .-padding-xl-205 {
        padding: 205px !important
    }

    .-padding-top-xl-205,
    .-padding-y-xl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xl-205,
    .-padding-x-xl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xl-205,
    .-padding-y-xl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xl-205,
    .-padding-x-xl-205 {
        padding-left: 205px !important
    }

    .-padding-xl-210 {
        padding: 210px !important
    }

    .-padding-top-xl-210,
    .-padding-y-xl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xl-210,
    .-padding-x-xl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xl-210,
    .-padding-y-xl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xl-210,
    .-padding-x-xl-210 {
        padding-left: 210px !important
    }

    .-padding-xl-215 {
        padding: 215px !important
    }

    .-padding-top-xl-215,
    .-padding-y-xl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xl-215,
    .-padding-x-xl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xl-215,
    .-padding-y-xl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xl-215,
    .-padding-x-xl-215 {
        padding-left: 215px !important
    }

    .-padding-xl-220 {
        padding: 220px !important
    }

    .-padding-top-xl-220,
    .-padding-y-xl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xl-220,
    .-padding-x-xl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xl-220,
    .-padding-y-xl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xl-220,
    .-padding-x-xl-220 {
        padding-left: 220px !important
    }

    .-padding-xl-225 {
        padding: 225px !important
    }

    .-padding-top-xl-225,
    .-padding-y-xl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xl-225,
    .-padding-x-xl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xl-225,
    .-padding-y-xl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xl-225,
    .-padding-x-xl-225 {
        padding-left: 225px !important
    }

    .-padding-xl-230 {
        padding: 230px !important
    }

    .-padding-top-xl-230,
    .-padding-y-xl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xl-230,
    .-padding-x-xl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xl-230,
    .-padding-y-xl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xl-230,
    .-padding-x-xl-230 {
        padding-left: 230px !important
    }

    .-padding-xl-235 {
        padding: 235px !important
    }

    .-padding-top-xl-235,
    .-padding-y-xl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xl-235,
    .-padding-x-xl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xl-235,
    .-padding-y-xl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xl-235,
    .-padding-x-xl-235 {
        padding-left: 235px !important
    }

    .-padding-xl-240 {
        padding: 240px !important
    }

    .-padding-top-xl-240,
    .-padding-y-xl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xl-240,
    .-padding-x-xl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xl-240,
    .-padding-y-xl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xl-240,
    .-padding-x-xl-240 {
        padding-left: 240px !important
    }

    .-padding-xl-245 {
        padding: 245px !important
    }

    .-padding-top-xl-245,
    .-padding-y-xl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xl-245,
    .-padding-x-xl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xl-245,
    .-padding-y-xl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xl-245,
    .-padding-x-xl-245 {
        padding-left: 245px !important
    }

    .-padding-xl-250 {
        padding: 250px !important
    }

    .-padding-top-xl-250,
    .-padding-y-xl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xl-250,
    .-padding-x-xl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xl-250,
    .-padding-y-xl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xl-250,
    .-padding-x-xl-250 {
        padding-left: 250px !important
    }

    .-padding-xl-255 {
        padding: 255px !important
    }

    .-padding-top-xl-255,
    .-padding-y-xl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xl-255,
    .-padding-x-xl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xl-255,
    .-padding-y-xl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xl-255,
    .-padding-x-xl-255 {
        padding-left: 255px !important
    }

    .-padding-xl-260 {
        padding: 260px !important
    }

    .-padding-top-xl-260,
    .-padding-y-xl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xl-260,
    .-padding-x-xl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xl-260,
    .-padding-y-xl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xl-260,
    .-padding-x-xl-260 {
        padding-left: 260px !important
    }

    .-padding-xl-265 {
        padding: 265px !important
    }

    .-padding-top-xl-265,
    .-padding-y-xl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xl-265,
    .-padding-x-xl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xl-265,
    .-padding-y-xl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xl-265,
    .-padding-x-xl-265 {
        padding-left: 265px !important
    }

    .-padding-xl-270 {
        padding: 270px !important
    }

    .-padding-top-xl-270,
    .-padding-y-xl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xl-270,
    .-padding-x-xl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xl-270,
    .-padding-y-xl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xl-270,
    .-padding-x-xl-270 {
        padding-left: 270px !important
    }

    .-padding-xl-275 {
        padding: 275px !important
    }

    .-padding-top-xl-275,
    .-padding-y-xl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xl-275,
    .-padding-x-xl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xl-275,
    .-padding-y-xl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xl-275,
    .-padding-x-xl-275 {
        padding-left: 275px !important
    }

    .-padding-xl-280 {
        padding: 280px !important
    }

    .-padding-top-xl-280,
    .-padding-y-xl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xl-280,
    .-padding-x-xl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xl-280,
    .-padding-y-xl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xl-280,
    .-padding-x-xl-280 {
        padding-left: 280px !important
    }

    .-padding-xl-285 {
        padding: 285px !important
    }

    .-padding-top-xl-285,
    .-padding-y-xl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xl-285,
    .-padding-x-xl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xl-285,
    .-padding-y-xl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xl-285,
    .-padding-x-xl-285 {
        padding-left: 285px !important
    }

    .-padding-xl-290 {
        padding: 290px !important
    }

    .-padding-top-xl-290,
    .-padding-y-xl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xl-290,
    .-padding-x-xl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xl-290,
    .-padding-y-xl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xl-290,
    .-padding-x-xl-290 {
        padding-left: 290px !important
    }

    .-padding-xl-295 {
        padding: 295px !important
    }

    .-padding-top-xl-295,
    .-padding-y-xl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xl-295,
    .-padding-x-xl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xl-295,
    .-padding-y-xl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xl-295,
    .-padding-x-xl-295 {
        padding-left: 295px !important
    }

    .-padding-xl-300 {
        padding: 300px !important
    }

    .-padding-top-xl-300,
    .-padding-y-xl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xl-300,
    .-padding-x-xl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xl-300,
    .-padding-y-xl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xl-300,
    .-padding-x-xl-300 {
        padding-left: 300px !important
    }

    .-margin-xl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xl-negative-5,
    .-margin-y-xl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xl-negative-5,
    .-margin-x-xl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xl-negative-5,
    .-margin-y-xl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xl-negative-5,
    .-margin-x-xl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xl-negative-10,
    .-margin-y-xl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xl-negative-10,
    .-margin-x-xl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xl-negative-10,
    .-margin-y-xl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xl-negative-10,
    .-margin-x-xl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xl-negative-15,
    .-margin-y-xl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xl-negative-15,
    .-margin-x-xl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xl-negative-15,
    .-margin-y-xl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xl-negative-15,
    .-margin-x-xl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xl-negative-20,
    .-margin-y-xl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xl-negative-20,
    .-margin-x-xl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xl-negative-20,
    .-margin-y-xl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xl-negative-20,
    .-margin-x-xl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xl-negative-25,
    .-margin-y-xl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xl-negative-25,
    .-margin-x-xl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xl-negative-25,
    .-margin-y-xl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xl-negative-25,
    .-margin-x-xl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xl-negative-30,
    .-margin-y-xl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xl-negative-30,
    .-margin-x-xl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xl-negative-30,
    .-margin-y-xl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xl-negative-30,
    .-margin-x-xl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xl-negative-35,
    .-margin-y-xl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xl-negative-35,
    .-margin-x-xl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xl-negative-35,
    .-margin-y-xl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xl-negative-35,
    .-margin-x-xl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xl-negative-40,
    .-margin-y-xl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xl-negative-40,
    .-margin-x-xl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xl-negative-40,
    .-margin-y-xl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xl-negative-40,
    .-margin-x-xl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xl-negative-45,
    .-margin-y-xl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xl-negative-45,
    .-margin-x-xl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xl-negative-45,
    .-margin-y-xl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xl-negative-45,
    .-margin-x-xl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xl-negative-50,
    .-margin-y-xl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xl-negative-50,
    .-margin-x-xl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xl-negative-50,
    .-margin-y-xl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xl-negative-50,
    .-margin-x-xl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xl-negative-55,
    .-margin-y-xl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xl-negative-55,
    .-margin-x-xl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xl-negative-55,
    .-margin-y-xl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xl-negative-55,
    .-margin-x-xl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xl-negative-60,
    .-margin-y-xl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xl-negative-60,
    .-margin-x-xl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xl-negative-60,
    .-margin-y-xl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xl-negative-60,
    .-margin-x-xl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xl-negative-65,
    .-margin-y-xl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xl-negative-65,
    .-margin-x-xl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xl-negative-65,
    .-margin-y-xl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xl-negative-65,
    .-margin-x-xl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xl-negative-75,
    .-margin-y-xl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xl-negative-75,
    .-margin-x-xl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xl-negative-75,
    .-margin-y-xl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xl-negative-75,
    .-margin-x-xl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xl-negative-80,
    .-margin-y-xl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xl-negative-80,
    .-margin-x-xl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xl-negative-80,
    .-margin-y-xl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xl-negative-80,
    .-margin-x-xl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xl-negative-85,
    .-margin-y-xl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xl-negative-85,
    .-margin-x-xl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xl-negative-85,
    .-margin-y-xl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xl-negative-85,
    .-margin-x-xl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xl-negative-90,
    .-margin-y-xl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xl-negative-90,
    .-margin-x-xl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xl-negative-90,
    .-margin-y-xl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xl-negative-90,
    .-margin-x-xl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xl-negative-95,
    .-margin-y-xl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xl-negative-95,
    .-margin-x-xl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xl-negative-95,
    .-margin-y-xl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xl-negative-95,
    .-margin-x-xl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xl-negative-100,
    .-margin-y-xl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xl-negative-100,
    .-margin-x-xl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xl-negative-100,
    .-margin-y-xl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xl-negative-100,
    .-margin-x-xl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xl-negative-105,
    .-margin-y-xl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xl-negative-105,
    .-margin-x-xl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xl-negative-105,
    .-margin-y-xl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xl-negative-105,
    .-margin-x-xl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xl-negative-110,
    .-margin-y-xl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xl-negative-110,
    .-margin-x-xl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xl-negative-110,
    .-margin-y-xl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xl-negative-110,
    .-margin-x-xl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xl-negative-115,
    .-margin-y-xl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xl-negative-115,
    .-margin-x-xl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xl-negative-115,
    .-margin-y-xl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xl-negative-115,
    .-margin-x-xl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xl-negative-120,
    .-margin-y-xl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xl-negative-120,
    .-margin-x-xl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xl-negative-120,
    .-margin-y-xl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xl-negative-120,
    .-margin-x-xl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xl-negative-125,
    .-margin-y-xl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xl-negative-125,
    .-margin-x-xl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xl-negative-125,
    .-margin-y-xl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xl-negative-125,
    .-margin-x-xl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xl-negative-130,
    .-margin-y-xl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xl-negative-130,
    .-margin-x-xl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xl-negative-130,
    .-margin-y-xl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xl-negative-130,
    .-margin-x-xl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xl-negative-135,
    .-margin-y-xl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xl-negative-135,
    .-margin-x-xl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xl-negative-135,
    .-margin-y-xl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xl-negative-135,
    .-margin-x-xl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xl-negative-140,
    .-margin-y-xl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xl-negative-140,
    .-margin-x-xl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xl-negative-140,
    .-margin-y-xl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xl-negative-140,
    .-margin-x-xl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xl-negative-145,
    .-margin-y-xl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xl-negative-145,
    .-margin-x-xl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xl-negative-145,
    .-margin-y-xl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xl-negative-145,
    .-margin-x-xl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xl-negative-150,
    .-margin-y-xl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xl-negative-150,
    .-margin-x-xl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xl-negative-150,
    .-margin-y-xl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xl-negative-150,
    .-margin-x-xl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xl-negative-155,
    .-margin-y-xl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xl-negative-155,
    .-margin-x-xl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xl-negative-155,
    .-margin-y-xl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xl-negative-155,
    .-margin-x-xl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xl-negative-160,
    .-margin-y-xl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xl-negative-160,
    .-margin-x-xl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xl-negative-160,
    .-margin-y-xl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xl-negative-160,
    .-margin-x-xl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xl-negative-165,
    .-margin-y-xl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xl-negative-165,
    .-margin-x-xl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xl-negative-165,
    .-margin-y-xl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xl-negative-165,
    .-margin-x-xl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xl-negative-170,
    .-margin-y-xl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xl-negative-170,
    .-margin-x-xl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xl-negative-170,
    .-margin-y-xl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xl-negative-170,
    .-margin-x-xl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xl-negative-175,
    .-margin-y-xl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xl-negative-175,
    .-margin-x-xl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xl-negative-175,
    .-margin-y-xl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xl-negative-175,
    .-margin-x-xl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xl-negative-180,
    .-margin-y-xl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xl-negative-180,
    .-margin-x-xl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xl-negative-180,
    .-margin-y-xl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xl-negative-180,
    .-margin-x-xl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xl-negative-185,
    .-margin-y-xl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xl-negative-185,
    .-margin-x-xl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xl-negative-185,
    .-margin-y-xl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xl-negative-185,
    .-margin-x-xl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xl-negative-190,
    .-margin-y-xl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xl-negative-190,
    .-margin-x-xl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xl-negative-190,
    .-margin-y-xl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xl-negative-190,
    .-margin-x-xl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xl-negative-195,
    .-margin-y-xl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xl-negative-195,
    .-margin-x-xl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xl-negative-195,
    .-margin-y-xl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xl-negative-195,
    .-margin-x-xl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xl-negative-200,
    .-margin-y-xl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xl-negative-200,
    .-margin-x-xl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xl-negative-200,
    .-margin-y-xl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xl-negative-200,
    .-margin-x-xl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xl-negative-205,
    .-margin-y-xl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xl-negative-205,
    .-margin-x-xl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xl-negative-205,
    .-margin-y-xl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xl-negative-205,
    .-margin-x-xl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xl-negative-210,
    .-margin-y-xl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xl-negative-210,
    .-margin-x-xl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xl-negative-210,
    .-margin-y-xl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xl-negative-210,
    .-margin-x-xl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xl-negative-215,
    .-margin-y-xl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xl-negative-215,
    .-margin-x-xl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xl-negative-215,
    .-margin-y-xl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xl-negative-215,
    .-margin-x-xl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xl-negative-220,
    .-margin-y-xl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xl-negative-220,
    .-margin-x-xl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xl-negative-220,
    .-margin-y-xl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xl-negative-220,
    .-margin-x-xl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xl-negative-225,
    .-margin-y-xl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xl-negative-225,
    .-margin-x-xl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xl-negative-225,
    .-margin-y-xl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xl-negative-225,
    .-margin-x-xl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xl-negative-230,
    .-margin-y-xl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xl-negative-230,
    .-margin-x-xl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xl-negative-230,
    .-margin-y-xl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xl-negative-230,
    .-margin-x-xl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xl-negative-235,
    .-margin-y-xl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xl-negative-235,
    .-margin-x-xl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xl-negative-235,
    .-margin-y-xl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xl-negative-235,
    .-margin-x-xl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xl-negative-240,
    .-margin-y-xl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xl-negative-240,
    .-margin-x-xl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xl-negative-240,
    .-margin-y-xl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xl-negative-240,
    .-margin-x-xl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xl-negative-245,
    .-margin-y-xl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xl-negative-245,
    .-margin-x-xl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xl-negative-245,
    .-margin-y-xl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xl-negative-245,
    .-margin-x-xl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xl-negative-250,
    .-margin-y-xl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xl-negative-250,
    .-margin-x-xl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xl-negative-250,
    .-margin-y-xl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xl-negative-250,
    .-margin-x-xl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xl-negative-255,
    .-margin-y-xl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xl-negative-255,
    .-margin-x-xl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xl-negative-255,
    .-margin-y-xl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xl-negative-255,
    .-margin-x-xl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xl-negative-260,
    .-margin-y-xl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xl-negative-260,
    .-margin-x-xl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xl-negative-260,
    .-margin-y-xl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xl-negative-260,
    .-margin-x-xl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xl-negative-265,
    .-margin-y-xl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xl-negative-265,
    .-margin-x-xl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xl-negative-265,
    .-margin-y-xl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xl-negative-265,
    .-margin-x-xl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xl-negative-270,
    .-margin-y-xl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xl-negative-270,
    .-margin-x-xl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xl-negative-270,
    .-margin-y-xl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xl-negative-270,
    .-margin-x-xl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xl-negative-275,
    .-margin-y-xl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xl-negative-275,
    .-margin-x-xl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xl-negative-275,
    .-margin-y-xl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xl-negative-275,
    .-margin-x-xl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xl-negative-280,
    .-margin-y-xl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xl-negative-280,
    .-margin-x-xl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xl-negative-280,
    .-margin-y-xl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xl-negative-280,
    .-margin-x-xl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xl-negative-285,
    .-margin-y-xl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xl-negative-285,
    .-margin-x-xl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xl-negative-285,
    .-margin-y-xl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xl-negative-285,
    .-margin-x-xl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xl-negative-290,
    .-margin-y-xl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xl-negative-290,
    .-margin-x-xl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xl-negative-290,
    .-margin-y-xl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xl-negative-290,
    .-margin-x-xl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xl-negative-295,
    .-margin-y-xl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xl-negative-295,
    .-margin-x-xl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xl-negative-295,
    .-margin-y-xl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xl-negative-295,
    .-margin-x-xl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xl-negative-300,
    .-margin-y-xl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xl-negative-300,
    .-margin-x-xl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xl-negative-300,
    .-margin-y-xl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xl-negative-300,
    .-margin-x-xl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xl-auto {
        margin: auto !important
    }

    .margin-top-xl-auto,
    .margin-y-xl-auto {
        margin-top: auto !important
    }

    .margin-right-xl-auto,
    .margin-x-xl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xl-auto,
    .margin-y-xl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xl-auto,
    .margin-x-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1366px) {
    .-margin-xxl-0 {
        margin: 0 !important
    }

    .-margin-top-xxl-0,
    .-margin-y-xxl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxl-0,
    .-margin-x-xxl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxl-0,
    .-margin-y-xxl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxl-0,
    .-margin-x-xxl-0 {
        margin-left: 0 !important
    }

    .-margin-xxl-5 {
        margin: 5px !important
    }

    .-margin-top-xxl-5,
    .-margin-y-xxl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxl-5,
    .-margin-x-xxl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxl-5,
    .-margin-y-xxl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxl-5,
    .-margin-x-xxl-5 {
        margin-left: 5px !important
    }

    .-margin-xxl-10 {
        margin: 10px !important
    }

    .-margin-top-xxl-10,
    .-margin-y-xxl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxl-10,
    .-margin-x-xxl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxl-10,
    .-margin-y-xxl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxl-10,
    .-margin-x-xxl-10 {
        margin-left: 10px !important
    }

    .-margin-xxl-15 {
        margin: 15px !important
    }

    .-margin-top-xxl-15,
    .-margin-y-xxl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxl-15,
    .-margin-x-xxl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxl-15,
    .-margin-y-xxl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxl-15,
    .-margin-x-xxl-15 {
        margin-left: 15px !important
    }

    .-margin-xxl-20 {
        margin: 20px !important
    }

    .-margin-top-xxl-20,
    .-margin-y-xxl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxl-20,
    .-margin-x-xxl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxl-20,
    .-margin-y-xxl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxl-20,
    .-margin-x-xxl-20 {
        margin-left: 20px !important
    }

    .-margin-xxl-25 {
        margin: 25px !important
    }

    .-margin-top-xxl-25,
    .-margin-y-xxl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxl-25,
    .-margin-x-xxl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxl-25,
    .-margin-y-xxl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxl-25,
    .-margin-x-xxl-25 {
        margin-left: 25px !important
    }

    .-margin-xxl-30 {
        margin: 35px !important
    }

    .-margin-top-xxl-30,
    .-margin-y-xxl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxl-30,
    .-margin-x-xxl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxl-30,
    .-margin-y-xxl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxl-30,
    .-margin-x-xxl-30 {
        margin-left: 35px !important
    }

    .-margin-xxl-35 {
        margin: 35px !important
    }

    .-margin-top-xxl-35,
    .-margin-y-xxl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxl-35,
    .-margin-x-xxl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxl-35,
    .-margin-y-xxl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxl-35,
    .-margin-x-xxl-35 {
        margin-left: 35px !important
    }

    .-margin-xxl-40 {
        margin: 40px !important
    }

    .-margin-top-xxl-40,
    .-margin-y-xxl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxl-40,
    .-margin-x-xxl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxl-40,
    .-margin-y-xxl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxl-40,
    .-margin-x-xxl-40 {
        margin-left: 40px !important
    }

    .-margin-xxl-45 {
        margin: 45px !important
    }

    .-margin-top-xxl-45,
    .-margin-y-xxl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxl-45,
    .-margin-x-xxl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxl-45,
    .-margin-y-xxl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxl-45,
    .-margin-x-xxl-45 {
        margin-left: 45px !important
    }

    .-margin-xxl-50 {
        margin: 50px !important
    }

    .-margin-top-xxl-50,
    .-margin-y-xxl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxl-50,
    .-margin-x-xxl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxl-50,
    .-margin-y-xxl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxl-50,
    .-margin-x-xxl-50 {
        margin-left: 50px !important
    }

    .-margin-xxl-55 {
        margin: 55px !important
    }

    .-margin-top-xxl-55,
    .-margin-y-xxl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxl-55,
    .-margin-x-xxl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxl-55,
    .-margin-y-xxl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxl-55,
    .-margin-x-xxl-55 {
        margin-left: 55px !important
    }

    .-margin-xxl-60 {
        margin: 60px !important
    }

    .-margin-top-xxl-60,
    .-margin-y-xxl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxl-60,
    .-margin-x-xxl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxl-60,
    .-margin-y-xxl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxl-60,
    .-margin-x-xxl-60 {
        margin-left: 60px !important
    }

    .-margin-xxl-65 {
        margin: 65px !important
    }

    .-margin-top-xxl-65,
    .-margin-y-xxl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxl-65,
    .-margin-x-xxl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxl-65,
    .-margin-y-xxl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxl-65,
    .-margin-x-xxl-65 {
        margin-left: 65px !important
    }

    .-margin-xxl-75 {
        margin: 75px !important
    }

    .-margin-top-xxl-75,
    .-margin-y-xxl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxl-75,
    .-margin-x-xxl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxl-75,
    .-margin-y-xxl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxl-75,
    .-margin-x-xxl-75 {
        margin-left: 75px !important
    }

    .-margin-xxl-80 {
        margin: 80px !important
    }

    .-margin-top-xxl-80,
    .-margin-y-xxl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxl-80,
    .-margin-x-xxl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxl-80,
    .-margin-y-xxl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxl-80,
    .-margin-x-xxl-80 {
        margin-left: 80px !important
    }

    .-margin-xxl-85 {
        margin: 85px !important
    }

    .-margin-top-xxl-85,
    .-margin-y-xxl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxl-85,
    .-margin-x-xxl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxl-85,
    .-margin-y-xxl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxl-85,
    .-margin-x-xxl-85 {
        margin-left: 85px !important
    }

    .-margin-xxl-90 {
        margin: 90px !important
    }

    .-margin-top-xxl-90,
    .-margin-y-xxl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxl-90,
    .-margin-x-xxl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxl-90,
    .-margin-y-xxl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxl-90,
    .-margin-x-xxl-90 {
        margin-left: 90px !important
    }

    .-margin-xxl-95 {
        margin: 95px !important
    }

    .-margin-top-xxl-95,
    .-margin-y-xxl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxl-95,
    .-margin-x-xxl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxl-95,
    .-margin-y-xxl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxl-95,
    .-margin-x-xxl-95 {
        margin-left: 95px !important
    }

    .-margin-xxl-100 {
        margin: 100px !important
    }

    .-margin-top-xxl-100,
    .-margin-y-xxl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxl-100,
    .-margin-x-xxl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxl-100,
    .-margin-y-xxl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxl-100,
    .-margin-x-xxl-100 {
        margin-left: 100px !important
    }

    .-margin-xxl-105 {
        margin: 105px !important
    }

    .-margin-top-xxl-105,
    .-margin-y-xxl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxl-105,
    .-margin-x-xxl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxl-105,
    .-margin-y-xxl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxl-105,
    .-margin-x-xxl-105 {
        margin-left: 105px !important
    }

    .-margin-xxl-110 {
        margin: 110px !important
    }

    .-margin-top-xxl-110,
    .-margin-y-xxl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxl-110,
    .-margin-x-xxl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxl-110,
    .-margin-y-xxl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxl-110,
    .-margin-x-xxl-110 {
        margin-left: 110px !important
    }

    .-margin-xxl-115 {
        margin: 115px !important
    }

    .-margin-top-xxl-115,
    .-margin-y-xxl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxl-115,
    .-margin-x-xxl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxl-115,
    .-margin-y-xxl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxl-115,
    .-margin-x-xxl-115 {
        margin-left: 115px !important
    }

    .-margin-xxl-120 {
        margin: 120px !important
    }

    .-margin-top-xxl-120,
    .-margin-y-xxl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxl-120,
    .-margin-x-xxl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxl-120,
    .-margin-y-xxl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxl-120,
    .-margin-x-xxl-120 {
        margin-left: 120px !important
    }

    .-margin-xxl-125 {
        margin: 125px !important
    }

    .-margin-top-xxl-125,
    .-margin-y-xxl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxl-125,
    .-margin-x-xxl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxl-125,
    .-margin-y-xxl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxl-125,
    .-margin-x-xxl-125 {
        margin-left: 125px !important
    }

    .-margin-xxl-130 {
        margin: 130px !important
    }

    .-margin-top-xxl-130,
    .-margin-y-xxl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxl-130,
    .-margin-x-xxl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxl-130,
    .-margin-y-xxl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxl-130,
    .-margin-x-xxl-130 {
        margin-left: 130px !important
    }

    .-margin-xxl-135 {
        margin: 135px !important
    }

    .-margin-top-xxl-135,
    .-margin-y-xxl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxl-135,
    .-margin-x-xxl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxl-135,
    .-margin-y-xxl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxl-135,
    .-margin-x-xxl-135 {
        margin-left: 135px !important
    }

    .-margin-xxl-140 {
        margin: 140px !important
    }

    .-margin-top-xxl-140,
    .-margin-y-xxl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxl-140,
    .-margin-x-xxl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxl-140,
    .-margin-y-xxl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxl-140,
    .-margin-x-xxl-140 {
        margin-left: 140px !important
    }

    .-margin-xxl-145 {
        margin: 145px !important
    }

    .-margin-top-xxl-145,
    .-margin-y-xxl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxl-145,
    .-margin-x-xxl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxl-145,
    .-margin-y-xxl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxl-145,
    .-margin-x-xxl-145 {
        margin-left: 145px !important
    }

    .-margin-xxl-150 {
        margin: 150px !important
    }

    .-margin-top-xxl-150,
    .-margin-y-xxl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxl-150,
    .-margin-x-xxl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxl-150,
    .-margin-y-xxl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxl-150,
    .-margin-x-xxl-150 {
        margin-left: 150px !important
    }

    .-margin-xxl-155 {
        margin: 155px !important
    }

    .-margin-top-xxl-155,
    .-margin-y-xxl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxl-155,
    .-margin-x-xxl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxl-155,
    .-margin-y-xxl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxl-155,
    .-margin-x-xxl-155 {
        margin-left: 155px !important
    }

    .-margin-xxl-160 {
        margin: 160px !important
    }

    .-margin-top-xxl-160,
    .-margin-y-xxl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxl-160,
    .-margin-x-xxl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxl-160,
    .-margin-y-xxl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxl-160,
    .-margin-x-xxl-160 {
        margin-left: 160px !important
    }

    .-margin-xxl-165 {
        margin: 165px !important
    }

    .-margin-top-xxl-165,
    .-margin-y-xxl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxl-165,
    .-margin-x-xxl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxl-165,
    .-margin-y-xxl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxl-165,
    .-margin-x-xxl-165 {
        margin-left: 165px !important
    }

    .-margin-xxl-170 {
        margin: 170px !important
    }

    .-margin-top-xxl-170,
    .-margin-y-xxl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxl-170,
    .-margin-x-xxl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxl-170,
    .-margin-y-xxl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxl-170,
    .-margin-x-xxl-170 {
        margin-left: 170px !important
    }

    .-margin-xxl-175 {
        margin: 175px !important
    }

    .-margin-top-xxl-175,
    .-margin-y-xxl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxl-175,
    .-margin-x-xxl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxl-175,
    .-margin-y-xxl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxl-175,
    .-margin-x-xxl-175 {
        margin-left: 175px !important
    }

    .-margin-xxl-180 {
        margin: 180px !important
    }

    .-margin-top-xxl-180,
    .-margin-y-xxl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxl-180,
    .-margin-x-xxl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxl-180,
    .-margin-y-xxl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxl-180,
    .-margin-x-xxl-180 {
        margin-left: 180px !important
    }

    .-margin-xxl-185 {
        margin: 185px !important
    }

    .-margin-top-xxl-185,
    .-margin-y-xxl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxl-185,
    .-margin-x-xxl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxl-185,
    .-margin-y-xxl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxl-185,
    .-margin-x-xxl-185 {
        margin-left: 185px !important
    }

    .-margin-xxl-190 {
        margin: 190px !important
    }

    .-margin-top-xxl-190,
    .-margin-y-xxl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxl-190,
    .-margin-x-xxl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxl-190,
    .-margin-y-xxl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxl-190,
    .-margin-x-xxl-190 {
        margin-left: 190px !important
    }

    .-margin-xxl-195 {
        margin: 195px !important
    }

    .-margin-top-xxl-195,
    .-margin-y-xxl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxl-195,
    .-margin-x-xxl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxl-195,
    .-margin-y-xxl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxl-195,
    .-margin-x-xxl-195 {
        margin-left: 195px !important
    }

    .-margin-xxl-200 {
        margin: 200px !important
    }

    .-margin-top-xxl-200,
    .-margin-y-xxl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxl-200,
    .-margin-x-xxl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxl-200,
    .-margin-y-xxl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxl-200,
    .-margin-x-xxl-200 {
        margin-left: 200px !important
    }

    .-margin-xxl-205 {
        margin: 205px !important
    }

    .-margin-top-xxl-205,
    .-margin-y-xxl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxl-205,
    .-margin-x-xxl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxl-205,
    .-margin-y-xxl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxl-205,
    .-margin-x-xxl-205 {
        margin-left: 205px !important
    }

    .-margin-xxl-210 {
        margin: 210px !important
    }

    .-margin-top-xxl-210,
    .-margin-y-xxl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxl-210,
    .-margin-x-xxl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxl-210,
    .-margin-y-xxl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxl-210,
    .-margin-x-xxl-210 {
        margin-left: 210px !important
    }

    .-margin-xxl-215 {
        margin: 215px !important
    }

    .-margin-top-xxl-215,
    .-margin-y-xxl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxl-215,
    .-margin-x-xxl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxl-215,
    .-margin-y-xxl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxl-215,
    .-margin-x-xxl-215 {
        margin-left: 215px !important
    }

    .-margin-xxl-220 {
        margin: 220px !important
    }

    .-margin-top-xxl-220,
    .-margin-y-xxl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxl-220,
    .-margin-x-xxl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxl-220,
    .-margin-y-xxl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxl-220,
    .-margin-x-xxl-220 {
        margin-left: 220px !important
    }

    .-margin-xxl-225 {
        margin: 225px !important
    }

    .-margin-top-xxl-225,
    .-margin-y-xxl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxl-225,
    .-margin-x-xxl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxl-225,
    .-margin-y-xxl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxl-225,
    .-margin-x-xxl-225 {
        margin-left: 225px !important
    }

    .-margin-xxl-230 {
        margin: 230px !important
    }

    .-margin-top-xxl-230,
    .-margin-y-xxl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxl-230,
    .-margin-x-xxl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxl-230,
    .-margin-y-xxl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxl-230,
    .-margin-x-xxl-230 {
        margin-left: 230px !important
    }

    .-margin-xxl-235 {
        margin: 235px !important
    }

    .-margin-top-xxl-235,
    .-margin-y-xxl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxl-235,
    .-margin-x-xxl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxl-235,
    .-margin-y-xxl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxl-235,
    .-margin-x-xxl-235 {
        margin-left: 235px !important
    }

    .-margin-xxl-240 {
        margin: 240px !important
    }

    .-margin-top-xxl-240,
    .-margin-y-xxl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxl-240,
    .-margin-x-xxl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxl-240,
    .-margin-y-xxl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxl-240,
    .-margin-x-xxl-240 {
        margin-left: 240px !important
    }

    .-margin-xxl-245 {
        margin: 245px !important
    }

    .-margin-top-xxl-245,
    .-margin-y-xxl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxl-245,
    .-margin-x-xxl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxl-245,
    .-margin-y-xxl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxl-245,
    .-margin-x-xxl-245 {
        margin-left: 245px !important
    }

    .-margin-xxl-250 {
        margin: 250px !important
    }

    .-margin-top-xxl-250,
    .-margin-y-xxl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxl-250,
    .-margin-x-xxl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxl-250,
    .-margin-y-xxl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxl-250,
    .-margin-x-xxl-250 {
        margin-left: 250px !important
    }

    .-margin-xxl-255 {
        margin: 255px !important
    }

    .-margin-top-xxl-255,
    .-margin-y-xxl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxl-255,
    .-margin-x-xxl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxl-255,
    .-margin-y-xxl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxl-255,
    .-margin-x-xxl-255 {
        margin-left: 255px !important
    }

    .-margin-xxl-260 {
        margin: 260px !important
    }

    .-margin-top-xxl-260,
    .-margin-y-xxl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxl-260,
    .-margin-x-xxl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxl-260,
    .-margin-y-xxl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxl-260,
    .-margin-x-xxl-260 {
        margin-left: 260px !important
    }

    .-margin-xxl-265 {
        margin: 265px !important
    }

    .-margin-top-xxl-265,
    .-margin-y-xxl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxl-265,
    .-margin-x-xxl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxl-265,
    .-margin-y-xxl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxl-265,
    .-margin-x-xxl-265 {
        margin-left: 265px !important
    }

    .-margin-xxl-270 {
        margin: 270px !important
    }

    .-margin-top-xxl-270,
    .-margin-y-xxl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxl-270,
    .-margin-x-xxl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxl-270,
    .-margin-y-xxl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxl-270,
    .-margin-x-xxl-270 {
        margin-left: 270px !important
    }

    .-margin-xxl-275 {
        margin: 275px !important
    }

    .-margin-top-xxl-275,
    .-margin-y-xxl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxl-275,
    .-margin-x-xxl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxl-275,
    .-margin-y-xxl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxl-275,
    .-margin-x-xxl-275 {
        margin-left: 275px !important
    }

    .-margin-xxl-280 {
        margin: 280px !important
    }

    .-margin-top-xxl-280,
    .-margin-y-xxl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxl-280,
    .-margin-x-xxl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxl-280,
    .-margin-y-xxl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxl-280,
    .-margin-x-xxl-280 {
        margin-left: 280px !important
    }

    .-margin-xxl-285 {
        margin: 285px !important
    }

    .-margin-top-xxl-285,
    .-margin-y-xxl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxl-285,
    .-margin-x-xxl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxl-285,
    .-margin-y-xxl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxl-285,
    .-margin-x-xxl-285 {
        margin-left: 285px !important
    }

    .-margin-xxl-290 {
        margin: 290px !important
    }

    .-margin-top-xxl-290,
    .-margin-y-xxl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxl-290,
    .-margin-x-xxl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxl-290,
    .-margin-y-xxl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxl-290,
    .-margin-x-xxl-290 {
        margin-left: 290px !important
    }

    .-margin-xxl-295 {
        margin: 295px !important
    }

    .-margin-top-xxl-295,
    .-margin-y-xxl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxl-295,
    .-margin-x-xxl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxl-295,
    .-margin-y-xxl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxl-295,
    .-margin-x-xxl-295 {
        margin-left: 295px !important
    }

    .-margin-xxl-300 {
        margin: 300px !important
    }

    .-margin-top-xxl-300,
    .-margin-y-xxl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxl-300,
    .-margin-x-xxl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxl-300,
    .-margin-y-xxl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxl-300,
    .-margin-x-xxl-300 {
        margin-left: 300px !important
    }

    .-padding-xxl-0 {
        padding: 0 !important
    }

    .-padding-top-xxl-0,
    .-padding-y-xxl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxl-0,
    .-padding-x-xxl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxl-0,
    .-padding-y-xxl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxl-0,
    .-padding-x-xxl-0 {
        padding-left: 0 !important
    }

    .-padding-xxl-5 {
        padding: 5px !important
    }

    .-padding-top-xxl-5,
    .-padding-y-xxl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxl-5,
    .-padding-x-xxl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxl-5,
    .-padding-y-xxl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxl-5,
    .-padding-x-xxl-5 {
        padding-left: 5px !important
    }

    .-padding-xxl-10 {
        padding: 10px !important
    }

    .-padding-top-xxl-10,
    .-padding-y-xxl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxl-10,
    .-padding-x-xxl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxl-10,
    .-padding-y-xxl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxl-10,
    .-padding-x-xxl-10 {
        padding-left: 10px !important
    }

    .-padding-xxl-15 {
        padding: 15px !important
    }

    .-padding-top-xxl-15,
    .-padding-y-xxl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxl-15,
    .-padding-x-xxl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxl-15,
    .-padding-y-xxl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxl-15,
    .-padding-x-xxl-15 {
        padding-left: 15px !important
    }

    .-padding-xxl-20 {
        padding: 20px !important
    }

    .-padding-top-xxl-20,
    .-padding-y-xxl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxl-20,
    .-padding-x-xxl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxl-20,
    .-padding-y-xxl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxl-20,
    .-padding-x-xxl-20 {
        padding-left: 20px !important
    }

    .-padding-xxl-25 {
        padding: 25px !important
    }

    .-padding-top-xxl-25,
    .-padding-y-xxl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxl-25,
    .-padding-x-xxl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxl-25,
    .-padding-y-xxl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxl-25,
    .-padding-x-xxl-25 {
        padding-left: 25px !important
    }

    .-padding-xxl-30 {
        padding: 35px !important
    }

    .-padding-top-xxl-30,
    .-padding-y-xxl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxl-30,
    .-padding-x-xxl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxl-30,
    .-padding-y-xxl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxl-30,
    .-padding-x-xxl-30 {
        padding-left: 35px !important
    }

    .-padding-xxl-35 {
        padding: 35px !important
    }

    .-padding-top-xxl-35,
    .-padding-y-xxl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxl-35,
    .-padding-x-xxl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxl-35,
    .-padding-y-xxl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxl-35,
    .-padding-x-xxl-35 {
        padding-left: 35px !important
    }

    .-padding-xxl-40 {
        padding: 40px !important
    }

    .-padding-top-xxl-40,
    .-padding-y-xxl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxl-40,
    .-padding-x-xxl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxl-40,
    .-padding-y-xxl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxl-40,
    .-padding-x-xxl-40 {
        padding-left: 40px !important
    }

    .-padding-xxl-45 {
        padding: 45px !important
    }

    .-padding-top-xxl-45,
    .-padding-y-xxl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxl-45,
    .-padding-x-xxl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxl-45,
    .-padding-y-xxl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxl-45,
    .-padding-x-xxl-45 {
        padding-left: 45px !important
    }

    .-padding-xxl-50 {
        padding: 50px !important
    }

    .-padding-top-xxl-50,
    .-padding-y-xxl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxl-50,
    .-padding-x-xxl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxl-50,
    .-padding-y-xxl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxl-50,
    .-padding-x-xxl-50 {
        padding-left: 50px !important
    }

    .-padding-xxl-55 {
        padding: 55px !important
    }

    .-padding-top-xxl-55,
    .-padding-y-xxl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxl-55,
    .-padding-x-xxl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxl-55,
    .-padding-y-xxl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxl-55,
    .-padding-x-xxl-55 {
        padding-left: 55px !important
    }

    .-padding-xxl-60 {
        padding: 60px !important
    }

    .-padding-top-xxl-60,
    .-padding-y-xxl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxl-60,
    .-padding-x-xxl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxl-60,
    .-padding-y-xxl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxl-60,
    .-padding-x-xxl-60 {
        padding-left: 60px !important
    }

    .-padding-xxl-65 {
        padding: 65px !important
    }

    .-padding-top-xxl-65,
    .-padding-y-xxl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxl-65,
    .-padding-x-xxl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxl-65,
    .-padding-y-xxl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxl-65,
    .-padding-x-xxl-65 {
        padding-left: 65px !important
    }

    .-padding-xxl-75 {
        padding: 75px !important
    }

    .-padding-top-xxl-75,
    .-padding-y-xxl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxl-75,
    .-padding-x-xxl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxl-75,
    .-padding-y-xxl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxl-75,
    .-padding-x-xxl-75 {
        padding-left: 75px !important
    }

    .-padding-xxl-80 {
        padding: 80px !important
    }

    .-padding-top-xxl-80,
    .-padding-y-xxl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxl-80,
    .-padding-x-xxl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxl-80,
    .-padding-y-xxl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxl-80,
    .-padding-x-xxl-80 {
        padding-left: 80px !important
    }

    .-padding-xxl-85 {
        padding: 85px !important
    }

    .-padding-top-xxl-85,
    .-padding-y-xxl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxl-85,
    .-padding-x-xxl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxl-85,
    .-padding-y-xxl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxl-85,
    .-padding-x-xxl-85 {
        padding-left: 85px !important
    }

    .-padding-xxl-90 {
        padding: 90px !important
    }

    .-padding-top-xxl-90,
    .-padding-y-xxl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxl-90,
    .-padding-x-xxl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxl-90,
    .-padding-y-xxl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxl-90,
    .-padding-x-xxl-90 {
        padding-left: 90px !important
    }

    .-padding-xxl-95 {
        padding: 95px !important
    }

    .-padding-top-xxl-95,
    .-padding-y-xxl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxl-95,
    .-padding-x-xxl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxl-95,
    .-padding-y-xxl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxl-95,
    .-padding-x-xxl-95 {
        padding-left: 95px !important
    }

    .-padding-xxl-100 {
        padding: 100px !important
    }

    .-padding-top-xxl-100,
    .-padding-y-xxl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxl-100,
    .-padding-x-xxl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxl-100,
    .-padding-y-xxl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxl-100,
    .-padding-x-xxl-100 {
        padding-left: 100px !important
    }

    .-padding-xxl-105 {
        padding: 105px !important
    }

    .-padding-top-xxl-105,
    .-padding-y-xxl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxl-105,
    .-padding-x-xxl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxl-105,
    .-padding-y-xxl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxl-105,
    .-padding-x-xxl-105 {
        padding-left: 105px !important
    }

    .-padding-xxl-110 {
        padding: 110px !important
    }

    .-padding-top-xxl-110,
    .-padding-y-xxl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxl-110,
    .-padding-x-xxl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxl-110,
    .-padding-y-xxl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxl-110,
    .-padding-x-xxl-110 {
        padding-left: 110px !important
    }

    .-padding-xxl-115 {
        padding: 115px !important
    }

    .-padding-top-xxl-115,
    .-padding-y-xxl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxl-115,
    .-padding-x-xxl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxl-115,
    .-padding-y-xxl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxl-115,
    .-padding-x-xxl-115 {
        padding-left: 115px !important
    }

    .-padding-xxl-120 {
        padding: 120px !important
    }

    .-padding-top-xxl-120,
    .-padding-y-xxl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxl-120,
    .-padding-x-xxl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxl-120,
    .-padding-y-xxl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxl-120,
    .-padding-x-xxl-120 {
        padding-left: 120px !important
    }

    .-padding-xxl-125 {
        padding: 125px !important
    }

    .-padding-top-xxl-125,
    .-padding-y-xxl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxl-125,
    .-padding-x-xxl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxl-125,
    .-padding-y-xxl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxl-125,
    .-padding-x-xxl-125 {
        padding-left: 125px !important
    }

    .-padding-xxl-130 {
        padding: 130px !important
    }

    .-padding-top-xxl-130,
    .-padding-y-xxl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxl-130,
    .-padding-x-xxl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxl-130,
    .-padding-y-xxl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxl-130,
    .-padding-x-xxl-130 {
        padding-left: 130px !important
    }

    .-padding-xxl-135 {
        padding: 135px !important
    }

    .-padding-top-xxl-135,
    .-padding-y-xxl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxl-135,
    .-padding-x-xxl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxl-135,
    .-padding-y-xxl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxl-135,
    .-padding-x-xxl-135 {
        padding-left: 135px !important
    }

    .-padding-xxl-140 {
        padding: 140px !important
    }

    .-padding-top-xxl-140,
    .-padding-y-xxl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxl-140,
    .-padding-x-xxl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxl-140,
    .-padding-y-xxl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxl-140,
    .-padding-x-xxl-140 {
        padding-left: 140px !important
    }

    .-padding-xxl-145 {
        padding: 145px !important
    }

    .-padding-top-xxl-145,
    .-padding-y-xxl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxl-145,
    .-padding-x-xxl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxl-145,
    .-padding-y-xxl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxl-145,
    .-padding-x-xxl-145 {
        padding-left: 145px !important
    }

    .-padding-xxl-150 {
        padding: 150px !important
    }

    .-padding-top-xxl-150,
    .-padding-y-xxl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxl-150,
    .-padding-x-xxl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxl-150,
    .-padding-y-xxl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxl-150,
    .-padding-x-xxl-150 {
        padding-left: 150px !important
    }

    .-padding-xxl-155 {
        padding: 155px !important
    }

    .-padding-top-xxl-155,
    .-padding-y-xxl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxl-155,
    .-padding-x-xxl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxl-155,
    .-padding-y-xxl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxl-155,
    .-padding-x-xxl-155 {
        padding-left: 155px !important
    }

    .-padding-xxl-160 {
        padding: 160px !important
    }

    .-padding-top-xxl-160,
    .-padding-y-xxl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxl-160,
    .-padding-x-xxl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxl-160,
    .-padding-y-xxl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxl-160,
    .-padding-x-xxl-160 {
        padding-left: 160px !important
    }

    .-padding-xxl-165 {
        padding: 165px !important
    }

    .-padding-top-xxl-165,
    .-padding-y-xxl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxl-165,
    .-padding-x-xxl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxl-165,
    .-padding-y-xxl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxl-165,
    .-padding-x-xxl-165 {
        padding-left: 165px !important
    }

    .-padding-xxl-170 {
        padding: 170px !important
    }

    .-padding-top-xxl-170,
    .-padding-y-xxl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxl-170,
    .-padding-x-xxl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxl-170,
    .-padding-y-xxl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxl-170,
    .-padding-x-xxl-170 {
        padding-left: 170px !important
    }

    .-padding-xxl-175 {
        padding: 175px !important
    }

    .-padding-top-xxl-175,
    .-padding-y-xxl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxl-175,
    .-padding-x-xxl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxl-175,
    .-padding-y-xxl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxl-175,
    .-padding-x-xxl-175 {
        padding-left: 175px !important
    }

    .-padding-xxl-180 {
        padding: 180px !important
    }

    .-padding-top-xxl-180,
    .-padding-y-xxl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxl-180,
    .-padding-x-xxl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxl-180,
    .-padding-y-xxl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxl-180,
    .-padding-x-xxl-180 {
        padding-left: 180px !important
    }

    .-padding-xxl-185 {
        padding: 185px !important
    }

    .-padding-top-xxl-185,
    .-padding-y-xxl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxl-185,
    .-padding-x-xxl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxl-185,
    .-padding-y-xxl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxl-185,
    .-padding-x-xxl-185 {
        padding-left: 185px !important
    }

    .-padding-xxl-190 {
        padding: 190px !important
    }

    .-padding-top-xxl-190,
    .-padding-y-xxl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxl-190,
    .-padding-x-xxl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxl-190,
    .-padding-y-xxl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxl-190,
    .-padding-x-xxl-190 {
        padding-left: 190px !important
    }

    .-padding-xxl-195 {
        padding: 195px !important
    }

    .-padding-top-xxl-195,
    .-padding-y-xxl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxl-195,
    .-padding-x-xxl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxl-195,
    .-padding-y-xxl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxl-195,
    .-padding-x-xxl-195 {
        padding-left: 195px !important
    }

    .-padding-xxl-200 {
        padding: 200px !important
    }

    .-padding-top-xxl-200,
    .-padding-y-xxl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxl-200,
    .-padding-x-xxl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxl-200,
    .-padding-y-xxl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxl-200,
    .-padding-x-xxl-200 {
        padding-left: 200px !important
    }

    .-padding-xxl-205 {
        padding: 205px !important
    }

    .-padding-top-xxl-205,
    .-padding-y-xxl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxl-205,
    .-padding-x-xxl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxl-205,
    .-padding-y-xxl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxl-205,
    .-padding-x-xxl-205 {
        padding-left: 205px !important
    }

    .-padding-xxl-210 {
        padding: 210px !important
    }

    .-padding-top-xxl-210,
    .-padding-y-xxl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxl-210,
    .-padding-x-xxl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxl-210,
    .-padding-y-xxl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxl-210,
    .-padding-x-xxl-210 {
        padding-left: 210px !important
    }

    .-padding-xxl-215 {
        padding: 215px !important
    }

    .-padding-top-xxl-215,
    .-padding-y-xxl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxl-215,
    .-padding-x-xxl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxl-215,
    .-padding-y-xxl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxl-215,
    .-padding-x-xxl-215 {
        padding-left: 215px !important
    }

    .-padding-xxl-220 {
        padding: 220px !important
    }

    .-padding-top-xxl-220,
    .-padding-y-xxl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxl-220,
    .-padding-x-xxl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxl-220,
    .-padding-y-xxl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxl-220,
    .-padding-x-xxl-220 {
        padding-left: 220px !important
    }

    .-padding-xxl-225 {
        padding: 225px !important
    }

    .-padding-top-xxl-225,
    .-padding-y-xxl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxl-225,
    .-padding-x-xxl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxl-225,
    .-padding-y-xxl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxl-225,
    .-padding-x-xxl-225 {
        padding-left: 225px !important
    }

    .-padding-xxl-230 {
        padding: 230px !important
    }

    .-padding-top-xxl-230,
    .-padding-y-xxl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxl-230,
    .-padding-x-xxl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxl-230,
    .-padding-y-xxl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxl-230,
    .-padding-x-xxl-230 {
        padding-left: 230px !important
    }

    .-padding-xxl-235 {
        padding: 235px !important
    }

    .-padding-top-xxl-235,
    .-padding-y-xxl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxl-235,
    .-padding-x-xxl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxl-235,
    .-padding-y-xxl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxl-235,
    .-padding-x-xxl-235 {
        padding-left: 235px !important
    }

    .-padding-xxl-240 {
        padding: 240px !important
    }

    .-padding-top-xxl-240,
    .-padding-y-xxl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxl-240,
    .-padding-x-xxl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxl-240,
    .-padding-y-xxl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxl-240,
    .-padding-x-xxl-240 {
        padding-left: 240px !important
    }

    .-padding-xxl-245 {
        padding: 245px !important
    }

    .-padding-top-xxl-245,
    .-padding-y-xxl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxl-245,
    .-padding-x-xxl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxl-245,
    .-padding-y-xxl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxl-245,
    .-padding-x-xxl-245 {
        padding-left: 245px !important
    }

    .-padding-xxl-250 {
        padding: 250px !important
    }

    .-padding-top-xxl-250,
    .-padding-y-xxl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxl-250,
    .-padding-x-xxl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxl-250,
    .-padding-y-xxl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxl-250,
    .-padding-x-xxl-250 {
        padding-left: 250px !important
    }

    .-padding-xxl-255 {
        padding: 255px !important
    }

    .-padding-top-xxl-255,
    .-padding-y-xxl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxl-255,
    .-padding-x-xxl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxl-255,
    .-padding-y-xxl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxl-255,
    .-padding-x-xxl-255 {
        padding-left: 255px !important
    }

    .-padding-xxl-260 {
        padding: 260px !important
    }

    .-padding-top-xxl-260,
    .-padding-y-xxl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxl-260,
    .-padding-x-xxl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxl-260,
    .-padding-y-xxl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxl-260,
    .-padding-x-xxl-260 {
        padding-left: 260px !important
    }

    .-padding-xxl-265 {
        padding: 265px !important
    }

    .-padding-top-xxl-265,
    .-padding-y-xxl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxl-265,
    .-padding-x-xxl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxl-265,
    .-padding-y-xxl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxl-265,
    .-padding-x-xxl-265 {
        padding-left: 265px !important
    }

    .-padding-xxl-270 {
        padding: 270px !important
    }

    .-padding-top-xxl-270,
    .-padding-y-xxl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxl-270,
    .-padding-x-xxl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxl-270,
    .-padding-y-xxl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxl-270,
    .-padding-x-xxl-270 {
        padding-left: 270px !important
    }

    .-padding-xxl-275 {
        padding: 275px !important
    }

    .-padding-top-xxl-275,
    .-padding-y-xxl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxl-275,
    .-padding-x-xxl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxl-275,
    .-padding-y-xxl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxl-275,
    .-padding-x-xxl-275 {
        padding-left: 275px !important
    }

    .-padding-xxl-280 {
        padding: 280px !important
    }

    .-padding-top-xxl-280,
    .-padding-y-xxl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxl-280,
    .-padding-x-xxl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxl-280,
    .-padding-y-xxl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxl-280,
    .-padding-x-xxl-280 {
        padding-left: 280px !important
    }

    .-padding-xxl-285 {
        padding: 285px !important
    }

    .-padding-top-xxl-285,
    .-padding-y-xxl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxl-285,
    .-padding-x-xxl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxl-285,
    .-padding-y-xxl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxl-285,
    .-padding-x-xxl-285 {
        padding-left: 285px !important
    }

    .-padding-xxl-290 {
        padding: 290px !important
    }

    .-padding-top-xxl-290,
    .-padding-y-xxl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxl-290,
    .-padding-x-xxl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxl-290,
    .-padding-y-xxl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxl-290,
    .-padding-x-xxl-290 {
        padding-left: 290px !important
    }

    .-padding-xxl-295 {
        padding: 295px !important
    }

    .-padding-top-xxl-295,
    .-padding-y-xxl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxl-295,
    .-padding-x-xxl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxl-295,
    .-padding-y-xxl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxl-295,
    .-padding-x-xxl-295 {
        padding-left: 295px !important
    }

    .-padding-xxl-300 {
        padding: 300px !important
    }

    .-padding-top-xxl-300,
    .-padding-y-xxl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxl-300,
    .-padding-x-xxl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxl-300,
    .-padding-y-xxl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxl-300,
    .-padding-x-xxl-300 {
        padding-left: 300px !important
    }

    .-margin-xxl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxl-negative-5,
    .-margin-y-xxl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxl-negative-5,
    .-margin-x-xxl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxl-negative-5,
    .-margin-y-xxl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxl-negative-5,
    .-margin-x-xxl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxl-negative-10,
    .-margin-y-xxl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxl-negative-10,
    .-margin-x-xxl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxl-negative-10,
    .-margin-y-xxl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxl-negative-10,
    .-margin-x-xxl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxl-negative-15,
    .-margin-y-xxl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxl-negative-15,
    .-margin-x-xxl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxl-negative-15,
    .-margin-y-xxl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxl-negative-15,
    .-margin-x-xxl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxl-negative-20,
    .-margin-y-xxl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxl-negative-20,
    .-margin-x-xxl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxl-negative-20,
    .-margin-y-xxl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxl-negative-20,
    .-margin-x-xxl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxl-negative-25,
    .-margin-y-xxl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxl-negative-25,
    .-margin-x-xxl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxl-negative-25,
    .-margin-y-xxl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxl-negative-25,
    .-margin-x-xxl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxl-negative-30,
    .-margin-y-xxl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxl-negative-30,
    .-margin-x-xxl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxl-negative-30,
    .-margin-y-xxl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxl-negative-30,
    .-margin-x-xxl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxl-negative-35,
    .-margin-y-xxl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxl-negative-35,
    .-margin-x-xxl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxl-negative-35,
    .-margin-y-xxl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxl-negative-35,
    .-margin-x-xxl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxl-negative-40,
    .-margin-y-xxl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxl-negative-40,
    .-margin-x-xxl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxl-negative-40,
    .-margin-y-xxl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxl-negative-40,
    .-margin-x-xxl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxl-negative-45,
    .-margin-y-xxl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxl-negative-45,
    .-margin-x-xxl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxl-negative-45,
    .-margin-y-xxl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxl-negative-45,
    .-margin-x-xxl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxl-negative-50,
    .-margin-y-xxl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxl-negative-50,
    .-margin-x-xxl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxl-negative-50,
    .-margin-y-xxl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxl-negative-50,
    .-margin-x-xxl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxl-negative-55,
    .-margin-y-xxl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxl-negative-55,
    .-margin-x-xxl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxl-negative-55,
    .-margin-y-xxl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxl-negative-55,
    .-margin-x-xxl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxl-negative-60,
    .-margin-y-xxl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxl-negative-60,
    .-margin-x-xxl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxl-negative-60,
    .-margin-y-xxl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxl-negative-60,
    .-margin-x-xxl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxl-negative-65,
    .-margin-y-xxl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxl-negative-65,
    .-margin-x-xxl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxl-negative-65,
    .-margin-y-xxl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxl-negative-65,
    .-margin-x-xxl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxl-negative-75,
    .-margin-y-xxl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxl-negative-75,
    .-margin-x-xxl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxl-negative-75,
    .-margin-y-xxl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxl-negative-75,
    .-margin-x-xxl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxl-negative-80,
    .-margin-y-xxl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxl-negative-80,
    .-margin-x-xxl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxl-negative-80,
    .-margin-y-xxl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxl-negative-80,
    .-margin-x-xxl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxl-negative-85,
    .-margin-y-xxl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxl-negative-85,
    .-margin-x-xxl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxl-negative-85,
    .-margin-y-xxl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxl-negative-85,
    .-margin-x-xxl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxl-negative-90,
    .-margin-y-xxl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxl-negative-90,
    .-margin-x-xxl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxl-negative-90,
    .-margin-y-xxl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxl-negative-90,
    .-margin-x-xxl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxl-negative-95,
    .-margin-y-xxl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxl-negative-95,
    .-margin-x-xxl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxl-negative-95,
    .-margin-y-xxl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxl-negative-95,
    .-margin-x-xxl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxl-negative-100,
    .-margin-y-xxl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxl-negative-100,
    .-margin-x-xxl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxl-negative-100,
    .-margin-y-xxl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxl-negative-100,
    .-margin-x-xxl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxl-negative-105,
    .-margin-y-xxl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxl-negative-105,
    .-margin-x-xxl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxl-negative-105,
    .-margin-y-xxl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxl-negative-105,
    .-margin-x-xxl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxl-negative-110,
    .-margin-y-xxl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxl-negative-110,
    .-margin-x-xxl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxl-negative-110,
    .-margin-y-xxl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxl-negative-110,
    .-margin-x-xxl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxl-negative-115,
    .-margin-y-xxl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxl-negative-115,
    .-margin-x-xxl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxl-negative-115,
    .-margin-y-xxl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxl-negative-115,
    .-margin-x-xxl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxl-negative-120,
    .-margin-y-xxl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxl-negative-120,
    .-margin-x-xxl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxl-negative-120,
    .-margin-y-xxl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxl-negative-120,
    .-margin-x-xxl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxl-negative-125,
    .-margin-y-xxl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxl-negative-125,
    .-margin-x-xxl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxl-negative-125,
    .-margin-y-xxl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxl-negative-125,
    .-margin-x-xxl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxl-negative-130,
    .-margin-y-xxl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxl-negative-130,
    .-margin-x-xxl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxl-negative-130,
    .-margin-y-xxl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxl-negative-130,
    .-margin-x-xxl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxl-negative-135,
    .-margin-y-xxl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxl-negative-135,
    .-margin-x-xxl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxl-negative-135,
    .-margin-y-xxl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxl-negative-135,
    .-margin-x-xxl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxl-negative-140,
    .-margin-y-xxl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxl-negative-140,
    .-margin-x-xxl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxl-negative-140,
    .-margin-y-xxl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxl-negative-140,
    .-margin-x-xxl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxl-negative-145,
    .-margin-y-xxl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxl-negative-145,
    .-margin-x-xxl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxl-negative-145,
    .-margin-y-xxl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxl-negative-145,
    .-margin-x-xxl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxl-negative-150,
    .-margin-y-xxl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxl-negative-150,
    .-margin-x-xxl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxl-negative-150,
    .-margin-y-xxl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxl-negative-150,
    .-margin-x-xxl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxl-negative-155,
    .-margin-y-xxl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxl-negative-155,
    .-margin-x-xxl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxl-negative-155,
    .-margin-y-xxl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxl-negative-155,
    .-margin-x-xxl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxl-negative-160,
    .-margin-y-xxl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxl-negative-160,
    .-margin-x-xxl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxl-negative-160,
    .-margin-y-xxl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxl-negative-160,
    .-margin-x-xxl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxl-negative-165,
    .-margin-y-xxl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxl-negative-165,
    .-margin-x-xxl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxl-negative-165,
    .-margin-y-xxl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxl-negative-165,
    .-margin-x-xxl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxl-negative-170,
    .-margin-y-xxl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxl-negative-170,
    .-margin-x-xxl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxl-negative-170,
    .-margin-y-xxl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxl-negative-170,
    .-margin-x-xxl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxl-negative-175,
    .-margin-y-xxl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxl-negative-175,
    .-margin-x-xxl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxl-negative-175,
    .-margin-y-xxl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxl-negative-175,
    .-margin-x-xxl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxl-negative-180,
    .-margin-y-xxl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxl-negative-180,
    .-margin-x-xxl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxl-negative-180,
    .-margin-y-xxl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxl-negative-180,
    .-margin-x-xxl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxl-negative-185,
    .-margin-y-xxl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxl-negative-185,
    .-margin-x-xxl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxl-negative-185,
    .-margin-y-xxl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxl-negative-185,
    .-margin-x-xxl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxl-negative-190,
    .-margin-y-xxl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxl-negative-190,
    .-margin-x-xxl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxl-negative-190,
    .-margin-y-xxl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxl-negative-190,
    .-margin-x-xxl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxl-negative-195,
    .-margin-y-xxl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxl-negative-195,
    .-margin-x-xxl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxl-negative-195,
    .-margin-y-xxl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxl-negative-195,
    .-margin-x-xxl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxl-negative-200,
    .-margin-y-xxl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxl-negative-200,
    .-margin-x-xxl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxl-negative-200,
    .-margin-y-xxl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxl-negative-200,
    .-margin-x-xxl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxl-negative-205,
    .-margin-y-xxl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxl-negative-205,
    .-margin-x-xxl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxl-negative-205,
    .-margin-y-xxl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxl-negative-205,
    .-margin-x-xxl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxl-negative-210,
    .-margin-y-xxl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxl-negative-210,
    .-margin-x-xxl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxl-negative-210,
    .-margin-y-xxl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxl-negative-210,
    .-margin-x-xxl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxl-negative-215,
    .-margin-y-xxl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxl-negative-215,
    .-margin-x-xxl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxl-negative-215,
    .-margin-y-xxl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxl-negative-215,
    .-margin-x-xxl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxl-negative-220,
    .-margin-y-xxl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxl-negative-220,
    .-margin-x-xxl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxl-negative-220,
    .-margin-y-xxl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxl-negative-220,
    .-margin-x-xxl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxl-negative-225,
    .-margin-y-xxl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxl-negative-225,
    .-margin-x-xxl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxl-negative-225,
    .-margin-y-xxl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxl-negative-225,
    .-margin-x-xxl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxl-negative-230,
    .-margin-y-xxl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxl-negative-230,
    .-margin-x-xxl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxl-negative-230,
    .-margin-y-xxl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxl-negative-230,
    .-margin-x-xxl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxl-negative-235,
    .-margin-y-xxl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxl-negative-235,
    .-margin-x-xxl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxl-negative-235,
    .-margin-y-xxl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxl-negative-235,
    .-margin-x-xxl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxl-negative-240,
    .-margin-y-xxl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxl-negative-240,
    .-margin-x-xxl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxl-negative-240,
    .-margin-y-xxl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxl-negative-240,
    .-margin-x-xxl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxl-negative-245,
    .-margin-y-xxl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxl-negative-245,
    .-margin-x-xxl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxl-negative-245,
    .-margin-y-xxl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxl-negative-245,
    .-margin-x-xxl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxl-negative-250,
    .-margin-y-xxl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxl-negative-250,
    .-margin-x-xxl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxl-negative-250,
    .-margin-y-xxl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxl-negative-250,
    .-margin-x-xxl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxl-negative-255,
    .-margin-y-xxl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxl-negative-255,
    .-margin-x-xxl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxl-negative-255,
    .-margin-y-xxl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxl-negative-255,
    .-margin-x-xxl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxl-negative-260,
    .-margin-y-xxl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxl-negative-260,
    .-margin-x-xxl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxl-negative-260,
    .-margin-y-xxl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxl-negative-260,
    .-margin-x-xxl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxl-negative-265,
    .-margin-y-xxl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxl-negative-265,
    .-margin-x-xxl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxl-negative-265,
    .-margin-y-xxl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxl-negative-265,
    .-margin-x-xxl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxl-negative-270,
    .-margin-y-xxl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxl-negative-270,
    .-margin-x-xxl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxl-negative-270,
    .-margin-y-xxl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxl-negative-270,
    .-margin-x-xxl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxl-negative-275,
    .-margin-y-xxl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxl-negative-275,
    .-margin-x-xxl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxl-negative-275,
    .-margin-y-xxl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxl-negative-275,
    .-margin-x-xxl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxl-negative-280,
    .-margin-y-xxl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxl-negative-280,
    .-margin-x-xxl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxl-negative-280,
    .-margin-y-xxl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxl-negative-280,
    .-margin-x-xxl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxl-negative-285,
    .-margin-y-xxl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxl-negative-285,
    .-margin-x-xxl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxl-negative-285,
    .-margin-y-xxl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxl-negative-285,
    .-margin-x-xxl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxl-negative-290,
    .-margin-y-xxl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxl-negative-290,
    .-margin-x-xxl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxl-negative-290,
    .-margin-y-xxl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxl-negative-290,
    .-margin-x-xxl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxl-negative-295,
    .-margin-y-xxl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxl-negative-295,
    .-margin-x-xxl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxl-negative-295,
    .-margin-y-xxl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxl-negative-295,
    .-margin-x-xxl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxl-negative-300,
    .-margin-y-xxl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxl-negative-300,
    .-margin-x-xxl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxl-negative-300,
    .-margin-y-xxl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxl-negative-300,
    .-margin-x-xxl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxl-auto {
        margin: auto !important
    }

    .margin-top-xxl-auto,
    .margin-y-xxl-auto {
        margin-top: auto !important
    }

    .margin-right-xxl-auto,
    .margin-x-xxl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxl-auto,
    .margin-y-xxl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxl-auto,
    .margin-x-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .-margin-xxxl-0 {
        margin: 0 !important
    }

    .-margin-top-xxxl-0,
    .-margin-y-xxxl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxxl-0,
    .-margin-x-xxxl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxxl-0,
    .-margin-y-xxxl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxxl-0,
    .-margin-x-xxxl-0 {
        margin-left: 0 !important
    }

    .-margin-xxxl-5 {
        margin: 5px !important
    }

    .-margin-top-xxxl-5,
    .-margin-y-xxxl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxxl-5,
    .-margin-x-xxxl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxxl-5,
    .-margin-y-xxxl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxxl-5,
    .-margin-x-xxxl-5 {
        margin-left: 5px !important
    }

    .-margin-xxxl-10 {
        margin: 10px !important
    }

    .-margin-top-xxxl-10,
    .-margin-y-xxxl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxxl-10,
    .-margin-x-xxxl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxxl-10,
    .-margin-y-xxxl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxxl-10,
    .-margin-x-xxxl-10 {
        margin-left: 10px !important
    }

    .-margin-xxxl-15 {
        margin: 15px !important
    }

    .-margin-top-xxxl-15,
    .-margin-y-xxxl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxxl-15,
    .-margin-x-xxxl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxxl-15,
    .-margin-y-xxxl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxxl-15,
    .-margin-x-xxxl-15 {
        margin-left: 15px !important
    }

    .-margin-xxxl-20 {
        margin: 20px !important
    }

    .-margin-top-xxxl-20,
    .-margin-y-xxxl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxxl-20,
    .-margin-x-xxxl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxxl-20,
    .-margin-y-xxxl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxxl-20,
    .-margin-x-xxxl-20 {
        margin-left: 20px !important
    }

    .-margin-xxxl-25 {
        margin: 25px !important
    }

    .-margin-top-xxxl-25,
    .-margin-y-xxxl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxxl-25,
    .-margin-x-xxxl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxxl-25,
    .-margin-y-xxxl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxxl-25,
    .-margin-x-xxxl-25 {
        margin-left: 25px !important
    }

    .-margin-xxxl-30 {
        margin: 35px !important
    }

    .-margin-top-xxxl-30,
    .-margin-y-xxxl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxxl-30,
    .-margin-x-xxxl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxl-30,
    .-margin-y-xxxl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxl-30,
    .-margin-x-xxxl-30 {
        margin-left: 35px !important
    }

    .-margin-xxxl-35 {
        margin: 35px !important
    }

    .-margin-top-xxxl-35,
    .-margin-y-xxxl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxxl-35,
    .-margin-x-xxxl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxl-35,
    .-margin-y-xxxl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxl-35,
    .-margin-x-xxxl-35 {
        margin-left: 35px !important
    }

    .-margin-xxxl-40 {
        margin: 40px !important
    }

    .-margin-top-xxxl-40,
    .-margin-y-xxxl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxxl-40,
    .-margin-x-xxxl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxxl-40,
    .-margin-y-xxxl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxxl-40,
    .-margin-x-xxxl-40 {
        margin-left: 40px !important
    }

    .-margin-xxxl-45 {
        margin: 45px !important
    }

    .-margin-top-xxxl-45,
    .-margin-y-xxxl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxxl-45,
    .-margin-x-xxxl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxxl-45,
    .-margin-y-xxxl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxxl-45,
    .-margin-x-xxxl-45 {
        margin-left: 45px !important
    }

    .-margin-xxxl-50 {
        margin: 50px !important
    }

    .-margin-top-xxxl-50,
    .-margin-y-xxxl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxxl-50,
    .-margin-x-xxxl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxxl-50,
    .-margin-y-xxxl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxxl-50,
    .-margin-x-xxxl-50 {
        margin-left: 50px !important
    }

    .-margin-xxxl-55 {
        margin: 55px !important
    }

    .-margin-top-xxxl-55,
    .-margin-y-xxxl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxxl-55,
    .-margin-x-xxxl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxxl-55,
    .-margin-y-xxxl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxxl-55,
    .-margin-x-xxxl-55 {
        margin-left: 55px !important
    }

    .-margin-xxxl-60 {
        margin: 60px !important
    }

    .-margin-top-xxxl-60,
    .-margin-y-xxxl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxxl-60,
    .-margin-x-xxxl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxxl-60,
    .-margin-y-xxxl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxxl-60,
    .-margin-x-xxxl-60 {
        margin-left: 60px !important
    }

    .-margin-xxxl-65 {
        margin: 65px !important
    }

    .-margin-top-xxxl-65,
    .-margin-y-xxxl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxxl-65,
    .-margin-x-xxxl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxxl-65,
    .-margin-y-xxxl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxxl-65,
    .-margin-x-xxxl-65 {
        margin-left: 65px !important
    }

    .-margin-xxxl-75 {
        margin: 75px !important
    }

    .-margin-top-xxxl-75,
    .-margin-y-xxxl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxxl-75,
    .-margin-x-xxxl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxxl-75,
    .-margin-y-xxxl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxxl-75,
    .-margin-x-xxxl-75 {
        margin-left: 75px !important
    }

    .-margin-xxxl-80 {
        margin: 80px !important
    }

    .-margin-top-xxxl-80,
    .-margin-y-xxxl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxxl-80,
    .-margin-x-xxxl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxxl-80,
    .-margin-y-xxxl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxxl-80,
    .-margin-x-xxxl-80 {
        margin-left: 80px !important
    }

    .-margin-xxxl-85 {
        margin: 85px !important
    }

    .-margin-top-xxxl-85,
    .-margin-y-xxxl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxxl-85,
    .-margin-x-xxxl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxxl-85,
    .-margin-y-xxxl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxxl-85,
    .-margin-x-xxxl-85 {
        margin-left: 85px !important
    }

    .-margin-xxxl-90 {
        margin: 90px !important
    }

    .-margin-top-xxxl-90,
    .-margin-y-xxxl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxxl-90,
    .-margin-x-xxxl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxxl-90,
    .-margin-y-xxxl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxxl-90,
    .-margin-x-xxxl-90 {
        margin-left: 90px !important
    }

    .-margin-xxxl-95 {
        margin: 95px !important
    }

    .-margin-top-xxxl-95,
    .-margin-y-xxxl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxxl-95,
    .-margin-x-xxxl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxxl-95,
    .-margin-y-xxxl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxxl-95,
    .-margin-x-xxxl-95 {
        margin-left: 95px !important
    }

    .-margin-xxxl-100 {
        margin: 100px !important
    }

    .-margin-top-xxxl-100,
    .-margin-y-xxxl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxxl-100,
    .-margin-x-xxxl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxxl-100,
    .-margin-y-xxxl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxxl-100,
    .-margin-x-xxxl-100 {
        margin-left: 100px !important
    }

    .-margin-xxxl-105 {
        margin: 105px !important
    }

    .-margin-top-xxxl-105,
    .-margin-y-xxxl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxxl-105,
    .-margin-x-xxxl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxxl-105,
    .-margin-y-xxxl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxxl-105,
    .-margin-x-xxxl-105 {
        margin-left: 105px !important
    }

    .-margin-xxxl-110 {
        margin: 110px !important
    }

    .-margin-top-xxxl-110,
    .-margin-y-xxxl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxxl-110,
    .-margin-x-xxxl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxxl-110,
    .-margin-y-xxxl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxxl-110,
    .-margin-x-xxxl-110 {
        margin-left: 110px !important
    }

    .-margin-xxxl-115 {
        margin: 115px !important
    }

    .-margin-top-xxxl-115,
    .-margin-y-xxxl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxxl-115,
    .-margin-x-xxxl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxxl-115,
    .-margin-y-xxxl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxxl-115,
    .-margin-x-xxxl-115 {
        margin-left: 115px !important
    }

    .-margin-xxxl-120 {
        margin: 120px !important
    }

    .-margin-top-xxxl-120,
    .-margin-y-xxxl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxxl-120,
    .-margin-x-xxxl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxxl-120,
    .-margin-y-xxxl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxxl-120,
    .-margin-x-xxxl-120 {
        margin-left: 120px !important
    }

    .-margin-xxxl-125 {
        margin: 125px !important
    }

    .-margin-top-xxxl-125,
    .-margin-y-xxxl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxxl-125,
    .-margin-x-xxxl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxxl-125,
    .-margin-y-xxxl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxxl-125,
    .-margin-x-xxxl-125 {
        margin-left: 125px !important
    }

    .-margin-xxxl-130 {
        margin: 130px !important
    }

    .-margin-top-xxxl-130,
    .-margin-y-xxxl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxxl-130,
    .-margin-x-xxxl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxxl-130,
    .-margin-y-xxxl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxxl-130,
    .-margin-x-xxxl-130 {
        margin-left: 130px !important
    }

    .-margin-xxxl-135 {
        margin: 135px !important
    }

    .-margin-top-xxxl-135,
    .-margin-y-xxxl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxxl-135,
    .-margin-x-xxxl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxxl-135,
    .-margin-y-xxxl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxxl-135,
    .-margin-x-xxxl-135 {
        margin-left: 135px !important
    }

    .-margin-xxxl-140 {
        margin: 140px !important
    }

    .-margin-top-xxxl-140,
    .-margin-y-xxxl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxxl-140,
    .-margin-x-xxxl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxxl-140,
    .-margin-y-xxxl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxxl-140,
    .-margin-x-xxxl-140 {
        margin-left: 140px !important
    }

    .-margin-xxxl-145 {
        margin: 145px !important
    }

    .-margin-top-xxxl-145,
    .-margin-y-xxxl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxxl-145,
    .-margin-x-xxxl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxxl-145,
    .-margin-y-xxxl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxxl-145,
    .-margin-x-xxxl-145 {
        margin-left: 145px !important
    }

    .-margin-xxxl-150 {
        margin: 150px !important
    }

    .-margin-top-xxxl-150,
    .-margin-y-xxxl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxxl-150,
    .-margin-x-xxxl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxxl-150,
    .-margin-y-xxxl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxxl-150,
    .-margin-x-xxxl-150 {
        margin-left: 150px !important
    }

    .-margin-xxxl-155 {
        margin: 155px !important
    }

    .-margin-top-xxxl-155,
    .-margin-y-xxxl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxxl-155,
    .-margin-x-xxxl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxxl-155,
    .-margin-y-xxxl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxxl-155,
    .-margin-x-xxxl-155 {
        margin-left: 155px !important
    }

    .-margin-xxxl-160 {
        margin: 160px !important
    }

    .-margin-top-xxxl-160,
    .-margin-y-xxxl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxxl-160,
    .-margin-x-xxxl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxxl-160,
    .-margin-y-xxxl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxxl-160,
    .-margin-x-xxxl-160 {
        margin-left: 160px !important
    }

    .-margin-xxxl-165 {
        margin: 165px !important
    }

    .-margin-top-xxxl-165,
    .-margin-y-xxxl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxxl-165,
    .-margin-x-xxxl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxxl-165,
    .-margin-y-xxxl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxxl-165,
    .-margin-x-xxxl-165 {
        margin-left: 165px !important
    }

    .-margin-xxxl-170 {
        margin: 170px !important
    }

    .-margin-top-xxxl-170,
    .-margin-y-xxxl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxxl-170,
    .-margin-x-xxxl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxxl-170,
    .-margin-y-xxxl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxxl-170,
    .-margin-x-xxxl-170 {
        margin-left: 170px !important
    }

    .-margin-xxxl-175 {
        margin: 175px !important
    }

    .-margin-top-xxxl-175,
    .-margin-y-xxxl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxxl-175,
    .-margin-x-xxxl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxxl-175,
    .-margin-y-xxxl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxxl-175,
    .-margin-x-xxxl-175 {
        margin-left: 175px !important
    }

    .-margin-xxxl-180 {
        margin: 180px !important
    }

    .-margin-top-xxxl-180,
    .-margin-y-xxxl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxxl-180,
    .-margin-x-xxxl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxxl-180,
    .-margin-y-xxxl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxxl-180,
    .-margin-x-xxxl-180 {
        margin-left: 180px !important
    }

    .-margin-xxxl-185 {
        margin: 185px !important
    }

    .-margin-top-xxxl-185,
    .-margin-y-xxxl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxxl-185,
    .-margin-x-xxxl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxxl-185,
    .-margin-y-xxxl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxxl-185,
    .-margin-x-xxxl-185 {
        margin-left: 185px !important
    }

    .-margin-xxxl-190 {
        margin: 190px !important
    }

    .-margin-top-xxxl-190,
    .-margin-y-xxxl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxxl-190,
    .-margin-x-xxxl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxxl-190,
    .-margin-y-xxxl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxxl-190,
    .-margin-x-xxxl-190 {
        margin-left: 190px !important
    }

    .-margin-xxxl-195 {
        margin: 195px !important
    }

    .-margin-top-xxxl-195,
    .-margin-y-xxxl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxxl-195,
    .-margin-x-xxxl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxxl-195,
    .-margin-y-xxxl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxxl-195,
    .-margin-x-xxxl-195 {
        margin-left: 195px !important
    }

    .-margin-xxxl-200 {
        margin: 200px !important
    }

    .-margin-top-xxxl-200,
    .-margin-y-xxxl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxxl-200,
    .-margin-x-xxxl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxxl-200,
    .-margin-y-xxxl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxxl-200,
    .-margin-x-xxxl-200 {
        margin-left: 200px !important
    }

    .-margin-xxxl-205 {
        margin: 205px !important
    }

    .-margin-top-xxxl-205,
    .-margin-y-xxxl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxxl-205,
    .-margin-x-xxxl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxxl-205,
    .-margin-y-xxxl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxxl-205,
    .-margin-x-xxxl-205 {
        margin-left: 205px !important
    }

    .-margin-xxxl-210 {
        margin: 210px !important
    }

    .-margin-top-xxxl-210,
    .-margin-y-xxxl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxxl-210,
    .-margin-x-xxxl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxxl-210,
    .-margin-y-xxxl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxxl-210,
    .-margin-x-xxxl-210 {
        margin-left: 210px !important
    }

    .-margin-xxxl-215 {
        margin: 215px !important
    }

    .-margin-top-xxxl-215,
    .-margin-y-xxxl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxxl-215,
    .-margin-x-xxxl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxxl-215,
    .-margin-y-xxxl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxxl-215,
    .-margin-x-xxxl-215 {
        margin-left: 215px !important
    }

    .-margin-xxxl-220 {
        margin: 220px !important
    }

    .-margin-top-xxxl-220,
    .-margin-y-xxxl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxxl-220,
    .-margin-x-xxxl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxxl-220,
    .-margin-y-xxxl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxxl-220,
    .-margin-x-xxxl-220 {
        margin-left: 220px !important
    }

    .-margin-xxxl-225 {
        margin: 225px !important
    }

    .-margin-top-xxxl-225,
    .-margin-y-xxxl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxxl-225,
    .-margin-x-xxxl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxxl-225,
    .-margin-y-xxxl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxxl-225,
    .-margin-x-xxxl-225 {
        margin-left: 225px !important
    }

    .-margin-xxxl-230 {
        margin: 230px !important
    }

    .-margin-top-xxxl-230,
    .-margin-y-xxxl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxxl-230,
    .-margin-x-xxxl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxxl-230,
    .-margin-y-xxxl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxxl-230,
    .-margin-x-xxxl-230 {
        margin-left: 230px !important
    }

    .-margin-xxxl-235 {
        margin: 235px !important
    }

    .-margin-top-xxxl-235,
    .-margin-y-xxxl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxxl-235,
    .-margin-x-xxxl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxxl-235,
    .-margin-y-xxxl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxxl-235,
    .-margin-x-xxxl-235 {
        margin-left: 235px !important
    }

    .-margin-xxxl-240 {
        margin: 240px !important
    }

    .-margin-top-xxxl-240,
    .-margin-y-xxxl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxxl-240,
    .-margin-x-xxxl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxxl-240,
    .-margin-y-xxxl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxxl-240,
    .-margin-x-xxxl-240 {
        margin-left: 240px !important
    }

    .-margin-xxxl-245 {
        margin: 245px !important
    }

    .-margin-top-xxxl-245,
    .-margin-y-xxxl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxxl-245,
    .-margin-x-xxxl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxxl-245,
    .-margin-y-xxxl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxxl-245,
    .-margin-x-xxxl-245 {
        margin-left: 245px !important
    }

    .-margin-xxxl-250 {
        margin: 250px !important
    }

    .-margin-top-xxxl-250,
    .-margin-y-xxxl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxxl-250,
    .-margin-x-xxxl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxxl-250,
    .-margin-y-xxxl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxxl-250,
    .-margin-x-xxxl-250 {
        margin-left: 250px !important
    }

    .-margin-xxxl-255 {
        margin: 255px !important
    }

    .-margin-top-xxxl-255,
    .-margin-y-xxxl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxxl-255,
    .-margin-x-xxxl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxxl-255,
    .-margin-y-xxxl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxxl-255,
    .-margin-x-xxxl-255 {
        margin-left: 255px !important
    }

    .-margin-xxxl-260 {
        margin: 260px !important
    }

    .-margin-top-xxxl-260,
    .-margin-y-xxxl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxxl-260,
    .-margin-x-xxxl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxxl-260,
    .-margin-y-xxxl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxxl-260,
    .-margin-x-xxxl-260 {
        margin-left: 260px !important
    }

    .-margin-xxxl-265 {
        margin: 265px !important
    }

    .-margin-top-xxxl-265,
    .-margin-y-xxxl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxxl-265,
    .-margin-x-xxxl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxxl-265,
    .-margin-y-xxxl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxxl-265,
    .-margin-x-xxxl-265 {
        margin-left: 265px !important
    }

    .-margin-xxxl-270 {
        margin: 270px !important
    }

    .-margin-top-xxxl-270,
    .-margin-y-xxxl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxxl-270,
    .-margin-x-xxxl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxxl-270,
    .-margin-y-xxxl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxxl-270,
    .-margin-x-xxxl-270 {
        margin-left: 270px !important
    }

    .-margin-xxxl-275 {
        margin: 275px !important
    }

    .-margin-top-xxxl-275,
    .-margin-y-xxxl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxxl-275,
    .-margin-x-xxxl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxxl-275,
    .-margin-y-xxxl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxxl-275,
    .-margin-x-xxxl-275 {
        margin-left: 275px !important
    }

    .-margin-xxxl-280 {
        margin: 280px !important
    }

    .-margin-top-xxxl-280,
    .-margin-y-xxxl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxxl-280,
    .-margin-x-xxxl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxxl-280,
    .-margin-y-xxxl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxxl-280,
    .-margin-x-xxxl-280 {
        margin-left: 280px !important
    }

    .-margin-xxxl-285 {
        margin: 285px !important
    }

    .-margin-top-xxxl-285,
    .-margin-y-xxxl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxxl-285,
    .-margin-x-xxxl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxxl-285,
    .-margin-y-xxxl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxxl-285,
    .-margin-x-xxxl-285 {
        margin-left: 285px !important
    }

    .-margin-xxxl-290 {
        margin: 290px !important
    }

    .-margin-top-xxxl-290,
    .-margin-y-xxxl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxxl-290,
    .-margin-x-xxxl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxxl-290,
    .-margin-y-xxxl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxxl-290,
    .-margin-x-xxxl-290 {
        margin-left: 290px !important
    }

    .-margin-xxxl-295 {
        margin: 295px !important
    }

    .-margin-top-xxxl-295,
    .-margin-y-xxxl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxxl-295,
    .-margin-x-xxxl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxxl-295,
    .-margin-y-xxxl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxxl-295,
    .-margin-x-xxxl-295 {
        margin-left: 295px !important
    }

    .-margin-xxxl-300 {
        margin: 300px !important
    }

    .-margin-top-xxxl-300,
    .-margin-y-xxxl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxxl-300,
    .-margin-x-xxxl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxxl-300,
    .-margin-y-xxxl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxxl-300,
    .-margin-x-xxxl-300 {
        margin-left: 300px !important
    }

    .-padding-xxxl-0 {
        padding: 0 !important
    }

    .-padding-top-xxxl-0,
    .-padding-y-xxxl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxxl-0,
    .-padding-x-xxxl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxxl-0,
    .-padding-y-xxxl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxxl-0,
    .-padding-x-xxxl-0 {
        padding-left: 0 !important
    }

    .-padding-xxxl-5 {
        padding: 5px !important
    }

    .-padding-top-xxxl-5,
    .-padding-y-xxxl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxxl-5,
    .-padding-x-xxxl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxxl-5,
    .-padding-y-xxxl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxxl-5,
    .-padding-x-xxxl-5 {
        padding-left: 5px !important
    }

    .-padding-xxxl-10 {
        padding: 10px !important
    }

    .-padding-top-xxxl-10,
    .-padding-y-xxxl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxxl-10,
    .-padding-x-xxxl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxxl-10,
    .-padding-y-xxxl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxxl-10,
    .-padding-x-xxxl-10 {
        padding-left: 10px !important
    }

    .-padding-xxxl-15 {
        padding: 15px !important
    }

    .-padding-top-xxxl-15,
    .-padding-y-xxxl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxxl-15,
    .-padding-x-xxxl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxxl-15,
    .-padding-y-xxxl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxxl-15,
    .-padding-x-xxxl-15 {
        padding-left: 15px !important
    }

    .-padding-xxxl-20 {
        padding: 20px !important
    }

    .-padding-top-xxxl-20,
    .-padding-y-xxxl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxxl-20,
    .-padding-x-xxxl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxxl-20,
    .-padding-y-xxxl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxxl-20,
    .-padding-x-xxxl-20 {
        padding-left: 20px !important
    }

    .-padding-xxxl-25 {
        padding: 25px !important
    }

    .-padding-top-xxxl-25,
    .-padding-y-xxxl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxxl-25,
    .-padding-x-xxxl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxxl-25,
    .-padding-y-xxxl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxxl-25,
    .-padding-x-xxxl-25 {
        padding-left: 25px !important
    }

    .-padding-xxxl-30 {
        padding: 35px !important
    }

    .-padding-top-xxxl-30,
    .-padding-y-xxxl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxxl-30,
    .-padding-x-xxxl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxl-30,
    .-padding-y-xxxl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxl-30,
    .-padding-x-xxxl-30 {
        padding-left: 35px !important
    }

    .-padding-xxxl-35 {
        padding: 35px !important
    }

    .-padding-top-xxxl-35,
    .-padding-y-xxxl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxxl-35,
    .-padding-x-xxxl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxl-35,
    .-padding-y-xxxl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxl-35,
    .-padding-x-xxxl-35 {
        padding-left: 35px !important
    }

    .-padding-xxxl-40 {
        padding: 40px !important
    }

    .-padding-top-xxxl-40,
    .-padding-y-xxxl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxxl-40,
    .-padding-x-xxxl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxxl-40,
    .-padding-y-xxxl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxxl-40,
    .-padding-x-xxxl-40 {
        padding-left: 40px !important
    }

    .-padding-xxxl-45 {
        padding: 45px !important
    }

    .-padding-top-xxxl-45,
    .-padding-y-xxxl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxxl-45,
    .-padding-x-xxxl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxxl-45,
    .-padding-y-xxxl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxxl-45,
    .-padding-x-xxxl-45 {
        padding-left: 45px !important
    }

    .-padding-xxxl-50 {
        padding: 50px !important
    }

    .-padding-top-xxxl-50,
    .-padding-y-xxxl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxxl-50,
    .-padding-x-xxxl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxxl-50,
    .-padding-y-xxxl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxxl-50,
    .-padding-x-xxxl-50 {
        padding-left: 50px !important
    }

    .-padding-xxxl-55 {
        padding: 55px !important
    }

    .-padding-top-xxxl-55,
    .-padding-y-xxxl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxxl-55,
    .-padding-x-xxxl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxxl-55,
    .-padding-y-xxxl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxxl-55,
    .-padding-x-xxxl-55 {
        padding-left: 55px !important
    }

    .-padding-xxxl-60 {
        padding: 60px !important
    }

    .-padding-top-xxxl-60,
    .-padding-y-xxxl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxxl-60,
    .-padding-x-xxxl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxxl-60,
    .-padding-y-xxxl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxxl-60,
    .-padding-x-xxxl-60 {
        padding-left: 60px !important
    }

    .-padding-xxxl-65 {
        padding: 65px !important
    }

    .-padding-top-xxxl-65,
    .-padding-y-xxxl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxxl-65,
    .-padding-x-xxxl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxxl-65,
    .-padding-y-xxxl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxxl-65,
    .-padding-x-xxxl-65 {
        padding-left: 65px !important
    }

    .-padding-xxxl-75 {
        padding: 75px !important
    }

    .-padding-top-xxxl-75,
    .-padding-y-xxxl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxxl-75,
    .-padding-x-xxxl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxxl-75,
    .-padding-y-xxxl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxxl-75,
    .-padding-x-xxxl-75 {
        padding-left: 75px !important
    }

    .-padding-xxxl-80 {
        padding: 80px !important
    }

    .-padding-top-xxxl-80,
    .-padding-y-xxxl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxxl-80,
    .-padding-x-xxxl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxxl-80,
    .-padding-y-xxxl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxxl-80,
    .-padding-x-xxxl-80 {
        padding-left: 80px !important
    }

    .-padding-xxxl-85 {
        padding: 85px !important
    }

    .-padding-top-xxxl-85,
    .-padding-y-xxxl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxxl-85,
    .-padding-x-xxxl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxxl-85,
    .-padding-y-xxxl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxxl-85,
    .-padding-x-xxxl-85 {
        padding-left: 85px !important
    }

    .-padding-xxxl-90 {
        padding: 90px !important
    }

    .-padding-top-xxxl-90,
    .-padding-y-xxxl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxxl-90,
    .-padding-x-xxxl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxxl-90,
    .-padding-y-xxxl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxxl-90,
    .-padding-x-xxxl-90 {
        padding-left: 90px !important
    }

    .-padding-xxxl-95 {
        padding: 95px !important
    }

    .-padding-top-xxxl-95,
    .-padding-y-xxxl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxxl-95,
    .-padding-x-xxxl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxxl-95,
    .-padding-y-xxxl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxxl-95,
    .-padding-x-xxxl-95 {
        padding-left: 95px !important
    }

    .-padding-xxxl-100 {
        padding: 100px !important
    }

    .-padding-top-xxxl-100,
    .-padding-y-xxxl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxxl-100,
    .-padding-x-xxxl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxxl-100,
    .-padding-y-xxxl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxxl-100,
    .-padding-x-xxxl-100 {
        padding-left: 100px !important
    }

    .-padding-xxxl-105 {
        padding: 105px !important
    }

    .-padding-top-xxxl-105,
    .-padding-y-xxxl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxxl-105,
    .-padding-x-xxxl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxxl-105,
    .-padding-y-xxxl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxxl-105,
    .-padding-x-xxxl-105 {
        padding-left: 105px !important
    }

    .-padding-xxxl-110 {
        padding: 110px !important
    }

    .-padding-top-xxxl-110,
    .-padding-y-xxxl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxxl-110,
    .-padding-x-xxxl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxxl-110,
    .-padding-y-xxxl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxxl-110,
    .-padding-x-xxxl-110 {
        padding-left: 110px !important
    }

    .-padding-xxxl-115 {
        padding: 115px !important
    }

    .-padding-top-xxxl-115,
    .-padding-y-xxxl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxxl-115,
    .-padding-x-xxxl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxxl-115,
    .-padding-y-xxxl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxxl-115,
    .-padding-x-xxxl-115 {
        padding-left: 115px !important
    }

    .-padding-xxxl-120 {
        padding: 120px !important
    }

    .-padding-top-xxxl-120,
    .-padding-y-xxxl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxxl-120,
    .-padding-x-xxxl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxxl-120,
    .-padding-y-xxxl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxxl-120,
    .-padding-x-xxxl-120 {
        padding-left: 120px !important
    }

    .-padding-xxxl-125 {
        padding: 125px !important
    }

    .-padding-top-xxxl-125,
    .-padding-y-xxxl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxxl-125,
    .-padding-x-xxxl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxxl-125,
    .-padding-y-xxxl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxxl-125,
    .-padding-x-xxxl-125 {
        padding-left: 125px !important
    }

    .-padding-xxxl-130 {
        padding: 130px !important
    }

    .-padding-top-xxxl-130,
    .-padding-y-xxxl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxxl-130,
    .-padding-x-xxxl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxxl-130,
    .-padding-y-xxxl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxxl-130,
    .-padding-x-xxxl-130 {
        padding-left: 130px !important
    }

    .-padding-xxxl-135 {
        padding: 135px !important
    }

    .-padding-top-xxxl-135,
    .-padding-y-xxxl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxxl-135,
    .-padding-x-xxxl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxxl-135,
    .-padding-y-xxxl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxxl-135,
    .-padding-x-xxxl-135 {
        padding-left: 135px !important
    }

    .-padding-xxxl-140 {
        padding: 140px !important
    }

    .-padding-top-xxxl-140,
    .-padding-y-xxxl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxxl-140,
    .-padding-x-xxxl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxxl-140,
    .-padding-y-xxxl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxxl-140,
    .-padding-x-xxxl-140 {
        padding-left: 140px !important
    }

    .-padding-xxxl-145 {
        padding: 145px !important
    }

    .-padding-top-xxxl-145,
    .-padding-y-xxxl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxxl-145,
    .-padding-x-xxxl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxxl-145,
    .-padding-y-xxxl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxxl-145,
    .-padding-x-xxxl-145 {
        padding-left: 145px !important
    }

    .-padding-xxxl-150 {
        padding: 150px !important
    }

    .-padding-top-xxxl-150,
    .-padding-y-xxxl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxxl-150,
    .-padding-x-xxxl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxxl-150,
    .-padding-y-xxxl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxxl-150,
    .-padding-x-xxxl-150 {
        padding-left: 150px !important
    }

    .-padding-xxxl-155 {
        padding: 155px !important
    }

    .-padding-top-xxxl-155,
    .-padding-y-xxxl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxxl-155,
    .-padding-x-xxxl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxxl-155,
    .-padding-y-xxxl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxxl-155,
    .-padding-x-xxxl-155 {
        padding-left: 155px !important
    }

    .-padding-xxxl-160 {
        padding: 160px !important
    }

    .-padding-top-xxxl-160,
    .-padding-y-xxxl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxxl-160,
    .-padding-x-xxxl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxxl-160,
    .-padding-y-xxxl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxxl-160,
    .-padding-x-xxxl-160 {
        padding-left: 160px !important
    }

    .-padding-xxxl-165 {
        padding: 165px !important
    }

    .-padding-top-xxxl-165,
    .-padding-y-xxxl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxxl-165,
    .-padding-x-xxxl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxxl-165,
    .-padding-y-xxxl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxxl-165,
    .-padding-x-xxxl-165 {
        padding-left: 165px !important
    }

    .-padding-xxxl-170 {
        padding: 170px !important
    }

    .-padding-top-xxxl-170,
    .-padding-y-xxxl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxxl-170,
    .-padding-x-xxxl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxxl-170,
    .-padding-y-xxxl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxxl-170,
    .-padding-x-xxxl-170 {
        padding-left: 170px !important
    }

    .-padding-xxxl-175 {
        padding: 175px !important
    }

    .-padding-top-xxxl-175,
    .-padding-y-xxxl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxxl-175,
    .-padding-x-xxxl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxxl-175,
    .-padding-y-xxxl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxxl-175,
    .-padding-x-xxxl-175 {
        padding-left: 175px !important
    }

    .-padding-xxxl-180 {
        padding: 180px !important
    }

    .-padding-top-xxxl-180,
    .-padding-y-xxxl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxxl-180,
    .-padding-x-xxxl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxxl-180,
    .-padding-y-xxxl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxxl-180,
    .-padding-x-xxxl-180 {
        padding-left: 180px !important
    }

    .-padding-xxxl-185 {
        padding: 185px !important
    }

    .-padding-top-xxxl-185,
    .-padding-y-xxxl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxxl-185,
    .-padding-x-xxxl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxxl-185,
    .-padding-y-xxxl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxxl-185,
    .-padding-x-xxxl-185 {
        padding-left: 185px !important
    }

    .-padding-xxxl-190 {
        padding: 190px !important
    }

    .-padding-top-xxxl-190,
    .-padding-y-xxxl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxxl-190,
    .-padding-x-xxxl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxxl-190,
    .-padding-y-xxxl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxxl-190,
    .-padding-x-xxxl-190 {
        padding-left: 190px !important
    }

    .-padding-xxxl-195 {
        padding: 195px !important
    }

    .-padding-top-xxxl-195,
    .-padding-y-xxxl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxxl-195,
    .-padding-x-xxxl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxxl-195,
    .-padding-y-xxxl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxxl-195,
    .-padding-x-xxxl-195 {
        padding-left: 195px !important
    }

    .-padding-xxxl-200 {
        padding: 200px !important
    }

    .-padding-top-xxxl-200,
    .-padding-y-xxxl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxxl-200,
    .-padding-x-xxxl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxxl-200,
    .-padding-y-xxxl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxxl-200,
    .-padding-x-xxxl-200 {
        padding-left: 200px !important
    }

    .-padding-xxxl-205 {
        padding: 205px !important
    }

    .-padding-top-xxxl-205,
    .-padding-y-xxxl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxxl-205,
    .-padding-x-xxxl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxxl-205,
    .-padding-y-xxxl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxxl-205,
    .-padding-x-xxxl-205 {
        padding-left: 205px !important
    }

    .-padding-xxxl-210 {
        padding: 210px !important
    }

    .-padding-top-xxxl-210,
    .-padding-y-xxxl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxxl-210,
    .-padding-x-xxxl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxxl-210,
    .-padding-y-xxxl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxxl-210,
    .-padding-x-xxxl-210 {
        padding-left: 210px !important
    }

    .-padding-xxxl-215 {
        padding: 215px !important
    }

    .-padding-top-xxxl-215,
    .-padding-y-xxxl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxxl-215,
    .-padding-x-xxxl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxxl-215,
    .-padding-y-xxxl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxxl-215,
    .-padding-x-xxxl-215 {
        padding-left: 215px !important
    }

    .-padding-xxxl-220 {
        padding: 220px !important
    }

    .-padding-top-xxxl-220,
    .-padding-y-xxxl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxxl-220,
    .-padding-x-xxxl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxxl-220,
    .-padding-y-xxxl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxxl-220,
    .-padding-x-xxxl-220 {
        padding-left: 220px !important
    }

    .-padding-xxxl-225 {
        padding: 225px !important
    }

    .-padding-top-xxxl-225,
    .-padding-y-xxxl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxxl-225,
    .-padding-x-xxxl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxxl-225,
    .-padding-y-xxxl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxxl-225,
    .-padding-x-xxxl-225 {
        padding-left: 225px !important
    }

    .-padding-xxxl-230 {
        padding: 230px !important
    }

    .-padding-top-xxxl-230,
    .-padding-y-xxxl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxxl-230,
    .-padding-x-xxxl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxxl-230,
    .-padding-y-xxxl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxxl-230,
    .-padding-x-xxxl-230 {
        padding-left: 230px !important
    }

    .-padding-xxxl-235 {
        padding: 235px !important
    }

    .-padding-top-xxxl-235,
    .-padding-y-xxxl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxxl-235,
    .-padding-x-xxxl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxxl-235,
    .-padding-y-xxxl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxxl-235,
    .-padding-x-xxxl-235 {
        padding-left: 235px !important
    }

    .-padding-xxxl-240 {
        padding: 240px !important
    }

    .-padding-top-xxxl-240,
    .-padding-y-xxxl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxxl-240,
    .-padding-x-xxxl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxxl-240,
    .-padding-y-xxxl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxxl-240,
    .-padding-x-xxxl-240 {
        padding-left: 240px !important
    }

    .-padding-xxxl-245 {
        padding: 245px !important
    }

    .-padding-top-xxxl-245,
    .-padding-y-xxxl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxxl-245,
    .-padding-x-xxxl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxxl-245,
    .-padding-y-xxxl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxxl-245,
    .-padding-x-xxxl-245 {
        padding-left: 245px !important
    }

    .-padding-xxxl-250 {
        padding: 250px !important
    }

    .-padding-top-xxxl-250,
    .-padding-y-xxxl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxxl-250,
    .-padding-x-xxxl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxxl-250,
    .-padding-y-xxxl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxxl-250,
    .-padding-x-xxxl-250 {
        padding-left: 250px !important
    }

    .-padding-xxxl-255 {
        padding: 255px !important
    }

    .-padding-top-xxxl-255,
    .-padding-y-xxxl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxxl-255,
    .-padding-x-xxxl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxxl-255,
    .-padding-y-xxxl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxxl-255,
    .-padding-x-xxxl-255 {
        padding-left: 255px !important
    }

    .-padding-xxxl-260 {
        padding: 260px !important
    }

    .-padding-top-xxxl-260,
    .-padding-y-xxxl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxxl-260,
    .-padding-x-xxxl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxxl-260,
    .-padding-y-xxxl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxxl-260,
    .-padding-x-xxxl-260 {
        padding-left: 260px !important
    }

    .-padding-xxxl-265 {
        padding: 265px !important
    }

    .-padding-top-xxxl-265,
    .-padding-y-xxxl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxxl-265,
    .-padding-x-xxxl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxxl-265,
    .-padding-y-xxxl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxxl-265,
    .-padding-x-xxxl-265 {
        padding-left: 265px !important
    }

    .-padding-xxxl-270 {
        padding: 270px !important
    }

    .-padding-top-xxxl-270,
    .-padding-y-xxxl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxxl-270,
    .-padding-x-xxxl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxxl-270,
    .-padding-y-xxxl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxxl-270,
    .-padding-x-xxxl-270 {
        padding-left: 270px !important
    }

    .-padding-xxxl-275 {
        padding: 275px !important
    }

    .-padding-top-xxxl-275,
    .-padding-y-xxxl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxxl-275,
    .-padding-x-xxxl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxxl-275,
    .-padding-y-xxxl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxxl-275,
    .-padding-x-xxxl-275 {
        padding-left: 275px !important
    }

    .-padding-xxxl-280 {
        padding: 280px !important
    }

    .-padding-top-xxxl-280,
    .-padding-y-xxxl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxxl-280,
    .-padding-x-xxxl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxxl-280,
    .-padding-y-xxxl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxxl-280,
    .-padding-x-xxxl-280 {
        padding-left: 280px !important
    }

    .-padding-xxxl-285 {
        padding: 285px !important
    }

    .-padding-top-xxxl-285,
    .-padding-y-xxxl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxxl-285,
    .-padding-x-xxxl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxxl-285,
    .-padding-y-xxxl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxxl-285,
    .-padding-x-xxxl-285 {
        padding-left: 285px !important
    }

    .-padding-xxxl-290 {
        padding: 290px !important
    }

    .-padding-top-xxxl-290,
    .-padding-y-xxxl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxxl-290,
    .-padding-x-xxxl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxxl-290,
    .-padding-y-xxxl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxxl-290,
    .-padding-x-xxxl-290 {
        padding-left: 290px !important
    }

    .-padding-xxxl-295 {
        padding: 295px !important
    }

    .-padding-top-xxxl-295,
    .-padding-y-xxxl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxxl-295,
    .-padding-x-xxxl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxxl-295,
    .-padding-y-xxxl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxxl-295,
    .-padding-x-xxxl-295 {
        padding-left: 295px !important
    }

    .-padding-xxxl-300 {
        padding: 300px !important
    }

    .-padding-top-xxxl-300,
    .-padding-y-xxxl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxxl-300,
    .-padding-x-xxxl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxxl-300,
    .-padding-y-xxxl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxxl-300,
    .-padding-x-xxxl-300 {
        padding-left: 300px !important
    }

    .-margin-xxxl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxxl-negative-5,
    .-margin-y-xxxl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxxl-negative-5,
    .-margin-x-xxxl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxxl-negative-5,
    .-margin-y-xxxl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxxl-negative-5,
    .-margin-x-xxxl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxxl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxxl-negative-10,
    .-margin-y-xxxl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxxl-negative-10,
    .-margin-x-xxxl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxxl-negative-10,
    .-margin-y-xxxl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxxl-negative-10,
    .-margin-x-xxxl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxxl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxxl-negative-15,
    .-margin-y-xxxl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxxl-negative-15,
    .-margin-x-xxxl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxxl-negative-15,
    .-margin-y-xxxl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxxl-negative-15,
    .-margin-x-xxxl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxxl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxxl-negative-20,
    .-margin-y-xxxl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxxl-negative-20,
    .-margin-x-xxxl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxxl-negative-20,
    .-margin-y-xxxl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxxl-negative-20,
    .-margin-x-xxxl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxxl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxxl-negative-25,
    .-margin-y-xxxl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxxl-negative-25,
    .-margin-x-xxxl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxxl-negative-25,
    .-margin-y-xxxl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxxl-negative-25,
    .-margin-x-xxxl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxxl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxxl-negative-30,
    .-margin-y-xxxl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxxl-negative-30,
    .-margin-x-xxxl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxl-negative-30,
    .-margin-y-xxxl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxl-negative-30,
    .-margin-x-xxxl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxxl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxxl-negative-35,
    .-margin-y-xxxl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxxl-negative-35,
    .-margin-x-xxxl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxl-negative-35,
    .-margin-y-xxxl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxl-negative-35,
    .-margin-x-xxxl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxxl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxxl-negative-40,
    .-margin-y-xxxl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxxl-negative-40,
    .-margin-x-xxxl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxxl-negative-40,
    .-margin-y-xxxl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxxl-negative-40,
    .-margin-x-xxxl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxxl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxxl-negative-45,
    .-margin-y-xxxl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxxl-negative-45,
    .-margin-x-xxxl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxxl-negative-45,
    .-margin-y-xxxl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxxl-negative-45,
    .-margin-x-xxxl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxxl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxxl-negative-50,
    .-margin-y-xxxl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxxl-negative-50,
    .-margin-x-xxxl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxxl-negative-50,
    .-margin-y-xxxl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxxl-negative-50,
    .-margin-x-xxxl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxxl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxxl-negative-55,
    .-margin-y-xxxl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxxl-negative-55,
    .-margin-x-xxxl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxxl-negative-55,
    .-margin-y-xxxl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxxl-negative-55,
    .-margin-x-xxxl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxxl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxxl-negative-60,
    .-margin-y-xxxl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxxl-negative-60,
    .-margin-x-xxxl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxxl-negative-60,
    .-margin-y-xxxl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxxl-negative-60,
    .-margin-x-xxxl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxxl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxxl-negative-65,
    .-margin-y-xxxl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxxl-negative-65,
    .-margin-x-xxxl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxxl-negative-65,
    .-margin-y-xxxl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxxl-negative-65,
    .-margin-x-xxxl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxxl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxxl-negative-75,
    .-margin-y-xxxl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxxl-negative-75,
    .-margin-x-xxxl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxxl-negative-75,
    .-margin-y-xxxl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxxl-negative-75,
    .-margin-x-xxxl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxxl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxxl-negative-80,
    .-margin-y-xxxl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxxl-negative-80,
    .-margin-x-xxxl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxxl-negative-80,
    .-margin-y-xxxl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxxl-negative-80,
    .-margin-x-xxxl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxxl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxxl-negative-85,
    .-margin-y-xxxl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxxl-negative-85,
    .-margin-x-xxxl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxxl-negative-85,
    .-margin-y-xxxl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxxl-negative-85,
    .-margin-x-xxxl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxxl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxxl-negative-90,
    .-margin-y-xxxl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxxl-negative-90,
    .-margin-x-xxxl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxxl-negative-90,
    .-margin-y-xxxl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxxl-negative-90,
    .-margin-x-xxxl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxxl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxxl-negative-95,
    .-margin-y-xxxl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxxl-negative-95,
    .-margin-x-xxxl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxxl-negative-95,
    .-margin-y-xxxl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxxl-negative-95,
    .-margin-x-xxxl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxxl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxxl-negative-100,
    .-margin-y-xxxl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxxl-negative-100,
    .-margin-x-xxxl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxxl-negative-100,
    .-margin-y-xxxl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxxl-negative-100,
    .-margin-x-xxxl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxxl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxxl-negative-105,
    .-margin-y-xxxl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxxl-negative-105,
    .-margin-x-xxxl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxxl-negative-105,
    .-margin-y-xxxl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxxl-negative-105,
    .-margin-x-xxxl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxxl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxxl-negative-110,
    .-margin-y-xxxl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxxl-negative-110,
    .-margin-x-xxxl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxxl-negative-110,
    .-margin-y-xxxl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxxl-negative-110,
    .-margin-x-xxxl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxxl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxxl-negative-115,
    .-margin-y-xxxl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxxl-negative-115,
    .-margin-x-xxxl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxxl-negative-115,
    .-margin-y-xxxl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxxl-negative-115,
    .-margin-x-xxxl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxxl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxxl-negative-120,
    .-margin-y-xxxl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxxl-negative-120,
    .-margin-x-xxxl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxxl-negative-120,
    .-margin-y-xxxl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxxl-negative-120,
    .-margin-x-xxxl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxxl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxxl-negative-125,
    .-margin-y-xxxl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxxl-negative-125,
    .-margin-x-xxxl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxxl-negative-125,
    .-margin-y-xxxl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxxl-negative-125,
    .-margin-x-xxxl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxxl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxxl-negative-130,
    .-margin-y-xxxl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxxl-negative-130,
    .-margin-x-xxxl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxxl-negative-130,
    .-margin-y-xxxl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxxl-negative-130,
    .-margin-x-xxxl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxxl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxxl-negative-135,
    .-margin-y-xxxl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxxl-negative-135,
    .-margin-x-xxxl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxxl-negative-135,
    .-margin-y-xxxl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxxl-negative-135,
    .-margin-x-xxxl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxxl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxxl-negative-140,
    .-margin-y-xxxl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxxl-negative-140,
    .-margin-x-xxxl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxxl-negative-140,
    .-margin-y-xxxl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxxl-negative-140,
    .-margin-x-xxxl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxxl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxxl-negative-145,
    .-margin-y-xxxl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxxl-negative-145,
    .-margin-x-xxxl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxxl-negative-145,
    .-margin-y-xxxl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxxl-negative-145,
    .-margin-x-xxxl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxxl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxxl-negative-150,
    .-margin-y-xxxl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxxl-negative-150,
    .-margin-x-xxxl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxxl-negative-150,
    .-margin-y-xxxl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxxl-negative-150,
    .-margin-x-xxxl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxxl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxxl-negative-155,
    .-margin-y-xxxl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxxl-negative-155,
    .-margin-x-xxxl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxxl-negative-155,
    .-margin-y-xxxl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxxl-negative-155,
    .-margin-x-xxxl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxxl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxxl-negative-160,
    .-margin-y-xxxl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxxl-negative-160,
    .-margin-x-xxxl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxxl-negative-160,
    .-margin-y-xxxl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxxl-negative-160,
    .-margin-x-xxxl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxxl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxxl-negative-165,
    .-margin-y-xxxl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxxl-negative-165,
    .-margin-x-xxxl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxxl-negative-165,
    .-margin-y-xxxl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxxl-negative-165,
    .-margin-x-xxxl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxxl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxxl-negative-170,
    .-margin-y-xxxl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxxl-negative-170,
    .-margin-x-xxxl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxxl-negative-170,
    .-margin-y-xxxl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxxl-negative-170,
    .-margin-x-xxxl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxxl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxxl-negative-175,
    .-margin-y-xxxl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxxl-negative-175,
    .-margin-x-xxxl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxxl-negative-175,
    .-margin-y-xxxl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxxl-negative-175,
    .-margin-x-xxxl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxxl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxxl-negative-180,
    .-margin-y-xxxl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxxl-negative-180,
    .-margin-x-xxxl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxxl-negative-180,
    .-margin-y-xxxl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxxl-negative-180,
    .-margin-x-xxxl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxxl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxxl-negative-185,
    .-margin-y-xxxl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxxl-negative-185,
    .-margin-x-xxxl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxxl-negative-185,
    .-margin-y-xxxl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxxl-negative-185,
    .-margin-x-xxxl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxxl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxxl-negative-190,
    .-margin-y-xxxl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxxl-negative-190,
    .-margin-x-xxxl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxxl-negative-190,
    .-margin-y-xxxl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxxl-negative-190,
    .-margin-x-xxxl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxxl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxxl-negative-195,
    .-margin-y-xxxl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxxl-negative-195,
    .-margin-x-xxxl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxxl-negative-195,
    .-margin-y-xxxl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxxl-negative-195,
    .-margin-x-xxxl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxxl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxxl-negative-200,
    .-margin-y-xxxl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxxl-negative-200,
    .-margin-x-xxxl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxxl-negative-200,
    .-margin-y-xxxl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxxl-negative-200,
    .-margin-x-xxxl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxxl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxxl-negative-205,
    .-margin-y-xxxl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxxl-negative-205,
    .-margin-x-xxxl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxxl-negative-205,
    .-margin-y-xxxl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxxl-negative-205,
    .-margin-x-xxxl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxxl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxxl-negative-210,
    .-margin-y-xxxl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxxl-negative-210,
    .-margin-x-xxxl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxxl-negative-210,
    .-margin-y-xxxl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxxl-negative-210,
    .-margin-x-xxxl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxxl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxxl-negative-215,
    .-margin-y-xxxl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxxl-negative-215,
    .-margin-x-xxxl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxxl-negative-215,
    .-margin-y-xxxl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxxl-negative-215,
    .-margin-x-xxxl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxxl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxxl-negative-220,
    .-margin-y-xxxl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxxl-negative-220,
    .-margin-x-xxxl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxxl-negative-220,
    .-margin-y-xxxl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxxl-negative-220,
    .-margin-x-xxxl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxxl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxxl-negative-225,
    .-margin-y-xxxl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxxl-negative-225,
    .-margin-x-xxxl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxxl-negative-225,
    .-margin-y-xxxl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxxl-negative-225,
    .-margin-x-xxxl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxxl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxxl-negative-230,
    .-margin-y-xxxl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxxl-negative-230,
    .-margin-x-xxxl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxxl-negative-230,
    .-margin-y-xxxl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxxl-negative-230,
    .-margin-x-xxxl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxxl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxxl-negative-235,
    .-margin-y-xxxl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxxl-negative-235,
    .-margin-x-xxxl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxxl-negative-235,
    .-margin-y-xxxl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxxl-negative-235,
    .-margin-x-xxxl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxxl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxxl-negative-240,
    .-margin-y-xxxl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxxl-negative-240,
    .-margin-x-xxxl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxxl-negative-240,
    .-margin-y-xxxl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxxl-negative-240,
    .-margin-x-xxxl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxxl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxxl-negative-245,
    .-margin-y-xxxl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxxl-negative-245,
    .-margin-x-xxxl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxxl-negative-245,
    .-margin-y-xxxl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxxl-negative-245,
    .-margin-x-xxxl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxxl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxxl-negative-250,
    .-margin-y-xxxl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxxl-negative-250,
    .-margin-x-xxxl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxxl-negative-250,
    .-margin-y-xxxl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxxl-negative-250,
    .-margin-x-xxxl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxxl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxxl-negative-255,
    .-margin-y-xxxl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxxl-negative-255,
    .-margin-x-xxxl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxxl-negative-255,
    .-margin-y-xxxl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxxl-negative-255,
    .-margin-x-xxxl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxxl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxxl-negative-260,
    .-margin-y-xxxl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxxl-negative-260,
    .-margin-x-xxxl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxxl-negative-260,
    .-margin-y-xxxl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxxl-negative-260,
    .-margin-x-xxxl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxxl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxxl-negative-265,
    .-margin-y-xxxl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxxl-negative-265,
    .-margin-x-xxxl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxxl-negative-265,
    .-margin-y-xxxl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxxl-negative-265,
    .-margin-x-xxxl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxxl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxxl-negative-270,
    .-margin-y-xxxl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxxl-negative-270,
    .-margin-x-xxxl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxxl-negative-270,
    .-margin-y-xxxl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxxl-negative-270,
    .-margin-x-xxxl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxxl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxxl-negative-275,
    .-margin-y-xxxl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxxl-negative-275,
    .-margin-x-xxxl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxxl-negative-275,
    .-margin-y-xxxl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxxl-negative-275,
    .-margin-x-xxxl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxxl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxxl-negative-280,
    .-margin-y-xxxl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxxl-negative-280,
    .-margin-x-xxxl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxxl-negative-280,
    .-margin-y-xxxl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxxl-negative-280,
    .-margin-x-xxxl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxxl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxxl-negative-285,
    .-margin-y-xxxl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxxl-negative-285,
    .-margin-x-xxxl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxxl-negative-285,
    .-margin-y-xxxl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxxl-negative-285,
    .-margin-x-xxxl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxxl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxxl-negative-290,
    .-margin-y-xxxl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxxl-negative-290,
    .-margin-x-xxxl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxxl-negative-290,
    .-margin-y-xxxl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxxl-negative-290,
    .-margin-x-xxxl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxxl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxxl-negative-295,
    .-margin-y-xxxl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxxl-negative-295,
    .-margin-x-xxxl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxxl-negative-295,
    .-margin-y-xxxl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxxl-negative-295,
    .-margin-x-xxxl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxxl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxxl-negative-300,
    .-margin-y-xxxl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxxl-negative-300,
    .-margin-x-xxxl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxxl-negative-300,
    .-margin-y-xxxl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxxl-negative-300,
    .-margin-x-xxxl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxxl-auto {
        margin: auto !important
    }

    .margin-top-xxxl-auto,
    .margin-y-xxxl-auto {
        margin-top: auto !important
    }

    .margin-right-xxxl-auto,
    .margin-x-xxxl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxxl-auto,
    .margin-y-xxxl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxxl-auto,
    .margin-x-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 2560px) {
    .-margin-xxxxl-0 {
        margin: 0 !important
    }

    .-margin-top-xxxxl-0,
    .-margin-y-xxxxl-0 {
        margin-top: 0 !important
    }

    .-margin-right-xxxxl-0,
    .-margin-x-xxxxl-0 {
        margin-right: 0 !important
    }

    .-margin-bottom-xxxxl-0,
    .-margin-y-xxxxl-0 {
        margin-bottom: 0 !important
    }

    .-margin-left-xxxxl-0,
    .-margin-x-xxxxl-0 {
        margin-left: 0 !important
    }

    .-margin-xxxxl-5 {
        margin: 5px !important
    }

    .-margin-top-xxxxl-5,
    .-margin-y-xxxxl-5 {
        margin-top: 5px !important
    }

    .-margin-right-xxxxl-5,
    .-margin-x-xxxxl-5 {
        margin-right: 5px !important
    }

    .-margin-bottom-xxxxl-5,
    .-margin-y-xxxxl-5 {
        margin-bottom: 5px !important
    }

    .-margin-left-xxxxl-5,
    .-margin-x-xxxxl-5 {
        margin-left: 5px !important
    }

    .-margin-xxxxl-10 {
        margin: 10px !important
    }

    .-margin-top-xxxxl-10,
    .-margin-y-xxxxl-10 {
        margin-top: 10px !important
    }

    .-margin-right-xxxxl-10,
    .-margin-x-xxxxl-10 {
        margin-right: 10px !important
    }

    .-margin-bottom-xxxxl-10,
    .-margin-y-xxxxl-10 {
        margin-bottom: 10px !important
    }

    .-margin-left-xxxxl-10,
    .-margin-x-xxxxl-10 {
        margin-left: 10px !important
    }

    .-margin-xxxxl-15 {
        margin: 15px !important
    }

    .-margin-top-xxxxl-15,
    .-margin-y-xxxxl-15 {
        margin-top: 15px !important
    }

    .-margin-right-xxxxl-15,
    .-margin-x-xxxxl-15 {
        margin-right: 15px !important
    }

    .-margin-bottom-xxxxl-15,
    .-margin-y-xxxxl-15 {
        margin-bottom: 15px !important
    }

    .-margin-left-xxxxl-15,
    .-margin-x-xxxxl-15 {
        margin-left: 15px !important
    }

    .-margin-xxxxl-20 {
        margin: 20px !important
    }

    .-margin-top-xxxxl-20,
    .-margin-y-xxxxl-20 {
        margin-top: 20px !important
    }

    .-margin-right-xxxxl-20,
    .-margin-x-xxxxl-20 {
        margin-right: 20px !important
    }

    .-margin-bottom-xxxxl-20,
    .-margin-y-xxxxl-20 {
        margin-bottom: 20px !important
    }

    .-margin-left-xxxxl-20,
    .-margin-x-xxxxl-20 {
        margin-left: 20px !important
    }

    .-margin-xxxxl-25 {
        margin: 25px !important
    }

    .-margin-top-xxxxl-25,
    .-margin-y-xxxxl-25 {
        margin-top: 25px !important
    }

    .-margin-right-xxxxl-25,
    .-margin-x-xxxxl-25 {
        margin-right: 25px !important
    }

    .-margin-bottom-xxxxl-25,
    .-margin-y-xxxxl-25 {
        margin-bottom: 25px !important
    }

    .-margin-left-xxxxl-25,
    .-margin-x-xxxxl-25 {
        margin-left: 25px !important
    }

    .-margin-xxxxl-30 {
        margin: 35px !important
    }

    .-margin-top-xxxxl-30,
    .-margin-y-xxxxl-30 {
        margin-top: 35px !important
    }

    .-margin-right-xxxxl-30,
    .-margin-x-xxxxl-30 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxxl-30,
    .-margin-y-xxxxl-30 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxxl-30,
    .-margin-x-xxxxl-30 {
        margin-left: 35px !important
    }

    .-margin-xxxxl-35 {
        margin: 35px !important
    }

    .-margin-top-xxxxl-35,
    .-margin-y-xxxxl-35 {
        margin-top: 35px !important
    }

    .-margin-right-xxxxl-35,
    .-margin-x-xxxxl-35 {
        margin-right: 35px !important
    }

    .-margin-bottom-xxxxl-35,
    .-margin-y-xxxxl-35 {
        margin-bottom: 35px !important
    }

    .-margin-left-xxxxl-35,
    .-margin-x-xxxxl-35 {
        margin-left: 35px !important
    }

    .-margin-xxxxl-40 {
        margin: 40px !important
    }

    .-margin-top-xxxxl-40,
    .-margin-y-xxxxl-40 {
        margin-top: 40px !important
    }

    .-margin-right-xxxxl-40,
    .-margin-x-xxxxl-40 {
        margin-right: 40px !important
    }

    .-margin-bottom-xxxxl-40,
    .-margin-y-xxxxl-40 {
        margin-bottom: 40px !important
    }

    .-margin-left-xxxxl-40,
    .-margin-x-xxxxl-40 {
        margin-left: 40px !important
    }

    .-margin-xxxxl-45 {
        margin: 45px !important
    }

    .-margin-top-xxxxl-45,
    .-margin-y-xxxxl-45 {
        margin-top: 45px !important
    }

    .-margin-right-xxxxl-45,
    .-margin-x-xxxxl-45 {
        margin-right: 45px !important
    }

    .-margin-bottom-xxxxl-45,
    .-margin-y-xxxxl-45 {
        margin-bottom: 45px !important
    }

    .-margin-left-xxxxl-45,
    .-margin-x-xxxxl-45 {
        margin-left: 45px !important
    }

    .-margin-xxxxl-50 {
        margin: 50px !important
    }

    .-margin-top-xxxxl-50,
    .-margin-y-xxxxl-50 {
        margin-top: 50px !important
    }

    .-margin-right-xxxxl-50,
    .-margin-x-xxxxl-50 {
        margin-right: 50px !important
    }

    .-margin-bottom-xxxxl-50,
    .-margin-y-xxxxl-50 {
        margin-bottom: 50px !important
    }

    .-margin-left-xxxxl-50,
    .-margin-x-xxxxl-50 {
        margin-left: 50px !important
    }

    .-margin-xxxxl-55 {
        margin: 55px !important
    }

    .-margin-top-xxxxl-55,
    .-margin-y-xxxxl-55 {
        margin-top: 55px !important
    }

    .-margin-right-xxxxl-55,
    .-margin-x-xxxxl-55 {
        margin-right: 55px !important
    }

    .-margin-bottom-xxxxl-55,
    .-margin-y-xxxxl-55 {
        margin-bottom: 55px !important
    }

    .-margin-left-xxxxl-55,
    .-margin-x-xxxxl-55 {
        margin-left: 55px !important
    }

    .-margin-xxxxl-60 {
        margin: 60px !important
    }

    .-margin-top-xxxxl-60,
    .-margin-y-xxxxl-60 {
        margin-top: 60px !important
    }

    .-margin-right-xxxxl-60,
    .-margin-x-xxxxl-60 {
        margin-right: 60px !important
    }

    .-margin-bottom-xxxxl-60,
    .-margin-y-xxxxl-60 {
        margin-bottom: 60px !important
    }

    .-margin-left-xxxxl-60,
    .-margin-x-xxxxl-60 {
        margin-left: 60px !important
    }

    .-margin-xxxxl-65 {
        margin: 65px !important
    }

    .-margin-top-xxxxl-65,
    .-margin-y-xxxxl-65 {
        margin-top: 65px !important
    }

    .-margin-right-xxxxl-65,
    .-margin-x-xxxxl-65 {
        margin-right: 65px !important
    }

    .-margin-bottom-xxxxl-65,
    .-margin-y-xxxxl-65 {
        margin-bottom: 65px !important
    }

    .-margin-left-xxxxl-65,
    .-margin-x-xxxxl-65 {
        margin-left: 65px !important
    }

    .-margin-xxxxl-75 {
        margin: 75px !important
    }

    .-margin-top-xxxxl-75,
    .-margin-y-xxxxl-75 {
        margin-top: 75px !important
    }

    .-margin-right-xxxxl-75,
    .-margin-x-xxxxl-75 {
        margin-right: 75px !important
    }

    .-margin-bottom-xxxxl-75,
    .-margin-y-xxxxl-75 {
        margin-bottom: 75px !important
    }

    .-margin-left-xxxxl-75,
    .-margin-x-xxxxl-75 {
        margin-left: 75px !important
    }

    .-margin-xxxxl-80 {
        margin: 80px !important
    }

    .-margin-top-xxxxl-80,
    .-margin-y-xxxxl-80 {
        margin-top: 80px !important
    }

    .-margin-right-xxxxl-80,
    .-margin-x-xxxxl-80 {
        margin-right: 80px !important
    }

    .-margin-bottom-xxxxl-80,
    .-margin-y-xxxxl-80 {
        margin-bottom: 80px !important
    }

    .-margin-left-xxxxl-80,
    .-margin-x-xxxxl-80 {
        margin-left: 80px !important
    }

    .-margin-xxxxl-85 {
        margin: 85px !important
    }

    .-margin-top-xxxxl-85,
    .-margin-y-xxxxl-85 {
        margin-top: 85px !important
    }

    .-margin-right-xxxxl-85,
    .-margin-x-xxxxl-85 {
        margin-right: 85px !important
    }

    .-margin-bottom-xxxxl-85,
    .-margin-y-xxxxl-85 {
        margin-bottom: 85px !important
    }

    .-margin-left-xxxxl-85,
    .-margin-x-xxxxl-85 {
        margin-left: 85px !important
    }

    .-margin-xxxxl-90 {
        margin: 90px !important
    }

    .-margin-top-xxxxl-90,
    .-margin-y-xxxxl-90 {
        margin-top: 90px !important
    }

    .-margin-right-xxxxl-90,
    .-margin-x-xxxxl-90 {
        margin-right: 90px !important
    }

    .-margin-bottom-xxxxl-90,
    .-margin-y-xxxxl-90 {
        margin-bottom: 90px !important
    }

    .-margin-left-xxxxl-90,
    .-margin-x-xxxxl-90 {
        margin-left: 90px !important
    }

    .-margin-xxxxl-95 {
        margin: 95px !important
    }

    .-margin-top-xxxxl-95,
    .-margin-y-xxxxl-95 {
        margin-top: 95px !important
    }

    .-margin-right-xxxxl-95,
    .-margin-x-xxxxl-95 {
        margin-right: 95px !important
    }

    .-margin-bottom-xxxxl-95,
    .-margin-y-xxxxl-95 {
        margin-bottom: 95px !important
    }

    .-margin-left-xxxxl-95,
    .-margin-x-xxxxl-95 {
        margin-left: 95px !important
    }

    .-margin-xxxxl-100 {
        margin: 100px !important
    }

    .-margin-top-xxxxl-100,
    .-margin-y-xxxxl-100 {
        margin-top: 100px !important
    }

    .-margin-right-xxxxl-100,
    .-margin-x-xxxxl-100 {
        margin-right: 100px !important
    }

    .-margin-bottom-xxxxl-100,
    .-margin-y-xxxxl-100 {
        margin-bottom: 100px !important
    }

    .-margin-left-xxxxl-100,
    .-margin-x-xxxxl-100 {
        margin-left: 100px !important
    }

    .-margin-xxxxl-105 {
        margin: 105px !important
    }

    .-margin-top-xxxxl-105,
    .-margin-y-xxxxl-105 {
        margin-top: 105px !important
    }

    .-margin-right-xxxxl-105,
    .-margin-x-xxxxl-105 {
        margin-right: 105px !important
    }

    .-margin-bottom-xxxxl-105,
    .-margin-y-xxxxl-105 {
        margin-bottom: 105px !important
    }

    .-margin-left-xxxxl-105,
    .-margin-x-xxxxl-105 {
        margin-left: 105px !important
    }

    .-margin-xxxxl-110 {
        margin: 110px !important
    }

    .-margin-top-xxxxl-110,
    .-margin-y-xxxxl-110 {
        margin-top: 110px !important
    }

    .-margin-right-xxxxl-110,
    .-margin-x-xxxxl-110 {
        margin-right: 110px !important
    }

    .-margin-bottom-xxxxl-110,
    .-margin-y-xxxxl-110 {
        margin-bottom: 110px !important
    }

    .-margin-left-xxxxl-110,
    .-margin-x-xxxxl-110 {
        margin-left: 110px !important
    }

    .-margin-xxxxl-115 {
        margin: 115px !important
    }

    .-margin-top-xxxxl-115,
    .-margin-y-xxxxl-115 {
        margin-top: 115px !important
    }

    .-margin-right-xxxxl-115,
    .-margin-x-xxxxl-115 {
        margin-right: 115px !important
    }

    .-margin-bottom-xxxxl-115,
    .-margin-y-xxxxl-115 {
        margin-bottom: 115px !important
    }

    .-margin-left-xxxxl-115,
    .-margin-x-xxxxl-115 {
        margin-left: 115px !important
    }

    .-margin-xxxxl-120 {
        margin: 120px !important
    }

    .-margin-top-xxxxl-120,
    .-margin-y-xxxxl-120 {
        margin-top: 120px !important
    }

    .-margin-right-xxxxl-120,
    .-margin-x-xxxxl-120 {
        margin-right: 120px !important
    }

    .-margin-bottom-xxxxl-120,
    .-margin-y-xxxxl-120 {
        margin-bottom: 120px !important
    }

    .-margin-left-xxxxl-120,
    .-margin-x-xxxxl-120 {
        margin-left: 120px !important
    }

    .-margin-xxxxl-125 {
        margin: 125px !important
    }

    .-margin-top-xxxxl-125,
    .-margin-y-xxxxl-125 {
        margin-top: 125px !important
    }

    .-margin-right-xxxxl-125,
    .-margin-x-xxxxl-125 {
        margin-right: 125px !important
    }

    .-margin-bottom-xxxxl-125,
    .-margin-y-xxxxl-125 {
        margin-bottom: 125px !important
    }

    .-margin-left-xxxxl-125,
    .-margin-x-xxxxl-125 {
        margin-left: 125px !important
    }

    .-margin-xxxxl-130 {
        margin: 130px !important
    }

    .-margin-top-xxxxl-130,
    .-margin-y-xxxxl-130 {
        margin-top: 130px !important
    }

    .-margin-right-xxxxl-130,
    .-margin-x-xxxxl-130 {
        margin-right: 130px !important
    }

    .-margin-bottom-xxxxl-130,
    .-margin-y-xxxxl-130 {
        margin-bottom: 130px !important
    }

    .-margin-left-xxxxl-130,
    .-margin-x-xxxxl-130 {
        margin-left: 130px !important
    }

    .-margin-xxxxl-135 {
        margin: 135px !important
    }

    .-margin-top-xxxxl-135,
    .-margin-y-xxxxl-135 {
        margin-top: 135px !important
    }

    .-margin-right-xxxxl-135,
    .-margin-x-xxxxl-135 {
        margin-right: 135px !important
    }

    .-margin-bottom-xxxxl-135,
    .-margin-y-xxxxl-135 {
        margin-bottom: 135px !important
    }

    .-margin-left-xxxxl-135,
    .-margin-x-xxxxl-135 {
        margin-left: 135px !important
    }

    .-margin-xxxxl-140 {
        margin: 140px !important
    }

    .-margin-top-xxxxl-140,
    .-margin-y-xxxxl-140 {
        margin-top: 140px !important
    }

    .-margin-right-xxxxl-140,
    .-margin-x-xxxxl-140 {
        margin-right: 140px !important
    }

    .-margin-bottom-xxxxl-140,
    .-margin-y-xxxxl-140 {
        margin-bottom: 140px !important
    }

    .-margin-left-xxxxl-140,
    .-margin-x-xxxxl-140 {
        margin-left: 140px !important
    }

    .-margin-xxxxl-145 {
        margin: 145px !important
    }

    .-margin-top-xxxxl-145,
    .-margin-y-xxxxl-145 {
        margin-top: 145px !important
    }

    .-margin-right-xxxxl-145,
    .-margin-x-xxxxl-145 {
        margin-right: 145px !important
    }

    .-margin-bottom-xxxxl-145,
    .-margin-y-xxxxl-145 {
        margin-bottom: 145px !important
    }

    .-margin-left-xxxxl-145,
    .-margin-x-xxxxl-145 {
        margin-left: 145px !important
    }

    .-margin-xxxxl-150 {
        margin: 150px !important
    }

    .-margin-top-xxxxl-150,
    .-margin-y-xxxxl-150 {
        margin-top: 150px !important
    }

    .-margin-right-xxxxl-150,
    .-margin-x-xxxxl-150 {
        margin-right: 150px !important
    }

    .-margin-bottom-xxxxl-150,
    .-margin-y-xxxxl-150 {
        margin-bottom: 150px !important
    }

    .-margin-left-xxxxl-150,
    .-margin-x-xxxxl-150 {
        margin-left: 150px !important
    }

    .-margin-xxxxl-155 {
        margin: 155px !important
    }

    .-margin-top-xxxxl-155,
    .-margin-y-xxxxl-155 {
        margin-top: 155px !important
    }

    .-margin-right-xxxxl-155,
    .-margin-x-xxxxl-155 {
        margin-right: 155px !important
    }

    .-margin-bottom-xxxxl-155,
    .-margin-y-xxxxl-155 {
        margin-bottom: 155px !important
    }

    .-margin-left-xxxxl-155,
    .-margin-x-xxxxl-155 {
        margin-left: 155px !important
    }

    .-margin-xxxxl-160 {
        margin: 160px !important
    }

    .-margin-top-xxxxl-160,
    .-margin-y-xxxxl-160 {
        margin-top: 160px !important
    }

    .-margin-right-xxxxl-160,
    .-margin-x-xxxxl-160 {
        margin-right: 160px !important
    }

    .-margin-bottom-xxxxl-160,
    .-margin-y-xxxxl-160 {
        margin-bottom: 160px !important
    }

    .-margin-left-xxxxl-160,
    .-margin-x-xxxxl-160 {
        margin-left: 160px !important
    }

    .-margin-xxxxl-165 {
        margin: 165px !important
    }

    .-margin-top-xxxxl-165,
    .-margin-y-xxxxl-165 {
        margin-top: 165px !important
    }

    .-margin-right-xxxxl-165,
    .-margin-x-xxxxl-165 {
        margin-right: 165px !important
    }

    .-margin-bottom-xxxxl-165,
    .-margin-y-xxxxl-165 {
        margin-bottom: 165px !important
    }

    .-margin-left-xxxxl-165,
    .-margin-x-xxxxl-165 {
        margin-left: 165px !important
    }

    .-margin-xxxxl-170 {
        margin: 170px !important
    }

    .-margin-top-xxxxl-170,
    .-margin-y-xxxxl-170 {
        margin-top: 170px !important
    }

    .-margin-right-xxxxl-170,
    .-margin-x-xxxxl-170 {
        margin-right: 170px !important
    }

    .-margin-bottom-xxxxl-170,
    .-margin-y-xxxxl-170 {
        margin-bottom: 170px !important
    }

    .-margin-left-xxxxl-170,
    .-margin-x-xxxxl-170 {
        margin-left: 170px !important
    }

    .-margin-xxxxl-175 {
        margin: 175px !important
    }

    .-margin-top-xxxxl-175,
    .-margin-y-xxxxl-175 {
        margin-top: 175px !important
    }

    .-margin-right-xxxxl-175,
    .-margin-x-xxxxl-175 {
        margin-right: 175px !important
    }

    .-margin-bottom-xxxxl-175,
    .-margin-y-xxxxl-175 {
        margin-bottom: 175px !important
    }

    .-margin-left-xxxxl-175,
    .-margin-x-xxxxl-175 {
        margin-left: 175px !important
    }

    .-margin-xxxxl-180 {
        margin: 180px !important
    }

    .-margin-top-xxxxl-180,
    .-margin-y-xxxxl-180 {
        margin-top: 180px !important
    }

    .-margin-right-xxxxl-180,
    .-margin-x-xxxxl-180 {
        margin-right: 180px !important
    }

    .-margin-bottom-xxxxl-180,
    .-margin-y-xxxxl-180 {
        margin-bottom: 180px !important
    }

    .-margin-left-xxxxl-180,
    .-margin-x-xxxxl-180 {
        margin-left: 180px !important
    }

    .-margin-xxxxl-185 {
        margin: 185px !important
    }

    .-margin-top-xxxxl-185,
    .-margin-y-xxxxl-185 {
        margin-top: 185px !important
    }

    .-margin-right-xxxxl-185,
    .-margin-x-xxxxl-185 {
        margin-right: 185px !important
    }

    .-margin-bottom-xxxxl-185,
    .-margin-y-xxxxl-185 {
        margin-bottom: 185px !important
    }

    .-margin-left-xxxxl-185,
    .-margin-x-xxxxl-185 {
        margin-left: 185px !important
    }

    .-margin-xxxxl-190 {
        margin: 190px !important
    }

    .-margin-top-xxxxl-190,
    .-margin-y-xxxxl-190 {
        margin-top: 190px !important
    }

    .-margin-right-xxxxl-190,
    .-margin-x-xxxxl-190 {
        margin-right: 190px !important
    }

    .-margin-bottom-xxxxl-190,
    .-margin-y-xxxxl-190 {
        margin-bottom: 190px !important
    }

    .-margin-left-xxxxl-190,
    .-margin-x-xxxxl-190 {
        margin-left: 190px !important
    }

    .-margin-xxxxl-195 {
        margin: 195px !important
    }

    .-margin-top-xxxxl-195,
    .-margin-y-xxxxl-195 {
        margin-top: 195px !important
    }

    .-margin-right-xxxxl-195,
    .-margin-x-xxxxl-195 {
        margin-right: 195px !important
    }

    .-margin-bottom-xxxxl-195,
    .-margin-y-xxxxl-195 {
        margin-bottom: 195px !important
    }

    .-margin-left-xxxxl-195,
    .-margin-x-xxxxl-195 {
        margin-left: 195px !important
    }

    .-margin-xxxxl-200 {
        margin: 200px !important
    }

    .-margin-top-xxxxl-200,
    .-margin-y-xxxxl-200 {
        margin-top: 200px !important
    }

    .-margin-right-xxxxl-200,
    .-margin-x-xxxxl-200 {
        margin-right: 200px !important
    }

    .-margin-bottom-xxxxl-200,
    .-margin-y-xxxxl-200 {
        margin-bottom: 200px !important
    }

    .-margin-left-xxxxl-200,
    .-margin-x-xxxxl-200 {
        margin-left: 200px !important
    }

    .-margin-xxxxl-205 {
        margin: 205px !important
    }

    .-margin-top-xxxxl-205,
    .-margin-y-xxxxl-205 {
        margin-top: 205px !important
    }

    .-margin-right-xxxxl-205,
    .-margin-x-xxxxl-205 {
        margin-right: 205px !important
    }

    .-margin-bottom-xxxxl-205,
    .-margin-y-xxxxl-205 {
        margin-bottom: 205px !important
    }

    .-margin-left-xxxxl-205,
    .-margin-x-xxxxl-205 {
        margin-left: 205px !important
    }

    .-margin-xxxxl-210 {
        margin: 210px !important
    }

    .-margin-top-xxxxl-210,
    .-margin-y-xxxxl-210 {
        margin-top: 210px !important
    }

    .-margin-right-xxxxl-210,
    .-margin-x-xxxxl-210 {
        margin-right: 210px !important
    }

    .-margin-bottom-xxxxl-210,
    .-margin-y-xxxxl-210 {
        margin-bottom: 210px !important
    }

    .-margin-left-xxxxl-210,
    .-margin-x-xxxxl-210 {
        margin-left: 210px !important
    }

    .-margin-xxxxl-215 {
        margin: 215px !important
    }

    .-margin-top-xxxxl-215,
    .-margin-y-xxxxl-215 {
        margin-top: 215px !important
    }

    .-margin-right-xxxxl-215,
    .-margin-x-xxxxl-215 {
        margin-right: 215px !important
    }

    .-margin-bottom-xxxxl-215,
    .-margin-y-xxxxl-215 {
        margin-bottom: 215px !important
    }

    .-margin-left-xxxxl-215,
    .-margin-x-xxxxl-215 {
        margin-left: 215px !important
    }

    .-margin-xxxxl-220 {
        margin: 220px !important
    }

    .-margin-top-xxxxl-220,
    .-margin-y-xxxxl-220 {
        margin-top: 220px !important
    }

    .-margin-right-xxxxl-220,
    .-margin-x-xxxxl-220 {
        margin-right: 220px !important
    }

    .-margin-bottom-xxxxl-220,
    .-margin-y-xxxxl-220 {
        margin-bottom: 220px !important
    }

    .-margin-left-xxxxl-220,
    .-margin-x-xxxxl-220 {
        margin-left: 220px !important
    }

    .-margin-xxxxl-225 {
        margin: 225px !important
    }

    .-margin-top-xxxxl-225,
    .-margin-y-xxxxl-225 {
        margin-top: 225px !important
    }

    .-margin-right-xxxxl-225,
    .-margin-x-xxxxl-225 {
        margin-right: 225px !important
    }

    .-margin-bottom-xxxxl-225,
    .-margin-y-xxxxl-225 {
        margin-bottom: 225px !important
    }

    .-margin-left-xxxxl-225,
    .-margin-x-xxxxl-225 {
        margin-left: 225px !important
    }

    .-margin-xxxxl-230 {
        margin: 230px !important
    }

    .-margin-top-xxxxl-230,
    .-margin-y-xxxxl-230 {
        margin-top: 230px !important
    }

    .-margin-right-xxxxl-230,
    .-margin-x-xxxxl-230 {
        margin-right: 230px !important
    }

    .-margin-bottom-xxxxl-230,
    .-margin-y-xxxxl-230 {
        margin-bottom: 230px !important
    }

    .-margin-left-xxxxl-230,
    .-margin-x-xxxxl-230 {
        margin-left: 230px !important
    }

    .-margin-xxxxl-235 {
        margin: 235px !important
    }

    .-margin-top-xxxxl-235,
    .-margin-y-xxxxl-235 {
        margin-top: 235px !important
    }

    .-margin-right-xxxxl-235,
    .-margin-x-xxxxl-235 {
        margin-right: 235px !important
    }

    .-margin-bottom-xxxxl-235,
    .-margin-y-xxxxl-235 {
        margin-bottom: 235px !important
    }

    .-margin-left-xxxxl-235,
    .-margin-x-xxxxl-235 {
        margin-left: 235px !important
    }

    .-margin-xxxxl-240 {
        margin: 240px !important
    }

    .-margin-top-xxxxl-240,
    .-margin-y-xxxxl-240 {
        margin-top: 240px !important
    }

    .-margin-right-xxxxl-240,
    .-margin-x-xxxxl-240 {
        margin-right: 240px !important
    }

    .-margin-bottom-xxxxl-240,
    .-margin-y-xxxxl-240 {
        margin-bottom: 240px !important
    }

    .-margin-left-xxxxl-240,
    .-margin-x-xxxxl-240 {
        margin-left: 240px !important
    }

    .-margin-xxxxl-245 {
        margin: 245px !important
    }

    .-margin-top-xxxxl-245,
    .-margin-y-xxxxl-245 {
        margin-top: 245px !important
    }

    .-margin-right-xxxxl-245,
    .-margin-x-xxxxl-245 {
        margin-right: 245px !important
    }

    .-margin-bottom-xxxxl-245,
    .-margin-y-xxxxl-245 {
        margin-bottom: 245px !important
    }

    .-margin-left-xxxxl-245,
    .-margin-x-xxxxl-245 {
        margin-left: 245px !important
    }

    .-margin-xxxxl-250 {
        margin: 250px !important
    }

    .-margin-top-xxxxl-250,
    .-margin-y-xxxxl-250 {
        margin-top: 250px !important
    }

    .-margin-right-xxxxl-250,
    .-margin-x-xxxxl-250 {
        margin-right: 250px !important
    }

    .-margin-bottom-xxxxl-250,
    .-margin-y-xxxxl-250 {
        margin-bottom: 250px !important
    }

    .-margin-left-xxxxl-250,
    .-margin-x-xxxxl-250 {
        margin-left: 250px !important
    }

    .-margin-xxxxl-255 {
        margin: 255px !important
    }

    .-margin-top-xxxxl-255,
    .-margin-y-xxxxl-255 {
        margin-top: 255px !important
    }

    .-margin-right-xxxxl-255,
    .-margin-x-xxxxl-255 {
        margin-right: 255px !important
    }

    .-margin-bottom-xxxxl-255,
    .-margin-y-xxxxl-255 {
        margin-bottom: 255px !important
    }

    .-margin-left-xxxxl-255,
    .-margin-x-xxxxl-255 {
        margin-left: 255px !important
    }

    .-margin-xxxxl-260 {
        margin: 260px !important
    }

    .-margin-top-xxxxl-260,
    .-margin-y-xxxxl-260 {
        margin-top: 260px !important
    }

    .-margin-right-xxxxl-260,
    .-margin-x-xxxxl-260 {
        margin-right: 260px !important
    }

    .-margin-bottom-xxxxl-260,
    .-margin-y-xxxxl-260 {
        margin-bottom: 260px !important
    }

    .-margin-left-xxxxl-260,
    .-margin-x-xxxxl-260 {
        margin-left: 260px !important
    }

    .-margin-xxxxl-265 {
        margin: 265px !important
    }

    .-margin-top-xxxxl-265,
    .-margin-y-xxxxl-265 {
        margin-top: 265px !important
    }

    .-margin-right-xxxxl-265,
    .-margin-x-xxxxl-265 {
        margin-right: 265px !important
    }

    .-margin-bottom-xxxxl-265,
    .-margin-y-xxxxl-265 {
        margin-bottom: 265px !important
    }

    .-margin-left-xxxxl-265,
    .-margin-x-xxxxl-265 {
        margin-left: 265px !important
    }

    .-margin-xxxxl-270 {
        margin: 270px !important
    }

    .-margin-top-xxxxl-270,
    .-margin-y-xxxxl-270 {
        margin-top: 270px !important
    }

    .-margin-right-xxxxl-270,
    .-margin-x-xxxxl-270 {
        margin-right: 270px !important
    }

    .-margin-bottom-xxxxl-270,
    .-margin-y-xxxxl-270 {
        margin-bottom: 270px !important
    }

    .-margin-left-xxxxl-270,
    .-margin-x-xxxxl-270 {
        margin-left: 270px !important
    }

    .-margin-xxxxl-275 {
        margin: 275px !important
    }

    .-margin-top-xxxxl-275,
    .-margin-y-xxxxl-275 {
        margin-top: 275px !important
    }

    .-margin-right-xxxxl-275,
    .-margin-x-xxxxl-275 {
        margin-right: 275px !important
    }

    .-margin-bottom-xxxxl-275,
    .-margin-y-xxxxl-275 {
        margin-bottom: 275px !important
    }

    .-margin-left-xxxxl-275,
    .-margin-x-xxxxl-275 {
        margin-left: 275px !important
    }

    .-margin-xxxxl-280 {
        margin: 280px !important
    }

    .-margin-top-xxxxl-280,
    .-margin-y-xxxxl-280 {
        margin-top: 280px !important
    }

    .-margin-right-xxxxl-280,
    .-margin-x-xxxxl-280 {
        margin-right: 280px !important
    }

    .-margin-bottom-xxxxl-280,
    .-margin-y-xxxxl-280 {
        margin-bottom: 280px !important
    }

    .-margin-left-xxxxl-280,
    .-margin-x-xxxxl-280 {
        margin-left: 280px !important
    }

    .-margin-xxxxl-285 {
        margin: 285px !important
    }

    .-margin-top-xxxxl-285,
    .-margin-y-xxxxl-285 {
        margin-top: 285px !important
    }

    .-margin-right-xxxxl-285,
    .-margin-x-xxxxl-285 {
        margin-right: 285px !important
    }

    .-margin-bottom-xxxxl-285,
    .-margin-y-xxxxl-285 {
        margin-bottom: 285px !important
    }

    .-margin-left-xxxxl-285,
    .-margin-x-xxxxl-285 {
        margin-left: 285px !important
    }

    .-margin-xxxxl-290 {
        margin: 290px !important
    }

    .-margin-top-xxxxl-290,
    .-margin-y-xxxxl-290 {
        margin-top: 290px !important
    }

    .-margin-right-xxxxl-290,
    .-margin-x-xxxxl-290 {
        margin-right: 290px !important
    }

    .-margin-bottom-xxxxl-290,
    .-margin-y-xxxxl-290 {
        margin-bottom: 290px !important
    }

    .-margin-left-xxxxl-290,
    .-margin-x-xxxxl-290 {
        margin-left: 290px !important
    }

    .-margin-xxxxl-295 {
        margin: 295px !important
    }

    .-margin-top-xxxxl-295,
    .-margin-y-xxxxl-295 {
        margin-top: 295px !important
    }

    .-margin-right-xxxxl-295,
    .-margin-x-xxxxl-295 {
        margin-right: 295px !important
    }

    .-margin-bottom-xxxxl-295,
    .-margin-y-xxxxl-295 {
        margin-bottom: 295px !important
    }

    .-margin-left-xxxxl-295,
    .-margin-x-xxxxl-295 {
        margin-left: 295px !important
    }

    .-margin-xxxxl-300 {
        margin: 300px !important
    }

    .-margin-top-xxxxl-300,
    .-margin-y-xxxxl-300 {
        margin-top: 300px !important
    }

    .-margin-right-xxxxl-300,
    .-margin-x-xxxxl-300 {
        margin-right: 300px !important
    }

    .-margin-bottom-xxxxl-300,
    .-margin-y-xxxxl-300 {
        margin-bottom: 300px !important
    }

    .-margin-left-xxxxl-300,
    .-margin-x-xxxxl-300 {
        margin-left: 300px !important
    }

    .-padding-xxxxl-0 {
        padding: 0 !important
    }

    .-padding-top-xxxxl-0,
    .-padding-y-xxxxl-0 {
        padding-top: 0 !important
    }

    .-padding-right-xxxxl-0,
    .-padding-x-xxxxl-0 {
        padding-right: 0 !important
    }

    .-padding-bottom-xxxxl-0,
    .-padding-y-xxxxl-0 {
        padding-bottom: 0 !important
    }

    .-padding-left-xxxxl-0,
    .-padding-x-xxxxl-0 {
        padding-left: 0 !important
    }

    .-padding-xxxxl-5 {
        padding: 5px !important
    }

    .-padding-top-xxxxl-5,
    .-padding-y-xxxxl-5 {
        padding-top: 5px !important
    }

    .-padding-right-xxxxl-5,
    .-padding-x-xxxxl-5 {
        padding-right: 5px !important
    }

    .-padding-bottom-xxxxl-5,
    .-padding-y-xxxxl-5 {
        padding-bottom: 5px !important
    }

    .-padding-left-xxxxl-5,
    .-padding-x-xxxxl-5 {
        padding-left: 5px !important
    }

    .-padding-xxxxl-10 {
        padding: 10px !important
    }

    .-padding-top-xxxxl-10,
    .-padding-y-xxxxl-10 {
        padding-top: 10px !important
    }

    .-padding-right-xxxxl-10,
    .-padding-x-xxxxl-10 {
        padding-right: 10px !important
    }

    .-padding-bottom-xxxxl-10,
    .-padding-y-xxxxl-10 {
        padding-bottom: 10px !important
    }

    .-padding-left-xxxxl-10,
    .-padding-x-xxxxl-10 {
        padding-left: 10px !important
    }

    .-padding-xxxxl-15 {
        padding: 15px !important
    }

    .-padding-top-xxxxl-15,
    .-padding-y-xxxxl-15 {
        padding-top: 15px !important
    }

    .-padding-right-xxxxl-15,
    .-padding-x-xxxxl-15 {
        padding-right: 15px !important
    }

    .-padding-bottom-xxxxl-15,
    .-padding-y-xxxxl-15 {
        padding-bottom: 15px !important
    }

    .-padding-left-xxxxl-15,
    .-padding-x-xxxxl-15 {
        padding-left: 15px !important
    }

    .-padding-xxxxl-20 {
        padding: 20px !important
    }

    .-padding-top-xxxxl-20,
    .-padding-y-xxxxl-20 {
        padding-top: 20px !important
    }

    .-padding-right-xxxxl-20,
    .-padding-x-xxxxl-20 {
        padding-right: 20px !important
    }

    .-padding-bottom-xxxxl-20,
    .-padding-y-xxxxl-20 {
        padding-bottom: 20px !important
    }

    .-padding-left-xxxxl-20,
    .-padding-x-xxxxl-20 {
        padding-left: 20px !important
    }

    .-padding-xxxxl-25 {
        padding: 25px !important
    }

    .-padding-top-xxxxl-25,
    .-padding-y-xxxxl-25 {
        padding-top: 25px !important
    }

    .-padding-right-xxxxl-25,
    .-padding-x-xxxxl-25 {
        padding-right: 25px !important
    }

    .-padding-bottom-xxxxl-25,
    .-padding-y-xxxxl-25 {
        padding-bottom: 25px !important
    }

    .-padding-left-xxxxl-25,
    .-padding-x-xxxxl-25 {
        padding-left: 25px !important
    }

    .-padding-xxxxl-30 {
        padding: 35px !important
    }

    .-padding-top-xxxxl-30,
    .-padding-y-xxxxl-30 {
        padding-top: 35px !important
    }

    .-padding-right-xxxxl-30,
    .-padding-x-xxxxl-30 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxxl-30,
    .-padding-y-xxxxl-30 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxxl-30,
    .-padding-x-xxxxl-30 {
        padding-left: 35px !important
    }

    .-padding-xxxxl-35 {
        padding: 35px !important
    }

    .-padding-top-xxxxl-35,
    .-padding-y-xxxxl-35 {
        padding-top: 35px !important
    }

    .-padding-right-xxxxl-35,
    .-padding-x-xxxxl-35 {
        padding-right: 35px !important
    }

    .-padding-bottom-xxxxl-35,
    .-padding-y-xxxxl-35 {
        padding-bottom: 35px !important
    }

    .-padding-left-xxxxl-35,
    .-padding-x-xxxxl-35 {
        padding-left: 35px !important
    }

    .-padding-xxxxl-40 {
        padding: 40px !important
    }

    .-padding-top-xxxxl-40,
    .-padding-y-xxxxl-40 {
        padding-top: 40px !important
    }

    .-padding-right-xxxxl-40,
    .-padding-x-xxxxl-40 {
        padding-right: 40px !important
    }

    .-padding-bottom-xxxxl-40,
    .-padding-y-xxxxl-40 {
        padding-bottom: 40px !important
    }

    .-padding-left-xxxxl-40,
    .-padding-x-xxxxl-40 {
        padding-left: 40px !important
    }

    .-padding-xxxxl-45 {
        padding: 45px !important
    }

    .-padding-top-xxxxl-45,
    .-padding-y-xxxxl-45 {
        padding-top: 45px !important
    }

    .-padding-right-xxxxl-45,
    .-padding-x-xxxxl-45 {
        padding-right: 45px !important
    }

    .-padding-bottom-xxxxl-45,
    .-padding-y-xxxxl-45 {
        padding-bottom: 45px !important
    }

    .-padding-left-xxxxl-45,
    .-padding-x-xxxxl-45 {
        padding-left: 45px !important
    }

    .-padding-xxxxl-50 {
        padding: 50px !important
    }

    .-padding-top-xxxxl-50,
    .-padding-y-xxxxl-50 {
        padding-top: 50px !important
    }

    .-padding-right-xxxxl-50,
    .-padding-x-xxxxl-50 {
        padding-right: 50px !important
    }

    .-padding-bottom-xxxxl-50,
    .-padding-y-xxxxl-50 {
        padding-bottom: 50px !important
    }

    .-padding-left-xxxxl-50,
    .-padding-x-xxxxl-50 {
        padding-left: 50px !important
    }

    .-padding-xxxxl-55 {
        padding: 55px !important
    }

    .-padding-top-xxxxl-55,
    .-padding-y-xxxxl-55 {
        padding-top: 55px !important
    }

    .-padding-right-xxxxl-55,
    .-padding-x-xxxxl-55 {
        padding-right: 55px !important
    }

    .-padding-bottom-xxxxl-55,
    .-padding-y-xxxxl-55 {
        padding-bottom: 55px !important
    }

    .-padding-left-xxxxl-55,
    .-padding-x-xxxxl-55 {
        padding-left: 55px !important
    }

    .-padding-xxxxl-60 {
        padding: 60px !important
    }

    .-padding-top-xxxxl-60,
    .-padding-y-xxxxl-60 {
        padding-top: 60px !important
    }

    .-padding-right-xxxxl-60,
    .-padding-x-xxxxl-60 {
        padding-right: 60px !important
    }

    .-padding-bottom-xxxxl-60,
    .-padding-y-xxxxl-60 {
        padding-bottom: 60px !important
    }

    .-padding-left-xxxxl-60,
    .-padding-x-xxxxl-60 {
        padding-left: 60px !important
    }

    .-padding-xxxxl-65 {
        padding: 65px !important
    }

    .-padding-top-xxxxl-65,
    .-padding-y-xxxxl-65 {
        padding-top: 65px !important
    }

    .-padding-right-xxxxl-65,
    .-padding-x-xxxxl-65 {
        padding-right: 65px !important
    }

    .-padding-bottom-xxxxl-65,
    .-padding-y-xxxxl-65 {
        padding-bottom: 65px !important
    }

    .-padding-left-xxxxl-65,
    .-padding-x-xxxxl-65 {
        padding-left: 65px !important
    }

    .-padding-xxxxl-75 {
        padding: 75px !important
    }

    .-padding-top-xxxxl-75,
    .-padding-y-xxxxl-75 {
        padding-top: 75px !important
    }

    .-padding-right-xxxxl-75,
    .-padding-x-xxxxl-75 {
        padding-right: 75px !important
    }

    .-padding-bottom-xxxxl-75,
    .-padding-y-xxxxl-75 {
        padding-bottom: 75px !important
    }

    .-padding-left-xxxxl-75,
    .-padding-x-xxxxl-75 {
        padding-left: 75px !important
    }

    .-padding-xxxxl-80 {
        padding: 80px !important
    }

    .-padding-top-xxxxl-80,
    .-padding-y-xxxxl-80 {
        padding-top: 80px !important
    }

    .-padding-right-xxxxl-80,
    .-padding-x-xxxxl-80 {
        padding-right: 80px !important
    }

    .-padding-bottom-xxxxl-80,
    .-padding-y-xxxxl-80 {
        padding-bottom: 80px !important
    }

    .-padding-left-xxxxl-80,
    .-padding-x-xxxxl-80 {
        padding-left: 80px !important
    }

    .-padding-xxxxl-85 {
        padding: 85px !important
    }

    .-padding-top-xxxxl-85,
    .-padding-y-xxxxl-85 {
        padding-top: 85px !important
    }

    .-padding-right-xxxxl-85,
    .-padding-x-xxxxl-85 {
        padding-right: 85px !important
    }

    .-padding-bottom-xxxxl-85,
    .-padding-y-xxxxl-85 {
        padding-bottom: 85px !important
    }

    .-padding-left-xxxxl-85,
    .-padding-x-xxxxl-85 {
        padding-left: 85px !important
    }

    .-padding-xxxxl-90 {
        padding: 90px !important
    }

    .-padding-top-xxxxl-90,
    .-padding-y-xxxxl-90 {
        padding-top: 90px !important
    }

    .-padding-right-xxxxl-90,
    .-padding-x-xxxxl-90 {
        padding-right: 90px !important
    }

    .-padding-bottom-xxxxl-90,
    .-padding-y-xxxxl-90 {
        padding-bottom: 90px !important
    }

    .-padding-left-xxxxl-90,
    .-padding-x-xxxxl-90 {
        padding-left: 90px !important
    }

    .-padding-xxxxl-95 {
        padding: 95px !important
    }

    .-padding-top-xxxxl-95,
    .-padding-y-xxxxl-95 {
        padding-top: 95px !important
    }

    .-padding-right-xxxxl-95,
    .-padding-x-xxxxl-95 {
        padding-right: 95px !important
    }

    .-padding-bottom-xxxxl-95,
    .-padding-y-xxxxl-95 {
        padding-bottom: 95px !important
    }

    .-padding-left-xxxxl-95,
    .-padding-x-xxxxl-95 {
        padding-left: 95px !important
    }

    .-padding-xxxxl-100 {
        padding: 100px !important
    }

    .-padding-top-xxxxl-100,
    .-padding-y-xxxxl-100 {
        padding-top: 100px !important
    }

    .-padding-right-xxxxl-100,
    .-padding-x-xxxxl-100 {
        padding-right: 100px !important
    }

    .-padding-bottom-xxxxl-100,
    .-padding-y-xxxxl-100 {
        padding-bottom: 100px !important
    }

    .-padding-left-xxxxl-100,
    .-padding-x-xxxxl-100 {
        padding-left: 100px !important
    }

    .-padding-xxxxl-105 {
        padding: 105px !important
    }

    .-padding-top-xxxxl-105,
    .-padding-y-xxxxl-105 {
        padding-top: 105px !important
    }

    .-padding-right-xxxxl-105,
    .-padding-x-xxxxl-105 {
        padding-right: 105px !important
    }

    .-padding-bottom-xxxxl-105,
    .-padding-y-xxxxl-105 {
        padding-bottom: 105px !important
    }

    .-padding-left-xxxxl-105,
    .-padding-x-xxxxl-105 {
        padding-left: 105px !important
    }

    .-padding-xxxxl-110 {
        padding: 110px !important
    }

    .-padding-top-xxxxl-110,
    .-padding-y-xxxxl-110 {
        padding-top: 110px !important
    }

    .-padding-right-xxxxl-110,
    .-padding-x-xxxxl-110 {
        padding-right: 110px !important
    }

    .-padding-bottom-xxxxl-110,
    .-padding-y-xxxxl-110 {
        padding-bottom: 110px !important
    }

    .-padding-left-xxxxl-110,
    .-padding-x-xxxxl-110 {
        padding-left: 110px !important
    }

    .-padding-xxxxl-115 {
        padding: 115px !important
    }

    .-padding-top-xxxxl-115,
    .-padding-y-xxxxl-115 {
        padding-top: 115px !important
    }

    .-padding-right-xxxxl-115,
    .-padding-x-xxxxl-115 {
        padding-right: 115px !important
    }

    .-padding-bottom-xxxxl-115,
    .-padding-y-xxxxl-115 {
        padding-bottom: 115px !important
    }

    .-padding-left-xxxxl-115,
    .-padding-x-xxxxl-115 {
        padding-left: 115px !important
    }

    .-padding-xxxxl-120 {
        padding: 120px !important
    }

    .-padding-top-xxxxl-120,
    .-padding-y-xxxxl-120 {
        padding-top: 120px !important
    }

    .-padding-right-xxxxl-120,
    .-padding-x-xxxxl-120 {
        padding-right: 120px !important
    }

    .-padding-bottom-xxxxl-120,
    .-padding-y-xxxxl-120 {
        padding-bottom: 120px !important
    }

    .-padding-left-xxxxl-120,
    .-padding-x-xxxxl-120 {
        padding-left: 120px !important
    }

    .-padding-xxxxl-125 {
        padding: 125px !important
    }

    .-padding-top-xxxxl-125,
    .-padding-y-xxxxl-125 {
        padding-top: 125px !important
    }

    .-padding-right-xxxxl-125,
    .-padding-x-xxxxl-125 {
        padding-right: 125px !important
    }

    .-padding-bottom-xxxxl-125,
    .-padding-y-xxxxl-125 {
        padding-bottom: 125px !important
    }

    .-padding-left-xxxxl-125,
    .-padding-x-xxxxl-125 {
        padding-left: 125px !important
    }

    .-padding-xxxxl-130 {
        padding: 130px !important
    }

    .-padding-top-xxxxl-130,
    .-padding-y-xxxxl-130 {
        padding-top: 130px !important
    }

    .-padding-right-xxxxl-130,
    .-padding-x-xxxxl-130 {
        padding-right: 130px !important
    }

    .-padding-bottom-xxxxl-130,
    .-padding-y-xxxxl-130 {
        padding-bottom: 130px !important
    }

    .-padding-left-xxxxl-130,
    .-padding-x-xxxxl-130 {
        padding-left: 130px !important
    }

    .-padding-xxxxl-135 {
        padding: 135px !important
    }

    .-padding-top-xxxxl-135,
    .-padding-y-xxxxl-135 {
        padding-top: 135px !important
    }

    .-padding-right-xxxxl-135,
    .-padding-x-xxxxl-135 {
        padding-right: 135px !important
    }

    .-padding-bottom-xxxxl-135,
    .-padding-y-xxxxl-135 {
        padding-bottom: 135px !important
    }

    .-padding-left-xxxxl-135,
    .-padding-x-xxxxl-135 {
        padding-left: 135px !important
    }

    .-padding-xxxxl-140 {
        padding: 140px !important
    }

    .-padding-top-xxxxl-140,
    .-padding-y-xxxxl-140 {
        padding-top: 140px !important
    }

    .-padding-right-xxxxl-140,
    .-padding-x-xxxxl-140 {
        padding-right: 140px !important
    }

    .-padding-bottom-xxxxl-140,
    .-padding-y-xxxxl-140 {
        padding-bottom: 140px !important
    }

    .-padding-left-xxxxl-140,
    .-padding-x-xxxxl-140 {
        padding-left: 140px !important
    }

    .-padding-xxxxl-145 {
        padding: 145px !important
    }

    .-padding-top-xxxxl-145,
    .-padding-y-xxxxl-145 {
        padding-top: 145px !important
    }

    .-padding-right-xxxxl-145,
    .-padding-x-xxxxl-145 {
        padding-right: 145px !important
    }

    .-padding-bottom-xxxxl-145,
    .-padding-y-xxxxl-145 {
        padding-bottom: 145px !important
    }

    .-padding-left-xxxxl-145,
    .-padding-x-xxxxl-145 {
        padding-left: 145px !important
    }

    .-padding-xxxxl-150 {
        padding: 150px !important
    }

    .-padding-top-xxxxl-150,
    .-padding-y-xxxxl-150 {
        padding-top: 150px !important
    }

    .-padding-right-xxxxl-150,
    .-padding-x-xxxxl-150 {
        padding-right: 150px !important
    }

    .-padding-bottom-xxxxl-150,
    .-padding-y-xxxxl-150 {
        padding-bottom: 150px !important
    }

    .-padding-left-xxxxl-150,
    .-padding-x-xxxxl-150 {
        padding-left: 150px !important
    }

    .-padding-xxxxl-155 {
        padding: 155px !important
    }

    .-padding-top-xxxxl-155,
    .-padding-y-xxxxl-155 {
        padding-top: 155px !important
    }

    .-padding-right-xxxxl-155,
    .-padding-x-xxxxl-155 {
        padding-right: 155px !important
    }

    .-padding-bottom-xxxxl-155,
    .-padding-y-xxxxl-155 {
        padding-bottom: 155px !important
    }

    .-padding-left-xxxxl-155,
    .-padding-x-xxxxl-155 {
        padding-left: 155px !important
    }

    .-padding-xxxxl-160 {
        padding: 160px !important
    }

    .-padding-top-xxxxl-160,
    .-padding-y-xxxxl-160 {
        padding-top: 160px !important
    }

    .-padding-right-xxxxl-160,
    .-padding-x-xxxxl-160 {
        padding-right: 160px !important
    }

    .-padding-bottom-xxxxl-160,
    .-padding-y-xxxxl-160 {
        padding-bottom: 160px !important
    }

    .-padding-left-xxxxl-160,
    .-padding-x-xxxxl-160 {
        padding-left: 160px !important
    }

    .-padding-xxxxl-165 {
        padding: 165px !important
    }

    .-padding-top-xxxxl-165,
    .-padding-y-xxxxl-165 {
        padding-top: 165px !important
    }

    .-padding-right-xxxxl-165,
    .-padding-x-xxxxl-165 {
        padding-right: 165px !important
    }

    .-padding-bottom-xxxxl-165,
    .-padding-y-xxxxl-165 {
        padding-bottom: 165px !important
    }

    .-padding-left-xxxxl-165,
    .-padding-x-xxxxl-165 {
        padding-left: 165px !important
    }

    .-padding-xxxxl-170 {
        padding: 170px !important
    }

    .-padding-top-xxxxl-170,
    .-padding-y-xxxxl-170 {
        padding-top: 170px !important
    }

    .-padding-right-xxxxl-170,
    .-padding-x-xxxxl-170 {
        padding-right: 170px !important
    }

    .-padding-bottom-xxxxl-170,
    .-padding-y-xxxxl-170 {
        padding-bottom: 170px !important
    }

    .-padding-left-xxxxl-170,
    .-padding-x-xxxxl-170 {
        padding-left: 170px !important
    }

    .-padding-xxxxl-175 {
        padding: 175px !important
    }

    .-padding-top-xxxxl-175,
    .-padding-y-xxxxl-175 {
        padding-top: 175px !important
    }

    .-padding-right-xxxxl-175,
    .-padding-x-xxxxl-175 {
        padding-right: 175px !important
    }

    .-padding-bottom-xxxxl-175,
    .-padding-y-xxxxl-175 {
        padding-bottom: 175px !important
    }

    .-padding-left-xxxxl-175,
    .-padding-x-xxxxl-175 {
        padding-left: 175px !important
    }

    .-padding-xxxxl-180 {
        padding: 180px !important
    }

    .-padding-top-xxxxl-180,
    .-padding-y-xxxxl-180 {
        padding-top: 180px !important
    }

    .-padding-right-xxxxl-180,
    .-padding-x-xxxxl-180 {
        padding-right: 180px !important
    }

    .-padding-bottom-xxxxl-180,
    .-padding-y-xxxxl-180 {
        padding-bottom: 180px !important
    }

    .-padding-left-xxxxl-180,
    .-padding-x-xxxxl-180 {
        padding-left: 180px !important
    }

    .-padding-xxxxl-185 {
        padding: 185px !important
    }

    .-padding-top-xxxxl-185,
    .-padding-y-xxxxl-185 {
        padding-top: 185px !important
    }

    .-padding-right-xxxxl-185,
    .-padding-x-xxxxl-185 {
        padding-right: 185px !important
    }

    .-padding-bottom-xxxxl-185,
    .-padding-y-xxxxl-185 {
        padding-bottom: 185px !important
    }

    .-padding-left-xxxxl-185,
    .-padding-x-xxxxl-185 {
        padding-left: 185px !important
    }

    .-padding-xxxxl-190 {
        padding: 190px !important
    }

    .-padding-top-xxxxl-190,
    .-padding-y-xxxxl-190 {
        padding-top: 190px !important
    }

    .-padding-right-xxxxl-190,
    .-padding-x-xxxxl-190 {
        padding-right: 190px !important
    }

    .-padding-bottom-xxxxl-190,
    .-padding-y-xxxxl-190 {
        padding-bottom: 190px !important
    }

    .-padding-left-xxxxl-190,
    .-padding-x-xxxxl-190 {
        padding-left: 190px !important
    }

    .-padding-xxxxl-195 {
        padding: 195px !important
    }

    .-padding-top-xxxxl-195,
    .-padding-y-xxxxl-195 {
        padding-top: 195px !important
    }

    .-padding-right-xxxxl-195,
    .-padding-x-xxxxl-195 {
        padding-right: 195px !important
    }

    .-padding-bottom-xxxxl-195,
    .-padding-y-xxxxl-195 {
        padding-bottom: 195px !important
    }

    .-padding-left-xxxxl-195,
    .-padding-x-xxxxl-195 {
        padding-left: 195px !important
    }

    .-padding-xxxxl-200 {
        padding: 200px !important
    }

    .-padding-top-xxxxl-200,
    .-padding-y-xxxxl-200 {
        padding-top: 200px !important
    }

    .-padding-right-xxxxl-200,
    .-padding-x-xxxxl-200 {
        padding-right: 200px !important
    }

    .-padding-bottom-xxxxl-200,
    .-padding-y-xxxxl-200 {
        padding-bottom: 200px !important
    }

    .-padding-left-xxxxl-200,
    .-padding-x-xxxxl-200 {
        padding-left: 200px !important
    }

    .-padding-xxxxl-205 {
        padding: 205px !important
    }

    .-padding-top-xxxxl-205,
    .-padding-y-xxxxl-205 {
        padding-top: 205px !important
    }

    .-padding-right-xxxxl-205,
    .-padding-x-xxxxl-205 {
        padding-right: 205px !important
    }

    .-padding-bottom-xxxxl-205,
    .-padding-y-xxxxl-205 {
        padding-bottom: 205px !important
    }

    .-padding-left-xxxxl-205,
    .-padding-x-xxxxl-205 {
        padding-left: 205px !important
    }

    .-padding-xxxxl-210 {
        padding: 210px !important
    }

    .-padding-top-xxxxl-210,
    .-padding-y-xxxxl-210 {
        padding-top: 210px !important
    }

    .-padding-right-xxxxl-210,
    .-padding-x-xxxxl-210 {
        padding-right: 210px !important
    }

    .-padding-bottom-xxxxl-210,
    .-padding-y-xxxxl-210 {
        padding-bottom: 210px !important
    }

    .-padding-left-xxxxl-210,
    .-padding-x-xxxxl-210 {
        padding-left: 210px !important
    }

    .-padding-xxxxl-215 {
        padding: 215px !important
    }

    .-padding-top-xxxxl-215,
    .-padding-y-xxxxl-215 {
        padding-top: 215px !important
    }

    .-padding-right-xxxxl-215,
    .-padding-x-xxxxl-215 {
        padding-right: 215px !important
    }

    .-padding-bottom-xxxxl-215,
    .-padding-y-xxxxl-215 {
        padding-bottom: 215px !important
    }

    .-padding-left-xxxxl-215,
    .-padding-x-xxxxl-215 {
        padding-left: 215px !important
    }

    .-padding-xxxxl-220 {
        padding: 220px !important
    }

    .-padding-top-xxxxl-220,
    .-padding-y-xxxxl-220 {
        padding-top: 220px !important
    }

    .-padding-right-xxxxl-220,
    .-padding-x-xxxxl-220 {
        padding-right: 220px !important
    }

    .-padding-bottom-xxxxl-220,
    .-padding-y-xxxxl-220 {
        padding-bottom: 220px !important
    }

    .-padding-left-xxxxl-220,
    .-padding-x-xxxxl-220 {
        padding-left: 220px !important
    }

    .-padding-xxxxl-225 {
        padding: 225px !important
    }

    .-padding-top-xxxxl-225,
    .-padding-y-xxxxl-225 {
        padding-top: 225px !important
    }

    .-padding-right-xxxxl-225,
    .-padding-x-xxxxl-225 {
        padding-right: 225px !important
    }

    .-padding-bottom-xxxxl-225,
    .-padding-y-xxxxl-225 {
        padding-bottom: 225px !important
    }

    .-padding-left-xxxxl-225,
    .-padding-x-xxxxl-225 {
        padding-left: 225px !important
    }

    .-padding-xxxxl-230 {
        padding: 230px !important
    }

    .-padding-top-xxxxl-230,
    .-padding-y-xxxxl-230 {
        padding-top: 230px !important
    }

    .-padding-right-xxxxl-230,
    .-padding-x-xxxxl-230 {
        padding-right: 230px !important
    }

    .-padding-bottom-xxxxl-230,
    .-padding-y-xxxxl-230 {
        padding-bottom: 230px !important
    }

    .-padding-left-xxxxl-230,
    .-padding-x-xxxxl-230 {
        padding-left: 230px !important
    }

    .-padding-xxxxl-235 {
        padding: 235px !important
    }

    .-padding-top-xxxxl-235,
    .-padding-y-xxxxl-235 {
        padding-top: 235px !important
    }

    .-padding-right-xxxxl-235,
    .-padding-x-xxxxl-235 {
        padding-right: 235px !important
    }

    .-padding-bottom-xxxxl-235,
    .-padding-y-xxxxl-235 {
        padding-bottom: 235px !important
    }

    .-padding-left-xxxxl-235,
    .-padding-x-xxxxl-235 {
        padding-left: 235px !important
    }

    .-padding-xxxxl-240 {
        padding: 240px !important
    }

    .-padding-top-xxxxl-240,
    .-padding-y-xxxxl-240 {
        padding-top: 240px !important
    }

    .-padding-right-xxxxl-240,
    .-padding-x-xxxxl-240 {
        padding-right: 240px !important
    }

    .-padding-bottom-xxxxl-240,
    .-padding-y-xxxxl-240 {
        padding-bottom: 240px !important
    }

    .-padding-left-xxxxl-240,
    .-padding-x-xxxxl-240 {
        padding-left: 240px !important
    }

    .-padding-xxxxl-245 {
        padding: 245px !important
    }

    .-padding-top-xxxxl-245,
    .-padding-y-xxxxl-245 {
        padding-top: 245px !important
    }

    .-padding-right-xxxxl-245,
    .-padding-x-xxxxl-245 {
        padding-right: 245px !important
    }

    .-padding-bottom-xxxxl-245,
    .-padding-y-xxxxl-245 {
        padding-bottom: 245px !important
    }

    .-padding-left-xxxxl-245,
    .-padding-x-xxxxl-245 {
        padding-left: 245px !important
    }

    .-padding-xxxxl-250 {
        padding: 250px !important
    }

    .-padding-top-xxxxl-250,
    .-padding-y-xxxxl-250 {
        padding-top: 250px !important
    }

    .-padding-right-xxxxl-250,
    .-padding-x-xxxxl-250 {
        padding-right: 250px !important
    }

    .-padding-bottom-xxxxl-250,
    .-padding-y-xxxxl-250 {
        padding-bottom: 250px !important
    }

    .-padding-left-xxxxl-250,
    .-padding-x-xxxxl-250 {
        padding-left: 250px !important
    }

    .-padding-xxxxl-255 {
        padding: 255px !important
    }

    .-padding-top-xxxxl-255,
    .-padding-y-xxxxl-255 {
        padding-top: 255px !important
    }

    .-padding-right-xxxxl-255,
    .-padding-x-xxxxl-255 {
        padding-right: 255px !important
    }

    .-padding-bottom-xxxxl-255,
    .-padding-y-xxxxl-255 {
        padding-bottom: 255px !important
    }

    .-padding-left-xxxxl-255,
    .-padding-x-xxxxl-255 {
        padding-left: 255px !important
    }

    .-padding-xxxxl-260 {
        padding: 260px !important
    }

    .-padding-top-xxxxl-260,
    .-padding-y-xxxxl-260 {
        padding-top: 260px !important
    }

    .-padding-right-xxxxl-260,
    .-padding-x-xxxxl-260 {
        padding-right: 260px !important
    }

    .-padding-bottom-xxxxl-260,
    .-padding-y-xxxxl-260 {
        padding-bottom: 260px !important
    }

    .-padding-left-xxxxl-260,
    .-padding-x-xxxxl-260 {
        padding-left: 260px !important
    }

    .-padding-xxxxl-265 {
        padding: 265px !important
    }

    .-padding-top-xxxxl-265,
    .-padding-y-xxxxl-265 {
        padding-top: 265px !important
    }

    .-padding-right-xxxxl-265,
    .-padding-x-xxxxl-265 {
        padding-right: 265px !important
    }

    .-padding-bottom-xxxxl-265,
    .-padding-y-xxxxl-265 {
        padding-bottom: 265px !important
    }

    .-padding-left-xxxxl-265,
    .-padding-x-xxxxl-265 {
        padding-left: 265px !important
    }

    .-padding-xxxxl-270 {
        padding: 270px !important
    }

    .-padding-top-xxxxl-270,
    .-padding-y-xxxxl-270 {
        padding-top: 270px !important
    }

    .-padding-right-xxxxl-270,
    .-padding-x-xxxxl-270 {
        padding-right: 270px !important
    }

    .-padding-bottom-xxxxl-270,
    .-padding-y-xxxxl-270 {
        padding-bottom: 270px !important
    }

    .-padding-left-xxxxl-270,
    .-padding-x-xxxxl-270 {
        padding-left: 270px !important
    }

    .-padding-xxxxl-275 {
        padding: 275px !important
    }

    .-padding-top-xxxxl-275,
    .-padding-y-xxxxl-275 {
        padding-top: 275px !important
    }

    .-padding-right-xxxxl-275,
    .-padding-x-xxxxl-275 {
        padding-right: 275px !important
    }

    .-padding-bottom-xxxxl-275,
    .-padding-y-xxxxl-275 {
        padding-bottom: 275px !important
    }

    .-padding-left-xxxxl-275,
    .-padding-x-xxxxl-275 {
        padding-left: 275px !important
    }

    .-padding-xxxxl-280 {
        padding: 280px !important
    }

    .-padding-top-xxxxl-280,
    .-padding-y-xxxxl-280 {
        padding-top: 280px !important
    }

    .-padding-right-xxxxl-280,
    .-padding-x-xxxxl-280 {
        padding-right: 280px !important
    }

    .-padding-bottom-xxxxl-280,
    .-padding-y-xxxxl-280 {
        padding-bottom: 280px !important
    }

    .-padding-left-xxxxl-280,
    .-padding-x-xxxxl-280 {
        padding-left: 280px !important
    }

    .-padding-xxxxl-285 {
        padding: 285px !important
    }

    .-padding-top-xxxxl-285,
    .-padding-y-xxxxl-285 {
        padding-top: 285px !important
    }

    .-padding-right-xxxxl-285,
    .-padding-x-xxxxl-285 {
        padding-right: 285px !important
    }

    .-padding-bottom-xxxxl-285,
    .-padding-y-xxxxl-285 {
        padding-bottom: 285px !important
    }

    .-padding-left-xxxxl-285,
    .-padding-x-xxxxl-285 {
        padding-left: 285px !important
    }

    .-padding-xxxxl-290 {
        padding: 290px !important
    }

    .-padding-top-xxxxl-290,
    .-padding-y-xxxxl-290 {
        padding-top: 290px !important
    }

    .-padding-right-xxxxl-290,
    .-padding-x-xxxxl-290 {
        padding-right: 290px !important
    }

    .-padding-bottom-xxxxl-290,
    .-padding-y-xxxxl-290 {
        padding-bottom: 290px !important
    }

    .-padding-left-xxxxl-290,
    .-padding-x-xxxxl-290 {
        padding-left: 290px !important
    }

    .-padding-xxxxl-295 {
        padding: 295px !important
    }

    .-padding-top-xxxxl-295,
    .-padding-y-xxxxl-295 {
        padding-top: 295px !important
    }

    .-padding-right-xxxxl-295,
    .-padding-x-xxxxl-295 {
        padding-right: 295px !important
    }

    .-padding-bottom-xxxxl-295,
    .-padding-y-xxxxl-295 {
        padding-bottom: 295px !important
    }

    .-padding-left-xxxxl-295,
    .-padding-x-xxxxl-295 {
        padding-left: 295px !important
    }

    .-padding-xxxxl-300 {
        padding: 300px !important
    }

    .-padding-top-xxxxl-300,
    .-padding-y-xxxxl-300 {
        padding-top: 300px !important
    }

    .-padding-right-xxxxl-300,
    .-padding-x-xxxxl-300 {
        padding-right: 300px !important
    }

    .-padding-bottom-xxxxl-300,
    .-padding-y-xxxxl-300 {
        padding-bottom: 300px !important
    }

    .-padding-left-xxxxl-300,
    .-padding-x-xxxxl-300 {
        padding-left: 300px !important
    }

    .-margin-xxxxl-negative-5 {
        margin: -5px !important
    }

    .-margin-top-xxxxl-negative-5,
    .-margin-y-xxxxl-negative-5 {
        margin-top: -5px !important
    }

    .-margin-right-xxxxl-negative-5,
    .-margin-x-xxxxl-negative-5 {
        margin-right: -5px !important
    }

    .-margin-bottom-xxxxl-negative-5,
    .-margin-y-xxxxl-negative-5 {
        margin-bottom: -5px !important
    }

    .-margin-left-xxxxl-negative-5,
    .-margin-x-xxxxl-negative-5 {
        margin-left: -5px !important
    }

    .-margin-xxxxl-negative-10 {
        margin: -10px !important
    }

    .-margin-top-xxxxl-negative-10,
    .-margin-y-xxxxl-negative-10 {
        margin-top: -10px !important
    }

    .-margin-right-xxxxl-negative-10,
    .-margin-x-xxxxl-negative-10 {
        margin-right: -10px !important
    }

    .-margin-bottom-xxxxl-negative-10,
    .-margin-y-xxxxl-negative-10 {
        margin-bottom: -10px !important
    }

    .-margin-left-xxxxl-negative-10,
    .-margin-x-xxxxl-negative-10 {
        margin-left: -10px !important
    }

    .-margin-xxxxl-negative-15 {
        margin: -15px !important
    }

    .-margin-top-xxxxl-negative-15,
    .-margin-y-xxxxl-negative-15 {
        margin-top: -15px !important
    }

    .-margin-right-xxxxl-negative-15,
    .-margin-x-xxxxl-negative-15 {
        margin-right: -15px !important
    }

    .-margin-bottom-xxxxl-negative-15,
    .-margin-y-xxxxl-negative-15 {
        margin-bottom: -15px !important
    }

    .-margin-left-xxxxl-negative-15,
    .-margin-x-xxxxl-negative-15 {
        margin-left: -15px !important
    }

    .-margin-xxxxl-negative-20 {
        margin: -20px !important
    }

    .-margin-top-xxxxl-negative-20,
    .-margin-y-xxxxl-negative-20 {
        margin-top: -20px !important
    }

    .-margin-right-xxxxl-negative-20,
    .-margin-x-xxxxl-negative-20 {
        margin-right: -20px !important
    }

    .-margin-bottom-xxxxl-negative-20,
    .-margin-y-xxxxl-negative-20 {
        margin-bottom: -20px !important
    }

    .-margin-left-xxxxl-negative-20,
    .-margin-x-xxxxl-negative-20 {
        margin-left: -20px !important
    }

    .-margin-xxxxl-negative-25 {
        margin: -25px !important
    }

    .-margin-top-xxxxl-negative-25,
    .-margin-y-xxxxl-negative-25 {
        margin-top: -25px !important
    }

    .-margin-right-xxxxl-negative-25,
    .-margin-x-xxxxl-negative-25 {
        margin-right: -25px !important
    }

    .-margin-bottom-xxxxl-negative-25,
    .-margin-y-xxxxl-negative-25 {
        margin-bottom: -25px !important
    }

    .-margin-left-xxxxl-negative-25,
    .-margin-x-xxxxl-negative-25 {
        margin-left: -25px !important
    }

    .-margin-xxxxl-negative-30 {
        margin: -35px !important
    }

    .-margin-top-xxxxl-negative-30,
    .-margin-y-xxxxl-negative-30 {
        margin-top: -35px !important
    }

    .-margin-right-xxxxl-negative-30,
    .-margin-x-xxxxl-negative-30 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxxl-negative-30,
    .-margin-y-xxxxl-negative-30 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxxl-negative-30,
    .-margin-x-xxxxl-negative-30 {
        margin-left: -35px !important
    }

    .-margin-xxxxl-negative-35 {
        margin: -35px !important
    }

    .-margin-top-xxxxl-negative-35,
    .-margin-y-xxxxl-negative-35 {
        margin-top: -35px !important
    }

    .-margin-right-xxxxl-negative-35,
    .-margin-x-xxxxl-negative-35 {
        margin-right: -35px !important
    }

    .-margin-bottom-xxxxl-negative-35,
    .-margin-y-xxxxl-negative-35 {
        margin-bottom: -35px !important
    }

    .-margin-left-xxxxl-negative-35,
    .-margin-x-xxxxl-negative-35 {
        margin-left: -35px !important
    }

    .-margin-xxxxl-negative-40 {
        margin: -40px !important
    }

    .-margin-top-xxxxl-negative-40,
    .-margin-y-xxxxl-negative-40 {
        margin-top: -40px !important
    }

    .-margin-right-xxxxl-negative-40,
    .-margin-x-xxxxl-negative-40 {
        margin-right: -40px !important
    }

    .-margin-bottom-xxxxl-negative-40,
    .-margin-y-xxxxl-negative-40 {
        margin-bottom: -40px !important
    }

    .-margin-left-xxxxl-negative-40,
    .-margin-x-xxxxl-negative-40 {
        margin-left: -40px !important
    }

    .-margin-xxxxl-negative-45 {
        margin: -45px !important
    }

    .-margin-top-xxxxl-negative-45,
    .-margin-y-xxxxl-negative-45 {
        margin-top: -45px !important
    }

    .-margin-right-xxxxl-negative-45,
    .-margin-x-xxxxl-negative-45 {
        margin-right: -45px !important
    }

    .-margin-bottom-xxxxl-negative-45,
    .-margin-y-xxxxl-negative-45 {
        margin-bottom: -45px !important
    }

    .-margin-left-xxxxl-negative-45,
    .-margin-x-xxxxl-negative-45 {
        margin-left: -45px !important
    }

    .-margin-xxxxl-negative-50 {
        margin: -50px !important
    }

    .-margin-top-xxxxl-negative-50,
    .-margin-y-xxxxl-negative-50 {
        margin-top: -50px !important
    }

    .-margin-right-xxxxl-negative-50,
    .-margin-x-xxxxl-negative-50 {
        margin-right: -50px !important
    }

    .-margin-bottom-xxxxl-negative-50,
    .-margin-y-xxxxl-negative-50 {
        margin-bottom: -50px !important
    }

    .-margin-left-xxxxl-negative-50,
    .-margin-x-xxxxl-negative-50 {
        margin-left: -50px !important
    }

    .-margin-xxxxl-negative-55 {
        margin: -55px !important
    }

    .-margin-top-xxxxl-negative-55,
    .-margin-y-xxxxl-negative-55 {
        margin-top: -55px !important
    }

    .-margin-right-xxxxl-negative-55,
    .-margin-x-xxxxl-negative-55 {
        margin-right: -55px !important
    }

    .-margin-bottom-xxxxl-negative-55,
    .-margin-y-xxxxl-negative-55 {
        margin-bottom: -55px !important
    }

    .-margin-left-xxxxl-negative-55,
    .-margin-x-xxxxl-negative-55 {
        margin-left: -55px !important
    }

    .-margin-xxxxl-negative-60 {
        margin: -60px !important
    }

    .-margin-top-xxxxl-negative-60,
    .-margin-y-xxxxl-negative-60 {
        margin-top: -60px !important
    }

    .-margin-right-xxxxl-negative-60,
    .-margin-x-xxxxl-negative-60 {
        margin-right: -60px !important
    }

    .-margin-bottom-xxxxl-negative-60,
    .-margin-y-xxxxl-negative-60 {
        margin-bottom: -60px !important
    }

    .-margin-left-xxxxl-negative-60,
    .-margin-x-xxxxl-negative-60 {
        margin-left: -60px !important
    }

    .-margin-xxxxl-negative-65 {
        margin: -65px !important
    }

    .-margin-top-xxxxl-negative-65,
    .-margin-y-xxxxl-negative-65 {
        margin-top: -65px !important
    }

    .-margin-right-xxxxl-negative-65,
    .-margin-x-xxxxl-negative-65 {
        margin-right: -65px !important
    }

    .-margin-bottom-xxxxl-negative-65,
    .-margin-y-xxxxl-negative-65 {
        margin-bottom: -65px !important
    }

    .-margin-left-xxxxl-negative-65,
    .-margin-x-xxxxl-negative-65 {
        margin-left: -65px !important
    }

    .-margin-xxxxl-negative-75 {
        margin: -75px !important
    }

    .-margin-top-xxxxl-negative-75,
    .-margin-y-xxxxl-negative-75 {
        margin-top: -75px !important
    }

    .-margin-right-xxxxl-negative-75,
    .-margin-x-xxxxl-negative-75 {
        margin-right: -75px !important
    }

    .-margin-bottom-xxxxl-negative-75,
    .-margin-y-xxxxl-negative-75 {
        margin-bottom: -75px !important
    }

    .-margin-left-xxxxl-negative-75,
    .-margin-x-xxxxl-negative-75 {
        margin-left: -75px !important
    }

    .-margin-xxxxl-negative-80 {
        margin: -80px !important
    }

    .-margin-top-xxxxl-negative-80,
    .-margin-y-xxxxl-negative-80 {
        margin-top: -80px !important
    }

    .-margin-right-xxxxl-negative-80,
    .-margin-x-xxxxl-negative-80 {
        margin-right: -80px !important
    }

    .-margin-bottom-xxxxl-negative-80,
    .-margin-y-xxxxl-negative-80 {
        margin-bottom: -80px !important
    }

    .-margin-left-xxxxl-negative-80,
    .-margin-x-xxxxl-negative-80 {
        margin-left: -80px !important
    }

    .-margin-xxxxl-negative-85 {
        margin: -85px !important
    }

    .-margin-top-xxxxl-negative-85,
    .-margin-y-xxxxl-negative-85 {
        margin-top: -85px !important
    }

    .-margin-right-xxxxl-negative-85,
    .-margin-x-xxxxl-negative-85 {
        margin-right: -85px !important
    }

    .-margin-bottom-xxxxl-negative-85,
    .-margin-y-xxxxl-negative-85 {
        margin-bottom: -85px !important
    }

    .-margin-left-xxxxl-negative-85,
    .-margin-x-xxxxl-negative-85 {
        margin-left: -85px !important
    }

    .-margin-xxxxl-negative-90 {
        margin: -90px !important
    }

    .-margin-top-xxxxl-negative-90,
    .-margin-y-xxxxl-negative-90 {
        margin-top: -90px !important
    }

    .-margin-right-xxxxl-negative-90,
    .-margin-x-xxxxl-negative-90 {
        margin-right: -90px !important
    }

    .-margin-bottom-xxxxl-negative-90,
    .-margin-y-xxxxl-negative-90 {
        margin-bottom: -90px !important
    }

    .-margin-left-xxxxl-negative-90,
    .-margin-x-xxxxl-negative-90 {
        margin-left: -90px !important
    }

    .-margin-xxxxl-negative-95 {
        margin: -95px !important
    }

    .-margin-top-xxxxl-negative-95,
    .-margin-y-xxxxl-negative-95 {
        margin-top: -95px !important
    }

    .-margin-right-xxxxl-negative-95,
    .-margin-x-xxxxl-negative-95 {
        margin-right: -95px !important
    }

    .-margin-bottom-xxxxl-negative-95,
    .-margin-y-xxxxl-negative-95 {
        margin-bottom: -95px !important
    }

    .-margin-left-xxxxl-negative-95,
    .-margin-x-xxxxl-negative-95 {
        margin-left: -95px !important
    }

    .-margin-xxxxl-negative-100 {
        margin: -100px !important
    }

    .-margin-top-xxxxl-negative-100,
    .-margin-y-xxxxl-negative-100 {
        margin-top: -100px !important
    }

    .-margin-right-xxxxl-negative-100,
    .-margin-x-xxxxl-negative-100 {
        margin-right: -100px !important
    }

    .-margin-bottom-xxxxl-negative-100,
    .-margin-y-xxxxl-negative-100 {
        margin-bottom: -100px !important
    }

    .-margin-left-xxxxl-negative-100,
    .-margin-x-xxxxl-negative-100 {
        margin-left: -100px !important
    }

    .-margin-xxxxl-negative-105 {
        margin: -105px !important
    }

    .-margin-top-xxxxl-negative-105,
    .-margin-y-xxxxl-negative-105 {
        margin-top: -105px !important
    }

    .-margin-right-xxxxl-negative-105,
    .-margin-x-xxxxl-negative-105 {
        margin-right: -105px !important
    }

    .-margin-bottom-xxxxl-negative-105,
    .-margin-y-xxxxl-negative-105 {
        margin-bottom: -105px !important
    }

    .-margin-left-xxxxl-negative-105,
    .-margin-x-xxxxl-negative-105 {
        margin-left: -105px !important
    }

    .-margin-xxxxl-negative-110 {
        margin: -110px !important
    }

    .-margin-top-xxxxl-negative-110,
    .-margin-y-xxxxl-negative-110 {
        margin-top: -110px !important
    }

    .-margin-right-xxxxl-negative-110,
    .-margin-x-xxxxl-negative-110 {
        margin-right: -110px !important
    }

    .-margin-bottom-xxxxl-negative-110,
    .-margin-y-xxxxl-negative-110 {
        margin-bottom: -110px !important
    }

    .-margin-left-xxxxl-negative-110,
    .-margin-x-xxxxl-negative-110 {
        margin-left: -110px !important
    }

    .-margin-xxxxl-negative-115 {
        margin: -115px !important
    }

    .-margin-top-xxxxl-negative-115,
    .-margin-y-xxxxl-negative-115 {
        margin-top: -115px !important
    }

    .-margin-right-xxxxl-negative-115,
    .-margin-x-xxxxl-negative-115 {
        margin-right: -115px !important
    }

    .-margin-bottom-xxxxl-negative-115,
    .-margin-y-xxxxl-negative-115 {
        margin-bottom: -115px !important
    }

    .-margin-left-xxxxl-negative-115,
    .-margin-x-xxxxl-negative-115 {
        margin-left: -115px !important
    }

    .-margin-xxxxl-negative-120 {
        margin: -120px !important
    }

    .-margin-top-xxxxl-negative-120,
    .-margin-y-xxxxl-negative-120 {
        margin-top: -120px !important
    }

    .-margin-right-xxxxl-negative-120,
    .-margin-x-xxxxl-negative-120 {
        margin-right: -120px !important
    }

    .-margin-bottom-xxxxl-negative-120,
    .-margin-y-xxxxl-negative-120 {
        margin-bottom: -120px !important
    }

    .-margin-left-xxxxl-negative-120,
    .-margin-x-xxxxl-negative-120 {
        margin-left: -120px !important
    }

    .-margin-xxxxl-negative-125 {
        margin: -125px !important
    }

    .-margin-top-xxxxl-negative-125,
    .-margin-y-xxxxl-negative-125 {
        margin-top: -125px !important
    }

    .-margin-right-xxxxl-negative-125,
    .-margin-x-xxxxl-negative-125 {
        margin-right: -125px !important
    }

    .-margin-bottom-xxxxl-negative-125,
    .-margin-y-xxxxl-negative-125 {
        margin-bottom: -125px !important
    }

    .-margin-left-xxxxl-negative-125,
    .-margin-x-xxxxl-negative-125 {
        margin-left: -125px !important
    }

    .-margin-xxxxl-negative-130 {
        margin: -130px !important
    }

    .-margin-top-xxxxl-negative-130,
    .-margin-y-xxxxl-negative-130 {
        margin-top: -130px !important
    }

    .-margin-right-xxxxl-negative-130,
    .-margin-x-xxxxl-negative-130 {
        margin-right: -130px !important
    }

    .-margin-bottom-xxxxl-negative-130,
    .-margin-y-xxxxl-negative-130 {
        margin-bottom: -130px !important
    }

    .-margin-left-xxxxl-negative-130,
    .-margin-x-xxxxl-negative-130 {
        margin-left: -130px !important
    }

    .-margin-xxxxl-negative-135 {
        margin: -135px !important
    }

    .-margin-top-xxxxl-negative-135,
    .-margin-y-xxxxl-negative-135 {
        margin-top: -135px !important
    }

    .-margin-right-xxxxl-negative-135,
    .-margin-x-xxxxl-negative-135 {
        margin-right: -135px !important
    }

    .-margin-bottom-xxxxl-negative-135,
    .-margin-y-xxxxl-negative-135 {
        margin-bottom: -135px !important
    }

    .-margin-left-xxxxl-negative-135,
    .-margin-x-xxxxl-negative-135 {
        margin-left: -135px !important
    }

    .-margin-xxxxl-negative-140 {
        margin: -140px !important
    }

    .-margin-top-xxxxl-negative-140,
    .-margin-y-xxxxl-negative-140 {
        margin-top: -140px !important
    }

    .-margin-right-xxxxl-negative-140,
    .-margin-x-xxxxl-negative-140 {
        margin-right: -140px !important
    }

    .-margin-bottom-xxxxl-negative-140,
    .-margin-y-xxxxl-negative-140 {
        margin-bottom: -140px !important
    }

    .-margin-left-xxxxl-negative-140,
    .-margin-x-xxxxl-negative-140 {
        margin-left: -140px !important
    }

    .-margin-xxxxl-negative-145 {
        margin: -145px !important
    }

    .-margin-top-xxxxl-negative-145,
    .-margin-y-xxxxl-negative-145 {
        margin-top: -145px !important
    }

    .-margin-right-xxxxl-negative-145,
    .-margin-x-xxxxl-negative-145 {
        margin-right: -145px !important
    }

    .-margin-bottom-xxxxl-negative-145,
    .-margin-y-xxxxl-negative-145 {
        margin-bottom: -145px !important
    }

    .-margin-left-xxxxl-negative-145,
    .-margin-x-xxxxl-negative-145 {
        margin-left: -145px !important
    }

    .-margin-xxxxl-negative-150 {
        margin: -150px !important
    }

    .-margin-top-xxxxl-negative-150,
    .-margin-y-xxxxl-negative-150 {
        margin-top: -150px !important
    }

    .-margin-right-xxxxl-negative-150,
    .-margin-x-xxxxl-negative-150 {
        margin-right: -150px !important
    }

    .-margin-bottom-xxxxl-negative-150,
    .-margin-y-xxxxl-negative-150 {
        margin-bottom: -150px !important
    }

    .-margin-left-xxxxl-negative-150,
    .-margin-x-xxxxl-negative-150 {
        margin-left: -150px !important
    }

    .-margin-xxxxl-negative-155 {
        margin: -155px !important
    }

    .-margin-top-xxxxl-negative-155,
    .-margin-y-xxxxl-negative-155 {
        margin-top: -155px !important
    }

    .-margin-right-xxxxl-negative-155,
    .-margin-x-xxxxl-negative-155 {
        margin-right: -155px !important
    }

    .-margin-bottom-xxxxl-negative-155,
    .-margin-y-xxxxl-negative-155 {
        margin-bottom: -155px !important
    }

    .-margin-left-xxxxl-negative-155,
    .-margin-x-xxxxl-negative-155 {
        margin-left: -155px !important
    }

    .-margin-xxxxl-negative-160 {
        margin: -160px !important
    }

    .-margin-top-xxxxl-negative-160,
    .-margin-y-xxxxl-negative-160 {
        margin-top: -160px !important
    }

    .-margin-right-xxxxl-negative-160,
    .-margin-x-xxxxl-negative-160 {
        margin-right: -160px !important
    }

    .-margin-bottom-xxxxl-negative-160,
    .-margin-y-xxxxl-negative-160 {
        margin-bottom: -160px !important
    }

    .-margin-left-xxxxl-negative-160,
    .-margin-x-xxxxl-negative-160 {
        margin-left: -160px !important
    }

    .-margin-xxxxl-negative-165 {
        margin: -165px !important
    }

    .-margin-top-xxxxl-negative-165,
    .-margin-y-xxxxl-negative-165 {
        margin-top: -165px !important
    }

    .-margin-right-xxxxl-negative-165,
    .-margin-x-xxxxl-negative-165 {
        margin-right: -165px !important
    }

    .-margin-bottom-xxxxl-negative-165,
    .-margin-y-xxxxl-negative-165 {
        margin-bottom: -165px !important
    }

    .-margin-left-xxxxl-negative-165,
    .-margin-x-xxxxl-negative-165 {
        margin-left: -165px !important
    }

    .-margin-xxxxl-negative-170 {
        margin: -170px !important
    }

    .-margin-top-xxxxl-negative-170,
    .-margin-y-xxxxl-negative-170 {
        margin-top: -170px !important
    }

    .-margin-right-xxxxl-negative-170,
    .-margin-x-xxxxl-negative-170 {
        margin-right: -170px !important
    }

    .-margin-bottom-xxxxl-negative-170,
    .-margin-y-xxxxl-negative-170 {
        margin-bottom: -170px !important
    }

    .-margin-left-xxxxl-negative-170,
    .-margin-x-xxxxl-negative-170 {
        margin-left: -170px !important
    }

    .-margin-xxxxl-negative-175 {
        margin: -175px !important
    }

    .-margin-top-xxxxl-negative-175,
    .-margin-y-xxxxl-negative-175 {
        margin-top: -175px !important
    }

    .-margin-right-xxxxl-negative-175,
    .-margin-x-xxxxl-negative-175 {
        margin-right: -175px !important
    }

    .-margin-bottom-xxxxl-negative-175,
    .-margin-y-xxxxl-negative-175 {
        margin-bottom: -175px !important
    }

    .-margin-left-xxxxl-negative-175,
    .-margin-x-xxxxl-negative-175 {
        margin-left: -175px !important
    }

    .-margin-xxxxl-negative-180 {
        margin: -180px !important
    }

    .-margin-top-xxxxl-negative-180,
    .-margin-y-xxxxl-negative-180 {
        margin-top: -180px !important
    }

    .-margin-right-xxxxl-negative-180,
    .-margin-x-xxxxl-negative-180 {
        margin-right: -180px !important
    }

    .-margin-bottom-xxxxl-negative-180,
    .-margin-y-xxxxl-negative-180 {
        margin-bottom: -180px !important
    }

    .-margin-left-xxxxl-negative-180,
    .-margin-x-xxxxl-negative-180 {
        margin-left: -180px !important
    }

    .-margin-xxxxl-negative-185 {
        margin: -185px !important
    }

    .-margin-top-xxxxl-negative-185,
    .-margin-y-xxxxl-negative-185 {
        margin-top: -185px !important
    }

    .-margin-right-xxxxl-negative-185,
    .-margin-x-xxxxl-negative-185 {
        margin-right: -185px !important
    }

    .-margin-bottom-xxxxl-negative-185,
    .-margin-y-xxxxl-negative-185 {
        margin-bottom: -185px !important
    }

    .-margin-left-xxxxl-negative-185,
    .-margin-x-xxxxl-negative-185 {
        margin-left: -185px !important
    }

    .-margin-xxxxl-negative-190 {
        margin: -190px !important
    }

    .-margin-top-xxxxl-negative-190,
    .-margin-y-xxxxl-negative-190 {
        margin-top: -190px !important
    }

    .-margin-right-xxxxl-negative-190,
    .-margin-x-xxxxl-negative-190 {
        margin-right: -190px !important
    }

    .-margin-bottom-xxxxl-negative-190,
    .-margin-y-xxxxl-negative-190 {
        margin-bottom: -190px !important
    }

    .-margin-left-xxxxl-negative-190,
    .-margin-x-xxxxl-negative-190 {
        margin-left: -190px !important
    }

    .-margin-xxxxl-negative-195 {
        margin: -195px !important
    }

    .-margin-top-xxxxl-negative-195,
    .-margin-y-xxxxl-negative-195 {
        margin-top: -195px !important
    }

    .-margin-right-xxxxl-negative-195,
    .-margin-x-xxxxl-negative-195 {
        margin-right: -195px !important
    }

    .-margin-bottom-xxxxl-negative-195,
    .-margin-y-xxxxl-negative-195 {
        margin-bottom: -195px !important
    }

    .-margin-left-xxxxl-negative-195,
    .-margin-x-xxxxl-negative-195 {
        margin-left: -195px !important
    }

    .-margin-xxxxl-negative-200 {
        margin: -200px !important
    }

    .-margin-top-xxxxl-negative-200,
    .-margin-y-xxxxl-negative-200 {
        margin-top: -200px !important
    }

    .-margin-right-xxxxl-negative-200,
    .-margin-x-xxxxl-negative-200 {
        margin-right: -200px !important
    }

    .-margin-bottom-xxxxl-negative-200,
    .-margin-y-xxxxl-negative-200 {
        margin-bottom: -200px !important
    }

    .-margin-left-xxxxl-negative-200,
    .-margin-x-xxxxl-negative-200 {
        margin-left: -200px !important
    }

    .-margin-xxxxl-negative-205 {
        margin: -205px !important
    }

    .-margin-top-xxxxl-negative-205,
    .-margin-y-xxxxl-negative-205 {
        margin-top: -205px !important
    }

    .-margin-right-xxxxl-negative-205,
    .-margin-x-xxxxl-negative-205 {
        margin-right: -205px !important
    }

    .-margin-bottom-xxxxl-negative-205,
    .-margin-y-xxxxl-negative-205 {
        margin-bottom: -205px !important
    }

    .-margin-left-xxxxl-negative-205,
    .-margin-x-xxxxl-negative-205 {
        margin-left: -205px !important
    }

    .-margin-xxxxl-negative-210 {
        margin: -210px !important
    }

    .-margin-top-xxxxl-negative-210,
    .-margin-y-xxxxl-negative-210 {
        margin-top: -210px !important
    }

    .-margin-right-xxxxl-negative-210,
    .-margin-x-xxxxl-negative-210 {
        margin-right: -210px !important
    }

    .-margin-bottom-xxxxl-negative-210,
    .-margin-y-xxxxl-negative-210 {
        margin-bottom: -210px !important
    }

    .-margin-left-xxxxl-negative-210,
    .-margin-x-xxxxl-negative-210 {
        margin-left: -210px !important
    }

    .-margin-xxxxl-negative-215 {
        margin: -215px !important
    }

    .-margin-top-xxxxl-negative-215,
    .-margin-y-xxxxl-negative-215 {
        margin-top: -215px !important
    }

    .-margin-right-xxxxl-negative-215,
    .-margin-x-xxxxl-negative-215 {
        margin-right: -215px !important
    }

    .-margin-bottom-xxxxl-negative-215,
    .-margin-y-xxxxl-negative-215 {
        margin-bottom: -215px !important
    }

    .-margin-left-xxxxl-negative-215,
    .-margin-x-xxxxl-negative-215 {
        margin-left: -215px !important
    }

    .-margin-xxxxl-negative-220 {
        margin: -220px !important
    }

    .-margin-top-xxxxl-negative-220,
    .-margin-y-xxxxl-negative-220 {
        margin-top: -220px !important
    }

    .-margin-right-xxxxl-negative-220,
    .-margin-x-xxxxl-negative-220 {
        margin-right: -220px !important
    }

    .-margin-bottom-xxxxl-negative-220,
    .-margin-y-xxxxl-negative-220 {
        margin-bottom: -220px !important
    }

    .-margin-left-xxxxl-negative-220,
    .-margin-x-xxxxl-negative-220 {
        margin-left: -220px !important
    }

    .-margin-xxxxl-negative-225 {
        margin: -225px !important
    }

    .-margin-top-xxxxl-negative-225,
    .-margin-y-xxxxl-negative-225 {
        margin-top: -225px !important
    }

    .-margin-right-xxxxl-negative-225,
    .-margin-x-xxxxl-negative-225 {
        margin-right: -225px !important
    }

    .-margin-bottom-xxxxl-negative-225,
    .-margin-y-xxxxl-negative-225 {
        margin-bottom: -225px !important
    }

    .-margin-left-xxxxl-negative-225,
    .-margin-x-xxxxl-negative-225 {
        margin-left: -225px !important
    }

    .-margin-xxxxl-negative-230 {
        margin: -230px !important
    }

    .-margin-top-xxxxl-negative-230,
    .-margin-y-xxxxl-negative-230 {
        margin-top: -230px !important
    }

    .-margin-right-xxxxl-negative-230,
    .-margin-x-xxxxl-negative-230 {
        margin-right: -230px !important
    }

    .-margin-bottom-xxxxl-negative-230,
    .-margin-y-xxxxl-negative-230 {
        margin-bottom: -230px !important
    }

    .-margin-left-xxxxl-negative-230,
    .-margin-x-xxxxl-negative-230 {
        margin-left: -230px !important
    }

    .-margin-xxxxl-negative-235 {
        margin: -235px !important
    }

    .-margin-top-xxxxl-negative-235,
    .-margin-y-xxxxl-negative-235 {
        margin-top: -235px !important
    }

    .-margin-right-xxxxl-negative-235,
    .-margin-x-xxxxl-negative-235 {
        margin-right: -235px !important
    }

    .-margin-bottom-xxxxl-negative-235,
    .-margin-y-xxxxl-negative-235 {
        margin-bottom: -235px !important
    }

    .-margin-left-xxxxl-negative-235,
    .-margin-x-xxxxl-negative-235 {
        margin-left: -235px !important
    }

    .-margin-xxxxl-negative-240 {
        margin: -240px !important
    }

    .-margin-top-xxxxl-negative-240,
    .-margin-y-xxxxl-negative-240 {
        margin-top: -240px !important
    }

    .-margin-right-xxxxl-negative-240,
    .-margin-x-xxxxl-negative-240 {
        margin-right: -240px !important
    }

    .-margin-bottom-xxxxl-negative-240,
    .-margin-y-xxxxl-negative-240 {
        margin-bottom: -240px !important
    }

    .-margin-left-xxxxl-negative-240,
    .-margin-x-xxxxl-negative-240 {
        margin-left: -240px !important
    }

    .-margin-xxxxl-negative-245 {
        margin: -245px !important
    }

    .-margin-top-xxxxl-negative-245,
    .-margin-y-xxxxl-negative-245 {
        margin-top: -245px !important
    }

    .-margin-right-xxxxl-negative-245,
    .-margin-x-xxxxl-negative-245 {
        margin-right: -245px !important
    }

    .-margin-bottom-xxxxl-negative-245,
    .-margin-y-xxxxl-negative-245 {
        margin-bottom: -245px !important
    }

    .-margin-left-xxxxl-negative-245,
    .-margin-x-xxxxl-negative-245 {
        margin-left: -245px !important
    }

    .-margin-xxxxl-negative-250 {
        margin: -250px !important
    }

    .-margin-top-xxxxl-negative-250,
    .-margin-y-xxxxl-negative-250 {
        margin-top: -250px !important
    }

    .-margin-right-xxxxl-negative-250,
    .-margin-x-xxxxl-negative-250 {
        margin-right: -250px !important
    }

    .-margin-bottom-xxxxl-negative-250,
    .-margin-y-xxxxl-negative-250 {
        margin-bottom: -250px !important
    }

    .-margin-left-xxxxl-negative-250,
    .-margin-x-xxxxl-negative-250 {
        margin-left: -250px !important
    }

    .-margin-xxxxl-negative-255 {
        margin: -255px !important
    }

    .-margin-top-xxxxl-negative-255,
    .-margin-y-xxxxl-negative-255 {
        margin-top: -255px !important
    }

    .-margin-right-xxxxl-negative-255,
    .-margin-x-xxxxl-negative-255 {
        margin-right: -255px !important
    }

    .-margin-bottom-xxxxl-negative-255,
    .-margin-y-xxxxl-negative-255 {
        margin-bottom: -255px !important
    }

    .-margin-left-xxxxl-negative-255,
    .-margin-x-xxxxl-negative-255 {
        margin-left: -255px !important
    }

    .-margin-xxxxl-negative-260 {
        margin: -260px !important
    }

    .-margin-top-xxxxl-negative-260,
    .-margin-y-xxxxl-negative-260 {
        margin-top: -260px !important
    }

    .-margin-right-xxxxl-negative-260,
    .-margin-x-xxxxl-negative-260 {
        margin-right: -260px !important
    }

    .-margin-bottom-xxxxl-negative-260,
    .-margin-y-xxxxl-negative-260 {
        margin-bottom: -260px !important
    }

    .-margin-left-xxxxl-negative-260,
    .-margin-x-xxxxl-negative-260 {
        margin-left: -260px !important
    }

    .-margin-xxxxl-negative-265 {
        margin: -265px !important
    }

    .-margin-top-xxxxl-negative-265,
    .-margin-y-xxxxl-negative-265 {
        margin-top: -265px !important
    }

    .-margin-right-xxxxl-negative-265,
    .-margin-x-xxxxl-negative-265 {
        margin-right: -265px !important
    }

    .-margin-bottom-xxxxl-negative-265,
    .-margin-y-xxxxl-negative-265 {
        margin-bottom: -265px !important
    }

    .-margin-left-xxxxl-negative-265,
    .-margin-x-xxxxl-negative-265 {
        margin-left: -265px !important
    }

    .-margin-xxxxl-negative-270 {
        margin: -270px !important
    }

    .-margin-top-xxxxl-negative-270,
    .-margin-y-xxxxl-negative-270 {
        margin-top: -270px !important
    }

    .-margin-right-xxxxl-negative-270,
    .-margin-x-xxxxl-negative-270 {
        margin-right: -270px !important
    }

    .-margin-bottom-xxxxl-negative-270,
    .-margin-y-xxxxl-negative-270 {
        margin-bottom: -270px !important
    }

    .-margin-left-xxxxl-negative-270,
    .-margin-x-xxxxl-negative-270 {
        margin-left: -270px !important
    }

    .-margin-xxxxl-negative-275 {
        margin: -275px !important
    }

    .-margin-top-xxxxl-negative-275,
    .-margin-y-xxxxl-negative-275 {
        margin-top: -275px !important
    }

    .-margin-right-xxxxl-negative-275,
    .-margin-x-xxxxl-negative-275 {
        margin-right: -275px !important
    }

    .-margin-bottom-xxxxl-negative-275,
    .-margin-y-xxxxl-negative-275 {
        margin-bottom: -275px !important
    }

    .-margin-left-xxxxl-negative-275,
    .-margin-x-xxxxl-negative-275 {
        margin-left: -275px !important
    }

    .-margin-xxxxl-negative-280 {
        margin: -280px !important
    }

    .-margin-top-xxxxl-negative-280,
    .-margin-y-xxxxl-negative-280 {
        margin-top: -280px !important
    }

    .-margin-right-xxxxl-negative-280,
    .-margin-x-xxxxl-negative-280 {
        margin-right: -280px !important
    }

    .-margin-bottom-xxxxl-negative-280,
    .-margin-y-xxxxl-negative-280 {
        margin-bottom: -280px !important
    }

    .-margin-left-xxxxl-negative-280,
    .-margin-x-xxxxl-negative-280 {
        margin-left: -280px !important
    }

    .-margin-xxxxl-negative-285 {
        margin: -285px !important
    }

    .-margin-top-xxxxl-negative-285,
    .-margin-y-xxxxl-negative-285 {
        margin-top: -285px !important
    }

    .-margin-right-xxxxl-negative-285,
    .-margin-x-xxxxl-negative-285 {
        margin-right: -285px !important
    }

    .-margin-bottom-xxxxl-negative-285,
    .-margin-y-xxxxl-negative-285 {
        margin-bottom: -285px !important
    }

    .-margin-left-xxxxl-negative-285,
    .-margin-x-xxxxl-negative-285 {
        margin-left: -285px !important
    }

    .-margin-xxxxl-negative-290 {
        margin: -290px !important
    }

    .-margin-top-xxxxl-negative-290,
    .-margin-y-xxxxl-negative-290 {
        margin-top: -290px !important
    }

    .-margin-right-xxxxl-negative-290,
    .-margin-x-xxxxl-negative-290 {
        margin-right: -290px !important
    }

    .-margin-bottom-xxxxl-negative-290,
    .-margin-y-xxxxl-negative-290 {
        margin-bottom: -290px !important
    }

    .-margin-left-xxxxl-negative-290,
    .-margin-x-xxxxl-negative-290 {
        margin-left: -290px !important
    }

    .-margin-xxxxl-negative-295 {
        margin: -295px !important
    }

    .-margin-top-xxxxl-negative-295,
    .-margin-y-xxxxl-negative-295 {
        margin-top: -295px !important
    }

    .-margin-right-xxxxl-negative-295,
    .-margin-x-xxxxl-negative-295 {
        margin-right: -295px !important
    }

    .-margin-bottom-xxxxl-negative-295,
    .-margin-y-xxxxl-negative-295 {
        margin-bottom: -295px !important
    }

    .-margin-left-xxxxl-negative-295,
    .-margin-x-xxxxl-negative-295 {
        margin-left: -295px !important
    }

    .-margin-xxxxl-negative-300 {
        margin: -300px !important
    }

    .-margin-top-xxxxl-negative-300,
    .-margin-y-xxxxl-negative-300 {
        margin-top: -300px !important
    }

    .-margin-right-xxxxl-negative-300,
    .-margin-x-xxxxl-negative-300 {
        margin-right: -300px !important
    }

    .-margin-bottom-xxxxl-negative-300,
    .-margin-y-xxxxl-negative-300 {
        margin-bottom: -300px !important
    }

    .-margin-left-xxxxl-negative-300,
    .-margin-x-xxxxl-negative-300 {
        margin-left: -300px !important
    }

    .margin-xxxxl-auto {
        margin: auto !important
    }

    .margin-top-xxxxl-auto,
    .margin-y-xxxxl-auto {
        margin-top: auto !important
    }

    .margin-right-xxxxl-auto,
    .margin-x-xxxxl-auto {
        margin-right: auto !important
    }

    .margin-botttom-xxxxl-auto,
    .margin-y-xxxxl-auto {
        margin-bottom: auto !important
    }

    .margin-left-xxxxl-auto,
    .margin-x-xxxxl-auto {
        margin-left: auto !important
    }
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\f95b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\f952"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\f905"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\f95c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\f95d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\f95e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\f95f"
}

.fa-handshake-slash:before {
    content: "\f960"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\f961"
}

.fa-head-side-cough-slash:before {
    content: "\f962"
}

.fa-head-side-mask:before {
    content: "\f963"
}

.fa-head-side-virus:before {
    content: "\f964"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\f965"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\f955"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\f966"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\f967"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\f956"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\f968"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\f969"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\f96a"
}

.fa-pump-soap:before {
    content: "\f96b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\f96c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\f957"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\f96e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\f96f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\f970"
}

.fa-store-slash:before {
    content: "\f971"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\f972"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\f974"
}

.fa-virus-slash:before {
    content: "\f975"
}

.fa-viruses:before {
    content: "\f976"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

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

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

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../svg/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../svg/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../svg/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

input {
    overflow: visible
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1
}

.datepicker-container::before,
.datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.datepicker-dropdown {
    border: 1px solid gray;
    -webkit-box-shadow: 0 3px 6px gray;
    box-shadow: 0 3px 6px gray;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1
}

.datepicker-inline {
    position: static
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #2498D6
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
    border-top: 0;
    left: 10px;
    top: -5px
}

.datepicker-top-left::before,
.datepicker-top-right::before {
    border-bottom-color: #2498D6
}

.datepicker-top-left::after,
.datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #2498D6
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
    border-top-color: #2498D6
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
    left: auto;
    right: 10px
}

.datepicker-panel>ul {
    margin: 0;
    padding: 0;
    width: 102%
}

.datepicker-panel>ul::before,
.datepicker-panel>ul::after {
    content: " ";
    display: table
}

.datepicker-panel>ul::after {
    clear: both
}

.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px
}

.datepicker-panel>ul>li:hover {
    background-color: #C0E3FF
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: #999
}

.datepicker-panel>ul>li.highlighted {
    background-color: #C0E3FF
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #C0E3FF
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: #2498D6
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    background-color: #fff;
    color: gray;
    cursor: default
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #C0E3FF
}

.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="next"] {
    font-size: 1.125rem
}

.datepicker-panel>ul>li[data-view="years current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="month current"] {
    width: 150px
}

.datepicker-panel>ul[data-view="years"]>li,
.datepicker-panel>ul[data-view="months"]>li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px
}

.datepicker-panel>ul[data-view="week"]>li,
.datepicker-panel>ul[data-view="week"]>li:hover {
    background-color: #fff;
    cursor: default
}

.datepicker-hide {
    display: none
}

:root {
    --balloon-border-radius: 2px;
    --balloon-color: #d7dff0;
    --balloon-text-color: #20212b;
    --balloon-font-size: 10px;
    --balloon-move: 4px
}

button[aria-label][data-balloon-pos] {
    overflow: visible
}

[aria-label][data-balloon-pos] {
    position: relative;
    cursor: pointer
}

[aria-label][data-balloon-pos]:after {
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    text-indent: 0;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    font-size: var(--balloon-font-size);
    background: var(--balloon-color);
    border-radius: 2px;
    color: var(--balloon-text-color);
    border-radius: var(--balloon-border-radius);
    content: attr(aria-label);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10
}

[aria-label][data-balloon-pos]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--balloon-color);
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    content: "";
    position: absolute;
    z-index: 10
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
    opacity: 1;
    pointer-events: none
}

[aria-label][data-balloon-pos].font-awesome:after {
    font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
    white-space: pre
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
    white-space: pre-line;
    word-break: break-word
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
    transition: none
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
    transform: translate(-50%, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
    transform: translate(-50%, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
    left: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
    left: 5px
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
    right: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
    right: 5px
}

[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
    transform: translate(0, 0)
}

[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
    transform: translate(0, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
    bottom: 100%;
    transform-origin: top;
    transform: translate(0, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
    margin-bottom: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
    left: 50%;
    transform: translate(-50%, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before,
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
    margin-top: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
    left: 50%;
    transform: translate(-50%, calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
    transform: translate(0, -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
    transform: translate(0, -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
    margin-right: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
    left: 100%;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
    margin-left: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-length]:after {
    white-space: normal
}

[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
    width: 80px
}

[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
    width: 150px
}

[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
    width: 260px
}

[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    width: 380px
}

@media screen and (max-width: 768px) {
    [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
        width: 90vw
    }
}

[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
    width: 100%
}

.select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 15px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 40px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid gray;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    line-height: 20px;
    font-size: 13px;
    color: #50526d;
    padding-left: 15px;
    padding-right: 15px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option.select2-results__message {
    padding: 10px 15px
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #50526d;
    line-height: 40px;
    font-size: 13px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 0px;
    font-size: 15px;
    color: #f59b21
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #50526d
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 25px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #50526d transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: gray;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #50526d transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown {
    padding: 10px 15px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 11px;
    color: #50526d;
    border: 1px solid gray
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #2498D6
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background-color: #2498D6
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

/*!
 * PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com
 **/
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color)
}

.pswp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    display: none;
    touch-action: none;
    outline: 0;
    opacity: 0.003;
    contain: layout style size;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.pswp:focus {
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--open {
    display: block
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity
}

.pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg)
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pswp__img,
.pswp__zoom-wrap {
    width: auto;
    height: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__item {
    z-index: 1;
    overflow: hidden
}

.pswp__hidden {
    display: none !important
}

.pswp__content {
    pointer-events: none
}

.pswp__content>* {
    pointer-events: auto
}

.pswp__error-msg-container {
    display: grid
}

.pswp__error-msg {
    margin: auto;
    font-size: 1em;
    line-height: 1;
    color: var(--pswp-error-text-color)
}

.pswp .pswp__hide-on-close {
    opacity: 0.005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
    z-index: 10;
    pointer-events: none
}

.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto
}

.pswp__button {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 0.85;
    -webkit-appearance: none;
    -webkit-touch-callout: none
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
    transition: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1
}

.pswp__button:disabled {
    opacity: 0.3;
    cursor: auto
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary)
}

.pswp__icn {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    pointer-events: none
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none
}

.pswp__icn:focus {
    outline: 0
}

div.pswp__img--placeholder,
.pswp__img--with-bg {
    background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 10;
    pointer-events: none !important
}

.pswp__top-bar>* {
    pointer-events: auto;
    will-change: opacity
}

.pswp__button--close {
    margin-right: 6px
}

.pswp__button--arrow {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px
}

.pswp__button--arrow:disabled {
    display: none;
    cursor: default
}

.pswp__button--arrow .pswp__icn {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 0
}

.pswp--one-slide .pswp__button--arrow {
    display: none
}

.pswp--touch .pswp__button--arrow {
    visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
    visibility: visible
}

.pswp__button--arrow--prev {
    right: auto;
    left: 0px
}

.pswp__button--arrow--next {
    right: 0px
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scale(-1, 1)
}

.pswp__button--zoom {
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none
}

.pswp__preloader {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin-right: auto
}

.pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity 0.2s linear;
    animation: pswp-clockwise 600ms linear infinite
}

.pswp__preloader--active .pswp__icn {
    opacity: 0.85
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pswp__counter {
    height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
    color: var(--pswp-icon-color);
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
    opacity: 0.85
}

.pswp--one-slide .pswp__counter {
    display: none
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

p,
hr,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit
}

ul,
ol {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline-style: none
}

label {
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

textarea {
    resize: none;
    overflow: auto
}

input,
textarea {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    background-color: transparent
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: inherit
}

input,
button,
textarea,
select {
    border: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit
}

button,
input[type="reset"],
input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    appearance: none
}

a,
select,
button,
input[type="radio"],
input[type="submit"],
input[type="checkbox"] {
    cursor: pointer
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
    appearance: none
}

abbr {
    text-decoration: none
}

hr {
    height: 1px;
    line-height: 0;
    border: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

table caption {
    text-align: left
}

table th,
table td {
    padding: 0
}

table th {
    text-align: left
}

blockquote {
    margin: 0
}

q:before,
q:after {
    content: ''
}

ins,
del {
    text-decoration: none
}

i,
em,
address {
    font-style: normal
}

legend {
    padding: 0
}

iframe {
    display: block;
    width: 100%;
    border: 0
}

body {
    color: #20212b;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    min-height: 100vh;
    vertical-align: baseline;
    background-color: #fff;
    font-family: "Work Sans", sans-serif
}

@media (max-width: 575px) {
    body {
        font-size: 15px
    }
}

.page {
    width: 100%;
    overflow-x: hidden
}

.page-wrapper {
    position: relative;
    transition: all .35s ease
}

.page-container {
    position: relative;
    background-color: #fff;
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.page-container:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    z-index: 120;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    background-color: rgba(0, 0, 0, 0.75)
}

.main>h1,
.main>h2,
.main>h3,
.main>h4,
.main>h5,
.main>h6 {
    color: #20212b
}

.fluid {
    position: relative;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto
}

.fluid.-is-small {
    max-width: 785px
}

.fluid.-is-smallest {
    max-width: 570px
}

.fluid.-is-big {
    max-width: 1530px
}

.checkbox>label {
    position: relative;
    display: block;
    padding-left: 35px
}

.checkbox>label>input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0
}

.checkbox>label>input:checked~span:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.checkbox>label>span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: #fff
}

.checkbox>label>span:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: all .35s ease;
    content: '\f00c';
    font-size: 10px;
    left: 50%;
    top: 50%;
    opacity: 0;
    color: #2498D6;
    transform: translate(-50%, -50%) scale(0)
}

.checkbox>label>a {
    position: relative;
    color: #000
}

.checkbox>label>a:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    transition: all .35s ease;
    background-color: #000
}

.checkbox>label>a:hover {
    color: #2498D6
}

.checkbox>label>a:hover:after {
    left: 50%;
    width: 0;
    opacity: 0;
    background-color: #2498D6
}

.radio>label {
    position: relative;
    display: block;
    padding-left: 35px
}

.radio>label>input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0
}

.radio>label>input:checked~span:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.radio>label>span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #000
}

.radio>label>span:after {
    position: absolute;
    display: block;
    content: "";
    transition: all .35s ease;
    font-size: 15px;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-radius: 100%;
    background-color: #000;
    transform: translate(-50%, -50%) scale(0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 1200px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.5rem
    }
}

::selection {
    color: #000000;
    background-color: #ffff90
}

[hidden] {
    display: none
}

[disabled] {
    cursor: not-allowed
}

a:link,
a:hover,
a:focus,
a:visited {
    outline-style: none
}

a,
button,
input[type="reset"],
input[type="submit"] {
    transition: all .35s ease
}

textarea {
    resize: none
}

fieldset:disabled {
    cursor: not-allowed
}

fieldset:disabled label {
    cursor: not-allowed
}

label {
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

input:disabled,
button:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed
}

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline-style: none
}

input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder {
    opacity: 1;
    color: #000;
    transition: all .35s ease
}

input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder {
    opacity: 0
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
    display: block;
    width: 100%;
    appearance: none;
    font-size: 16px
}

@media (max-width: 575px) {

    textarea,
    input[type="tel"],
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="number"],
    input[type="password"] {
        font-size: 15px
    }
}

select {
    display: block;
    width: 100%
}

button,
input[type="submit"] {
    appearance: none
}

b,
strong {
    font-weight: 600
}

table {
    width: 100%
}

.-has-navy-bg {
    background-color: #003666
}

.-has-grey-bg {
    background-color: #f7f7f7
}

.-has-green-very-light-bg {
    background-color: #B1D6C4
}

.-has-green-light-bg {
    background-color: #8cc41c
}

.-has-green-mid-bg {
    background-color: #3DB377
}

.-has-green-dark-bg {
    background-color: #0fa356
}

.-has-violet-intense-bg {
    background-color: #8a44b8
}

.-has-maroon-bg {
    background-color: #7a0037
}

.-has-red-bg {
    background-color: #2498D6
}

.-has-lightblue-bg {
    background-color: #85D2FC
}

.-has-white-text {
    color: #fff !important
}

.-has-blue-text {
    color: #2498D6 !important
}

.-has-navy-text {
    color: #003666 !important
}

@media (min-width: 992px) {
    .-max-width-lg-435 {
        max-width: 435px
    }
}

@media (min-width: 992px) {
    .-max-width-lg-600 {
        max-width: 600px
    }
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.page {
    position: relative
}

.page.-is-scrolled .page-header {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.75)
}

.page.-is-scrolled .page-header__nav>ul>li>a {
    padding: 30px 0
}

.page.-is-scrolled .page-header__nav>ul>li.-has-subnav>ul {
    top: 109px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page.-is-scrolled .page-header__nav>ul>li.-has-subnav>ul {
        top: 106px
    }
}

.page.-is-scrolled .page-header__nav>ul>li.-has-subnav:hover>ul {
    top: 94px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page.-is-scrolled .page-header__nav>ul>li.-has-subnav:hover>ul {
        top: 91px
    }
}

.page.-is-scrolled .page-holder {
    height: 94px
}

@media (max-width: 991px) {
    .page.-is-scrolled .page-holder {
        height: 70px
    }
}

.page.-has-sidebar-open .page-header {
    transform: translateX(-320px)
}

.page.-has-sidebar-open .page-header:after {
    opacity: 1;
    visibility: visible
}

.page.-has-sidebar-open .page-header__toggler>span:nth-child(1) {
    top: 15px;
    opacity: 0;
    width: 0;
    left: 50%
}

.page.-has-sidebar-open .page-header__toggler>span:nth-child(2) {
    transform: rotate(45deg)
}

.page.-has-sidebar-open .page-header__toggler>span:nth-child(2),
.page.-has-sidebar-open .page-header__toggler>span:nth-child(3) {
    top: 17px
}

.page.-has-sidebar-open .page-header__toggler>span:nth-child(3) {
    transform: rotate(-45deg)
}

.page.-has-sidebar-open .page-header__toggler>span:nth-child(4) {
    top: 19px;
    opacity: 0;
    width: 0;
    left: 50%
}

.page.-has-sidebar-open .page-container {
    transform: translateX(-320px)
}

.page.-has-sidebar-open .page-container:after {
    opacity: 1;
    visibility: visible
}

.page.-has-sidebar-open .page-sidebar {
    transform: none
}

.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    background-color: #fff
}

.page-loader__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-loader__spinner {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    border-top-color: #51A68E;
    animation: loader__spin 1s linear infinite
}

@keyframes loader__spin {
    100% {
        transform: rotate(360deg)
    }
}

.page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    width: 100%;
    color: #003666;
    transition: all .35s ease;
    background-color: #fff
}

@media (max-width: 991px) {
    .page-header {
        transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55)
    }
}

.page-header:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    background-color: rgba(0, 0, 0, 0.75)
}

.page-header__logo {
    flex: 1 1 auto;
    padding-right: 10px
}

@media (max-width: 991px) {
    .page-header__logo {
        padding: 10px 0
    }
}

.page-header__logo>a {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.page-header__logo>a>img {
    display: block;
    width: 100%;
    max-width: 250px;
    transition: all .35s ease
}

@media (max-width: 991px) {
    .page-header__logo>a>img {
        max-width: 175px
    }
}

.page-header__logo>a:hover>img {
    transform: scale(0.95)
}

.page-header__nav {
    font-size: 16px
}

@media (max-width: 991px) {
    .page-header__nav {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-header__nav {
        font-size: 15px
    }
}

.page-header__nav>ul {
    display: flex;
    flex-flow: row nowrap
}

.page-header__nav>ul>li {
    position: relative;
    margin-right: 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-header__nav>ul>li {
        margin-right: 5px
    }
}

.page-header__nav>ul>li:last-child {
    margin-right: 0
}

.page-header__nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 50px 0;
    font-weight: 600;
    white-space: nowrap
}

.page-header__nav>ul>li>a>span {
    position: relative;
    display: block;
    padding: 5px 10px 5px
}

@media (max-width: 1199px) {
    .page-header__nav>ul>li>a>span {
        padding: 5px
    }
}

.page-header__nav>ul>li>a>span:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    height: 0;
    transition: all .35s ease;
    background-color: #e6e6e6
}

.page-header__nav>ul>li>a>span>i {
    margin-right: 10px
}

@media (max-width: 1440px) {
    .page-header__nav>ul>li>a>span>i {
        margin-right: 0
    }
}

@media (max-width: 1440px) {
    .page-header__nav>ul>li>a>span>span {
        display: none
    }
}

.page-header__nav>ul>li:hover>a,
.page-header__nav>ul>li.-is-current>a {
    color: #51A68E;
}

.page-header__nav>ul>li:hover>a>span:after,
.page-header__nav>ul>li.-is-current>a>span:after {
    top: 0;
    height: 100%
}

.page-header__nav>ul>li.-has-subnav:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d7';
    right: 10px;
    top: 50%;
    z-index: 2;
    transition: all .35s ease;
    transform: translateY(-50%)
}

.page-header__nav>ul>li.-has-subnav>a>span {
    padding-right: 30px
}

.page-header__nav>ul>li.-has-subnav>ul {
    color: #003666;
    position: absolute;
    width: 250px;
    left: 0;
    top: 149px;
    opacity: 0;
    font-size: 15px;
    font-weight: 300;
    visibility: hidden;
    transition: all .35s ease;
    background-color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25)
}

.page-header__nav>ul>li.-has-subnav>ul>li:last-child {
    border-bottom: 0
}

.page-header__nav>ul>li.-has-subnav>ul>li>a {
    display: block;
    padding: 12px 15px 10px;
    border-bottom: 1px solid #f2f2f2
}

.page-header__nav>ul>li.-has-subnav>ul>li>a:hover {
    color: #fff;
    background-color: #003666;
    border-bottom-color: #003666
}

.page-header__nav>ul>li.-has-subnav>ul>li.-is-current>a {
    color: #fff;
    background-color: #003666;
    border-bottom-color: #003666
}

.page-header__nav>ul>li.-has-subnav:hover:after {
    color: #2498D6;
    transform: translateY(-50%) rotate(-180deg)
}

.page-header__nav>ul>li.-has-subnav:hover>ul {
    top: 134px;
    opacity: 1;
    visibility: visible
}

.page-header__nav>ul>li.-has-subnav.-is-current:after {
    color: #2498D6
}

.page-header__nav>ul>li.-is-highlighted>a {
    color: #f59b21
}

.page-header__nav>ul>li.-is-highlighted>a>span:after {
    background-color: #f59b21
}

.page-header__nav>ul>li.-is-highlighted:hover>a,
.page-header__nav>ul>li.-is-highlighted.-is-current>a {
    color: #fff
}

.page-header__nav>ul>li.-is-highlighted:hover>a>span:after,
.page-header__nav>ul>li.-is-highlighted.-is-current>a>span:after {
    background-color: #f59b21
}

.page-header__nav>ul>li.-is-highlighted.-is-current>a>span:after {
    top: 0;
    height: 100%;
    opacity: 1
}

.page-header__toggler {
    position: relative;
    width: 60px;
    height: 34px;
    cursor: pointer
}

@media (min-width: 992px) {
    .page-header__toggler {
        display: none
    }
}

.page-header__toggler>span {
    position: absolute;
    left: 20px;
    display: block;
    width: 18px;
    height: 2px;
    transition: all .35s ease;
    background-color: #003666
}

.page-header__toggler>span:nth-child(1) {
    top: 11px
}

.page-header__toggler>span:nth-child(2) {
    top: 15px
}

.page-header__toggler>span:nth-child(3) {
    top: 19px
}

.page-header__toggler>span:nth-child(4) {
    top: 23px
}

.page-header__spacer {
    height: 134px;
    transition: all .35s ease
}

.page-holder {
    height: 134px;
    transition: all .35s ease
}

@media (max-width: 991px) {
    .page-holder {
        height: 70px
    }
}

.page-section.-has-cyan-background {
    background-color: #C0E3FF
}

.page-section__header {
    padding: 20px 0
}

@media (max-width: 991px) {
    .page-section__header {
        text-align: center
    }
}

.page-section__header,
.page-section__header>h1,
.page-section__header>h2,
.page-section__header>h3,
.page-section__header>h4,
.page-section__header>h5,
.page-section__header>h6,
.page-section__header>strong {
    font-size: calc(1.275rem + .3vw);
    font-weight: 500
}

@media (min-width: 1200px) {

    .page-section__header,
    .page-section__header>h1,
    .page-section__header>h2,
    .page-section__header>h3,
    .page-section__header>h4,
    .page-section__header>h5,
    .page-section__header>h6,
    .page-section__header>strong {
        font-size: 1.5rem
    }
}

.page-section__header p {
    font-weight: 400;
    font-size: 16px
}

@media (max-width: 575px) {
    .page-section__header p {
        font-size: 15px
    }
}

.page-section__header p>strong {
    font-weight: 500;
    color: #20212b
}

.page-section__content {
    padding: 20px 0
}

.page-module__header {
    padding: 20px 0
}

.page-module__header,
.page-module__header>h1,
.page-module__header>h2,
.page-module__header>h3,
.page-module__header>h4,
.page-module__header>h5,
.page-module__header>h6,
.page-module__header>strong {
    font-size: calc(1.275rem + .3vw);
    font-weight: 500
}

@media (min-width: 1200px) {

    .page-module__header,
    .page-module__header>h1,
    .page-module__header>h2,
    .page-module__header>h3,
    .page-module__header>h4,
    .page-module__header>h5,
    .page-module__header>h6,
    .page-module__header>strong {
        font-size: 1.5rem
    }
}

@media (max-width: 991px) {
    .page-module__header {
        text-align: center
    }
}

.page-module__content {
    padding: 20px 0
}

.page-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 130;
    width: 320px;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25)
}

.page-sidebar__header {
    position: relative;
    padding: 25px 15px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #003666;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer
}

.page-sidebar__header>i {
    transition: all .35s ease;
    margin-left: 10px
}

.page-sidebar__header:hover>i {
    transform: translateX(5px)
}

.page-sidebar__content {
    overflow: auto;
    height: calc(100vh - 71px)
}

.page-sidebar__nav {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 700;
    padding: 40px 0
}

.page-sidebar__nav>ul li {
    position: relative
}

.page-sidebar__nav>ul li:first-child>a {
    border-top: 0
}

.page-sidebar__nav>ul li>a {
    display: block;
    padding: 10px;
    color: #000
}

.page-sidebar__nav>ul li>a>span>i {
    margin-right: 10px
}

.page-sidebar__nav>ul li.-is-highlighted>a {
    color: #51A68E
}

.page-sidebar__nav>ul li.-is-highlighted>a:hover {
    color: #51A68E
}

.page-sidebar__nav>ul li ul {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 575px) {
    .page-sidebar__nav>ul li ul {
        font-size: 15px
    }
}

.page-sidebar__nav>ul li ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #000
}

.page-sidebar__nav>ul li:hover>a,
.page-sidebar__nav>ul li.-is-current>a,
.page-sidebar__nav>ul li.-is-active>a {
    color: #51A68E
}

.page-footer {
    position: relative;
    color: #fff;
    background-color: #003666
}

.page-footer__columns {
    padding: 52px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

@media (max-width: 991px) {
    .page-footer__left {
        width: 100%;
        margin-bottom: 50px
    }
}

.page-footer__logo>a {
    display: block
}

.page-footer__logo>a>img {
    display: block;
    width: 250px;
    transition: all .35s ease
}

@media (max-width: 991px) {
    .page-footer__logo>a>img {
        margin: 0 auto
    }
}

.page-footer__logo>a:hover>img {
    transform: scale(0.95)
}

.page-footer__socials {
    margin-top: 33px
}

.page-footer__socials>h1,
.page-footer__socials>h2,
.page-footer__socials>h3,
.page-footer__socials>h4,
.page-footer__socials>h5,
.page-footer__socials>h6 {
    position: relative;
    margin-bottom: 28px;
    font-size: 16px
}

.page-footer__socials>ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .page-footer__socials>ul {
        justify-content: center
    }
}

.page-footer__socials>ul>li {
    margin-right: 15px
}

.page-footer__socials>ul>li:last-child {
    margin-right: 0
}

.page-footer__socials>ul>li>a {
    display: block;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 45px;
    text-align: center;
    border-radius: 100%
}

.page-footer__socials>ul>li>a.fa-facebook-f {
    background-color: #1877f2
}

.page-footer__socials>ul>li>a.fa-youtube {
    background-color: #ff2500
}

.page-footer__socials>ul>li>a.fa-instagram {
    background-color: #F400E1
}

.page-footer__socials>ul>li>a:hover {
    transform: scale(1.15)
}

.page-footer__right {
    flex: 1 1 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .page-footer__right {
        flex: 0 0 100%;
        text-align: center
    }
}

.page-footer__nav {
    text-align: right;
    font-weight: 600;
    margin-left: 50px
}

@media (max-width: 575px) {
    .page-footer__nav {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .page-footer__nav {
        width: 33.333%
    }
}

@media (max-width: 991px) {
    .page-footer__nav {
        margin-left: 0;
        text-align: center
    }
}

.page-footer__nav>ul>li {
    padding: 8px 0
}

.page-footer__nav>ul>li>a {
    position: relative;
    display: block
}

.page-footer__nav>ul>li>a>span {
    position: relative
}

.page-footer__nav>ul>li>a>span:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 1px;
    opacity: 0;
    transition: all .35s ease;
    background-color: #F2C230
}

.page-footer__nav>ul>li>a:hover,
.page-footer__nav>ul>li>a.-is-current {
    color: #F2C230
}

.page-footer__nav>ul>li>a:hover>span:after,
.page-footer__nav>ul>li>a.-is-current>span:after {
    left: 0;
    width: 100%;
    opacity: 1
}

.page-footer__bar {
    color: #fff;
    padding: 50px 0;
    font-size: 13px;
    text-align: right;
    border-top: 1px solid #2498D6
}

@media (max-width: 991px) {
    .page-footer__bar {
        text-align: center
    }
}

.page-footer__bar a {
    position: relative
}

.page-footer__bar a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 1px;
    opacity: 0;
    transition: all .35s ease;
    background-color: #F2C230
}

.page-footer__bar a:hover {
    color: #F2C230
}

.page-footer__bar a:hover:after {
    left: 0;
    width: 100%;
    opacity: 1
}

.page-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 400;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 36, 66, 0.75)
}

.s {
    position: relative;
    z-index: 1;
    padding: 25px 0
}

.s.-has-grey-bg {
    background-color: #f7f7f7
}

.s.-has-grey-alpha-bg {
    background-color: #ADBBC8
}

.s.-has-dark-grey-bg {
    background-color: #dfdfdf
}

.s.-has-red-bg {
    background-color: #2498D6
}

.s.-has-green-light-bg {
    background-color: #8cc41c
}

.s.-has-green-mid-bg {
    background-color: #3DB377
}

.s.-has-green-dark-bg {
    background-color: #0fa356
}

.s.-has-maroon-bg {
    background-color: #7a0037
}

.s.-has-violet-intense-bg {
    background-color: #8a44b8
}

.s.-has-red-bg {
    background-color: #2498D6
}

.s.-has-navy-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 275px;
    background-color: #003666
}

.s.-has-maroon-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 275px;
    background-color: #7a0037
}

.s.-has-violet-intense-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 275px;
    background-color: #8a44b8
}

.s.-has-green-light-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 275px;
    background-color: #8cc41c
}

.s.-has-green-mid-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 275px;
    background-color: #3DB377
}

.s.-has-green-dark-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 275px;
    background-color: #0fa356
}

.s.-has-grey-after:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: #f7f7f7
}

@media (max-width: 991px) {
    .s.-has-grey-after:after {
        display: none
    }
}

.s.-has-blue-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #2498D6
}

@media (max-width: 991px) {
    .s.-has-blue-before:before {
        display: none
    }
}

.s.-has-lightblue-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #85D2FC
}

@media (max-width: 991px) {
    .s.-has-lightblue-before:before {
        display: none
    }
}

.s.-has-maroon-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #7a0037
}

@media (max-width: 991px) {
    .s.-has-maroon-before:before {
        display: none
    }
}

.s.-has-maroon-light-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #93305C
}

@media (max-width: 991px) {
    .s.-has-maroon-light-before:before {
        display: none
    }
}

.s.-has-violet-intense-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #8a44b8
}

@media (max-width: 991px) {
    .s.-has-violet-intense-before:before {
        display: none
    }
}

.s.-has-green-light-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #8cc41c
}

@media (max-width: 991px) {
    .s.-has-green-light-before:before {
        display: none
    }
}

.s.-has-green-mid-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #3DB377
}

@media (max-width: 991px) {
    .s.-has-green-mid-before:before {
        display: none
    }
}

.s.-has-green-dark-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #0fa356
}

@media (max-width: 991px) {
    .s.-has-green-dark-before:before {
        display: none
    }
}

.s.-has-blue-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #2498D6
}

@media (max-width: 479px) {
    .s.-has-blue-after:after {
        height: 30%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .s.-has-blue-after:after {
        height: 40%
    }
}

.s.-has-maroon-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #7a0037
}

@media (max-width: 479px) {
    .s.-has-maroon-after:after {
        height: 30%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .s.-has-maroon-after:after {
        height: 40%
    }
}

.s.-has-lightblue-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 275px;
    background-color: #85D2FC
}

.s.-has-violet-intense-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #8a44b8
}

@media (max-width: 479px) {
    .s.-has-violet-intense-after:after {
        height: 30%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .s.-has-violet-intense-after:after {
        height: 40%
    }
}

.s.-has-green-light-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #8cc41c
}

@media (max-width: 479px) {
    .s.-has-green-light-after:after {
        height: 30%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .s.-has-green-light-after:after {
        height: 40%
    }
}

.s.-has-green-mid-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #3DB377
}

@media (max-width: 479px) {
    .s.-has-green-mid-after:after {
        height: 30%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .s.-has-green-mid-after:after {
        height: 40%
    }
}

.s.-has-green-dark-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #0fa356
}

@media (max-width: 479px) {
    .s.-has-green-dark-after:after {
        height: 30%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .s.-has-green-dark-after:after {
        height: 40%
    }
}

.s.-has-blue-after-bottom:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 40%;
    height: 150px;
    background-color: #6ab3de
}

@media (max-width: 991px) {
    .s.-has-blue-after-bottom:after {
        display: none
    }
}

.s.-has-maroon-after-bottom:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 40%;
    height: 150px;
    background-color: #7a0037
}

@media (max-width: 991px) {
    .s.-has-maroon-after-bottom:after {
        display: none
    }
}

.s.-has-violet-intense-after-bottom:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 40%;
    height: 150px;
    background-color: #8a44b8
}

@media (max-width: 991px) {
    .s.-has-violet-intense-after-bottom:after {
        display: none
    }
}

.s.-has-green-light-after-bottom:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 40%;
    height: 150px;
    background-color: #8cc41c
}

@media (max-width: 991px) {
    .s.-has-green-light-after-bottom:after {
        display: none
    }
}

.s.-has-green-mid-after-bottom:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 40%;
    height: 150px;
    background-color: #0D8D5A
}

@media (max-width: 991px) {
    .s.-has-green-mid-after-bottom:after {
        display: none
    }
}

.s.-has-green-dark-after-bottom:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 40%;
    height: 150px;
    background-color: #0fa356
}

@media (max-width: 991px) {
    .s.-has-green-dark-after-bottom:after {
        display: none
    }
}

.s>img {
    position: absolute;
    left: 0;
    top: 90px;
    display: block;
    max-width: 1230px;
    width: 100%
}

.s.-has-right-image-bg {
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%
}

@media (max-width: 1199px) {
    .s.-has-right-image-bg {
        background-image: none
    }
}

.s.-has-image-after>img {
    left: auto !important;
    right: 0;
    top: 50%;
    z-index: 5;
    width: calc(50% - 15px);
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .s.-has-image-after>img {
        position: relative;
        transform: none;
        width: 100%
    }
}

.s-header {
    padding: 25px 0
}

@media (max-width: 991px) {
    .s-header {
        text-align: center
    }
}

.s-header>p,
.s-header>h1,
.s-header>h2,
.s-header>h3,
.s-header>h4,
.s-header>h5,
.s-header>h6 {
    padding: 25px 0
}

.s-header>h1,
.s-header>h2,
.s-header>h3,
.s-header>h4,
.s-header>h5,
.s-header>h6 {
    position: relative;
    padding-bottom: 29px;
    color: #003666;
    line-height: 1.25;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {

    .s-header>h1,
    .s-header>h2,
    .s-header>h3,
    .s-header>h4,
    .s-header>h5,
    .s-header>h6 {
        font-size: 3rem
    }
}

.s-header>h1:after,
.s-header>h2:after,
.s-header>h3:after,
.s-header>h4:after,
.s-header>h5:after,
.s-header>h6:after {
    position: absolute;
    display: block;
    content: "";
    left: -80px;
    bottom: 0;
    width: 175px;
    height: 4px;
    background-color: #F2C230
}

@media (max-width: 991px) {

    .s-header>h1:after,
    .s-header>h2:after,
    .s-header>h3:after,
    .s-header>h4:after,
    .s-header>h5:after,
    .s-header>h6:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.s-header>h1.-after-center:after,
.s-header>h2.-after-center:after,
.s-header>h3.-after-center:after,
.s-header>h4.-after-center:after,
.s-header>h5.-after-center:after,
.s-header>h6.-after-center:after {
    left: 50%;
    transform: translateX(-50%)
}

.s-header>h1.-after-right:after,
.s-header>h2.-after-right:after,
.s-header>h3.-after-right:after,
.s-header>h4.-after-right:after,
.s-header>h5.-after-right:after,
.s-header>h6.-after-right:after {
    left: auto;
    right: -45px
}

.s-header>h1.-has-white-after:after,
.s-header>h2.-has-white-after:after,
.s-header>h3.-has-white-after:after,
.s-header>h4.-has-white-after:after,
.s-header>h5.-has-white-after:after,
.s-header>h6.-has-white-after:after {
    background-color: #fff
}

.s-header>h1.-has-maroon-after:after,
.s-header>h2.-has-maroon-after:after,
.s-header>h3.-has-maroon-after:after,
.s-header>h4.-has-maroon-after:after,
.s-header>h5.-has-maroon-after:after,
.s-header>h6.-has-maroon-after:after {
    background-color: #7a0037
}

.s-header>h1.-has-violet-intense-after:after,
.s-header>h2.-has-violet-intense-after:after,
.s-header>h3.-has-violet-intense-after:after,
.s-header>h4.-has-violet-intense-after:after,
.s-header>h5.-has-violet-intense-after:after,
.s-header>h6.-has-violet-intense-after:after {
    background-color: #8a44b8
}

.s-header>h1.-has-green-light-after:after,
.s-header>h2.-has-green-light-after:after,
.s-header>h3.-has-green-light-after:after,
.s-header>h4.-has-green-light-after:after,
.s-header>h5.-has-green-light-after:after,
.s-header>h6.-has-green-light-after:after {
    background-color: #8cc41c
}

.s-header>h1.-has-green-mid-after:after,
.s-header>h2.-has-green-mid-after:after,
.s-header>h3.-has-green-mid-after:after,
.s-header>h4.-has-green-mid-after:after,
.s-header>h5.-has-green-mid-after:after,
.s-header>h6.-has-green-mid-after:after {
    background-color: #3DB377
}

.s-header>h1.-has-green-dark-after:after,
.s-header>h2.-has-green-dark-after:after,
.s-header>h3.-has-green-dark-after:after,
.s-header>h4.-has-green-dark-after:after,
.s-header>h5.-has-green-dark-after:after,
.s-header>h6.-has-green-dark-after:after {
    background-color: #0fa356
}

.s-header>h1.-has-blue-after:after,
.s-header>h2.-has-blue-after:after,
.s-header>h3.-has-blue-after:after,
.s-header>h4.-has-blue-after:after,
.s-header>h5.-has-blue-after:after,
.s-header>h6.-has-blue-after:after {
    background-color: #2498D6
}

.s-header>p {
    color: gray
}

.s-header>p>a {
    color: #003666;
    font-weight: 600
}

.s-header>p>a>i {
    margin-right: 10px;
    transition: all .35s ease
}

.s-header>p>a:hover>i {
    margin-left: 5px
}

.s-content {
    padding: 25px 0
}

.s-content__header {
    padding: 25px 0
}

@media (max-width: 991px) {
    .s-content__header {
        text-align: center
    }
}

.s-content__header>p,
.s-content__header>h1,
.s-content__header>h2,
.s-content__header>h3,
.s-content__header>h4,
.s-content__header>h5,
.s-content__header>h6 {
    padding: 25px 0
}

.s-content__header>h1,
.s-content__header>h2,
.s-content__header>h3,
.s-content__header>h4,
.s-content__header>h5,
.s-content__header>h6 {
    position: relative;
    padding-bottom: 29px;
    color: #003666;
    line-height: 1.25;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {

    .s-content__header>h1,
    .s-content__header>h2,
    .s-content__header>h3,
    .s-content__header>h4,
    .s-content__header>h5,
    .s-content__header>h6 {
        font-size: 2.25rem
    }
}

.s-content__header>h1:after,
.s-content__header>h2:after,
.s-content__header>h3:after,
.s-content__header>h4:after,
.s-content__header>h5:after,
.s-content__header>h6:after {
    position: absolute;
    display: block;
    content: "";
    left: -80px;
    bottom: 0;
    width: 175px;
    height: 4px;
    background-color: #003666
}

@media (max-width: 991px) {

    .s-content__header>h1:after,
    .s-content__header>h2:after,
    .s-content__header>h3:after,
    .s-content__header>h4:after,
    .s-content__header>h5:after,
    .s-content__header>h6:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.s-content__header>h1.-after-center:after,
.s-content__header>h2.-after-center:after,
.s-content__header>h3.-after-center:after,
.s-content__header>h4.-after-center:after,
.s-content__header>h5.-after-center:after,
.s-content__header>h6.-after-center:after {
    left: 50%;
    transform: translateX(-50%)
}

.s-content__header>h1.-after-right:after,
.s-content__header>h2.-after-right:after,
.s-content__header>h3.-after-right:after,
.s-content__header>h4.-after-right:after,
.s-content__header>h5.-after-right:after,
.s-content__header>h6.-after-right:after {
    left: auto;
    right: -45px
}

.s-content__header>h1.-has-white-after:after,
.s-content__header>h2.-has-white-after:after,
.s-content__header>h3.-has-white-after:after,
.s-content__header>h4.-has-white-after:after,
.s-content__header>h5.-has-white-after:after,
.s-content__header>h6.-has-white-after:after {
    background-color: #fff
}

.s-content__header>h1.-has-maroon-after:after,
.s-content__header>h2.-has-maroon-after:after,
.s-content__header>h3.-has-maroon-after:after,
.s-content__header>h4.-has-maroon-after:after,
.s-content__header>h5.-has-maroon-after:after,
.s-content__header>h6.-has-maroon-after:after {
    background-color: #7a0037
}

.s-content__header>h1.-has-violet-intense-after:after,
.s-content__header>h2.-has-violet-intense-after:after,
.s-content__header>h3.-has-violet-intense-after:after,
.s-content__header>h4.-has-violet-intense-after:after,
.s-content__header>h5.-has-violet-intense-after:after,
.s-content__header>h6.-has-violet-intense-after:after {
    background-color: #8a44b8
}

.s-content__header>h1.-has-green-light-after:after,
.s-content__header>h2.-has-green-light-after:after,
.s-content__header>h3.-has-green-light-after:after,
.s-content__header>h4.-has-green-light-after:after,
.s-content__header>h5.-has-green-light-after:after,
.s-content__header>h6.-has-green-light-after:after {
    background-color: #8cc41c
}

.s-content__header>h1.-has-green-mid-after:after,
.s-content__header>h2.-has-green-mid-after:after,
.s-content__header>h3.-has-green-mid-after:after,
.s-content__header>h4.-has-green-mid-after:after,
.s-content__header>h5.-has-green-mid-after:after,
.s-content__header>h6.-has-green-mid-after:after {
    background-color: #3DB377
}

.s-content__header>h1.-has-green-dark-after:after,
.s-content__header>h2.-has-green-dark-after:after,
.s-content__header>h3.-has-green-dark-after:after,
.s-content__header>h4.-has-green-dark-after:after,
.s-content__header>h5.-has-green-dark-after:after,
.s-content__header>h6.-has-green-dark-after:after {
    background-color: #0fa356
}

.s-content__header>h1.-has-blue-after:after,
.s-content__header>h2.-has-blue-after:after,
.s-content__header>h3.-has-blue-after:after,
.s-content__header>h4.-has-blue-after:after,
.s-content__header>h5.-has-blue-after:after,
.s-content__header>h6.-has-blue-after:after {
    background-color: #2498D6
}

.s-content__header>p {
    color: gray
}

.s-content__header>p>a {
    color: #003666;
    font-weight: 600
}

.s-content__header>p>a>i {
    margin-right: 10px;
    transition: all .35s ease
}

.s-content__header>p>a:hover>i {
    margin-left: 5px
}

.-has-alpha-after {
    z-index: 1
}

.-has-alpha-after:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #2498D6
}

.-has-alpha-after:after {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 230, 230, 0.75)
}

.s-banner {
    position: relative;
    color: #fff;
    padding: 90px 0;
    text-align: center;
    background-color: #003666;
    transition: all .35s ease
}

.s-banner>.fluid {
    max-width: 1000px
}

.s-banner__title>h1,
.s-banner__title>h2,
.s-banner__title>h3,
.s-banner__title>h4,
.s-banner__title>h5,
.s-banner__title>h6 {
    color: #fff;
    line-height: 1.25;
    hyphens: auto;
    font-size: calc(1.53125rem + 3.375vw)
}

@media (min-width: 1200px) {

    .s-banner__title>h1,
    .s-banner__title>h2,
    .s-banner__title>h3,
    .s-banner__title>h4,
    .s-banner__title>h5,
    .s-banner__title>h6 {
        font-size: 4.0625rem
    }
}

.s-banner__breadcrumbs {
    padding: 15px 0 25px;
    font-size: 11px;
    color: #2498D6
}

.s-banner__breadcrumbs>a {
    color: #C0E3FF
}

.s-banner__breadcrumbs>a:hover {
    color: #fff
}

.s-banner__description {
    font-size: 1.125rem
}

@media (max-width: 575px) {
    .s-banner__description {
        font-size: 16px
    }
}

.s-info {
    padding: 0
}

.s-info .s-content {
    padding: 0
}

.info {
    padding: 30px 45px
}

@media (max-width: 575px) {
    .info {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .info {
        text-align: center
    }
}

.info-2 .info-image {
    width: 215px;
    order: 1;
}

@media (max-width: 991px) {
    .info-2 .info-image {
        margin-left: 0;
        width: 100%
    }
}

.info-2 .info-desc {
    order: 2;
    width: calc(100% - 260px)
}

@media (max-width: 991px) {
    .info-2 .info-desc {
        padding-right: 0;
        width: 100%;
        padding-top: 30px
    }
}

.info-3 .info-image {
    width: 435px;
    order: 2;
    margin-right: -45px
}

@media (max-width: 991px) {
    .info-3 .info-image {
        order: 1;
        margin-right: 0;
        width: 100%
    }
}

.info-3 .info-desc {
    order: 1;
    width: calc(100% - 450px)
}

@media (max-width: 991px) {
    .info-3 .info-desc {
        order: 2;
        padding-right: 0;
        width: 100%;
        padding-top: 30px
    }
}

.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 {
    padding: 10px 0;
    line-height: 1.25;
    font-weight: 600
}

.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 {
    font-size: 24px
}

@media screen and (min-width: 480px) {

    .info h1,
    .info h2,
    .info h3,
    .info h4,
    .info h5,
    .info h6 {
        font-size: calc(24px + 8 * ((100vw - 480px) / 800))
    }
}

@media screen and (min-width: 1280px) {

    .info h1,
    .info h2,
    .info h3,
    .info h4,
    .info h5,
    .info h6 {
        font-size: 32px
    }
}

@media (max-width: 991px) {

    .info h1,
    .info h2,
    .info h3,
    .info h4,
    .info h5,
    .info h6 {
        padding: 15px 0
    }
}

@media (max-width: 991px) {

    .info h1 br,
    .info h2 br,
    .info h3 br,
    .info h4 br,
    .info h5 br,
    .info h6 br {
        display: none
    }
}

.info p {
    padding: 10px 0
}

@media (max-width: 991px) {
    .info p {
        padding: 15px 0
    }
}

.info-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .info-columns {
        align-items: center
    }
}

.info-image {
    padding: 5px 0
}

.info-image>img {
    display: block;
    width: 100%;
    transition: all .35s ease;
    object-fit: cover;
    margin: 0 auto;
    max-width: 215px;
}

.info-desc {
    color: #fff
}

.info-desc>h1,
.info-desc>h2,
.info-desc>h3,
.info-desc>h4,
.info-desc>h5,
.info-desc>h6 {
    line-height: 1.25;
    padding: 5px 0
}

.info-desc>h1,
.info-desc>h2,
.info-desc>h3,
.info-desc>h4,
.info-desc>h5,
.info-desc>h6 {
    font-size: 24px
}

@media screen and (min-width: 480px) {

    .info-desc>h1,
    .info-desc>h2,
    .info-desc>h3,
    .info-desc>h4,
    .info-desc>h5,
    .info-desc>h6 {
        font-size: calc(24px + 8 * ((100vw - 480px) / 800))
    }
}

@media screen and (min-width: 1280px) {

    .info-desc>h1,
    .info-desc>h2,
    .info-desc>h3,
    .info-desc>h4,
    .info-desc>h5,
    .info-desc>h6 {
        font-size: 32px
    }
}

@media (max-width: 991px) {

    .info-desc>h1,
    .info-desc>h2,
    .info-desc>h3,
    .info-desc>h4,
    .info-desc>h5,
    .info-desc>h6 {
        padding: 15px 0
    }
}

.info-desc>p {
    padding: 5px 0
}

@media (max-width: 991px) {
    .info-desc>p {
        padding: 15px 0
    }
}

.info-desc img {
    display: block;
    width: 100%;
    margin: 5px 0
}

.info-desc ol {
    list-style: decimal;
    padding-left: 19px;
    text-align: left
}

.info-desc ol>li {
    padding: 5px 0
}

.info-desc>ul {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px
}

.info-desc>ul:before {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 35px;
    z-index: 1;
    width: calc(100% - 200px);
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: #2498D6
}

@media (max-width: 991px) {
    .info-desc>ul:before {
        display: none
    }
}

.info-desc>ul>li {
    position: relative;
    z-index: 2;
    width: 20%;
    padding: 15px 0
}

@media (max-width: 575px) {
    .info-desc>ul>li {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .info-desc>ul>li {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .info-desc>ul>li {
        width: 33.3333%
    }
}

.info-desc>ul>li>span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 40px;
    border-radius: 100%;
    color: #003666;
    transition: all .35s ease;
    background-color: #fff
}

@media (max-width: 991px) {
    .info-desc>ul>li br {
        display: none
    }
}

.info-desc>ul>li:hover>span {
    color: #fff;
    background-color: #1A3A66;
    transform: scale(1.15)
}

.s-contact {
    color: #fff;
    padding: 75px 0;
    background-color: #003666;
    border-bottom: 1px solid #2498D6
}

@media (max-width: 767px) {
    .s-contact {
        text-align: center
    }
}

.s-contact__data>h1,
.s-contact__data>h2,
.s-contact__data>h3,
.s-contact__data>h4,
.s-contact__data>h5,
.s-contact__data>h6 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 12px;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {

    .s-contact__data>h1,
    .s-contact__data>h2,
    .s-contact__data>h3,
    .s-contact__data>h4,
    .s-contact__data>h5,
    .s-contact__data>h6 {
        font-size: 3rem
    }
}

.s-contact__data>h1:after,
.s-contact__data>h2:after,
.s-contact__data>h3:after,
.s-contact__data>h4:after,
.s-contact__data>h5:after,
.s-contact__data>h6:after {
    position: absolute;
    display: block;
    content: "";
    left: -45px;
    bottom: 0;
    width: 175px;
    height: 4px;
    background-color: #2498D6
}

@media (max-width: 767px) {

    .s-contact__data>h1:after,
    .s-contact__data>h2:after,
    .s-contact__data>h3:after,
    .s-contact__data>h4:after,
    .s-contact__data>h5:after,
    .s-contact__data>h6:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.s-contact__data>p {
    padding: 12px 0;
    color: #fff;
    margin-bottom: 33px
}

.s-contact__data>ul {
    font-weight: 600
}

.s-contact__data>ul>li {
    margin-bottom: 35px
}

.s-contact__data>ul>li:last-child {
    margin-bottom: 0
}

.s-contact__data>ul>li>a,
.s-contact__data>ul>li>span {
    position: relative;
    display: block;
    min-height: 35px;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (max-width: 767px) {

    .s-contact__data>ul>li>a,
    .s-contact__data>ul>li>span {
        flex-direction: column;
        justify-content: center
    }
}

.s-contact__data>ul>li>a>img,
.s-contact__data>ul>li>a>svg,
.s-contact__data>ul>li>span>img,
.s-contact__data>ul>li>span>svg {
    display: block;
    width: 45px;
    margin-right: 25px;
    transition: all .35s ease
}

@media (max-width: 767px) {

    .s-contact__data>ul>li>a>img,
    .s-contact__data>ul>li>a>svg,
    .s-contact__data>ul>li>span>img,
    .s-contact__data>ul>li>span>svg {
        margin-right: 0;
        margin-bottom: 25px
    }
}

.s-contact__data>ul>li>a>svg path,
.s-contact__data>ul>li>span>svg path {
    fill: #2498D6;
    transition: all .35s ease
}

.s-contact__data>ul>li>a:hover>img,
.s-contact__data>ul>li>span:hover>img {
    transform: scale(0.9)
}

.s-contact__data>ul>li>a:hover>svg path,
.s-contact__data>ul>li>span:hover>svg path {
    fill: #fff
}

.s-contact__data>ul>li>a>span>a:hover,
.s-contact__data>ul>li>span>span>a:hover {
    color: #2498D6
}

.s-contact__data>ul>li>a:hover {
    color: #2498D6
}

.s-contact__map {
    margin-top: 35px
}

.s-contact__map>iframe {
    width: 100%;
    height: 450px
}

.s-contact__map>div {
    margin-top: 35px;
    display: flex;
    justify-content: center
}

.s-contact__map>div>a {
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 65px !important
}

.s-contact__map>div>a:before {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 70px;
    height: 30px;
    transition: all .35s ease;
    background-image: url("../img/opinie-google.png");
    background-size: 32px 30px;
    background-position: center center;
    transform: translateY(-50%);
    background-repeat: no-repeat
}

.s-contact__map>div>a:hover {
    color: #2498D6;
    background-color: #fff
}

.s-contact__map>div>a:hover:before {
    transform: translateY(-50%) scale(0.85)
}

.s-contact__socials {
    margin-top: 33px
}

.s-contact__socials>h1,
.s-contact__socials>h2,
.s-contact__socials>h3,
.s-contact__socials>h4,
.s-contact__socials>h5,
.s-contact__socials>h6 {
    position: relative;
    margin-bottom: 28px;
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width: 1200px) {

    .s-contact__socials>h1,
    .s-contact__socials>h2,
    .s-contact__socials>h3,
    .s-contact__socials>h4,
    .s-contact__socials>h5,
    .s-contact__socials>h6 {
        font-size: 1.875rem
    }
}

.s-contact__socials>ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (max-width: 767px) {
    .s-contact__socials>ul {
        justify-content: center
    }
}

.s-contact__socials>ul>li {
    margin-right: 15px
}

.s-contact__socials>ul>li:last-child {
    margin-right: 0
}

.s-contact__socials>ul>li>a {
    display: block;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 45px;
    text-align: center;
    border-radius: 100%
}

.s-contact__socials>ul>li>a.fa-facebook-f {
    background-color: #1877f2
}

.s-contact__socials>ul>li>a.fa-youtube {
    background-color: #ff2500
}

.s-contact__socials>ul>li>a.fa-instagram {
    background-color: #F400E1
}

.s-contact__socials>ul>li>a:hover {
    transform: scale(1.15)
}

.s-contact__form form {
    padding-top: 6px
}

@media (max-width: 767px) {
    .s-contact__form form {
        margin-top: 35px
    }
}

.s-contact__form form textarea,
.s-contact__form form input[type="tel"],
.s-contact__form form input[type="text"],
.s-contact__form form input[type="email"] {
    color: #fff;
    padding: 23px 20px;
    border: 2px solid #fff;
    transition: all .35s ease
}

.s-contact__form form textarea::placeholder,
.s-contact__form form input[type="tel"]::placeholder,
.s-contact__form form input[type="text"]::placeholder,
.s-contact__form form input[type="email"]::placeholder {
    opacity: 1;
    color: #fff;
    transition: all .35s ease
}

.s-contact__form form textarea:focus::placeholder,
.s-contact__form form input[type="tel"]:focus::placeholder,
.s-contact__form form input[type="text"]:focus::placeholder,
.s-contact__form form input[type="email"]:focus::placeholder {
    opacity: 0
}

.s-contact__form form textarea:focus,
.s-contact__form form input[type="tel"]:focus,
.s-contact__form form input[type="text"]:focus,
.s-contact__form form input[type="email"]:focus {
    border-color: #2498D6
}

.s-contact__form form textarea {
    min-height: 170px
}

.s-contact__form form .checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left
}

.s-contact__form input[type="submit"],
.s-contact__form button[type="submit"] {
    min-width: 215px;
    font-weight: 600;
    padding: 16px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #51A68E
}

@media (max-width: 767px) {

    .s-contact__form input[type="submit"],
    .s-contact__form button[type="submit"] {
        margin-top: 50px
    }
}

.s-contact__form input[type="submit"]:hover,
.s-contact__form button[type="submit"]:hover {
    background-color: #F2C230
}

.s-contact__form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    padding: 15px 0
}

.s-contact__form .wpcf7-acceptance label {
    position: relative;
    display: block;
    cursor: pointer
}

.s-contact__form .wpcf7-acceptance label a {
    text-decoration: underline
}

.s-contact__form .wpcf7-acceptance label a:hover {
    color: #2498D6
}

.s-contact__form .wpcf7-acceptance label>input {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    appearance: none;
    opacity: 0
}

.s-contact__form .wpcf7-acceptance label>input:checked~span:after {
    transform: scale(0.85)
}

.s-contact__form .wpcf7-acceptance label>input:disabled~span {
    cursor: not-allowed
}

.s-contact__form .wpcf7-acceptance label>input:disabled~span:before {
    color: #f7f7f7;
    border-color: #e6e6e6;
    background-color: #e6e6e6
}

.s-contact__form .wpcf7-acceptance label>span {
    position: relative;
    display: block;
    padding-left: 30px;
    text-align: justify
}

.s-contact__form .wpcf7-acceptance label>span:before,
.s-contact__form .wpcf7-acceptance label>span:after {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    width: 20px;
    height: 20px
}

.s-contact__form .wpcf7-acceptance label>span:before {
    border-radius: 0;
    background-color: #fff
}

.s-contact__form .wpcf7-acceptance label>span:after {
    z-index: 2;
    color: #2498D6;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    content: '\f00c';
    transform: scale(0);
    transition: all .35s ease
}

.s-contact__form .wpcf7-acceptance label>span>a {
    color: #51A68E !important
}

.s-upcoming {
    color: #fff;
    text-align: right;
    background-color: #003666;
    border-bottom: 1px solid #2498D6
}

.s-upcoming.-has-maroon-before {
    position: relative
}

.s-upcoming.-has-maroon-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 150px;
    background-color: #7a0037
}

@media (max-width: 991px) {
    .s-upcoming.-has-maroon-before:before {
        display: none
    }
}

.s-upcoming.-has-blue-before {
    position: relative
}

.s-upcoming.-has-blue-before:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 150px;
    background-color: #2498D6
}

@media (max-width: 991px) {
    .s-upcoming.-has-blue-before:before {
        display: none
    }
}

.s-upcoming.-has-grey-after {
    position: relative;
    border-bottom: 0
}

.s-upcoming.-has-grey-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 110px;
    background-color: #f7f7f7
}

@media (max-width: 991px) {
    .s-upcoming {
        text-align: center
    }
}

.s-upcoming__content {
    position: relative;
    z-index: 2;
    padding: 75px 0
}

.s-upcoming__content>h1,
.s-upcoming__content>h2,
.s-upcoming__content>h3,
.s-upcoming__content>h4,
.s-upcoming__content>h5,
.s-upcoming__content>h6 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {

    .s-upcoming__content>h1,
    .s-upcoming__content>h2,
    .s-upcoming__content>h3,
    .s-upcoming__content>h4,
    .s-upcoming__content>h5,
    .s-upcoming__content>h6 {
        font-size: 3rem
    }
}

.s-upcoming__content>h1:after,
.s-upcoming__content>h2:after,
.s-upcoming__content>h3:after,
.s-upcoming__content>h4:after,
.s-upcoming__content>h5:after,
.s-upcoming__content>h6:after {
    position: absolute;
    display: block;
    content: "";
    right: -45px;
    bottom: 0;
    width: 175px;
    height: 4px;
    background-color: #2498D6
}

@media (max-width: 991px) {

    .s-upcoming__content>h1:after,
    .s-upcoming__content>h2:after,
    .s-upcoming__content>h3:after,
    .s-upcoming__content>h4:after,
    .s-upcoming__content>h5:after,
    .s-upcoming__content>h6:after {
        right: 50%;
        transform: translateX(50%)
    }
}

.s-upcoming__content>p {
    padding: 15px 0;
    color: #fff
}

.s-upcoming__content>p>a {
    display: inline-block;
    max-width: 440px;
    height: 220px;
    color: #fff !important;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2498D6;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    line-height: 1.25;
    margin-right: 175px;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .s-upcoming__content>p>a {
        font-size: 2.25rem
    }
}

@media (max-width: 991px) {
    .s-upcoming__content>p>a {
        margin: 0 auto
    }
}

.s-upcoming__content>p>a:hover {
    background-color: #85D2FC
}

.faq {
    padding-bottom: 25px
}

.faq__elem {
    margin-bottom: 15px;
    background-color: #fff
}

.faq__elem__question {
    color: #003666;
    cursor: pointer;
    position: relative;
    transition: all .35s ease;
    border-radius: 8px;
    background-color: #e6e6e6
}

.faq__elem__question:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f067';
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.faq__elem__question:hover {
    color: #fff;
    background-color: #0fa356
}

.faq__elem__question.-is-active {
    color: #fff;
    background-color: #0fa356
}

.faq__elem__question.-is-active:after {
    content: '\f068'
}

.faq__elem__question>h1,
.faq__elem__question>h2,
.faq__elem__question>h3,
.faq__elem__question>h4,
.faq__elem__question>h5,
.faq__elem__question>h6 {
    padding: 10px 40px;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {

    .faq__elem__question>h1,
    .faq__elem__question>h2,
    .faq__elem__question>h3,
    .faq__elem__question>h4,
    .faq__elem__question>h5,
    .faq__elem__question>h6 {
        font-size: 2.25rem
    }
}

@media (max-width: 1199px) {

    .faq__elem__question>h1,
    .faq__elem__question>h2,
    .faq__elem__question>h3,
    .faq__elem__question>h4,
    .faq__elem__question>h5,
    .faq__elem__question>h6 {
        font-size: calc(1.275rem + .3vw)
    }
}

@media (max-width: 1199px) and (min-width: 1200px) {

    .faq__elem__question>h1,
    .faq__elem__question>h2,
    .faq__elem__question>h3,
    .faq__elem__question>h4,
    .faq__elem__question>h5,
    .faq__elem__question>h6 {
        font-size: 1.5rem
    }
}

@media (max-width: 991px) {

    .faq__elem__question>h1,
    .faq__elem__question>h2,
    .faq__elem__question>h3,
    .faq__elem__question>h4,
    .faq__elem__question>h5,
    .faq__elem__question>h6 {
        padding: 15px 20px
    }
}

.faq__elem__answer {
    display: none;
    padding: 10px 40px
}

@media (max-width: 991px) {
    .faq__elem__answer {
        padding: 10px 20px
    }
}

.faq__elem__answer>p {
    padding: 10px 0
}

.blog-grid [class*='col-'] {
    padding: 25px 15px
}

.blog-grid__elem {
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25)
}

.blog-grid__elem:hover .blog-grid__elem-image>a>img {
    transform: scale(1.05)
}

.blog-grid__elem:hover .blog-grid__elem-title a {
    color: #003666
}

.blog-grid__elem:hover .blog-grid__elem-button {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.blog-grid__elem-image>a,
.blog-grid__elem-image>span {
    display: block;
    overflow: hidden
}

.blog-grid__elem-image>a>img,
.blog-grid__elem-image>span>img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.blog-grid__elem-movie {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000
}

.blog-grid__elem-movie>video {
    display: block;
    width: 100%
}

.blog-grid__elem-title {
    padding: 25px 15px;
    font-size: calc(1.275rem + .3vw);
    text-align: center;
    letter-spacing: -1px
}

@media (min-width: 1200px) {
    .blog-grid__elem-title {
        font-size: 1.5rem
    }
}

.blog-grid__elem-title>h1,
.blog-grid__elem-title>h2,
.blog-grid__elem-title>h3,
.blog-grid__elem-title>h4,
.blog-grid__elem-title>h5,
.blog-grid__elem-title>h6 {
    line-height: 1.25
}

.blog-grid__elem-title>h1>a,
.blog-grid__elem-title>h2>a,
.blog-grid__elem-title>h3>a,
.blog-grid__elem-title>h4>a,
.blog-grid__elem-title>h5>a,
.blog-grid__elem-title>h6>a {
    display: block;
    color: gray
}

.blog-grid__elem-title>h1>span,
.blog-grid__elem-title>h2>span,
.blog-grid__elem-title>h3>span,
.blog-grid__elem-title>h4>span,
.blog-grid__elem-title>h5>span,
.blog-grid__elem-title>h6>span {
    display: block;
    color: #003666
}

.blog-grid__elem-desc {
    padding: 0 15px 47.5px;
    color: gray
}

.blog-grid__elem-button {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    transform: translateY(50%);
    transition: all .35s ease
}

.blog-article {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25)
}

@media (max-width: 991px) {
    .blog-article {
        text-align: center
    }
}

.blog-article__image>img {
    display: block;
    width: 100%
}

.blog-article__content {
    padding: 25px
}

@media (max-width: 767px) {
    .blog-article__content {
        padding: 25px 15px
    }
}

@media (max-width: 991px) {
    .blog-list {
        text-align: center
    }
}

.blog-list>h1,
.blog-list>h2,
.blog-list>h3,
.blog-list>h4,
.blog-list>h5,
.blog-list>h6 {
    position: relative;
    padding-bottom: 25px;
    color: #003666;
    line-height: 1.25;
    font-size: calc(1.35rem + 1.2vw);
    margin-bottom: 10px
}

@media (min-width: 1200px) {

    .blog-list>h1,
    .blog-list>h2,
    .blog-list>h3,
    .blog-list>h4,
    .blog-list>h5,
    .blog-list>h6 {
        font-size: 2.25rem
    }
}

.blog-list>h1:after,
.blog-list>h2:after,
.blog-list>h3:after,
.blog-list>h4:after,
.blog-list>h5:after,
.blog-list>h6:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 115px;
    height: 4px;
    background-color: #2498D6
}

@media (max-width: 991px) {

    .blog-list>h1:after,
    .blog-list>h2:after,
    .blog-list>h3:after,
    .blog-list>h4:after,
    .blog-list>h5:after,
    .blog-list>h6:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.blog-list>ul>li {
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc
}

@media (max-width: 991px) {
    .blog-list>ul>li {
        flex-direction: column
    }
}

.blog-list>ul>li>a {
    display: block;
    overflow: hidden
}

@media (max-width: 991px) {
    .blog-list>ul>li>a {
        margin-bottom: 20px
    }
}

.blog-list>ul>li>a>img {
    display: block;
    width: 100%;
    max-width: 140px;
    transition: all .35s ease
}

.blog-list>ul>li>h1,
.blog-list>ul>li>h2,
.blog-list>ul>li>h3,
.blog-list>ul>li>h4,
.blog-list>ul>li>h5,
.blog-list>ul>li>h6 {
    font-size: 1.125rem;
    color: #003666;
    line-height: 1.25;
    width: calc(100% - 155px)
}

.blog-list>ul>li>h1>a:hover,
.blog-list>ul>li>h2>a:hover,
.blog-list>ul>li>h3>a:hover,
.blog-list>ul>li>h4>a:hover,
.blog-list>ul>li>h5>a:hover,
.blog-list>ul>li>h6>a:hover {
    color: #2498D6
}

.blog-list>ul>li:hover a {
    color: #2498D6
}

.blog-list>ul>li:hover a>img {
    transform: scale(1.15)
}

@media (max-width: 991px) {
    .text {
        text-align: center
    }
}

.text p,
.text ul,
.text ol,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    padding: 15px 0
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    font-weight: 400;
    color: #003666;
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {

    .text h1,
    .text h2,
    .text h3,
    .text h4,
    .text h5,
    .text h6 {
        font-size: 1.5rem
    }
}

.text .button {
    color: #fff
}

.text .button:hover {
    color: #fff;
    background-color: #f59b21
}

.text p {
    color: gray
}

.text p>strong {
    font-weight: 600
}

.text p>em {
    color: #2498D6
}

.text p>img.fullwidth {
    display: block;
    width: 100%
}

.text p>img.alignleft {
    float: left;
    display: inline;
    margin: 5px 15px 15px 0
}

.text p>img.alignright {
    float: right;
    display: inline;
    margin: 5px 0 15px 15px
}

.text blockquote {
    margin: 15px 0;
    padding: 40px;
    color: #fff;
    background-color: #003666
}

.text blockquote p {
    color: #fff
}

.text.-has-text-grey p {
    color: gray
}

.text.-has-text-grey p>a {
    color: #2498D6;
    font-weight: 600
}

.text.-has-text-grey p>a>i {
    margin-right: 10px;
    transition: all .35s ease
}

.text.-has-text-grey p>a:hover>i {
    margin-left: 5px
}

.text.-has-text-white p {
    color: #fff
}

.text.-has-text-white p>a:not(.button) {
    color: #2498D6;
    font-weight: 600
}

.text.-has-text-white p>a>i {
    margin-right: 10px;
    transition: all .35s ease
}

.text.-has-text-white p>a:hover>i {
    margin-left: 5px
}

.text.-has-text-white p>a.-hover-arrow:hover {
    color: #fff
}

.text.-has-text-white p>a.-hover-arrow:hover>i {
    color: #2498D6;
    margin-left: 0
}

.text.-has-blue-headers h1,
.text.-has-blue-headers h2,
.text.-has-blue-headers h3,
.text.-has-blue-headers h4,
.text.-has-blue-headers h5,
.text.-has-blue-headers h6 {
    color: #003666;
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 1200px) {

    .text.-has-blue-headers h1,
    .text.-has-blue-headers h2,
    .text.-has-blue-headers h3,
    .text.-has-blue-headers h4,
    .text.-has-blue-headers h5,
    .text.-has-blue-headers h6 {
        font-size: 2.25rem
    }
}

.text.-has-white-headers h1,
.text.-has-white-headers h2,
.text.-has-white-headers h3,
.text.-has-white-headers h4,
.text.-has-white-headers h5,
.text.-has-white-headers h6 {
    color: #fff;
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 1200px) {

    .text.-has-white-headers h1,
    .text.-has-white-headers h2,
    .text.-has-white-headers h3,
    .text.-has-white-headers h4,
    .text.-has-white-headers h5,
    .text.-has-white-headers h6 {
        font-size: 2.25rem
    }
}

.text img.size-full {
    width: 100% !important;
    height: auto !important
}

.text .dataTables_wrapper {
    padding: 15px 0
}

.text .dataTables_length {
    color: gray
}

.text .dataTables_length select {
    color: #20212b;
    padding: 5px 15px;
    margin: 0 10px 15px;
    background-color: #e6e6e6
}

.text .dataTables_filter {
    color: gray
}

.text .dataTables_filter input {
    color: #20212b;
    padding: 5px 15px;
    border: 1px solid #e6e6e6
}

.text .dataTables_info {
    margin-top: 15px;
    color: gray
}

.text .dataTables_paginate {
    margin-top: 15px
}

.text .tablepress caption {
    display: none
}

.text .tablepress th {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
    color: #003666;
    border-bottom: 0;
    background-color: #85D2FC
}

.text .tablepress th:hover {
    color: #fff
}

.text .tablepress td {
    color: gray;
    font-size: 14px;
    vertical-align: middle
}

.text .tablepress .row-hover tr:hover td {
    color: #003666;
    background-color: #d1efff !important
}

.flexibles .text ul {
    padding: 10px 0;
    color: gray
}

.flexibles .text ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 22px
}

@media (max-width: 991px) {
    .flexibles .text ul li {
        padding-left: 0;
        padding-top: 22px
    }
}

.flexibles .text ul li:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #003666
}

@media (max-width: 991px) {
    .flexibles .text ul li:before {
        left: 50%;
        transform: translateX(-50%);
        top: 7px
    }
}

.wpcf7-response-output:before {
    content: '';
    display: table;
    clear: both
}

.wpcf7-response-output {
    margin-top: 15px;
    clear: both;
    margin: 0;
    text-align: center;
    border-width: 1px;
    color: #ffffff;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 12px !important;
    padding: 15px 20px !important
}

.wpcf7-not-valid-tip {
    position: relative;
    display: block;
    padding: 5px 14px;
    color: #ffffff !important;
    font-size: 12px !important;
    margin-bottom: 0;
    margin-top: 16px;
    border: 1px solid #fe6c6c;
    background-color: #fe6c6c;
    text-align: center
}

.wpcf7-form.invalid .wpcf7-response-output {
    border: 1px solid #fe6c6c !important;
    background-color: #fe6c6c
}

.wpcf7-form.sent .wpcf7-response-output {
    border: 1px solid #23cc2b !important;
    background-color: #23cc2b
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #ffffff;
    border: 1px solid #23cc2b;
    background-color: #23cc2b
}

.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ffffff;
    border: 1px solid #fe6c6c;
    background-color: #fe6c6c
}

div.wpcf7 .ajax-loader {
    display: none !important
}

.wpcf7-form p {
    padding: 0
}

.wpcf7-list-item {
    margin-left: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-acceptance {
    display: block;
    padding: 10px 0 !important
}

.wpcf7-acceptance>.wpcf-7-list-item {
    margin-bottom: 0
}

.wpcf7-list-item label {
    margin-bottom: 0
}

.wpcf7-list-item label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 0;
    margin: 0;
    outline: none;
    border: 1px solid #b3b3b3;
    transition: all .25s ease
}

.wpcf7-list-item label input[type="checkbox"]:checked {
    border-color: #af1212;
    background-color: #af1212
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    padding: 15px 0
}

.wpcf7-acceptance label {
    position: relative;
    display: block;
    cursor: pointer
}

.wpcf7-acceptance label a {
    text-decoration: underline
}

.wpcf7-acceptance label a:hover {
    color: #51A68E
}

.wpcf7-acceptance label>input {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    appearance: none;
    opacity: 0
}

.wpcf7-acceptance label>input:checked~span:after {
    transform: scale(0.85)
}

.wpcf7-acceptance label>input:disabled~span {
    cursor: not-allowed
}

.wpcf7-acceptance label>input:disabled~span:before {
    color: #f7f7f7;
    border-color: #e6e6e6;
    background-color: #e6e6e6
}

.wpcf7-acceptance label>span {
    position: relative;
    display: block;
    padding-left: 30px;
    text-align: justify
}

.wpcf7-acceptance label>span:before,
.wpcf7-acceptance label>span:after {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 1;
    width: 20px;
    height: 20px
}

.wpcf7-acceptance label>span:before {
    border-radius: 2px;
    border: 1px solid #ccc
}

.wpcf7-acceptance label>span:after {
    z-index: 2;
    color: #51A68E;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    content: '\f00c';
    transform: scale(0);
    transition: all .35s ease
}

.wpcf7-acceptance label>span>a {
    color: #20212b
}

.popup {
    position: fixed;
    left: 50%;
    top: calc(50% + 25px);
    z-index: 450;
    width: 100%;
    overflow: auto;
    max-width: 1200px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 10px);
    transition: top .35s ease, opacity .35s ease, visibility .35s ease
}

.popup.-is-visible {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.popup.-is-small {
    max-width: 720px
}

.popup-close {
    color: #fff;
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-end
}

.popup-close>a {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(1.2625rem + .15vw)
}

@media (min-width: 1200px) {
    .popup-close>a {
        font-size: 1.375rem
    }
}

.popup-close>a>i {
    transition: all .35s ease
}

.popup-close>a:hover {
    color: #51A68E;
    background-color: #fff
}

.popup-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 45px 40px;
    background-color: #fff
}

@media (max-width: 991px) {
    .popup-content {
        flex-direction: column;
        padding: 35px 15px
    }
}

.popup-content__form {
    width: calc(100% - 375px)
}

@media (max-width: 991px) {
    .popup-content__form {
        width: 100%;
        text-align: center
    }
}

.popup-content__form>h1,
.popup-content__form>h2,
.popup-content__form>h3,
.popup-content__form>h4,
.popup-content__form>h5,
.popup-content__form>h6 {
    position: relative;
    padding-bottom: 29px;
    color: #003666;
    line-height: 1.25;
    font-size: calc(1.4rem + 1.8vw)
}

@media (min-width: 1200px) {

    .popup-content__form>h1,
    .popup-content__form>h2,
    .popup-content__form>h3,
    .popup-content__form>h4,
    .popup-content__form>h5,
    .popup-content__form>h6 {
        font-size: 2.75rem
    }
}

.popup-content__form>h1:after,
.popup-content__form>h2:after,
.popup-content__form>h3:after,
.popup-content__form>h4:after,
.popup-content__form>h5:after,
.popup-content__form>h6:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 175px;
    height: 4px;
    background-color: #2498D6
}

@media (max-width: 991px) {

    .popup-content__form>h1:after,
    .popup-content__form>h2:after,
    .popup-content__form>h3:after,
    .popup-content__form>h4:after,
    .popup-content__form>h5:after,
    .popup-content__form>h6:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.popup-content__form>p {
    font-size: calc(1.3125rem + .75vw);
    font-weight: 600;
    padding: 15px 0;
    color: #F2C230
}

@media (min-width: 1200px) {
    .popup-content__form>p {
        font-size: 1.875rem
    }
}

.popup-content__form>p>strong {
    font-weight: 600
}

.popup-content__form form {
    color: gray
}

.popup-content__form form p {
    display: none
}

.popup-content__form form br {
    display: none
}

.popup-content__form form .row {
    margin: 0 -7px
}

.popup-content__form form [class*='col-'] {
    padding: 7px
}

.popup-content__form form input[type="tel"],
.popup-content__form form input[type="text"],
.popup-content__form form input[type="email"] {
    color: #20212b;
    padding: 10px 15px;
    max-width: 485px;
    transition: all .35s ease;
    border-radius: 4px;
    border: 1px solid #ccc
}

.popup-content__form form input[type="tel"]::placeholder,
.popup-content__form form input[type="text"]::placeholder,
.popup-content__form form input[type="email"]::placeholder {
    opacity: 1;
    color: gray;
    transition: all .35s ease
}

.popup-content__form form input[type="tel"]:focus::placeholder,
.popup-content__form form input[type="text"]:focus::placeholder,
.popup-content__form form input[type="email"]:focus::placeholder {
    opacity: 0
}

@media (max-width: 991px) {

    .popup-content__form form input[type="tel"],
    .popup-content__form form input[type="text"],
    .popup-content__form form input[type="email"] {
        max-width: 100%
    }
}

.popup-content__form form input[type="tel"]:focus,
.popup-content__form form input[type="text"]:focus,
.popup-content__form form input[type="email"]:focus {
    border-color: #F2C230
}

.popup-content__form form textarea.-is-hidden {
    display: none
}

.popup-content__form form .checkbox {
    font-size: 12px;
    max-width: 630px;
    text-align: left
}

.popup-content__form form .checkbox>label>span {
    top: 0;
    border-radius: 2px;
    border-color: #ccc
}

.popup-content__form form input[type="submit"],
.popup-content__form form button[type="submit"] {
    color: #fff;
    min-width: 215px;
    font-weight: 600;
    padding: 16px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #51A68E
}

.popup-content__form form input[type="submit"]:hover,
.popup-content__form form button[type="submit"]:hover {
    background-color: #F2C230
}

.popup-content__form-description>p,
.popup-content__form-description>h1,
.popup-content__form-description>h2,
.popup-content__form-description>h3,
.popup-content__form-description>h4,
.popup-content__form-description>h5,
.popup-content__form-description>h6 {
    padding: 7px 0
}

.popup-content__form-description>h1,
.popup-content__form-description>h2,
.popup-content__form-description>h3,
.popup-content__form-description>h4,
.popup-content__form-description>h5,
.popup-content__form-description>h6 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    color: #003666;
    line-height: 1.25
}

@media (min-width: 1200px) {

    .popup-content__form-description>h1,
    .popup-content__form-description>h2,
    .popup-content__form-description>h3,
    .popup-content__form-description>h4,
    .popup-content__form-description>h5,
    .popup-content__form-description>h6 {
        font-size: 2.25rem
    }
}

.popup-content__form-description>div>ol {
    list-style: decimal;
    padding-left: 22px
}

.popup-content__form-description>div>ol>li::marker {
    font-weight: 600
}

.popup-content__info {
    width: 300px;
    text-align: center
}

@media (max-width: 991px) {
    .popup-content__info {
        width: 100%
    }
}

.popup-content__info>div {
    padding: 25px;
    margin-bottom: 30px;
    background-color: #f7f7f7
}

.popup-content__info>div:last-child {
    margin-bottom: 0
}

.popup-content__info-course {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.popup-content__info-course>span {
    display: block
}

.popup-content__info-course>span.date {
    font-size: calc(1.3125rem + .75vw);
    font-weight: 600;
    color: #003666;
    line-height: 1
}

@media (min-width: 1200px) {
    .popup-content__info-course>span.date {
        font-size: 1.875rem
    }
}

.popup-content__info-course>span.city {
    font-size: calc(1.3125rem + .75vw);
    line-height: 1;
    color: gray
}

@media (min-width: 1200px) {
    .popup-content__info-course>span.city {
        font-size: 1.875rem
    }
}

.popup-content__info-course>span.level {
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #003666
}

.popup-content__info-course>span.price {
    font-size: 16px;
    font-weight: 600;
    color: #003666
}

@media (max-width: 575px) {
    .popup-content__info-course>span.price {
        font-size: 15px
    }
}

.popup-content__info-location {
    color: gray
}

.popup-content__info-location>p>strong {
    font-weight: 600;
    text-transform: uppercase
}

.popup-content__info-contact {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    line-height: 1.25;
    color: #003666
}

@media (min-width: 1200px) {
    .popup-content__info-contact {
        font-size: 1.5rem
    }
}

.popup-content__info-contact>p>a {
    display: block;
    margin-top: 15px;
    color: #51A68E
}

.popup-content__info-contact>p>a:hover {
    color: #F2C230
}

.popup-content__thanks {
    width: 100%;
    text-align: center
}

.popup-content__thanks>h1,
.popup-content__thanks>h2,
.popup-content__thanks>h3,
.popup-content__thanks>h4,
.popup-content__thanks>h5,
.popup-content__thanks>h6 {
    padding: 15px 0;
    color: #003666;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {

    .popup-content__thanks>h1,
    .popup-content__thanks>h2,
    .popup-content__thanks>h3,
    .popup-content__thanks>h4,
    .popup-content__thanks>h5,
    .popup-content__thanks>h6 {
        font-size: 3rem
    }
}

.popup-content__thanks>p {
    padding: 15px 0;
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    line-height: 1.25;
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .popup-content__thanks>p {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    .popup-content__thanks>p {
        font-size: 1.5rem
    }
}

.popup-content__thanks>p>strong {
    display: block;
    color: #F2C230
}

.video {
    position: relative
}

.video>a {
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video>a>img {
    display: block;
    max-width: 250px
}

.video>video {
    display: block;
    width: 100%;
    cursor: pointer
}

.video>video:focus {
    outline-style: none
}

.others {
    padding: 25px 0
}

.others__logos {
    display: flex;
    flex-flow: row wrap;
    padding: 25px 0
}

.others__logos>a {
    display: block;
    width: 33.3333%;
    padding-right: 25px
}

.others__logos>a>img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.others__logos>a:hover>img {
    transform: scale(0.9)
}

.others__list {
    font-size: calc(1.3125rem + .75vw);
    font-weight: 600;
    line-height: 1.25;
    padding: 25px 0
}

@media (min-width: 1200px) {
    .others__list {
        font-size: 1.875rem
    }
}

@media (min-width: 992px) {
    .others__list.-has-one-elem>ul {
        justify-content: flex-end
    }
}

.others__list>ul {
    display: flex;
    flex-flow: row wrap
}

.others__list>ul>li {
    padding: 15px;
    width: 50%;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .others__list>ul>li {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 20px
    }
}

.others__list>ul>li>a {
    position: relative;
    display: block;
    padding: 40px 20px 60px;
    height: 100%;
    width: 100%;
    color: #003666;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25)
}

.others__list>ul>li>a>img {
    display: block;
    max-width: 225px;
    margin: 0 auto 30px;
    transition: all .35s ease
}

.others__list>ul>li>a>.button {
    transition: all .35s ease;
    position: absolute;
    left: 50%;
    bottom: -40px;
    opacity: 0;
    transform: translateX(-50%)
}

.others__list>ul>li>a:hover {
    color: #2498D6;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35)
}

.others__list>ul>li>a:hover>img {
    transform: scale(0.9)
}

.others__list>ul>li>a:hover>.button {
    opacity: 1;
    bottom: -20px;
    background-color: #2498D6
}

.others__list>ul>li>a:hover>.button:hover {
    background-color: #85D2FC
}

.leader {
    position: relative;
    background-color: #fff
}

@media (max-width: 991px) {
    .leader {
        border-radius: 0 0 8px 8px
    }
}

.leader.-has-hidden-description .leader__description {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%)
}

.leader.-has-hidden-description .leader__toggler {
    width: 90px
}

.leader.-has-hidden-description .leader__toggler>a {
    transform: scaleX(-1)
}

.leader__inner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.leader__button {
    position: absolute;
    left: 60%;
    bottom: 0;
    z-index: 3;
    transform: translate(-50%, calc(50% - 30px));
    max-width: 440px;
    height: 220px;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    background-color: #85D2FC;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    line-height: 1.25;
    margin-right: 175px;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .leader__button {
        font-size: 2.25rem
    }
}

@media (max-width: 991px) {
    .leader__button {
        position: relative;
        left: 0;
        width: 100%;
        transform: none;
        max-width: 100%;
        border-radius: 0 0 8px 8px
    }
}

.leader__button:hover {
    color: #85D2FC;
    background-color: #fff
}

.leader__toggler {
    width: 33.8235%;
    height: 75px;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
    transition: all .35s ease
}

@media (max-width: 991px) {
    .leader__toggler {
        display: none
    }
}

.leader__toggler>a {
    position: absolute;
    right: 35px;
    top: 0;
    display: block;
    max-width: 35px;
    transition: all .35s ease
}

.leader__toggler>a>img {
    display: block;
    width: 100%
}

.leader__description {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 33.8235%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .35s ease;
    min-width: 507px;
    background-color: rgba(0, 54, 101, 0.75)
}

@media (max-width: 991px) {
    .leader__description {
        position: relative;
        width: 100%;
        min-width: auto;
        height: auto;
        background-color: #003666
    }
}

.leader__description>p,
.leader__description>h1,
.leader__description>h2,
.leader__description>h3,
.leader__description>h4,
.leader__description>h5,
.leader__description>h6 {
    padding: 20px 0
}

.leader__description>h1,
.leader__description>h2,
.leader__description>h3,
.leader__description>h4,
.leader__description>h5,
.leader__description>h6 {
    width: 100%;
    hyphens: auto;
    line-height: 1;
    word-wrap: break-word;
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {

    .leader__description>h1,
    .leader__description>h2,
    .leader__description>h3,
    .leader__description>h4,
    .leader__description>h5,
    .leader__description>h6 {
        font-size: 2.5rem
    }
}

.courses-list__header {
    padding: 25px 0
}

@media (max-width: 991px) {
    .courses-list__header {
        text-align: center
    }
}

.courses-list__header>p,
.courses-list__header>h1,
.courses-list__header>h2,
.courses-list__header>h3,
.courses-list__header>h4,
.courses-list__header>h5,
.courses-list__header>h6 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    color: gray
}

@media (min-width: 1200px) {

    .courses-list__header>p,
    .courses-list__header>h1,
    .courses-list__header>h2,
    .courses-list__header>h3,
    .courses-list__header>h4,
    .courses-list__header>h5,
    .courses-list__header>h6 {
        font-size: 2.25rem
    }
}

.courses-list__grid {
    padding-top: 10px
}

.courses-list__grid [class*='col-'] {
    padding: 15px
}

.courses-list__more {
    padding: 25px 0;
    margin-top: 25px;
    text-align: center
}

.course-elem {
    padding: 40px 25px;
    min-height: 290px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: all .35s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25)
}

.course-elem>span {
    display: block
}

.course-elem:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25)
}

.course-elem__date {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    color: #003666;
    line-height: 1
}

@media (min-width: 1200px) {
    .course-elem__date {
        font-size: 2.25rem
    }
}

.course-elem__city {
    font-size: calc(1.35rem + 1.2vw);
    line-height: 1;
    color: gray
}

@media (min-width: 1200px) {
    .course-elem__city {
        font-size: 2.25rem
    }
}

.course-elem__level {
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #003666
}

.course-elem__price {
    font-size: 1.125rem;
    font-weight: 600;
    color: #003666
}

.course-elem__info {
    display: block;
    text-align: center
}

.course-elem__info>span {
    color: #ccc;
    display: inline-block;
    min-width: 190px;
    padding: 11px 15px 10px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #e6e6e6
}

@media (max-width: 575px) {
    .course-elem__info>span {
        font-size: 15px
    }
}

.courses-message {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 35px;
    text-align: center
}

.courses-message>p>i {
    font-size: 45px;
    color: #f59b21
}

.courses-message>p>strong {
    display: block;
    color: #20212b;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 35px 0
}

.courses-message>p>span {
    display: block
}

.courses-message>p>span>a {
    position: relative;
    color: #f59b21
}

.courses-message>p>span>a:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    transition: all .35s ease;
    background-color: #f59b21
}

.courses-message>p>span>a:hover {
    color: #20212b
}

.courses-message>p>span>a:hover:after {
    left: 50%;
    width: 0;
    opacity: 0;
    background-color: #20212b
}

.courses-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.courses-columns__left {
    width: 350px
}

@media (max-width: 991px) {
    .courses-columns__left {
        width: 100%;
        margin-bottom: 35px
    }
}

.courses-nav {
    font-size: 15px;
    padding: 0 15px;
    background-color: #fff
}

.courses-nav>h1,
.courses-nav>h2,
.courses-nav>h3,
.courses-nav>h4,
.courses-nav>h5,
.courses-nav>h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

.courses-nav>nav>ul>li {
    margin-bottom: 10px;
    transition: margin-bottom .35s ease
}

.courses-nav>nav>ul>li:last-child {
    margin-bottom: 0
}

.courses-nav>nav>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    background-color: #f7f7f7;
    border-left: 3px solid #003666
}

.courses-nav>nav>ul>li>a:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0da';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.courses-nav>nav>ul>li:hover>a,
.courses-nav>nav>ul>li.-is-expanded>a {
    color: #fff;
    border-left-color: #20212b;
    background-color: #f59b21
}

.courses-nav>nav>ul>li.-is-expanded {
    margin-bottom: 0
}

.courses-nav>nav>ul>li.-is-expanded>a:after {
    content: '\f0d7'
}

.courses-nav>nav>ul>li>ul {
    font-size: 13px;
    display: none
}

.courses-nav>nav>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    padding-left: 32px;
    border-bottom: 1px solid #e6e6e6
}

.courses-nav>nav>ul>li>ul>li>a>i {
    position: absolute;
    left: 15px;
    top: 11px
}

.courses-nav>nav>ul>li>ul>li:hover>a {
    background-color: #f7f7f7
}

.courses-nav>nav>ul>li>ul>li.-is-current>a {
    font-weight: 600;
    background-color: #f7f7f7
}

.courses-nav>nav>ul>li>ul>li:first-child>a {
    border-top: 1px solid #e6e6e6
}

.courses-columns__right {
    width: calc(100% - 380px)
}

@media (max-width: 991px) {
    .courses-columns__right {
        width: 100%
    }
}

.courses-intro {
    padding: 35px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 35px
}

.courses-intro>p>i {
    font-size: 45px;
    margin-bottom: 35px;
    color: #8cc41c
}

.courses-intro>p>span {
    display: block
}

.course {
    padding: 35px;
    background-color: #fff
}

.course__title>h1,
.course__title>h2,
.course__title>h3,
.course__title>h4,
.course__title>h5,
.course__title>h6 {
    font-weight: 600;
    text-align: center
}

.course__video {
    padding: 15px 0
}

.contact {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    color: #003666
}

@media (min-width: 1200px) {
    .contact {
        font-size: 1.5rem
    }
}

.contact>ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (max-width: 1199px) {
    .contact>ul {
        flex-direction: column;
        align-items: center
    }
}

.contact>ul>li {
    margin-right: 50px
}

@media (max-width: 1199px) {
    .contact>ul>li {
        margin-bottom: 25px;
        margin-right: 0
    }
}

.contact>ul>li:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.contact>ul>li>a:hover {
    color: #2498D6
}

.contact>ul>li>a,
.contact>ul>li>span {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

@media (max-width: 1199px) {

    .contact>ul>li>a,
    .contact>ul>li>span {
        flex-direction: column
    }
}

.contact>ul>li>a>img,
.contact>ul>li>span>img {
    display: block;
    width: 100%;
    max-width: 70px;
    margin-right: 15px;
    transition: all .35s ease
}

@media (max-width: 1199px) {

    .contact>ul>li>a>img,
    .contact>ul>li>span>img {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.contact>ul>li>a>span>a:hover,
.contact>ul>li>span>span>a:hover {
    color: #2498D6
}

.contact>ul>li>a:hover>img,
.contact>ul>li>span:hover>img {
    transform: scale(0.9)
}

.button {
    color: #fff;
    display: inline-block;
    min-width: 190px;
    padding: 9px 35px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600
}

.button.-has-green-bg {
    background-color: #0fa356
}

.button.-has-green-dark-bg {
    background-color: #0fa356
}

.button.-has-green-light-bg {
    background-color: #8cc41c
}

.button.-has-maroon-bg {
    background-color: #7a0037
}

.button.-has-red-bg {
    background-color: #2498D6
}

.button.-has-violet-intense-bg {
    background-color: #8a44b8
}

.button.-has-navy-bg {
    background-color: #003666
}

.button.-has-white-bg {
    color: #003666;
    background-color: #fff
}

.button.-has-navy-hover:hover {
    color: #fff;
    background-color: #003666
}

.button.-has-green-dark-hover:hover {
    color: #fff;
    background-color: #0fa356
}

.button.-has-green-light-hover:hover {
    color: #fff;
    background-color: #8cc41c
}

.button.-has-maroon-hover:hover {
    color: #fff;
    background-color: #7a0037
}

.button.-has-violet-intense-hover:hover {
    color: #fff;
    background-color: #8a44b8
}

.button.-has-lightblue-hover:hover {
    color: #fff;
    background-color: #85D2FC
}

.button:hover {
    background-color: #2498D6
}

.button.-is-big {
    padding: 29px 35px;
    font-size: 1.25rem
}

.button.-is-full {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 8px
}

.carousel .swiper-slide {
    padding: 25px 15px;
    height: auto
}

.carousel-nav {
    position: relative;
    z-index: 2
}

.carousel-nav__arrows {
    padding: 25px 0 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.carousel-nav__arrows>a>svg {
    display: block;
    max-width: 95px
}

.carousel-nav__arrows>a>svg>path {
    transition: all .35s ease;
    fill: #003666
}

.carousel-nav__arrows>a.-prev {
    margin-right: 5px
}

.carousel-nav__arrows>a.-prev>svg {
    transform: scaleX(-1)
}

.carousel-nav__arrows>a.-next {
    margin-left: 5px
}

.carousel-nav__arrows>a:hover>svg>path {
    fill: #2498D6
}

.carousel-nav__arrows>a.swiper-button-disabled>svg>path {
    fill: #ccc
}

.carousel-nav__button {
    display: flex;
    justify-content: center
}

.searcher {
    position: relative;
    max-width: 600px
}

@media (max-width: 991px) {
    .searcher {
        margin: 0 auto
    }
}

.searcher__form {
    display: flex;
    flex-flow: row wrap
}

.searcher__selector {
    flex: 1 1 auto;
    position: relative
}

@media (max-width: 479px) {
    .searcher__selector {
        flex: 0 0 100%
    }
}

.searcher__selector>button {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 51px;
    background-color: #2498D6;
    padding: 0 25px;
    text-align: left
}

.searcher__selector>button:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 25px;
    top: 50%;
    content: '\f107';
    transform: translateY(-50%)
}

.searcher__selector>button:hover {
    color: #fff
}

.searcher__selector>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 100;
    font-size: 15px;
    text-transform: none;
    background-color: #2498D6;
    width: 100%;
    transition: all .35s ease;
    border: 2px solid #fff;
    border-top: 0
}

.searcher__selector>ul>li>a {
    display: block;
    padding: 12px 25px;
    color: #fff
}

.searcher__selector>ul>li>a:hover {
    background-color: #85D2FC
}

.searcher__selector>ul>li.-is-selected>a {
    font-weight: 700;
    background-color: #85D2FC
}

@media (max-width: 479px) {
    .searcher__button {
        width: 100%;
        margin-top: 15px
    }
}

.searcher__button>a {
    display: block;
    color: #003666;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 600;
    width: 100%
}

.searcher__button>a:hover {
    color: #fff;
    background-color: #85D2FC
}

.greyblocks {
    font-size: 1.125rem;
    color: #003666
}

.greyblocks [class*='col-'] {
    padding: 15px
}

.greyblock {
    padding: 15px;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ccc
}

.greyblock.-is-small {
    min-height: 200px
}

.greyblock>p {
    padding: 7px 0
}

.greyblock>p>strong {
    font-weight: 600;
    line-height: 1;
    font-size: calc(1.575rem + 3.9vw)
}

@media (min-width: 1200px) {
    .greyblock>p>strong {
        font-size: 4.5rem
    }
}

.greyblock>p>em {
    font-weight: 600
}

.woo-content {
    padding: 25px;
    background-color: #fff
}

.woo-content p a {
    color: #8cc41c
}

.woo-content p a:hover {
    color: #0fa356
}

.woo-content p mark {
    color: #fff;
    padding: 0 10px;
    background-color: #8cc41c
}

.woo-content form .form-row {
    padding: 0;
    margin: 0
}

.woo-content form .form-row label {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.woo-content form .form-row label>span.required {
    line-height: 1
}

.woo-content form .form-row>span {
    display: flex;
    width: 100%
}

.woo-content form .form-row>span>input {
    flex: 1 1 auto
}

.woo-content form .form-row>span>em {
    display: block;
    padding-top: 15px;
    font-size: 12px
}

.woo-content form fieldset {
    padding: 15px;
    margin: 25px 0px;
    border: 1px solid #e6e6e6
}

.woo-content form fieldset>legend {
    display: inline-block;
    padding: 3px 15px;
    background-color: #e6e6e6
}

.woo-content form input[type="tel"],
.woo-content form input[type="text"],
.woo-content form input[type="email"],
.woo-content form input[type="password"] {
    color: #20212b;
    padding: 10px 15px;
    transition: all .35s ease;
    transition: all .35s ease;
    border: 1px solid #e6e6e6
}

.woo-content form input[type="tel"]::placeholder,
.woo-content form input[type="text"]::placeholder,
.woo-content form input[type="email"]::placeholder,
.woo-content form input[type="password"]::placeholder {
    opacity: 1;
    color: gray;
    transition: all .35s ease
}

.woo-content form input[type="tel"]:focus::placeholder,
.woo-content form input[type="text"]:focus::placeholder,
.woo-content form input[type="email"]:focus::placeholder,
.woo-content form input[type="password"]:focus::placeholder {
    opacity: 0
}

.woo-content form input[type="tel"]:focus,
.woo-content form input[type="text"]:focus,
.woo-content form input[type="email"]:focus,
.woo-content form input[type="password"]:focus {
    border-color: #8cc41c
}

.woo-content form textarea {
    min-height: 150px;
    color: #20212b;
    padding: 15px 15px;
    transition: all .35s ease;
    transition: all .35s ease;
    border: 1px solid #e6e6e6
}

.woo-content form textarea::placeholder {
    opacity: 1;
    color: gray;
    transition: all .35s ease
}

.woo-content form textarea:focus::placeholder {
    opacity: 0
}

.woo-content form textarea:focus {
    border-color: #8cc41c
}

.woo-content .woocommerce-customer-details>address {
    border-radius: 0;
    padding: 20px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    font-style: italic;
    line-height: 28px
}

@media (max-width: 767px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 15px
    }
}

.woocommerce-MyAccount-navigation>ul {
    padding: 0
}

.woocommerce-MyAccount-navigation>ul>li {
    border-bottom: 1px solid #e6e6e6
}

.woocommerce-MyAccount-navigation>ul>li:last-child {
    border-bottom: 0
}

.woocommerce-MyAccount-navigation>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-left: 25px;
    font-size: 15px;
    color: #20212b
}

@media (max-width: 991px) {
    .woocommerce-MyAccount-navigation>ul>li>a {
        padding-left: 15px
    }
}

.woocommerce-MyAccount-navigation>ul>li>a:before {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0da';
    left: 10px;
    top: 50%;
    transition: all .35s ease;
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .woocommerce-MyAccount-navigation>ul>li>a:before {
        display: none
    }
}

.woocommerce-MyAccount-navigation>ul>li>a:hover {
    padding-left: 30px;
    background-color: #e6e6e6
}

@media (max-width: 991px) {
    .woocommerce-MyAccount-navigation>ul>li>a:hover {
        padding-left: 15px
    }
}

.woocommerce-MyAccount-navigation>ul>li>a:hover:before {
    left: 15px
}

#billing_address_1_field>span.woocommerce-input-wrapper {
    margin-bottom: 15px
}

.woocommerce table.shop_table {
    border-radius: 0
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 20px 15px
}

.woocommerce-Address {
    margin-top: 15px;
    padding: 0px 15px 15px;
    background-color: #f7f7f7
}

.woocommerce-Address>header {
    margin-bottom: 15px
}

.woocommerce-Address>header>h1,
.woocommerce-Address>header>h2,
.woocommerce-Address>header>h3,
.woocommerce-Address>header>h4,
.woocommerce-Address>header>h5,
.woocommerce-Address>header>h6 {
    font-size: 1.125rem;
    font-weight: 600
}

.woocommerce-Address>header>a {
    font-size: 12px;
    text-transform: uppercase;
    color: #8cc41c
}

.woocommerce-Address>header>a:hover {
    color: #f59b21
}

.woocommerce-Address>address {
    color: #20212b;
    font-style: italic
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    color: #20212b !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 28px
}

.woocommerce-info {
    border-top-color: #8cc41c;
    padding-left: 60px !important
}

.woocommerce-info:before {
    color: #8cc41c
}

.woocommerce-info a.showlogin {
    color: #f59b21
}

.woocommerce-info.wc-nonpurchasable-message {
    margin-top: 15px !important
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #8cc41c;
    color: #fff;
    border-radius: 0
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
    background-color: #0fa356
}

.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
    background-color: #e6e6e6
}

.woocommerce #respond input#submit:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce input.button:disabled:hover {
    background-color: #e6e6e6
}

.woocommerce-order-details>h1,
.woocommerce-order-details>h2,
.woocommerce-order-details>h3,
.woocommerce-order-details>h4,
.woocommerce-order-details>h5,
.woocommerce-order-details>h6,
.woocommerce-customer-details>h1,
.woocommerce-customer-details>h2,
.woocommerce-customer-details>h3,
.woocommerce-customer-details>h4,
.woocommerce-customer-details>h5,
.woocommerce-customer-details>h6 {
    font-size: 1.125rem;
    font-weight: 600
}

.woocommerce-LoopProduct-link {
    text-align: center
}

.woocommerce-LoopProduct-link>img {
    border: 1px solid #e6e6e6
}

.woocommerce-LoopProduct-link .price {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #0fa356 !important
}

.woocommerce-LoopProduct-link~a {
    width: 100%;
    text-align: center
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0;
    border-color: #e6e6e6
}

.woocommerce-form__label-for-checkbox>input {
    margin-right: 10px !important
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
    background-color: #f7f7f7
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #e6e6e6
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #e6e6e6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom-color: #e6e6e6
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #e6e6e6;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none
}

.woocommerce-product-gallery {
    border: 1px solid #e6e6e6
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: gray;
    font-size: 16px
}

@media (max-width: 575px) {

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 15px
    }
}

.woocommerce div.product p.price>strong,
.woocommerce div.product span.price>strong {
    color: #8cc41c
}

.woocommerce div.product form.cart {
    padding: 15px 0
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #8cc41c !important
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #0fa356 !important
}

.woocommerce-message {
    border-top-color: #0fa356
}

.woocommerce-message:before {
    color: #0fa356
}

.woocommerce-notices-wrapper .woocommerce-error {
    padding-left: 50px
}

.woocommerce-notices-wrapper p.woocommerce-info {
    padding-left: 50px
}

.woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-form-login {
    display: block !important
}

.woocommerce-form-login .woocommerce-form-login__submit {
    margin-top: 15px !important
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 15px;
    padding: 0 !important
}

.woocommerce-ResetPassword button {
    margin-top: 15px !important
}

.bottom-logos {
    padding: 25px 0
}

.bottom-logos [class*='col-'] {
    padding: 15px
}

.bottom-logos a,
.bottom-logos span {
    display: block;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto
}

.bottom-logos a>img,
.bottom-logos span>img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.bottom-logos a:hover>img,
.bottom-logos span:hover>img {
    transform: scale(0.95)
}

.flexibles .faq-elem {
    color: #003666;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #51A68E
}

.flexibles .faq-elem__question {
    cursor: pointer;
    position: relative;
    transition: all .35s ease
}

.flexibles .faq-elem__question:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f067';
    right: 15px;
    top: 50%;
    font-size: calc(1.3125rem + .75vw);
    transition: all .35s ease;
    transform: translateY(-50%)
}

@media (min-width: 1200px) {
    .flexibles .faq-elem__question:after {
        font-size: 1.875rem
    }
}

.flexibles .faq-elem__question:hover {
    color: #51A68E
}

.flexibles .faq-elem__question.-is-active {
    color: #51A68E
}

.flexibles .faq-elem__question.-is-active:after {
    transform: translateY(-50%) rotate(45deg)
}

.flexibles .faq-elem__question>h1,
.flexibles .faq-elem__question>h2,
.flexibles .faq-elem__question>h3,
.flexibles .faq-elem__question>h4,
.flexibles .faq-elem__question>h5,
.flexibles .faq-elem__question>h6 {
    padding: 10px 80px 10px 0;
    font-size: calc(1.275rem + .3vw);
    line-height: 1.25;
    font-weight: 500
}

@media (min-width: 1200px) {

    .flexibles .faq-elem__question>h1,
    .flexibles .faq-elem__question>h2,
    .flexibles .faq-elem__question>h3,
    .flexibles .faq-elem__question>h4,
    .flexibles .faq-elem__question>h5,
    .flexibles .faq-elem__question>h6 {
        font-size: 1.5rem
    }
}

@media (max-width: 991px) {

    .flexibles .faq-elem__question>h1,
    .flexibles .faq-elem__question>h2,
    .flexibles .faq-elem__question>h3,
    .flexibles .faq-elem__question>h4,
    .flexibles .faq-elem__question>h5,
    .flexibles .faq-elem__question>h6 {
        padding-right: 60px
    }
}

.flexibles .faq-elem__answer {
    display: none;
    color: #003666;
    padding: 10px 80px 10px 0
}

@media (max-width: 991px) {
    .flexibles .faq-elem__answer {
        padding: 10px 0
    }
}

.flexibles .faq-elem__answer>p {
    padding: 10px 0
}

.flexibles .faq-button {
    padding: 50px 0 0;
    text-align: center
}

.flexibles .blog-grid [class*='col-'] {
    padding: 25px 15px
}

.flexibles .blog-grid__elem {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25)
}

.flexibles .blog-grid__elem:hover .blog-grid__elem-image>a>img {
    transform: scale(1.05)
}

.flexibles .blog-grid__elem:hover .blog-grid__elem-title a {
    color: #003666
}

.flexibles .blog-grid__elem:hover .blog-grid__elem-button {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.flexibles .blog-grid__elem-image>a {
    display: block;
    overflow: hidden
}

.flexibles .blog-grid__elem-image>a>img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.flexibles .blog-grid__elem-title {
    padding: 25px 15px;
    font-size: calc(1.275rem + .3vw);
    text-align: center;
    letter-spacing: -1px
}

@media (min-width: 1200px) {
    .flexibles .blog-grid__elem-title {
        font-size: 1.5rem
    }
}

.flexibles .blog-grid__elem-title>h1,
.flexibles .blog-grid__elem-title>h2,
.flexibles .blog-grid__elem-title>h3,
.flexibles .blog-grid__elem-title>h4,
.flexibles .blog-grid__elem-title>h5,
.flexibles .blog-grid__elem-title>h6 {
    line-height: 1.25
}

.flexibles .blog-grid__elem-title>h1>a,
.flexibles .blog-grid__elem-title>h2>a,
.flexibles .blog-grid__elem-title>h3>a,
.flexibles .blog-grid__elem-title>h4>a,
.flexibles .blog-grid__elem-title>h5>a,
.flexibles .blog-grid__elem-title>h6>a {
    display: block;
    min-height: 108px;
    color: gray
}

.flexibles .blog-grid__elem-button {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    transform: translateY(50%);
    transition: all .35s ease
}

.flexibles .blog-article {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25)
}

@media (max-width: 991px) {
    .flexibles .blog-article {
        text-align: center
    }
}

.flexibles .blog-article__image>img {
    display: block;
    width: 100%
}

.flexibles .blog-article__content {
    padding: 25px
}

@media (max-width: 767px) {
    .flexibles .blog-article__content {
        padding: 25px 15px
    }
}

@media (max-width: 991px) {
    .flexibles .blog-list {
        text-align: center
    }
}

.flexibles .blog-list>h1,
.flexibles .blog-list>h2,
.flexibles .blog-list>h3,
.flexibles .blog-list>h4,
.flexibles .blog-list>h5,
.flexibles .blog-list>h6 {
    position: relative;
    padding-bottom: 25px;
    color: #003666;
    line-height: 1.25;
    font-size: calc(1.35rem + 1.2vw);
    margin-bottom: 10px
}

@media (min-width: 1200px) {

    .flexibles .blog-list>h1,
    .flexibles .blog-list>h2,
    .flexibles .blog-list>h3,
    .flexibles .blog-list>h4,
    .flexibles .blog-list>h5,
    .flexibles .blog-list>h6 {
        font-size: 2.25rem
    }
}

.flexibles .blog-list>h1:after,
.flexibles .blog-list>h2:after,
.flexibles .blog-list>h3:after,
.flexibles .blog-list>h4:after,
.flexibles .blog-list>h5:after,
.flexibles .blog-list>h6:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 115px;
    height: 4px;
    background-color: #f59b21
}

@media (max-width: 991px) {

    .flexibles .blog-list>h1:after,
    .flexibles .blog-list>h2:after,
    .flexibles .blog-list>h3:after,
    .flexibles .blog-list>h4:after,
    .flexibles .blog-list>h5:after,
    .flexibles .blog-list>h6:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.flexibles .blog-list>ul>li {
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc
}

@media (max-width: 991px) {
    .flexibles .blog-list>ul>li {
        flex-direction: column
    }
}

.flexibles .blog-list>ul>li>a {
    display: block;
    overflow: hidden
}

@media (max-width: 991px) {
    .flexibles .blog-list>ul>li>a {
        margin-bottom: 20px
    }
}

.flexibles .blog-list>ul>li>a>img {
    display: block;
    width: 100%;
    max-width: 140px;
    transition: all .35s ease
}

.flexibles .blog-list>ul>li>h1,
.flexibles .blog-list>ul>li>h2,
.flexibles .blog-list>ul>li>h3,
.flexibles .blog-list>ul>li>h4,
.flexibles .blog-list>ul>li>h5,
.flexibles .blog-list>ul>li>h6 {
    font-size: 1.125rem;
    color: #003666;
    line-height: 1.25;
    width: calc(100% - 155px)
}

.flexibles .blog-list>ul>li>h1>a:hover,
.flexibles .blog-list>ul>li>h2>a:hover,
.flexibles .blog-list>ul>li>h3>a:hover,
.flexibles .blog-list>ul>li>h4>a:hover,
.flexibles .blog-list>ul>li>h5>a:hover,
.flexibles .blog-list>ul>li>h6>a:hover {
    color: #ee6023
}

.flexibles .blog-list>ul>li:hover a {
    color: #ee6023
}

.flexibles .blog-list>ul>li:hover a>img {
    transform: scale(1.15)
}

@media (max-width: 991px) {
    .flexibles .text {
        text-align: center
    }
}

.flexibles .text p,
.flexibles .text ul,
.flexibles .text ol,
.flexibles .text h1,
.flexibles .text h2,
.flexibles .text h3,
.flexibles .text h4,
.flexibles .text h5,
.flexibles .text h6 {
    padding: 15px 0
}

.flexibles .text h1,
.flexibles .text h2,
.flexibles .text h3,
.flexibles .text h4,
.flexibles .text h5,
.flexibles .text h6 {
    font-weight: 600;
    color: #003666;
    line-height: 1.15
}

.flexibles .text h1,
.flexibles .text h2,
.flexibles .text h3,
.flexibles .text h4,
.flexibles .text h5,
.flexibles .text h6 {
    font-size: 30px
}

@media screen and (min-width: 480px) {

    .flexibles .text h1,
    .flexibles .text h2,
    .flexibles .text h3,
    .flexibles .text h4,
    .flexibles .text h5,
    .flexibles .text h6 {
        font-size: calc(30px + 10 * ((100vw - 480px) / 750))
    }
}

@media screen and (min-width: 1230px) {

    .flexibles .text h1,
    .flexibles .text h2,
    .flexibles .text h3,
    .flexibles .text h4,
    .flexibles .text h5,
    .flexibles .text h6 {
        font-size: 40px
    }
}

.flexibles .text ul,
.flexibles .text table {
    color: gray
}

.flexibles .text ul {
    padding: 10px 0
}

.flexibles .text ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 22px
}

@media (max-width: 991px) {
    .flexibles .text ul li {
        padding-left: 0;
        padding-top: 22px
    }
}

.flexibles .text ul li:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #F2C230
}

@media (max-width: 991px) {
    .flexibles .text ul li:before {
        left: 50%;
        transform: translateX(-50%);
        top: 7px
    }
}

.flexibles .text p {
    color: gray
}

.flexibles .text p>strong {
    font-weight: 600
}

.flexibles .text p>em {
    color: #ee6023
}

.flexibles .text p>img.fullwidth {
    display: block;
    width: 100%
}

.flexibles .text p>img.alignleft {
    float: left;
    display: inline;
    margin: 5px 15px 15px 0
}

.flexibles .text p>img.alignright {
    float: right;
    display: inline;
    margin: 5px 0 15px 15px
}

.flexibles .text blockquote {
    margin: 15px 0;
    padding: 40px;
    color: #fff;
    background-color: #003666
}

.flexibles .text blockquote p {
    color: #fff
}

.flexibles .text.-has-text-grey p {
    color: gray
}

.flexibles .text.-has-text-grey p>a {
    color: #ee6023;
    font-weight: 600
}

.flexibles .text.-has-text-grey p>a>i {
    margin-right: 10px;
    transition: all .35s ease
}

.flexibles .text.-has-text-grey p>a:hover {
    color: #f59b21
}

.flexibles .text.-has-text-grey p>a:hover>i {
    margin-left: 5px
}

.flexibles .text.-has-text-white p {
    color: #fff
}

.flexibles .text.-has-text-white p>a {
    color: #f59b21;
    font-weight: 600
}

.flexibles .text.-has-text-white p>a>i {
    margin-right: 10px;
    transition: all .35s ease
}

.flexibles .text.-has-text-white p>a:hover {
    color: #ee6023
}

.flexibles .text.-has-text-white p>a:hover>i {
    margin-left: 5px
}

.flexibles .text.-has-text-white p>a.-hover-arrow:hover {
    color: #fff
}

.flexibles .text.-has-text-white p>a.-hover-arrow:hover>i {
    color: #ee6023;
    margin-left: 0
}

.flexibles .text.-has-blue-headers h1,
.flexibles .text.-has-blue-headers h2,
.flexibles .text.-has-blue-headers h3,
.flexibles .text.-has-blue-headers h4,
.flexibles .text.-has-blue-headers h5,
.flexibles .text.-has-blue-headers h6 {
    color: #003666;
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 1200px) {

    .flexibles .text.-has-blue-headers h1,
    .flexibles .text.-has-blue-headers h2,
    .flexibles .text.-has-blue-headers h3,
    .flexibles .text.-has-blue-headers h4,
    .flexibles .text.-has-blue-headers h5,
    .flexibles .text.-has-blue-headers h6 {
        font-size: 2.25rem
    }
}

.flexibles .text.-has-white-headers h1,
.flexibles .text.-has-white-headers h2,
.flexibles .text.-has-white-headers h3,
.flexibles .text.-has-white-headers h4,
.flexibles .text.-has-white-headers h5,
.flexibles .text.-has-white-headers h6 {
    color: #fff;
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    line-height: 1.25
}

@media (min-width: 1200px) {

    .flexibles .text.-has-white-headers h1,
    .flexibles .text.-has-white-headers h2,
    .flexibles .text.-has-white-headers h3,
    .flexibles .text.-has-white-headers h4,
    .flexibles .text.-has-white-headers h5,
    .flexibles .text.-has-white-headers h6 {
        font-size: 2.25rem
    }
}

.flexibles .text img.size-full {
    width: 100% !important;
    height: auto !important
}

.flexibles .popup {
    position: fixed;
    left: 50%;
    top: calc(50% + 25px);
    z-index: 450;
    width: 100%;
    overflow: auto;
    max-width: 1200px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 10px);
    transition: top .35s ease, opacity .35s ease, visibility .35s ease
}

.flexibles .popup.-is-visible {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.flexibles .popup.-is-small {
    max-width: 720px
}

.flexibles .popup-close {
    color: #fff;
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-end
}

.flexibles .popup-close>a {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(1.2625rem + .15vw)
}

@media (min-width: 1200px) {
    .flexibles .popup-close>a {
        font-size: 1.375rem
    }
}

.flexibles .popup-close>a>i {
    transition: all .35s ease
}

.flexibles .popup-close>a:hover {
    color: #2498D6;
    background-color: #fff
}

.flexibles .popup-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 45px 40px;
    background-color: #fff
}

@media (max-width: 991px) {
    .flexibles .popup-content {
        flex-direction: column;
        padding: 35px 15px
    }
}

.flexibles .popup-content__form {
    width: calc(100% - 375px)
}

@media (max-width: 991px) {
    .flexibles .popup-content__form {
        width: 100%;
        text-align: center
    }
}

.flexibles .popup-content__form>h1,
.flexibles .popup-content__form>h2,
.flexibles .popup-content__form>h3,
.flexibles .popup-content__form>h4,
.flexibles .popup-content__form>h5,
.flexibles .popup-content__form>h6 {
    position: relative;
    padding-bottom: 29px;
    color: #003666;
    line-height: 1.25;
    font-size: calc(1.4rem + 1.8vw)
}

@media (min-width: 1200px) {

    .flexibles .popup-content__form>h1,
    .flexibles .popup-content__form>h2,
    .flexibles .popup-content__form>h3,
    .flexibles .popup-content__form>h4,
    .flexibles .popup-content__form>h5,
    .flexibles .popup-content__form>h6 {
        font-size: 2.75rem
    }
}

.flexibles .popup-content__form>h1:after,
.flexibles .popup-content__form>h2:after,
.flexibles .popup-content__form>h3:after,
.flexibles .popup-content__form>h4:after,
.flexibles .popup-content__form>h5:after,
.flexibles .popup-content__form>h6:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 175px;
    height: 4px;
    background-color: #2498D6
}

@media (max-width: 991px) {

    .flexibles .popup-content__form>h1:after,
    .flexibles .popup-content__form>h2:after,
    .flexibles .popup-content__form>h3:after,
    .flexibles .popup-content__form>h4:after,
    .flexibles .popup-content__form>h5:after,
    .flexibles .popup-content__form>h6:after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.flexibles .popup-content__form>p {
    font-size: calc(1.3125rem + .75vw);
    font-weight: 600;
    padding: 15px 0
}

@media (min-width: 1200px) {
    .flexibles .popup-content__form>p {
        font-size: 1.875rem
    }
}

.flexibles .popup-content__form>p>strong {
    font-weight: 600
}

.flexibles .popup-content__form form {
    color: gray
}

.flexibles .popup-content__form form br {
    display: none
}

.flexibles .popup-content__form form .row {
    margin: 0 -7px
}

.flexibles .popup-content__form form [class*='col-'] {
    padding: 7px
}

.flexibles .popup-content__form form input[type="tel"],
.flexibles .popup-content__form form input[type="text"],
.flexibles .popup-content__form form input[type="email"] {
    color: #20212b;
    padding: 10px 15px;
    max-width: 485px;
    transition: all .35s ease;
    border-radius: 4px;
    border: 1px solid #ccc
}

.flexibles .popup-content__form form input[type="tel"]::placeholder,
.flexibles .popup-content__form form input[type="text"]::placeholder,
.flexibles .popup-content__form form input[type="email"]::placeholder {
    opacity: 1;
    color: gray;
    transition: all .35s ease
}

.flexibles .popup-content__form form input[type="tel"]:focus::placeholder,
.flexibles .popup-content__form form input[type="text"]:focus::placeholder,
.flexibles .popup-content__form form input[type="email"]:focus::placeholder {
    opacity: 0
}

@media (max-width: 991px) {

    .flexibles .popup-content__form form input[type="tel"],
    .flexibles .popup-content__form form input[type="text"],
    .flexibles .popup-content__form form input[type="email"] {
        max-width: 100%
    }
}

.flexibles .popup-content__form form input[type="tel"]:focus,
.flexibles .popup-content__form form input[type="text"]:focus,
.flexibles .popup-content__form form input[type="email"]:focus {
    border-color: #2498D6
}

.flexibles .popup-content__form form .checkbox {
    font-size: 12px;
    max-width: 630px;
    text-align: left
}

.flexibles .popup-content__form form .checkbox>label span {
    top: 0;
    border-radius: 2px;
    border-color: #ccc
}

.flexibles .popup-content__form form .checkbox>label span.wpcf7-list-item-label:before,
.flexibles .popup-content__form form .checkbox>label span.wpcf7-list-item-label:after {
    top: 3px
}

.flexibles .popup-content__form form input[type="submit"],
.flexibles .popup-content__form form button[type="submit"] {
    color: #fff;
    min-width: 215px;
    font-weight: 600;
    padding: 16px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #51A68E
}

.flexibles .popup-content__form form input[type="submit"]:hover,
.flexibles .popup-content__form form button[type="submit"]:hover {
    color: #003666;
    background-color: #51A68E
}

.flexibles .popup-content__form-description>p,
.flexibles .popup-content__form-description>h1,
.flexibles .popup-content__form-description>h2,
.flexibles .popup-content__form-description>h3,
.flexibles .popup-content__form-description>h4,
.flexibles .popup-content__form-description>h5,
.flexibles .popup-content__form-description>h6 {
    padding: 7px 0
}

.flexibles .popup-content__form-description>h1,
.flexibles .popup-content__form-description>h2,
.flexibles .popup-content__form-description>h3,
.flexibles .popup-content__form-description>h4,
.flexibles .popup-content__form-description>h5,
.flexibles .popup-content__form-description>h6 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    color: #003666;
    line-height: 1.25
}

@media (min-width: 1200px) {

    .flexibles .popup-content__form-description>h1,
    .flexibles .popup-content__form-description>h2,
    .flexibles .popup-content__form-description>h3,
    .flexibles .popup-content__form-description>h4,
    .flexibles .popup-content__form-description>h5,
    .flexibles .popup-content__form-description>h6 {
        font-size: 2.25rem
    }
}

.flexibles .popup-content__info {
    width: 300px;
    text-align: center
}

@media (max-width: 991px) {
    .flexibles .popup-content__info {
        width: 100%
    }
}

.flexibles .popup-content__info>div {
    padding: 25px;
    margin-bottom: 30px;
    background-color: #f7f7f7
}

.flexibles .popup-content__info>div:last-child {
    margin-bottom: 0
}

.flexibles .popup-content__info-course {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.flexibles .popup-content__info-course>span {
    display: block
}

.flexibles .popup-content__info-course>span.date {
    font-size: calc(1.3125rem + .75vw);
    font-weight: 600;
    color: #003666;
    line-height: 1
}

@media (min-width: 1200px) {
    .flexibles .popup-content__info-course>span.date {
        font-size: 1.875rem
    }
}

.flexibles .popup-content__info-course>span.city {
    font-size: calc(1.3125rem + .75vw);
    line-height: 1;
    color: gray
}

@media (min-width: 1200px) {
    .flexibles .popup-content__info-course>span.city {
        font-size: 1.875rem
    }
}

.flexibles .popup-content__info-course>span.price {
    font-size: 16px;
    font-weight: 600;
    color: #003666
}

@media (max-width: 575px) {
    .flexibles .popup-content__info-course>span.price {
        font-size: 15px
    }
}

.flexibles .popup-content__info-location {
    color: gray
}

.flexibles .popup-content__info-location>p>strong {
    font-weight: 600;
    text-transform: uppercase
}

.flexibles .popup-content__info-contact {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    line-height: 1.25;
    color: #003666
}

@media (min-width: 1200px) {
    .flexibles .popup-content__info-contact {
        font-size: 1.5rem
    }
}

.flexibles .popup-content__info-contact>p>a {
    display: block;
    margin-top: 15px;
    color: #2498D6
}

.flexibles .popup-content__info-contact>p>a:hover {
    color: #C0E3FF
}

.flexibles .popup-content__thanks {
    width: 100%;
    text-align: center
}

.flexibles .popup-content__thanks>h1,
.flexibles .popup-content__thanks>h2,
.flexibles .popup-content__thanks>h3,
.flexibles .popup-content__thanks>h4,
.flexibles .popup-content__thanks>h5,
.flexibles .popup-content__thanks>h6 {
    padding: 15px 0;
    color: #003666;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {

    .flexibles .popup-content__thanks>h1,
    .flexibles .popup-content__thanks>h2,
    .flexibles .popup-content__thanks>h3,
    .flexibles .popup-content__thanks>h4,
    .flexibles .popup-content__thanks>h5,
    .flexibles .popup-content__thanks>h6 {
        font-size: 3rem
    }
}

.flexibles .popup-content__thanks>p {
    padding: 15px 0;
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    line-height: 1.25;
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .flexibles .popup-content__thanks>p {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    .flexibles .popup-content__thanks>p {
        font-size: 1.5rem
    }
}

.flexibles .popup-content__thanks>p>strong {
    display: block;
    color: #2498D6
}

.flexibles .video {
    position: relative
}

.flexibles .video>a {
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.flexibles .video>a>img {
    display: block;
    max-width: 250px
}

.flexibles .video>video {
    display: block;
    width: 100%;
    cursor: pointer
}

.flexibles .video>video:focus {
    outline-style: none
}

.flexibles .others {
    padding: 25px 0
}

.flexibles .others__logos {
    display: flex;
    flex-flow: row wrap;
    padding: 25px 0
}

.flexibles .others__logos>a {
    display: block;
    width: 33.3333%;
    padding-right: 25px
}

.flexibles .others__logos>a>img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.flexibles .others__logos>a:hover>img {
    transform: scale(0.9)
}

.flexibles .others__list {
    font-size: calc(1.3125rem + .75vw);
    font-weight: 600;
    line-height: 1.25;
    padding: 25px 0
}

@media (min-width: 1200px) {
    .flexibles .others__list {
        font-size: 1.875rem
    }
}

@media (min-width: 992px) {
    .flexibles .others__list.-has-one-elem>ul {
        justify-content: flex-end
    }
}

.flexibles .others__list>ul {
    display: flex;
    flex-flow: row wrap
}

.flexibles .others__list>ul>li {
    padding: 15px;
    width: 50%;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .flexibles .others__list>ul>li {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 20px
    }
}

.flexibles .others__list>ul>li>a {
    position: relative;
    display: block;
    padding: 40px 20px 60px;
    height: 100%;
    width: 100%;
    color: #003666;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25)
}

.flexibles .others__list>ul>li>a>img {
    display: block;
    max-width: 225px;
    margin: 0 auto 30px;
    transition: all .35s ease
}

.flexibles .others__list>ul>li>a>.button {
    transition: all .35s ease;
    position: absolute;
    left: 50%;
    bottom: -40px;
    opacity: 0;
    transform: translateX(-50%)
}

.flexibles .others__list>ul>li>a:hover {
    color: #2498D6;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35)
}

.flexibles .others__list>ul>li>a:hover>img {
    transform: scale(0.9)
}

.flexibles .others__list>ul>li>a:hover>.button {
    opacity: 1;
    bottom: -20px;
    background-color: #2498D6
}

.flexibles .leader {
    position: relative;
    background-color: #fff
}

@media (max-width: 991px) {
    .flexibles .leader {
        border-radius: 0 0 8px 8px
    }
}

.flexibles .leader.-has-hidden-description .leader__description {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%)
}

.flexibles .leader.-has-hidden-description .leader__toggler {
    width: 90px
}

.flexibles .leader.-has-hidden-description .leader__toggler>a {
    transform: scaleX(-1)
}

.flexibles .leader__inner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.flexibles .leader__slider .swiper-slide>img {
    display: block;
    width: 100%;
    max-height: 844px;
    object-fit: cover
}

.flexibles .leader__slider .-prev,
.flexibles .leader__slider .-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #ee6023;
    transform: translateY(-50%);
    transition: all .35s ease
}

@media (max-width: 991px) {

    .flexibles .leader__slider .-prev,
    .flexibles .leader__slider .-next {
        top: auto;
        bottom: 10px;
        transform: none
    }
}

.flexibles .leader__slider .-prev:focus,
.flexibles .leader__slider .-next:focus {
    outline-style: none
}

.flexibles .leader__slider .-prev:hover,
.flexibles .leader__slider .-next:hover {
    background-color: #f59b21
}

.flexibles .leader__slider .-prev {
    right: 50px
}

.flexibles .leader__slider .-next {
    right: 15px
}

.flexibles .leader__button {
    position: absolute;
    left: 60%;
    bottom: 0;
    z-index: 3;
    transform: translate(-50%, calc(50% - 30px));
    max-width: 440px;
    height: 220px;
    color: #fff;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ee6023;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    line-height: 1.25;
    margin-right: 175px;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .flexibles .leader__button {
        font-size: 2.25rem
    }
}

@media (max-width: 991px) {
    .flexibles .leader__button {
        position: relative;
        left: 0;
        width: 100%;
        transform: none;
        max-width: 100%;
        border-radius: 0 0 8px 8px
    }
}

.flexibles .leader__button:hover {
    color: #ee6023;
    background-color: #fff
}

.flexibles .leader__toggler {
    width: 33.8235%;
    height: 75px;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
    transition: all .35s ease
}

@media (max-width: 991px) {
    .flexibles .leader__toggler {
        display: none
    }
}

.flexibles .leader__toggler>a {
    position: absolute;
    right: 35px;
    top: 0;
    display: block;
    max-width: 35px;
    transition: all .35s ease
}

.flexibles .leader__toggler>a>img {
    display: block;
    width: 100%
}

.flexibles .leader__description {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 33.8235%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .35s ease;
    background-color: rgba(0, 54, 101, 0.75)
}

@media (max-width: 991px) {
    .flexibles .leader__description {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #003666
    }
}

.flexibles .leader__description>p,
.flexibles .leader__description>h1,
.flexibles .leader__description>h2,
.flexibles .leader__description>h3,
.flexibles .leader__description>h4,
.flexibles .leader__description>h5,
.flexibles .leader__description>h6 {
    padding: 20px 0
}

.flexibles .leader__description>h1,
.flexibles .leader__description>h2,
.flexibles .leader__description>h3,
.flexibles .leader__description>h4,
.flexibles .leader__description>h5,
.flexibles .leader__description>h6 {
    line-height: 1;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {

    .flexibles .leader__description>h1,
    .flexibles .leader__description>h2,
    .flexibles .leader__description>h3,
    .flexibles .leader__description>h4,
    .flexibles .leader__description>h5,
    .flexibles .leader__description>h6 {
        font-size: 3rem
    }
}

.flexibles .courses-list__header {
    padding: 25px 0
}

@media (max-width: 991px) {
    .flexibles .courses-list__header {
        text-align: center
    }
}

.flexibles .courses-list__header>p,
.flexibles .courses-list__header>h1,
.flexibles .courses-list__header>h2,
.flexibles .courses-list__header>h3,
.flexibles .courses-list__header>h4,
.flexibles .courses-list__header>h5,
.flexibles .courses-list__header>h6 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    color: #003666
}

@media (min-width: 1200px) {

    .flexibles .courses-list__header>p,
    .flexibles .courses-list__header>h1,
    .flexibles .courses-list__header>h2,
    .flexibles .courses-list__header>h3,
    .flexibles .courses-list__header>h4,
    .flexibles .courses-list__header>h5,
    .flexibles .courses-list__header>h6 {
        font-size: 2.25rem
    }
}

.flexibles .courses-list__grid {
    padding-top: 10px
}

.flexibles .courses-list__grid [class*='col-'] {
    padding: 15px
}

.flexibles .courses-list__more {
    padding: 25px 0;
    margin-top: 25px;
    text-align: center
}

.flexibles .course-elem {
    padding: 40px 25px;
    min-height: 290px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: all .35s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25)
}

.flexibles .course-elem>span {
    display: block
}

.flexibles .course-elem:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25)
}

.flexibles .course-elem__date {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 600;
    color: #003666;
    line-height: 1
}

@media (min-width: 1200px) {
    .flexibles .course-elem__date {
        font-size: 2.25rem
    }
}

.flexibles .course-elem__name {
    margin: 15px 0;
    font-size: calc(1.3125rem + .75vw);
    line-height: 1;
    color: #2498D6
}

@media (min-width: 1200px) {
    .flexibles .course-elem__name {
        font-size: 1.875rem
    }
}

.flexibles .course-elem__name~.course-elem__city {
    font-size: 24px
}

.flexibles .course-elem__name~.course-elem__price {
    margin: 15px 0
}

.flexibles .course-elem__city {
    font-size: calc(1.35rem + 1.2vw);
    line-height: 1;
    color: gray
}

@media (min-width: 1200px) {
    .flexibles .course-elem__city {
        font-size: 2.25rem
    }
}

.flexibles .course-elem__price {
    font-size: 1.125rem;
    font-weight: 600;
    color: #003666
}

.flexibles .course-elem__info {
    display: block;
    text-align: center
}

.flexibles .course-elem__info>span {
    color: #ccc;
    display: inline-block;
    min-width: 190px;
    padding: 11px 15px 10px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #e6e6e6
}

@media (max-width: 575px) {
    .flexibles .course-elem__info>span {
        font-size: 15px
    }
}

.flexibles .courses-message {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 35px;
    text-align: center
}

.flexibles .courses-message>p>i {
    font-size: 45px;
    color: #f59b21
}

.flexibles .courses-message>p>strong {
    display: block;
    color: #20212b;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 35px 0
}

.flexibles .courses-message>p>span {
    display: block
}

.flexibles .courses-message>p>span>a {
    position: relative;
    color: #f59b21
}

.flexibles .courses-message>p>span>a:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    transition: all .35s ease;
    background-color: #f59b21
}

.flexibles .courses-message>p>span>a:hover {
    color: #20212b
}

.flexibles .courses-message>p>span>a:hover:after {
    left: 50%;
    width: 0;
    opacity: 0;
    background-color: #20212b
}

.flexibles .courses-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.flexibles .courses-columns__left {
    width: 350px
}

@media (max-width: 991px) {
    .flexibles .courses-columns__left {
        width: 100%;
        margin-bottom: 35px
    }
}

.flexibles .courses-nav {
    font-size: 14px;
    padding: 0 15px;
    background-color: #fff
}

.flexibles .courses-nav>h1,
.flexibles .courses-nav>h2,
.flexibles .courses-nav>h3,
.flexibles .courses-nav>h4,
.flexibles .courses-nav>h5,
.flexibles .courses-nav>h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

.flexibles .courses-nav>nav>ul>li {
    margin-bottom: 10px;
    transition: margin-bottom .35s ease
}

.flexibles .courses-nav>nav>ul>li:last-child {
    margin-bottom: 0
}

.flexibles .courses-nav>nav>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    background-color: #f7f7f7;
    border-left: 3px solid #003666
}

.flexibles .courses-nav>nav>ul>li>a:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0da';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.flexibles .courses-nav>nav>ul>li:hover>a,
.flexibles .courses-nav>nav>ul>li.-is-expanded>a {
    color: #fff;
    border-left-color: #20212b;
    background-color: #f59b21
}

.flexibles .courses-nav>nav>ul>li.-is-expanded {
    margin-bottom: 0
}

.flexibles .courses-nav>nav>ul>li.-is-expanded>a:after {
    content: '\f0d7'
}

.flexibles .courses-nav>nav>ul>li>ul {
    font-size: 13px;
    display: none
}

.flexibles .courses-nav>nav>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    padding-left: 32px;
    border-bottom: 1px solid #e6e6e6
}

.flexibles .courses-nav>nav>ul>li>ul>li>a>i {
    position: absolute;
    left: 15px;
    top: 11px
}

.flexibles .courses-nav>nav>ul>li>ul>li:hover>a {
    background-color: #f7f7f7
}

.flexibles .courses-nav>nav>ul>li>ul>li.-is-current>a {
    font-weight: 600;
    background-color: #f7f7f7
}

.flexibles .courses-nav>nav>ul>li>ul>li:first-child>a {
    border-top: 1px solid #e6e6e6
}

.flexibles .courses-columns__right {
    width: calc(100% - 380px)
}

@media (max-width: 991px) {
    .flexibles .courses-columns__right {
        width: 100%
    }
}

.flexibles .courses-intro {
    padding: 35px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 35px
}

.flexibles .courses-intro>p>i {
    font-size: 45px;
    margin-bottom: 35px;
    color: #2498D6
}

.flexibles .courses-intro>p>span {
    display: block
}

.flexibles .course {
    padding: 35px;
    background-color: #fff
}

.flexibles .course__title>h1,
.flexibles .course__title>h2,
.flexibles .course__title>h3,
.flexibles .course__title>h4,
.flexibles .course__title>h5,
.flexibles .course__title>h6 {
    font-weight: 600;
    text-align: center
}

.flexibles .course__video {
    padding: 15px 0
}

.flexibles .contact {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    color: #003666
}

@media (min-width: 1200px) {
    .flexibles .contact {
        font-size: 1.5rem
    }
}

.flexibles .contact>ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (max-width: 1199px) {
    .flexibles .contact>ul {
        flex-direction: column;
        align-items: center
    }
}

.flexibles .contact>ul>li {
    margin-right: 50px
}

@media (max-width: 1199px) {
    .flexibles .contact>ul>li {
        margin-bottom: 25px;
        margin-right: 0
    }
}

.flexibles .contact>ul>li:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.flexibles .contact>ul>li>a:hover {
    color: #ee6023
}

.flexibles .contact>ul>li>a,
.flexibles .contact>ul>li>span {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

@media (max-width: 1199px) {

    .flexibles .contact>ul>li>a,
    .flexibles .contact>ul>li>span {
        flex-direction: column
    }
}

.flexibles .contact>ul>li>a>img,
.flexibles .contact>ul>li>span>img {
    display: block;
    width: 100%;
    max-width: 70px;
    margin-right: 15px;
    transition: all .35s ease
}

@media (max-width: 1199px) {

    .flexibles .contact>ul>li>a>img,
    .flexibles .contact>ul>li>span>img {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.flexibles .contact>ul>li>a>span>a:hover,
.flexibles .contact>ul>li>span>span>a:hover {
    color: #ee6023
}

.flexibles .contact>ul>li>a:hover>img,
.flexibles .contact>ul>li>span:hover>img {
    transform: scale(0.9)
}

.flexibles .button {
    color: #fff;
    display: inline-block;
    min-width: 190px;
    padding: 11.5px 35px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    background-color: #003666
}

.flexibles .button.-has-red-bg {
    background-color: #2498D6
}

.flexibles .button.-has-green-bg {
    background-color: #0fa356
}

.flexibles .button.-has-navy-bg {
    background-color: #003666
}

.flexibles .button.-has-white-bg {
    color: #51A68E;
    background-color: #fff
}

.flexibles .button.-has-cyan-bg {
    color: #003666;
    background-color: #C0E3FF
}

.flexibles .button.-has-red-bg {
    background-color: #F2C230
}

.flexibles .button.-has-orange-hover:hover {
    background-color: #f59b21
}

.flexibles .button.-has-red-hover:hover {
    background-color: #51A68E
}

.flexibles .button.-has-navy-hover:hover {
    color: #fff;
    background-color: #003666
}

.flexibles .button.-has-cyan-hover:hover {
    color: #003666;
    background-color: #C0E3FF
}

.flexibles .button.-has-red-bg:hover {
    color: #fff;
    background-color: #f59b21
}

.flexibles .button.-has-red-hover:hover {
    color: #fff;
    background-color: #51A68E
}

.flexibles .button.-has-brown-hover:hover {
    color: #fff;
    background-color: #51A68E
}

.flexibles .button.-has-navy-hover:hover {
    color: #fff;
    background-color: #003666
}

.flexibles .button:hover {
    color: #fff;
    background-color: #F2C230
}

.flexibles .button.-is-small {
    font-size: 16px;
    padding: 7.5px 30px
}

@media (max-width: 575px) {
    .flexibles .button.-is-small {
        font-size: 15px
    }
}

.flexibles .button.-width-auto {
    min-width: auto
}

.flexibles .button.-is-big {
    padding: 29px 35px;
    font-size: 1.25rem
}

.flexibles .button.-is-full {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 8px
}

.flexibles .carousel .swiper-slide {
    padding: 25px 15px
}

.flexibles .carousel-nav {
    position: relative;
    z-index: 2
}

.flexibles .carousel-nav__arrows {
    padding: 25px 0 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.flexibles .carousel-nav__arrows>a>svg {
    display: block;
    max-width: 95px
}

.flexibles .carousel-nav__arrows>a>svg>path {
    transition: all .35s ease;
    fill: #003666
}

.flexibles .carousel-nav__arrows>a.-prev {
    margin-right: 5px
}

.flexibles .carousel-nav__arrows>a.-prev>svg {
    transform: scaleX(-1)
}

.flexibles .carousel-nav__arrows>a.-next {
    margin-left: 5px
}

.flexibles .carousel-nav__arrows>a:hover>svg>path {
    fill: #ee6023
}

.flexibles .carousel-nav__arrows>a.swiper-button-disabled>svg>path {
    fill: #ccc
}

.flexibles .carousel-nav__button {
    display: flex;
    justify-content: center
}

.flexibles .searcher {
    position: relative;
    max-width: 600px
}

@media (max-width: 991px) {
    .flexibles .searcher {
        margin: 0 auto
    }
}

.flexibles .searcher__form {
    display: flex;
    flex-flow: row wrap
}

.flexibles .searcher__selector {
    flex: 1 1 auto;
    position: relative
}

@media (max-width: 479px) {
    .flexibles .searcher__selector {
        flex: 0 0 100%
    }
}

.flexibles .searcher__selector>button {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 51px;
    background-color: #f59b21;
    padding: 0 25px;
    text-align: left
}

.flexibles .searcher__selector>button:after {
    position: absolute;
    display: block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 25px;
    top: 50%;
    content: '\f107';
    transform: translateY(-50%)
}

.flexibles .searcher__selector>button:hover {
    color: #fff
}

.flexibles .searcher__selector>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 100;
    font-size: 14px;
    text-transform: none;
    background-color: #003666;
    width: 100%;
    transition: all .35s ease;
    border: 2px solid #fff;
    border-top: 0
}

.flexibles .searcher__selector>ul>li>a {
    display: block;
    padding: 12px 25px;
    color: #fff
}

.flexibles .searcher__selector>ul>li>a:hover {
    background-color: #ee6023
}

.flexibles .searcher__selector>ul>li.-is-selected>a {
    font-weight: 700;
    background-color: #ee6023
}

@media (max-width: 479px) {
    .flexibles .searcher__button {
        width: 100%;
        margin-top: 15px
    }
}

.flexibles .searcher__button>a {
    display: block;
    color: #003666;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 600;
    width: 100%
}

.flexibles .searcher__button>a:hover {
    color: #fff;
    background-color: #ee6023
}

.flexibles .greyblocks {
    font-size: 1.125rem;
    color: #003666
}

.flexibles .greyblocks [class*='col-'] {
    padding: 15px
}

.flexibles .greyblock {
    padding: 15px;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ccc
}

.flexibles .greyblock.-is-small {
    min-height: 200px
}

.flexibles .greyblock>p {
    padding: 7px 0
}

.flexibles .greyblock>p>strong {
    font-weight: 600;
    line-height: 1;
    font-size: calc(1.575rem + 3.9vw)
}

@media (min-width: 1200px) {
    .flexibles .greyblock>p>strong {
        font-size: 4.5rem
    }
}

.flexibles .greyblock>p>em {
    font-weight: 600
}

.flexibles .providers {
    padding-top: 35px
}

@media (max-width: 991px) {
    .flexibles .providers {
        padding-top: 0;
        position: relative
    }
}

.flexibles .providers [class*='col-'] {
    padding: 15px
}

.flexibles .providers>img {
    width: 100%;
    max-width: 385px;
    opacity: .15;
    position: absolute;
    right: 115px;
    top: 0
}

@media (max-width: 991px) {
    .flexibles .providers>img {
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.flexibles .provider {
    text-align: center
}

.flexibles .provider-img {
    margin-bottom: 25px
}

.flexibles .provider-img>img {
    transition: all .35s ease
}

.flexibles .provider-name {
    color: #7F8182
}

.flexibles .provider-name>p>span {
    display: block;
    color: #F2C230;
    font-size: 14px
}

.flexibles .provider:hover .provider-img>img {
    transform: scale(0.95)
}

.flexibles .icons {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    color: #51A68E
}

@media (max-width: 991px) {
    .flexibles .icons {
        padding-top: 0
    }
}

.flexibles .icon {
    width: 20%;
    padding: 15px
}

@media (max-width: 479px) {
    .flexibles .icon {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .flexibles .icon {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .flexibles .icon {
        width: 33.3333%
    }
}

.flexibles .icon>img {
    margin-bottom: 30px
}

.flexibles .s-certs {
    z-index: 1;
    padding-bottom: 0
}

.flexibles .s-certs .s-content {
    padding-bottom: 0
}

.flexibles .s-certs:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 260px;
    background-color: #f7f7f7
}

.flexibles .certs {
    position: relative
}

.flexibles .certs .row {
    margin-bottom: 40px
}

.flexibles .certs .row:last-child {
    margin-bottom: 0
}

.flexibles .certs a {
    display: block;
    overflow: hidden
}

.flexibles .certs img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.flexibles .gallery {
    margin: 52px 0;
    position: relative
}

.flexibles .gallery:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: -52px;
    width: 40vw;
    height: calc(100% + 104px);
    background-color: #f7f7f7
}

.flexibles .gallery-slider {
    position: relative
}

.flexibles .gallery-slider>span {
    position: absolute;
    bottom: -52px;
    display: block;
    width: 24px;
    height: 62px;
    cursor: pointer
}

.flexibles .gallery-slider>span>svg {
    display: block;
    width: 100%
}

.flexibles .gallery-slider>span>svg>path {
    fill: #51A68E;
    transition: all .35s ease
}

.flexibles .gallery-slider>span.prev {
    left: 50%;
    transform: translateX(-50%)
}

.flexibles .gallery-slider>span.next {
    left: calc(50% + 39px);
    transform: scaleX(-1)
}

.flexibles .gallery-slider>span:hover>svg>path {
    fill: #1A3A66
}

.flexibles .gallery-slider>span.swiper-button-disabled>svg>path {
    fill: #ccc
}

.flexibles .gallery-slider .swiper-slide {
    padding: 10px
}

.flexibles .gallery-slider .swiper-slide>a,
.flexibles .gallery-slider .swiper-slide>span {
    display: block;
    overflow: hidden
}

.flexibles .gallery-slider .swiper-slide>a>img,
.flexibles .gallery-slider .swiper-slide>span>img {
    display: block;
    width: 100%;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .flexibles .gallery-slider .swiper-slide>a>img,
    .flexibles .gallery-slider .swiper-slide>span>img {
        transition: none
    }
}

.flexibles .gallery-slider .swiper-slide>a:hover>img {
    transform: scale(1.05)
}

.flexibles .schedule {
    display: flex;
    flex-flow: row wrap;
    color: #fff
}

.flexibles .schedule-box {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 767px) {
    .flexibles .schedule-box {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexibles .schedule-box {
        width: 50%
    }
}

.flexibles .schedule-box:nth-child(1) {
    background-color: #c99e9e
}

.flexibles .schedule-box:nth-child(2) {
    background-color: #b67e7e
}

.flexibles .schedule-box:nth-child(3) {
    background-color: #F2C230
}

.flexibles .schedule-box__top {
    padding: 35px 0;
    text-align: center
}

.flexibles .schedule-box__top>h3 {
    font-size: calc(1.39375rem + 1.725vw);
    font-weight: 600;
    margin-bottom: 25px
}

@media (min-width: 1200px) {
    .flexibles .schedule-box__top>h3 {
        font-size: 2.6875rem
    }
}

.flexibles .schedule-box__top>p {
    position: relative;
    font-size: calc(1.26875rem + .225vw);
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .flexibles .schedule-box__top>p {
        font-size: 1.4375rem
    }
}

.flexibles .schedule-box__top>p>span {
    position: relative;
    display: inline-block
}

.flexibles .schedule-box__top>p>span:before,
.flexibles .schedule-box__top>p>span:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    width: 35px;
    height: 2px;
    transform: translateY(-50%);
    background-color: #fff
}

.flexibles .schedule-box__top>p>span:before {
    left: -55px
}

.flexibles .schedule-box__top>p>span:after {
    right: -55px
}

.flexibles .schedule-box__content {
    padding-bottom: 35px
}

.flexibles .schedule-box__content>ul>li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #fff
}

.flexibles .schedule-box__content>ul>li:last-child {
    border-bottom: 0
}

.flexibles .schedule-box__content>ul>li>strong {
    width: 60px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600
}

.flexibles .schedule-box__content>ul>li>p {
    width: calc(100% - 80px)
}

.flexibles .schedule-box__content>p {
    padding: 10px 50px
}

.flexibles .schedule-box__bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 185px;
    border-top: 1px solid #51A68E
}

.flexibles .schedule-box__bottom.-has-navy-bg {
    color: #fff
}

.flexibles .schedule-box__bottom>h4 {
    padding: 10px 15px;
    font-size: calc(1.26875rem + .225vw);
    line-height: 1.25;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .flexibles .schedule-box__bottom>h4 {
        font-size: 1.4375rem
    }
}

.flexibles .schedule-box__bottom>p {
    padding: 10px 0;
    font-weight: 600
}

.flexibles .schedule.has--two--elems .schedule-box {
    width: 50%
}

.flexibles .schedule.has--one--elems .schedule-box {
    width: 75%
}

@media (max-width: 991px) {
    .flexibles .schedule.has--one--elems .schedule-box {
        width: 100%
    }
}

.flexibles .schedule-v2__header {
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    background-color: #51A68E
}

.flexibles .schedule-v2__header>h1,
.flexibles .schedule-v2__header>h2,
.flexibles .schedule-v2__header>h3,
.flexibles .schedule-v2__header>h4,
.flexibles .schedule-v2__header>h5,
.flexibles .schedule-v2__header>h6 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.flexibles .schedule-v2__rows {
    position: relative;
    padding: 100px 110px;
    padding-right: 95px;
    color: #003666;
    background-color: #F5F5F5;
    row-gap: 31px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .flexibles .schedule-v2__rows {
        padding: 50px 30px
    }
}

@media (max-width: 767px) {
    .flexibles .schedule-v2__rows {
        padding: 40px 20px
    }
}

.flexibles .schedule-v2__rows>img {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: .15;
    width: calc(35% + 15px);
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .flexibles .schedule-v2__rows>img {
        width: 75%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
}

.flexibles .schedule-v2__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #F2C230;
    padding: 30px 56px;
    padding-right: 40px;
    border-left: 4px solid #51A68E;
    position: relative;
}


.flexibles .schedule-v2__row .schedule-v2__row--number {
    width: 59px;
    height: 59px;
    background-color: #51A68E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    left: calc(-59px / 2);
    top: calc(50% - 59px / 2);
}

@media (max-width: 767px) {
    .flexibles .schedule-v2__row {
        flex-direction: column;
        padding-right: 15px;
        padding-left: calc(59px / 2 + 15px);
    }
}

.flexibles .schedule-v2__row--title {
    width: 35%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    color: #51A68E
}

@media (max-width: 767px) {
    .flexibles .schedule-v2__row--title {
        width: 100%
    }
}

.flexibles .schedule-v2__row--title>h1,
.flexibles .schedule-v2__row--title>h2,
.flexibles .schedule-v2__row--title>h3,
.flexibles .schedule-v2__row--title>h4,
.flexibles .schedule-v2__row--title>h5,
.flexibles .schedule-v2__row--title>h6 {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.flexibles .schedule-v2__row--title>span {
    position: relative;
    flex: 1;
    width: 2px;
    background-color: #51A68E
}

@media (max-width: 767px) {
    .flexibles .schedule-v2__row--title>span {
        flex: 0 0 30px
    }
}

.flexibles .schedule-v2__row--title>span:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 9px;
    transform: translateX(-50%);
    background: url("../svg/schedule-v2-arrow.svg") no-repeat center center
}

.flexibles .schedule-v2__row--schedule {
    width: 100%;
}

.flexibles .schedule-v2__row--schedule h3 {
    font-weight: 700;
    margin-bottom: 14px;
}

.flexibles .schedule-v2 .schedule-v2__rows .schedule-v2__row:last-child h3 {
    margin-bottom: 0;;
}

.flexibles .schedule-v2__row--schedule ul, .flexibles .schedule-v2__row--schedule p {
    line-height: 117%;
}

.flexibles .schedule-v2__row--schedule ul {

    list-style-type: none !important;
    padding: 6px 0;
    margin-left: 4px !important;
}

.flexibles .schedule-v2__row--schedule ul li {
    position: relative;
}

.flexibles .schedule-v2__row--schedule ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -14px;
    top: calc(50% - 6px / 2);
    background-color: #003666;
    position: absolute;
}

@media (max-width: 767px) {
    .flexibles .schedule-v2__row--schedule {
        width: 100%
    }
}

.flexibles .schedule-v2__row--schedule p {
    padding: 10px 0
}

.flexibles .schedule-v2__row:last-child .schedule-v2__row--title {
    padding-bottom: 0
}

.flexibles .schedule-v2__row:last-child .schedule-v2__row--title>h1,
.flexibles .schedule-v2__row:last-child .schedule-v2__row--title>h2,
.flexibles .schedule-v2__row:last-child .schedule-v2__row--title>h3,
.flexibles .schedule-v2__row:last-child .schedule-v2__row--title>h4,
.flexibles .schedule-v2__row:last-child .schedule-v2__row--title>h5,
.flexibles .schedule-v2__row:last-child .schedule-v2__row--title>h6 {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .flexibles .schedule-v2__row:last-child .schedule-v2__row--title>span {
        display: none
    }
}

.flexibles .banner img {
    display: block;
    width: 100%
}

.flexibles .navybar {
    padding: 15px 0;
    background: #F2C230;
}

#pytania .navybar {
    background: #51A68E;
}

@media (max-width: 991px) {
    .flexibles .navybar {
        padding: 45px 0
    }
}

.flexibles .navybar-inner {
    padding: 0 25px 0 0
}

@media (max-width: 991px) {
    .flexibles .navybar-inner {
        padding-right: 0
    }
}

.flexibles .navybar-top {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .flexibles .navybar-top {
        justify-content: center
    }
}

.flexibles .navybar-top>a,
.flexibles .navybar-top>span {
    display: inline-block
}

.flexibles .navybar-top img {
    display: block;
    max-width: 545px;
    width: 100%
}

.flexibles .navybar .s-header {
    padding: 0
}

.flexibles .navybar h1,
.flexibles .navybar h2,
.flexibles .navybar h3,
.flexibles .navybar h4,
.flexibles .navybar h5,
.flexibles .navybar h6 {
    color: #fff;
    line-height: 1.25;
    padding-bottom: 25px;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {

    .flexibles .navybar h1,
    .flexibles .navybar h2,
    .flexibles .navybar h3,
    .flexibles .navybar h4,
    .flexibles .navybar h5,
    .flexibles .navybar h6 {
        font-size: 2.25rem
    }
}

@media (max-width: 991px) {

    .flexibles .navybar h1,
    .flexibles .navybar h2,
    .flexibles .navybar h3,
    .flexibles .navybar h4,
    .flexibles .navybar h5,
    .flexibles .navybar h6 {
        margin-bottom: 25px;
        padding-bottom: 29px
    }
}

.flexibles .navybar h1:after,
.flexibles .navybar h2:after,
.flexibles .navybar h3:after,
.flexibles .navybar h4:after,
.flexibles .navybar h5:after,
.flexibles .navybar h6:after {
    bottom: auto;
    top: -40px
}

@media (max-width: 991px) {

    .flexibles .navybar h1:after,
    .flexibles .navybar h2:after,
    .flexibles .navybar h3:after,
    .flexibles .navybar h4:after,
    .flexibles .navybar h5:after,
    .flexibles .navybar h6:after {
        top: auto;
        bottom: 0
    }
}

.flexibles .navybar .button {
    font-size: calc(1.275rem + .3vw);
    padding: 9px 35px;
    text-transform: none
}

@media (min-width: 1200px) {
    .flexibles .navybar .button {
        font-size: 1.5rem
    }
}

.flexibles .navybar .button:hover {
    color: #fff;
    background-color: #1A3A66
}

.flexibles .s-bluebar {
    padding: 55px 0;
    color: #fff;
    background-color: #51A68E
}

@media (max-width: 991px) {
    .flexibles .s-bluebar {
        text-align: center
    }
}

.flexibles .s-bluebar__content>h1,
.flexibles .s-bluebar__content>h2,
.flexibles .s-bluebar__content>h3,
.flexibles .s-bluebar__content>h4,
.flexibles .s-bluebar__content>h5,
.flexibles .s-bluebar__content>h6 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500
}

.flexibles .s-bluebar__content>h1,
.flexibles .s-bluebar__content>h2,
.flexibles .s-bluebar__content>h3,
.flexibles .s-bluebar__content>h4,
.flexibles .s-bluebar__content>h5,
.flexibles .s-bluebar__content>h6 {
    font-size: 24px
}

@media screen and (min-width: 480px) {

    .flexibles .s-bluebar__content>h1,
    .flexibles .s-bluebar__content>h2,
    .flexibles .s-bluebar__content>h3,
    .flexibles .s-bluebar__content>h4,
    .flexibles .s-bluebar__content>h5,
    .flexibles .s-bluebar__content>h6 {
        font-size: calc(24px + 6 * ((100vw - 480px) / 750))
    }
}

@media screen and (min-width: 1230px) {

    .flexibles .s-bluebar__content>h1,
    .flexibles .s-bluebar__content>h2,
    .flexibles .s-bluebar__content>h3,
    .flexibles .s-bluebar__content>h4,
    .flexibles .s-bluebar__content>h5,
    .flexibles .s-bluebar__content>h6 {
        font-size: 30px
    }
}

.flexibles .s-bluebar__content>h1>strong,
.flexibles .s-bluebar__content>h2>strong,
.flexibles .s-bluebar__content>h3>strong,
.flexibles .s-bluebar__content>h4>strong,
.flexibles .s-bluebar__content>h5>strong,
.flexibles .s-bluebar__content>h6>strong {
    display: block;
    font-weight: 700
}

.flexibles .about-tabs__nav {
    color: #003666;
    border-bottom: 2px solid #D9D9D9
}

@media (max-width: 991px) {
    .flexibles .about-tabs__nav {
        text-align: center;
        border-bottom: 0
    }
}

.flexibles .about-tabs__nav>ul {
    display: flex;
    flex-flow: row wrap
}

@media (max-width: 575px) {
    .flexibles .about-tabs__nav>ul>li {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .flexibles .about-tabs__nav>ul>li {
        width: 50%
    }
}

.flexibles .about-tabs__nav>ul>li>a {
    position: relative;
    display: block;
    padding: 0 46px 15px 0
}

@media (max-width: 991px) {
    .flexibles .about-tabs__nav>ul>li>a {
        padding: 15px 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flexibles .about-tabs__nav>ul>li>a {
        padding: 0 30px 15px 0
    }
}

.flexibles .about-tabs__nav>ul>li>a:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: all .35s ease;
    background-color: #51A68E
}

@media (max-width: 991px) {
    .flexibles .about-tabs__nav>ul>li>a:after {
        display: none
    }
}

.flexibles .about-tabs__nav>ul>li>a.-is-active,
.flexibles .about-tabs__nav>ul>li>a:hover {
    color: #51A68E
}

.flexibles .about-tabs__nav>ul>li>a.-is-active:after,
.flexibles .about-tabs__nav>ul>li>a:hover:after {
    width: 100%;
    opacity: 1
}

@media (max-width: 991px) {

    .flexibles .about-tabs__nav>ul>li>a.-is-active,
    .flexibles .about-tabs__nav>ul>li>a:hover {
        color: #fff;
        background-color: #F2C230
    }
}

.flexibles .about-tabs__tabs {
    padding: 45px 0 0
}

.flexibles .about-tabs__tab {
    flex-flow: row wrap;
    justify-content: space-between;
    display: none
}

.flexibles .about-tabs__tab.-is-active {
    display: flex
}

.flexibles .about-tabs__tab-desc {
    width: calc(100% - 510px)
}

@media (max-width: 991px) {
    .flexibles .about-tabs__tab-desc {
        width: 100%;
        order: 2
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flexibles .about-tabs__tab-desc {
        width: calc(100% - 460px)
    }
}

.flexibles .about-tabs__tab-image {
    padding: 15px 0;
    width: 430px
}

@media (max-width: 991px) {
    .flexibles .about-tabs__tab-image {
        width: 100%;
        order: 1
    }
}

.flexibles .about-tabs__tab-image>div {
    position: relative
}

.flexibles .about-tabs__tab-image>div>div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 145px;
    height: 100%;
    background-color: #51A68E;
    opacity: .8;
}

.flexibles .about-tabs__tab-image>div>div>img {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%)
}

.flexibles .about-tabs__tab-image>div>img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1
}

.flexibles .about-tabs__dots {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.flexibles .about-tabs__dots>div:nth-child(1) {
    width: calc(100% - 510px)
}

@media (max-width: 991px) {
    .flexibles .about-tabs__dots>div:nth-child(1) {
        display: none
    }
}

.flexibles .about-tabs__dots>div:nth-child(2) {
    width: 430px;
    display: flex
}

@media (max-width: 991px) {
    .flexibles .about-tabs__dots>div:nth-child(2) {
        width: 100%;
        justify-content: center;
        margin-top: 30px
    }
}

.flexibles .about-tabs__dots>div a {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    margin-right: 10px;
    transition: all .35s ease;
    background-color: #003666
}

.flexibles .about-tabs__dots>div a:last-child {
    margin-right: 0
}

.flexibles .about-tabs__dots>div a:hover,
.flexibles .about-tabs__dots>div a.-is-active {
    background-color: #51A68E
}

.flexibles .about-tabs__dots>div a:hover {
    transform: scale(0.95)
}

.flexibles .s-types {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.flexibles .s-types:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7
}

.flexibles .types {
    padding: 25px 0;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.flexibles .types-box {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    text-align: center;
    box-shadow: 4px 4px 23px 0px rgba(0, 0, 0, 0.15)
}

@media (max-width: 991px) {
    .flexibles .types-box {
        width: 100%;
        margin-bottom: 75px
    }
}

.flexibles .types-box:last-child {
    margin-bottom: 0
}

.flexibles .types-box__image {
    position: relative;
    overflow: hidden;
    color: #fff
}

.flexibles .types-box__image a {
    display: block;
    overflow: hidden
}

.flexibles .types-box__image a:hover img {
    transform: scale(1.15)
}

.flexibles .types-box__image img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.flexibles .types-box__image h1,
.flexibles .types-box__image h2,
.flexibles .types-box__image h3,
.flexibles .types-box__image h4,
.flexibles .types-box__image h5,
.flexibles .types-box__image h6 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    font-size: 30px;
    transform: translateX(-50%) translateY(-50%);
    padding: 15px 30px;
    background-color: rgba(0, 54, 102, 0.85)
}

@media (max-width: 991px) {

    .flexibles .types-box__image h1,
    .flexibles .types-box__image h2,
    .flexibles .types-box__image h3,
    .flexibles .types-box__image h4,
    .flexibles .types-box__image h5,
    .flexibles .types-box__image h6 {
        font-size: 28px
    }
}

@media (max-width: 767px) {

    .flexibles .types-box__image h1,
    .flexibles .types-box__image h2,
    .flexibles .types-box__image h3,
    .flexibles .types-box__image h4,
    .flexibles .types-box__image h5,
    .flexibles .types-box__image h6 {
        font-size: 26px;
        width: 100%
    }
}

.flexibles .types-box__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.flexibles .types-box__desc {
    padding: 20px 20px 0
}

.flexibles .types-box__desc>p {
    padding: 15px 0 15px
}

.flexibles .types-box__button {
    margin-top: auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    transform: translateY(50%)
}

.flexibles .-has-red-bg {
    background-color: #F2C230
}

.flexibles .-has-brown-bg {
    background-color: #F2C230
}

.flexibles .-has-navy-bg {
    background-color: #003666
}

.flexibles .-has-navy-2-bg {
    background-color: #00417b
}

.flexibles .-has-navy-3-bg {
    background-color: #00284b
}

.flexibles .-has-white-text {
    color: #fff
}

.flexibles .-has-brown-bg:not(.button), .s-info .fluid .s-content .info.-has-white-text.-has-red-bg.info-4 .info-desc {
    color: #1A3A66 !important
}

.flexibles #tablepress-1 .td {
    border-top: 0px
}

.flexibles .tablepress tbody td {
    border-top: 0px !important
}

.bottom-logos {
    padding: 25px 0
}

.bottom-logos [class*='col-'] {
    padding: 15px
}

.bottom-logos a,
.bottom-logos span {
    display: block;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto
}

.bottom-logos a>img,
.bottom-logos span>img {
    display: block;
    width: 100%;
    transition: all .35s ease
}

.bottom-logos a:hover>img,
.bottom-logos span:hover>img {
    transform: scale(0.95)
}

.tablepress tbody td {
    border-top: 0 !important
}

/*# sourceMappingURL=style.css.map */

/* Poprawka relative na mobile .s */
@media (max-width: 991px) {
    .s {
        position: unset;
    }

    .flexibles .icon>img {
        margin-bottom: 0;
    }
}

* {
    scroll-margin-top: var(--dynamic-offset, 100px);
}