@import url(/local/templates/site/assets/fonts/Museo.ttf);
@import url(/local/templates/site/assets/fonts/ORANIENBAUM.TTF);
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap);

.social-icons {
    margin-bottom: -5px
}

.social-icons a svg {
    display: block;
    margin: 0 10px 10px 0
}

.social-icons a:after {
    display: none
}

.feedback-link {
    position: relative;
    display: none
}

.is-visible .feedback-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.is-single .feedback-link {
    margin-left: 0
}

@media (min-width:64em) {
    .feedback-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:43.75em) {
    .page-buttons {
        margin: 0 -20px
    }
}

@media (min-width:64em) {
    .page-buttons {
        width: 480px
    }
}

.page-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.error-page {
    margin: 0 auto;
    max-width: 1150px
}

.error-page__text {
    max-width: 440px
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    -webkit-transition: width .1s, opacity .4s;
    transition: width .1s, opacity .4s;
    background-color: #06445c;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    -webkit-transition: none;
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.color-black,
.color-primary-black {
    color: #06445c
}

.color-black-fill {
    color: #131313
}

.color-dark-fill {
    color: #37434c
}

.color-dark-gray {
    color: #697279
}

.color-noble-black {
    color: #3a3d3b
}

.color-disabled-gray {
    color: #9ba1a5
}

.color-gray {
    color: #cdd0d2
}

.color-dark {
    color: #697279
}

.color-pale-beige,
.color-pale-beige-light {
    color: #f8f8f8
}

.color-white {
    color: #fff
}

.color-kia-yellow {
    color: #ffec41
}

.color-red {
    color: #ea0029
}

.color-red-medium {
    color: #c72338
}

.color-green {
    color: #219653
}

.color-aqua {
    color: #4ba29a
}

.color-sky {
    color: #5892af
}

.color-orange {
    color: #f59000
}

.color-silver {
    color: #999
}

.color-bronze {
    color: #e65324
}

.color-platinum {
    color: #e0e0e0
}

.color-afternoon-yellow {
    color: #f3c300
}

.color-forest-green {
    color: #5d7d2b
}

.color-depth-blue {
    color: #0f1d28
}

.bg-black,
.bg-primary-black {
    background-color: #06445c
}

.bg-black:hover {
    background-color: #0a658a;
}

.bg-black-fill {
    background-color: #131313
}

.bg-dark-fill {
    background-color: #37434c
}

.bg-dark-gray {
    background-color: #697279
}

.bg-noble-black {
    background-color: #3a3d3b
}

.bg-disabled-gray {
    background-color: #9ba1a5
}

.bg-gray {
    background-color: #cdd0d2
}

.bg-dark {
    background-color: #697279
}

.bg-pale-beige,
.bg-pale-beige-light {
    background-color: #f8f8f8
}

.bg-fruits {
    background: url(../../../../../../upload/images/extr/img291.jpg) no-repeat;
    background-size: cover;
}

.bg-flowers {
    background: url(../../../../../../upload/images/extr/img4.jpg) no-repeat;
    background-size: cover;
}

.bg-white {
    background-color: #fff
}

.bg-kia-red {
    background-color: #bb162b
}

.bg-kia-yellow {
    background-color: #ffec41
}

.bg-red {
    background-color: #ea0029
}

.bg-red-medium {
    background-color: #c72338
}

.bg-green {
    background-color: #219653
}

.bg-aqua {
    background-color: #4ba29a
}

.bg-sky {
    background-color: #5892af
}

.bg-orange {
    background-color: #f59000
}

.bg-silver {
    background-color: #999
}

.bg-bronze {
    background-color: #e65324
}

.bg-platinum {
    background-color: #e0e0e0
}

.bg-afternoon-yellow {
    background-color: #f3c300
}

.bg-forest-green {
    background-color: #5d7d2b
}

.bg-depth-blue {
    background-color: #0f1d28
}

.hover:color-black:hover,
.hover:color-primary-black:hover {
    color: #06445c
}

.hover:color-black-fill:hover {
    color: #131313
}

.hover:color-dark-fill:hover {
    color: #37434c
}

.hover:color-dark-gray:hover {
    color: #697279
}

.hover:color-noble-black:hover {
    color: #3a3d3b
}

.hover:color-disabled-gray:hover {
    color: #9ba1a5
}

.hover:color-gray:hover {
    color: #cdd0d2
}

.hover:color-dark:hover {
    color: #697279
}

.hover:color-pale-beige-light:hover,
.hover:color-pale-beige:hover {
    color: #f8f8f8
}

.hover:color-white:hover {
    color: #fff
}

.hover:color-kia-red:hover {
    color: #bb162b
}

.hover:color-kia-yellow:hover {
    color: #ffec41
}

.hover:color-red:hover {
    color: #ea0029
}

.hover:color-red-medium:hover {
    color: #c72338
}

.hover:color-green:hover {
    color: #219653
}

.hover:color-aqua:hover {
    color: #4ba29a
}

.hover:color-sky:hover {
    color: #5892af
}

.hover:color-orange:hover {
    color: #f59000
}

.hover:color-silver:hover {
    color: #999
}

.hover:color-bronze:hover {
    color: #e65324
}

.hover:color-platinum:hover {
    color: #e0e0e0
}

.hover:color-afternoon-yellow:hover {
    color: #f3c300
}

.hover:color-forest-green:hover {
    color: #5d7d2b
}

.hover:color-depth-blue:hover {
    color: #0f1d28
}

.hover:bg-black:hover,
.hover:bg-primary-black:hover {
    background-color: #06445c
}

.hover:bg-black-fill:hover {
    background-color: #131313
}

.hover:bg-dark-fill:hover {
    background-color: #37434c
}

.hover:bg-dark-gray:hover {
    background-color: #697279
}

.hover:bg-noble-black:hover {
    background-color: #3a3d3b
}

.hover:bg-disabled-gray:hover {
    background-color: #9ba1a5
}

.hover:bg-gray:hover {
    background-color: #cdd0d2
}

.hover:bg-dark:hover {
    background-color: #697279
}

.hover:bg-pale-beige-light:hover,
.hover:bg-pale-beige:hover {
    background-color: #f8f8f8
}

.hover:bg-white:hover {
    background-color: #fff
}

.hover:bg-kia-red:hover {
    background-color: #bb162b
}

.hover:bg-kia-yellow:hover {
    background-color: #ffec41
}

.hover:bg-red:hover {
    background-color: #ea0029
}

.hover:bg-red-medium:hover {
    background-color: #c72338
}

.hover:bg-green:hover {
    background-color: #219653
}

.hover:bg-aqua:hover {
    background-color: #4ba29a
}

.hover:bg-sky:hover {
    background-color: #5892af
}

.hover:bg-orange:hover {
    background-color: #f59000
}

.hover:bg-silver:hover {
    background-color: #999
}

.hover:bg-bronze:hover {
    background-color: #e65324
}

.hover:bg-platinum:hover {
    background-color: #e0e0e0
}

.hover:bg-afternoon-yellow:hover {
    background-color: #f3c300
}

.hover:bg-forest-green:hover {
    background-color: #5d7d2b
}

.hover:bg-depth-blue:hover {
    background-color: #0f1d28
}

@media (min-width:23.4375em) {

    .mobile375\:color-black,
    .mobile375\:color-primary-black {
        color: #06445c
    }

    .mobile375\:color-black-fill {
        color: #131313
    }

    .mobile375\:color-dark-fill {
        color: #37434c
    }

    .mobile375\:color-dark-gray {
        color: #697279
    }

    .mobile375\:color-noble-black {
        color: #3a3d3b
    }

    .mobile375\:color-disabled-gray {
        color: #9ba1a5
    }

    .mobile375\:color-gray {
        color: #cdd0d2
    }

    .mobile375\:color-dark {
        color: #697279
    }

    .mobile375\:color-pale-beige,
    .mobile375\:color-pale-beige-light {
        color: #f8f8f8
    }

    .mobile375\:color-white {
        color: #fff
    }

    .mobile375\:color-kia-red {
        color: #bb162b
    }

    .mobile375\:color-kia-yellow {
        color: #ffec41
    }

    .mobile375\:color-red {
        color: #ea0029
    }

    .mobile375\:color-red-medium {
        color: #c72338
    }

    .mobile375\:color-green {
        color: #219653
    }

    .mobile375\:color-aqua {
        color: #4ba29a
    }

    .mobile375\:color-sky {
        color: #5892af
    }

    .mobile375\:color-orange {
        color: #f59000
    }

    .mobile375\:color-silver {
        color: #999
    }

    .mobile375\:color-bronze {
        color: #e65324
    }

    .mobile375\:color-platinum {
        color: #e0e0e0
    }

    .mobile375\:color-afternoon-yellow {
        color: #f3c300
    }

    .mobile375\:color-forest-green {
        color: #5d7d2b
    }

    .mobile375\:color-depth-blue {
        color: #0f1d28
    }

    .mobile375\:bg-black,
    .mobile375\:bg-primary-black {
        background-color: #06445c
    }

    .mobile375\:bg-black-fill {
        background-color: #131313
    }

    .mobile375\:bg-dark-fill {
        background-color: #37434c
    }

    .mobile375\:bg-dark-gray {
        background-color: #697279
    }

    .mobile375\:bg-noble-black {
        background-color: #3a3d3b
    }

    .mobile375\:bg-disabled-gray {
        background-color: #9ba1a5
    }

    .mobile375\:bg-gray {
        background-color: #cdd0d2
    }

    .mobile375\:bg-dark {
        background-color: #697279
    }

    .mobile375\:bg-pale-beige,
    .mobile375\:bg-pale-beige-light {
        background-color: #f8f8f8
    }

    .mobile375\:bg-white {
        background-color: #fff
    }

    .mobile375\:bg-kia-red {
        background-color: #bb162b
    }

    .mobile375\:bg-kia-yellow {
        background-color: #ffec41
    }

    .mobile375\:bg-red {
        background-color: #ea0029
    }

    .mobile375\:bg-red-medium {
        background-color: #c72338
    }

    .mobile375\:bg-green {
        background-color: #219653
    }

    .mobile375\:bg-aqua {
        background-color: #4ba29a
    }

    .mobile375\:bg-sky {
        background-color: #5892af
    }

    .mobile375\:bg-orange {
        background-color: #f59000
    }

    .mobile375\:bg-silver {
        background-color: #999
    }

    .mobile375\:bg-bronze {
        background-color: #e65324
    }

    .mobile375\:bg-platinum {
        background-color: #e0e0e0
    }

    .mobile375\:bg-afternoon-yellow {
        background-color: #f3c300
    }

    .mobile375\:bg-forest-green {
        background-color: #5d7d2b
    }

    .mobile375\:bg-depth-blue {
        background-color: #0f1d28
    }

    .mobile375\:hover:color-black:hover,
    .mobile375\:hover:color-primary-black:hover {
        color: #06445c
    }

    .mobile375\:hover:color-black-fill:hover {
        color: #131313
    }

    .mobile375\:hover:color-dark-fill:hover {
        color: #37434c
    }

    .mobile375\:hover:color-dark-gray:hover {
        color: #697279
    }

    .mobile375\:hover:color-noble-black:hover {
        color: #3a3d3b
    }

    .mobile375\:hover:color-disabled-gray:hover {
        color: #9ba1a5
    }

    .mobile375\:hover:color-gray:hover {
        color: #cdd0d2
    }

    .mobile375\:hover:color-dark:hover {
        color: #697279
    }

    .mobile375\:hover:color-pale-beige-light:hover,
    .mobile375\:hover:color-pale-beige:hover {
        color: #f8f8f8
    }

    .mobile375\:hover:color-white:hover {
        color: #fff
    }

    .mobile375\:hover:color-kia-red:hover {
        color: #bb162b
    }

    .mobile375\:hover:color-kia-yellow:hover {
        color: #ffec41
    }

    .mobile375\:hover:color-red:hover {
        color: #ea0029
    }

    .mobile375\:hover:color-red-medium:hover {
        color: #c72338
    }

    .mobile375\:hover:color-green:hover {
        color: #219653
    }

    .mobile375\:hover:color-aqua:hover {
        color: #4ba29a
    }

    .mobile375\:hover:color-sky:hover {
        color: #5892af
    }

    .mobile375\:hover:color-orange:hover {
        color: #f59000
    }

    .mobile375\:hover:color-silver:hover {
        color: #999
    }

    .mobile375\:hover:color-bronze:hover {
        color: #e65324
    }

    .mobile375\:hover:color-platinum:hover {
        color: #e0e0e0
    }

    .mobile375\:hover:color-afternoon-yellow:hover {
        color: #f3c300
    }

    .mobile375\:hover:color-forest-green:hover {
        color: #5d7d2b
    }

    .mobile375\:hover:color-depth-blue:hover {
        color: #0f1d28
    }

    .mobile375\:hover:bg-black:hover,
    .mobile375\:hover:bg-primary-black:hover {
        background-color: #06445c
    }

    .mobile375\:hover:bg-black-fill:hover {
        background-color: #131313
    }

    .mobile375\:hover:bg-dark-fill:hover {
        background-color: #37434c
    }

    .mobile375\:hover:bg-dark-gray:hover {
        background-color: #697279
    }

    .mobile375\:hover:bg-noble-black:hover {
        background-color: #3a3d3b
    }

    .mobile375\:hover:bg-disabled-gray:hover {
        background-color: #9ba1a5
    }

    .mobile375\:hover:bg-gray:hover {
        background-color: #cdd0d2
    }

    .mobile375\:hover:bg-dark:hover {
        background-color: #697279
    }

    .mobile375\:hover:bg-pale-beige-light:hover,
    .mobile375\:hover:bg-pale-beige:hover {
        background-color: #f8f8f8
    }

    .mobile375\:hover:bg-white:hover {
        background-color: #fff
    }

    .mobile375\:hover:bg-kia-red:hover {
        background-color: #bb162b
    }

    .mobile375\:hover:bg-kia-yellow:hover {
        background-color: #ffec41
    }

    .mobile375\:hover:bg-red:hover {
        background-color: #ea0029
    }

    .mobile375\:hover:bg-red-medium:hover {
        background-color: #c72338
    }

    .mobile375\:hover:bg-green:hover {
        background-color: #219653
    }

    .mobile375\:hover:bg-aqua:hover {
        background-color: #4ba29a
    }

    .mobile375\:hover:bg-sky:hover {
        background-color: #5892af
    }

    .mobile375\:hover:bg-orange:hover {
        background-color: #f59000
    }

    .mobile375\:hover:bg-silver:hover {
        background-color: #999
    }

    .mobile375\:hover:bg-bronze:hover {
        background-color: #e65324
    }

    .mobile375\:hover:bg-platinum:hover {
        background-color: #e0e0e0
    }

    .mobile375\:hover:bg-afternoon-yellow:hover {
        background-color: #f3c300
    }

    .mobile375\:hover:bg-forest-green:hover {
        background-color: #5d7d2b
    }

    .mobile375\:hover:bg-depth-blue:hover {
        background-color: #0f1d28
    }
}

@media (min-width:30em) {

    .mobile480\:color-black,
    .mobile480\:color-primary-black {
        color: #06445c
    }

    .mobile480\:color-black-fill {
        color: #131313
    }

    .mobile480\:color-dark-fill {
        color: #37434c
    }

    .mobile480\:color-dark-gray {
        color: #697279
    }

    .mobile480\:color-noble-black {
        color: #3a3d3b
    }

    .mobile480\:color-disabled-gray {
        color: #9ba1a5
    }

    .mobile480\:color-gray {
        color: #cdd0d2
    }

    .mobile480\:color-dark {
        color: #697279
    }

    .mobile480\:color-pale-beige,
    .mobile480\:color-pale-beige-light {
        color: #f8f8f8
    }

    .mobile480\:color-white {
        color: #fff
    }

    .mobile480\:color-kia-red {
        color: #bb162b
    }

    .mobile480\:color-kia-yellow {
        color: #ffec41
    }

    .mobile480\:color-red {
        color: #ea0029
    }

    .mobile480\:color-red-medium {
        color: #c72338
    }

    .mobile480\:color-green {
        color: #219653
    }

    .mobile480\:color-aqua {
        color: #4ba29a
    }

    .mobile480\:color-sky {
        color: #5892af
    }

    .mobile480\:color-orange {
        color: #f59000
    }

    .mobile480\:color-silver {
        color: #999
    }

    .mobile480\:color-bronze {
        color: #e65324
    }

    .mobile480\:color-platinum {
        color: #e0e0e0
    }

    .mobile480\:color-afternoon-yellow {
        color: #f3c300
    }

    .mobile480\:color-forest-green {
        color: #5d7d2b
    }

    .mobile480\:color-depth-blue {
        color: #0f1d28
    }

    .mobile480\:bg-black,
    .mobile480\:bg-primary-black {
        background-color: #06445c
    }

    .mobile480\:bg-black-fill {
        background-color: #131313
    }

    .mobile480\:bg-dark-fill {
        background-color: #37434c
    }

    .mobile480\:bg-dark-gray {
        background-color: #697279
    }

    .mobile480\:bg-noble-black {
        background-color: #3a3d3b
    }

    .mobile480\:bg-disabled-gray {
        background-color: #9ba1a5
    }

    .mobile480\:bg-gray {
        background-color: #cdd0d2
    }

    .mobile480\:bg-dark {
        background-color: #697279
    }

    .mobile480\:bg-pale-beige,
    .mobile480\:bg-pale-beige-light {
        background-color: #f8f8f8
    }

    .mobile480\:bg-white {
        background-color: #fff
    }

    .mobile480\:bg-kia-red {
        background-color: #bb162b
    }

    .mobile480\:bg-kia-yellow {
        background-color: #ffec41
    }

    .mobile480\:bg-red {
        background-color: #ea0029
    }

    .mobile480\:bg-red-medium {
        background-color: #c72338
    }

    .mobile480\:bg-green {
        background-color: #219653
    }

    .mobile480\:bg-aqua {
        background-color: #4ba29a
    }

    .mobile480\:bg-sky {
        background-color: #5892af
    }

    .mobile480\:bg-orange {
        background-color: #f59000
    }

    .mobile480\:bg-silver {
        background-color: #999
    }

    .mobile480\:bg-bronze {
        background-color: #e65324
    }

    .mobile480\:bg-platinum {
        background-color: #e0e0e0
    }

    .mobile480\:bg-afternoon-yellow {
        background-color: #f3c300
    }

    .mobile480\:bg-forest-green {
        background-color: #5d7d2b
    }

    .mobile480\:bg-depth-blue {
        background-color: #0f1d28
    }

    .mobile480\:hover:color-black:hover,
    .mobile480\:hover:color-primary-black:hover {
        color: #06445c
    }

    .mobile480\:hover:color-black-fill:hover {
        color: #131313
    }

    .mobile480\:hover:color-dark-fill:hover {
        color: #37434c
    }

    .mobile480\:hover:color-dark-gray:hover {
        color: #697279
    }

    .mobile480\:hover:color-noble-black:hover {
        color: #3a3d3b
    }

    .mobile480\:hover:color-disabled-gray:hover {
        color: #9ba1a5
    }

    .mobile480\:hover:color-gray:hover {
        color: #cdd0d2
    }

    .mobile480\:hover:color-dark:hover {
        color: #697279
    }

    .mobile480\:hover:color-pale-beige-light:hover,
    .mobile480\:hover:color-pale-beige:hover {
        color: #f8f8f8
    }

    .mobile480\:hover:color-white:hover {
        color: #fff
    }

    .mobile480\:hover:color-kia-red:hover {
        color: #bb162b
    }

    .mobile480\:hover:color-kia-yellow:hover {
        color: #ffec41
    }

    .mobile480\:hover:color-red:hover {
        color: #ea0029
    }

    .mobile480\:hover:color-red-medium:hover {
        color: #c72338
    }

    .mobile480\:hover:color-green:hover {
        color: #219653
    }

    .mobile480\:hover:color-aqua:hover {
        color: #4ba29a
    }

    .mobile480\:hover:color-sky:hover {
        color: #5892af
    }

    .mobile480\:hover:color-orange:hover {
        color: #f59000
    }

    .mobile480\:hover:color-silver:hover {
        color: #999
    }

    .mobile480\:hover:color-bronze:hover {
        color: #e65324
    }

    .mobile480\:hover:color-platinum:hover {
        color: #e0e0e0
    }

    .mobile480\:hover:color-afternoon-yellow:hover {
        color: #f3c300
    }

    .mobile480\:hover:color-forest-green:hover {
        color: #5d7d2b
    }

    .mobile480\:hover:color-depth-blue:hover {
        color: #0f1d28
    }

    .mobile480\:hover:bg-black:hover,
    .mobile480\:hover:bg-primary-black:hover {
        background-color: #06445c
    }

    .mobile480\:hover:bg-black-fill:hover {
        background-color: #131313
    }

    .mobile480\:hover:bg-dark-fill:hover {
        background-color: #37434c
    }

    .mobile480\:hover:bg-dark-gray:hover {
        background-color: #697279
    }

    .mobile480\:hover:bg-noble-black:hover {
        background-color: #3a3d3b
    }

    .mobile480\:hover:bg-disabled-gray:hover {
        background-color: #9ba1a5
    }

    .mobile480\:hover:bg-gray:hover {
        background-color: #cdd0d2
    }

    .mobile480\:hover:bg-dark:hover {
        background-color: #697279
    }

    .mobile480\:hover:bg-pale-beige-light:hover,
    .mobile480\:hover:bg-pale-beige:hover {
        background-color: #f8f8f8
    }

    .mobile480\:hover:bg-white:hover {
        background-color: #fff
    }

    .mobile480\:hover:bg-kia-red:hover {
        background-color: #bb162b
    }

    .mobile480\:hover:bg-kia-yellow:hover {
        background-color: #ffec41
    }

    .mobile480\:hover:bg-red:hover {
        background-color: #ea0029
    }

    .mobile480\:hover:bg-red-medium:hover {
        background-color: #c72338
    }

    .mobile480\:hover:bg-green:hover {
        background-color: #219653
    }

    .mobile480\:hover:bg-aqua:hover {
        background-color: #4ba29a
    }

    .mobile480\:hover:bg-sky:hover {
        background-color: #5892af
    }

    .mobile480\:hover:bg-orange:hover {
        background-color: #f59000
    }

    .mobile480\:hover:bg-silver:hover {
        background-color: #999
    }

    .mobile480\:hover:bg-bronze:hover {
        background-color: #e65324
    }

    .mobile480\:hover:bg-platinum:hover {
        background-color: #e0e0e0
    }

    .mobile480\:hover:bg-afternoon-yellow:hover {
        background-color: #f3c300
    }

    .mobile480\:hover:bg-forest-green:hover {
        background-color: #5d7d2b
    }

    .mobile480\:hover:bg-depth-blue:hover {
        background-color: #0f1d28
    }
}

@media (min-width:43.75em) {

    .tablet\:color-black,
    .tablet\:color-primary-black {
        color: #06445c
    }

    .tablet\:color-black-fill {
        color: #131313
    }

    .tablet\:color-dark-fill {
        color: #37434c
    }

    .tablet\:color-dark-gray {
        color: #697279
    }

    .tablet\:color-noble-black {
        color: #3a3d3b
    }

    .tablet\:color-disabled-gray {
        color: #9ba1a5
    }

    .tablet\:color-gray {
        color: #cdd0d2
    }

    .tablet\:color-dark {
        color: #697279
    }

    .tablet\:color-pale-beige,
    .tablet\:color-pale-beige-light {
        color: #f8f8f8
    }

    .tablet\:color-white {
        color: #fff
    }

    .tablet\:color-kia-red {
        color: #bb162b
    }

    .tablet\:color-kia-yellow {
        color: #ffec41
    }

    .tablet\:color-red {
        color: #ea0029
    }

    .tablet\:color-red-medium {
        color: #c72338
    }

    .tablet\:color-green {
        color: #219653
    }

    .tablet\:color-aqua {
        color: #4ba29a
    }

    .tablet\:color-sky {
        color: #5892af
    }

    .tablet\:color-orange {
        color: #f59000
    }

    .tablet\:color-silver {
        color: #999
    }

    .tablet\:color-bronze {
        color: #e65324
    }

    .tablet\:color-platinum {
        color: #e0e0e0
    }

    .tablet\:color-afternoon-yellow {
        color: #f3c300
    }

    .tablet\:color-forest-green {
        color: #5d7d2b
    }

    .tablet\:color-depth-blue {
        color: #0f1d28
    }

    .tablet\:bg-black,
    .tablet\:bg-primary-black {
        background-color: #06445c
    }

    .tablet\:bg-black-fill {
        background-color: #131313
    }

    .tablet\:bg-dark-fill {
        background-color: #37434c
    }

    .tablet\:bg-dark-gray {
        background-color: #697279
    }

    .tablet\:bg-noble-black {
        background-color: #3a3d3b
    }

    .tablet\:bg-disabled-gray {
        background-color: #9ba1a5
    }

    .tablet\:bg-gray {
        background-color: #cdd0d2
    }

    .tablet\:bg-dark {
        background-color: #697279
    }

    .tablet\:bg-pale-beige,
    .tablet\:bg-pale-beige-light {
        background-color: #f8f8f8
    }

    .tablet\:bg-white {
        background-color: #fff
    }

    .tablet\:bg-kia-red {
        background-color: #bb162b
    }

    .tablet\:bg-kia-yellow {
        background-color: #ffec41
    }

    .tablet\:bg-red {
        background-color: #ea0029
    }

    .tablet\:bg-red-medium {
        background-color: #c72338
    }

    .tablet\:bg-green {
        background-color: #219653
    }

    .tablet\:bg-aqua {
        background-color: #4ba29a
    }

    .tablet\:bg-sky {
        background-color: #5892af
    }

    .tablet\:bg-orange {
        background-color: #f59000
    }

    .tablet\:bg-silver {
        background-color: #999
    }

    .tablet\:bg-bronze {
        background-color: #e65324
    }

    .tablet\:bg-platinum {
        background-color: #e0e0e0
    }

    .tablet\:bg-afternoon-yellow {
        background-color: #f3c300
    }

    .tablet\:bg-forest-green {
        background-color: #5d7d2b
    }

    .tablet\:bg-depth-blue {
        background-color: #0f1d28
    }

    .tablet\:hover:color-black:hover,
    .tablet\:hover:color-primary-black:hover {
        color: #06445c
    }

    .tablet\:hover:color-black-fill:hover {
        color: #131313
    }

    .tablet\:hover:color-dark-fill:hover {
        color: #37434c
    }

    .tablet\:hover:color-dark-gray:hover {
        color: #697279
    }

    .tablet\:hover:color-noble-black:hover {
        color: #3a3d3b
    }

    .tablet\:hover:color-disabled-gray:hover {
        color: #9ba1a5
    }

    .tablet\:hover:color-gray:hover {
        color: #cdd0d2
    }

    .tablet\:hover:color-dark:hover {
        color: #697279
    }

    .tablet\:hover:color-pale-beige-light:hover,
    .tablet\:hover:color-pale-beige:hover {
        color: #f8f8f8
    }

    .tablet\:hover:color-white:hover {
        color: #fff
    }

    .tablet\:hover:color-kia-red:hover {
        color: #bb162b
    }

    .tablet\:hover:color-kia-yellow:hover {
        color: #ffec41
    }

    .tablet\:hover:color-red:hover {
        color: #ea0029
    }

    .tablet\:hover:color-red-medium:hover {
        color: #c72338
    }

    .tablet\:hover:color-green:hover {
        color: #219653
    }

    .tablet\:hover:color-aqua:hover {
        color: #4ba29a
    }

    .tablet\:hover:color-sky:hover {
        color: #5892af
    }

    .tablet\:hover:color-orange:hover {
        color: #f59000
    }

    .tablet\:hover:color-silver:hover {
        color: #999
    }

    .tablet\:hover:color-bronze:hover {
        color: #e65324
    }

    .tablet\:hover:color-platinum:hover {
        color: #e0e0e0
    }

    .tablet\:hover:color-afternoon-yellow:hover {
        color: #f3c300
    }

    .tablet\:hover:color-forest-green:hover {
        color: #5d7d2b
    }

    .tablet\:hover:color-depth-blue:hover {
        color: #0f1d28
    }

    .tablet\:hover:bg-black:hover,
    .tablet\:hover:bg-primary-black:hover {
        background-color: #06445c
    }

    .tablet\:hover:bg-black-fill:hover {
        background-color: #131313
    }

    .tablet\:hover:bg-dark-fill:hover {
        background-color: #37434c
    }

    .tablet\:hover:bg-dark-gray:hover {
        background-color: #697279
    }

    .tablet\:hover:bg-noble-black:hover {
        background-color: #3a3d3b
    }

    .tablet\:hover:bg-disabled-gray:hover {
        background-color: #9ba1a5
    }

    .tablet\:hover:bg-gray:hover {
        background-color: #cdd0d2
    }

    .tablet\:hover:bg-dark:hover {
        background-color: #697279
    }

    .tablet\:hover:bg-pale-beige-light:hover,
    .tablet\:hover:bg-pale-beige:hover {
        background-color: #f8f8f8
    }

    .tablet\:hover:bg-white:hover {
        background-color: #fff
    }

    .tablet\:hover:bg-kia-red:hover {
        background-color: #bb162b
    }

    .tablet\:hover:bg-kia-yellow:hover {
        background-color: #ffec41
    }

    .tablet\:hover:bg-red:hover {
        background-color: #ea0029
    }

    .tablet\:hover:bg-red-medium:hover {
        background-color: #c72338
    }

    .tablet\:hover:bg-green:hover {
        background-color: #219653
    }

    .tablet\:hover:bg-aqua:hover {
        background-color: #4ba29a
    }

    .tablet\:hover:bg-sky:hover {
        background-color: #5892af
    }

    .tablet\:hover:bg-orange:hover {
        background-color: #f59000
    }

    .tablet\:hover:bg-silver:hover {
        background-color: #999
    }

    .tablet\:hover:bg-bronze:hover {
        background-color: #e65324
    }

    .tablet\:hover:bg-platinum:hover {
        background-color: #e0e0e0
    }

    .tablet\:hover:bg-afternoon-yellow:hover {
        background-color: #f3c300
    }

    .tablet\:hover:bg-forest-green:hover {
        background-color: #5d7d2b
    }

    .tablet\:hover:bg-depth-blue:hover {
        background-color: #0f1d28
    }
}

@media (min-width:64em) {

    .desktop\:color-black,
    .desktop\:color-primary-black {
        color: #06445c
    }

    .desktop\:color-black-fill {
        color: #131313
    }

    .desktop\:color-dark-fill {
        color: #37434c
    }

    .desktop\:color-dark-gray {
        color: #697279
    }

    .desktop\:color-noble-black {
        color: #3a3d3b
    }

    .desktop\:color-disabled-gray {
        color: #9ba1a5
    }

    .desktop\:color-gray {
        color: #cdd0d2
    }

    .desktop\:color-dark {
        color: #697279
    }

    .desktop\:color-pale-beige,
    .desktop\:color-pale-beige-light {
        color: #f8f8f8
    }

    .desktop\:color-white {
        color: #fff
    }

    .desktop\:color-kia-red {
        color: #bb162b
    }

    .desktop\:color-kia-yellow {
        color: #ffec41
    }

    .desktop\:color-red {
        color: #ea0029
    }

    .desktop\:color-red-medium {
        color: #c72338
    }

    .desktop\:color-green {
        color: #219653
    }

    .desktop\:color-aqua {
        color: #4ba29a
    }

    .desktop\:color-sky {
        color: #5892af
    }

    .desktop\:color-orange {
        color: #f59000
    }

    .desktop\:color-silver {
        color: #999
    }

    .desktop\:color-bronze {
        color: #e65324
    }

    .desktop\:color-platinum {
        color: #e0e0e0
    }

    .desktop\:color-afternoon-yellow {
        color: #f3c300
    }

    .desktop\:color-forest-green {
        color: #5d7d2b
    }

    .desktop\:color-depth-blue {
        color: #0f1d28
    }

    .desktop\:bg-black,
    .desktop\:bg-primary-black {
        background-color: #06445c
    }

    .desktop\:bg-black-fill {
        background-color: #131313
    }

    .desktop\:bg-dark-fill {
        background-color: #37434c
    }

    .desktop\:bg-dark-gray {
        background-color: #697279
    }

    .desktop\:bg-noble-black {
        background-color: #3a3d3b
    }

    .desktop\:bg-disabled-gray {
        background-color: #9ba1a5
    }

    .desktop\:bg-gray {
        background-color: #cdd0d2
    }

    .desktop\:bg-dark {
        background-color: #697279
    }

    .desktop\:bg-pale-beige,
    .desktop\:bg-pale-beige-light {
        background-color: #f8f8f8
    }

    .desktop\:bg-white {
        background-color: #fff
    }

    .desktop\:bg-kia-red {
        background-color: #bb162b
    }

    .desktop\:bg-kia-yellow {
        background-color: #ffec41
    }

    .desktop\:bg-red {
        background-color: #ea0029
    }

    .desktop\:bg-red-medium {
        background-color: #c72338
    }

    .desktop\:bg-green {
        background-color: #219653
    }

    .desktop\:bg-aqua {
        background-color: #4ba29a
    }

    .desktop\:bg-sky {
        background-color: #5892af
    }

    .desktop\:bg-orange {
        background-color: #f59000
    }

    .desktop\:bg-silver {
        background-color: #999
    }

    .desktop\:bg-bronze {
        background-color: #e65324
    }

    .desktop\:bg-platinum {
        background-color: #e0e0e0
    }

    .desktop\:bg-afternoon-yellow {
        background-color: #f3c300
    }

    .desktop\:bg-forest-green {
        background-color: #5d7d2b
    }

    .desktop\:bg-depth-blue {
        background-color: #0f1d28
    }

    .desktop\:hover:color-black:hover,
    .desktop\:hover:color-primary-black:hover {
        color: #06445c
    }

    .desktop\:hover:color-black-fill:hover {
        color: #131313
    }

    .desktop\:hover:color-dark-fill:hover {
        color: #37434c
    }

    .desktop\:hover:color-dark-gray:hover {
        color: #697279
    }

    .desktop\:hover:color-noble-black:hover {
        color: #3a3d3b
    }

    .desktop\:hover:color-disabled-gray:hover {
        color: #9ba1a5
    }

    .desktop\:hover:color-gray:hover {
        color: #cdd0d2
    }

    .desktop\:hover:color-dark:hover {
        color: #697279
    }

    .desktop\:hover:color-pale-beige-light:hover,
    .desktop\:hover:color-pale-beige:hover {
        color: #f8f8f8
    }

    .desktop\:hover:color-white:hover {
        color: #fff
    }

    .desktop\:hover:color-kia-red:hover {
        color: #bb162b
    }

    .desktop\:hover:color-kia-yellow:hover {
        color: #ffec41
    }

    .desktop\:hover:color-red:hover {
        color: #ea0029
    }

    .desktop\:hover:color-red-medium:hover {
        color: #c72338
    }

    .desktop\:hover:color-green:hover {
        color: #219653
    }

    .desktop\:hover:color-aqua:hover {
        color: #4ba29a
    }

    .desktop\:hover:color-sky:hover {
        color: #5892af
    }

    .desktop\:hover:color-orange:hover {
        color: #f59000
    }

    .desktop\:hover:color-silver:hover {
        color: #999
    }

    .desktop\:hover:color-bronze:hover {
        color: #e65324
    }

    .desktop\:hover:color-platinum:hover {
        color: #e0e0e0
    }

    .desktop\:hover:color-afternoon-yellow:hover {
        color: #f3c300
    }

    .desktop\:hover:color-forest-green:hover {
        color: #5d7d2b
    }

    .desktop\:hover:color-depth-blue:hover {
        color: #0f1d28
    }

    .desktop\:hover:bg-black:hover,
    .desktop\:hover:bg-primary-black:hover {
        background-color: #06445c
    }

    .desktop\:hover:bg-black-fill:hover {
        background-color: #131313
    }

    .desktop\:hover:bg-dark-fill:hover {
        background-color: #37434c
    }

    .desktop\:hover:bg-dark-gray:hover {
        background-color: #697279
    }

    .desktop\:hover:bg-noble-black:hover {
        background-color: #3a3d3b
    }

    .desktop\:hover:bg-disabled-gray:hover {
        background-color: #9ba1a5
    }

    .desktop\:hover:bg-gray:hover {
        background-color: #cdd0d2
    }

    .desktop\:hover:bg-dark:hover {
        background-color: #697279
    }

    .desktop\:hover:bg-pale-beige-light:hover,
    .desktop\:hover:bg-pale-beige:hover {
        background-color: #f8f8f8
    }

    .desktop\:hover:bg-white:hover {
        background-color: #fff
    }

    .desktop\:hover:bg-kia-red:hover {
        background-color: #bb162b
    }

    .desktop\:hover:bg-kia-yellow:hover {
        background-color: #ffec41
    }

    .desktop\:hover:bg-red:hover {
        background-color: #ea0029
    }

    .desktop\:hover:bg-red-medium:hover {
        background-color: #c72338
    }

    .desktop\:hover:bg-green:hover {
        background-color: #219653
    }

    .desktop\:hover:bg-aqua:hover {
        background-color: #4ba29a
    }

    .desktop\:hover:bg-sky:hover {
        background-color: #5892af
    }

    .desktop\:hover:bg-orange:hover {
        background-color: #f59000
    }

    .desktop\:hover:bg-silver:hover {
        background-color: #999
    }

    .desktop\:hover:bg-bronze:hover {
        background-color: #e65324
    }

    .desktop\:hover:bg-platinum:hover {
        background-color: #e0e0e0
    }

    .desktop\:hover:bg-afternoon-yellow:hover {
        background-color: #f3c300
    }

    .desktop\:hover:bg-forest-green:hover {
        background-color: #5d7d2b
    }

    .desktop\:hover:bg-depth-blue:hover {
        background-color: #0f1d28
    }
}

@media (min-width:80em) {

    .desktop1440\:color-black,
    .desktop1440\:color-primary-black {
        color: #06445c
    }

    .desktop1440\:color-black-fill {
        color: #131313
    }

    .desktop1440\:color-dark-fill {
        color: #37434c
    }

    .desktop1440\:color-dark-gray {
        color: #697279
    }

    .desktop1440\:color-noble-black {
        color: #3a3d3b
    }

    .desktop1440\:color-disabled-gray {
        color: #9ba1a5
    }

    .desktop1440\:color-gray {
        color: #cdd0d2
    }

    .desktop1440\:color-dark {
        color: #697279
    }

    .desktop1440\:color-pale-beige,
    .desktop1440\:color-pale-beige-light {
        color: #f8f8f8
    }

    .desktop1440\:color-white {
        color: #fff
    }

    .desktop1440\:color-kia-red {
        color: #bb162b
    }

    .desktop1440\:color-kia-yellow {
        color: #ffec41
    }

    .desktop1440\:color-red {
        color: #ea0029
    }

    .desktop1440\:color-red-medium {
        color: #c72338
    }

    .desktop1440\:color-green {
        color: #219653
    }

    .desktop1440\:color-aqua {
        color: #4ba29a
    }

    .desktop1440\:color-sky {
        color: #5892af
    }

    .desktop1440\:color-orange {
        color: #f59000
    }

    .desktop1440\:color-silver {
        color: #999
    }

    .desktop1440\:color-bronze {
        color: #e65324
    }

    .desktop1440\:color-platinum {
        color: #e0e0e0
    }

    .desktop1440\:color-afternoon-yellow {
        color: #f3c300
    }

    .desktop1440\:color-forest-green {
        color: #5d7d2b
    }

    .desktop1440\:color-depth-blue {
        color: #0f1d28
    }

    .desktop1440\:bg-black,
    .desktop1440\:bg-primary-black {
        background-color: #06445c
    }

    .desktop1440\:bg-black-fill {
        background-color: #131313
    }

    .desktop1440\:bg-dark-fill {
        background-color: #37434c
    }

    .desktop1440\:bg-dark-gray {
        background-color: #697279
    }

    .desktop1440\:bg-noble-black {
        background-color: #3a3d3b
    }

    .desktop1440\:bg-disabled-gray {
        background-color: #9ba1a5
    }

    .desktop1440\:bg-gray {
        background-color: #cdd0d2
    }

    .desktop1440\:bg-dark {
        background-color: #697279
    }

    .desktop1440\:bg-pale-beige,
    .desktop1440\:bg-pale-beige-light {
        background-color: #f8f8f8
    }

    .desktop1440\:bg-white {
        background-color: #fff
    }

    .desktop1440\:bg-kia-red {
        background-color: #bb162b
    }

    .desktop1440\:bg-kia-yellow {
        background-color: #ffec41
    }

    .desktop1440\:bg-red {
        background-color: #ea0029
    }

    .desktop1440\:bg-red-medium {
        background-color: #c72338
    }

    .desktop1440\:bg-green {
        background-color: #219653
    }

    .desktop1440\:bg-aqua {
        background-color: #4ba29a
    }

    .desktop1440\:bg-sky {
        background-color: #5892af
    }

    .desktop1440\:bg-orange {
        background-color: #f59000
    }

    .desktop1440\:bg-silver {
        background-color: #999
    }

    .desktop1440\:bg-bronze {
        background-color: #e65324
    }

    .desktop1440\:bg-platinum {
        background-color: #e0e0e0
    }

    .desktop1440\:bg-afternoon-yellow {
        background-color: #f3c300
    }

    .desktop1440\:bg-forest-green {
        background-color: #5d7d2b
    }

    .desktop1440\:bg-depth-blue {
        background-color: #0f1d28
    }

    .desktop1440\:hover:color-black:hover,
    .desktop1440\:hover:color-primary-black:hover {
        color: #06445c
    }

    .desktop1440\:hover:color-black-fill:hover {
        color: #131313
    }

    .desktop1440\:hover:color-dark-fill:hover {
        color: #37434c
    }

    .desktop1440\:hover:color-dark-gray:hover {
        color: #697279
    }

    .desktop1440\:hover:color-noble-black:hover {
        color: #3a3d3b
    }

    .desktop1440\:hover:color-disabled-gray:hover {
        color: #9ba1a5
    }

    .desktop1440\:hover:color-gray:hover {
        color: #cdd0d2
    }

    .desktop1440\:hover:color-dark:hover {
        color: #697279
    }

    .desktop1440\:hover:color-pale-beige-light:hover,
    .desktop1440\:hover:color-pale-beige:hover {
        color: #f8f8f8
    }

    .desktop1440\:hover:color-white:hover {
        color: #fff
    }

    .desktop1440\:hover:color-kia-red:hover {
        color: #bb162b
    }

    .desktop1440\:hover:color-kia-yellow:hover {
        color: #ffec41
    }

    .desktop1440\:hover:color-red:hover {
        color: #ea0029
    }

    .desktop1440\:hover:color-red-medium:hover {
        color: #c72338
    }

    .desktop1440\:hover:color-green:hover {
        color: #219653
    }

    .desktop1440\:hover:color-aqua:hover {
        color: #4ba29a
    }

    .desktop1440\:hover:color-sky:hover {
        color: #5892af
    }

    .desktop1440\:hover:color-orange:hover {
        color: #f59000
    }

    .desktop1440\:hover:color-silver:hover {
        color: #999
    }

    .desktop1440\:hover:color-bronze:hover {
        color: #e65324
    }

    .desktop1440\:hover:color-platinum:hover {
        color: #e0e0e0
    }

    .desktop1440\:hover:color-afternoon-yellow:hover {
        color: #f3c300
    }

    .desktop1440\:hover:color-forest-green:hover {
        color: #5d7d2b
    }

    .desktop1440\:hover:color-depth-blue:hover {
        color: #0f1d28
    }

    .desktop1440\:hover:bg-black:hover,
    .desktop1440\:hover:bg-primary-black:hover {
        background-color: #06445c
    }

    .desktop1440\:hover:bg-black-fill:hover {
        background-color: #131313
    }

    .desktop1440\:hover:bg-dark-fill:hover {
        background-color: #37434c
    }

    .desktop1440\:hover:bg-dark-gray:hover {
        background-color: #697279
    }

    .desktop1440\:hover:bg-noble-black:hover {
        background-color: #3a3d3b
    }

    .desktop1440\:hover:bg-disabled-gray:hover {
        background-color: #9ba1a5
    }

    .desktop1440\:hover:bg-gray:hover {
        background-color: #cdd0d2
    }

    .desktop1440\:hover:bg-dark:hover {
        background-color: #697279
    }

    .desktop1440\:hover:bg-pale-beige-light:hover,
    .desktop1440\:hover:bg-pale-beige:hover {
        background-color: #f8f8f8
    }

    .desktop1440\:hover:bg-white:hover {
        background-color: #fff
    }

    .desktop1440\:hover:bg-kia-red:hover {
        background-color: #bb162b
    }

    .desktop1440\:hover:bg-kia-yellow:hover {
        background-color: #ffec41
    }

    .desktop1440\:hover:bg-red:hover {
        background-color: #ea0029
    }

    .desktop1440\:hover:bg-red-medium:hover {
        background-color: #c72338
    }

    .desktop1440\:hover:bg-green:hover {
        background-color: #219653
    }

    .desktop1440\:hover:bg-aqua:hover {
        background-color: #4ba29a
    }

    .desktop1440\:hover:bg-sky:hover {
        background-color: #5892af
    }

    .desktop1440\:hover:bg-orange:hover {
        background-color: #f59000
    }

    .desktop1440\:hover:bg-silver:hover {
        background-color: #999
    }

    .desktop1440\:hover:bg-bronze:hover {
        background-color: #e65324
    }

    .desktop1440\:hover:bg-platinum:hover {
        background-color: #e0e0e0
    }

    .desktop1440\:hover:bg-afternoon-yellow:hover {
        background-color: #f3c300
    }

    .desktop1440\:hover:bg-forest-green:hover {
        background-color: #5d7d2b
    }

    .desktop1440\:hover:bg-depth-blue:hover {
        background-color: #0f1d28
    }
}

@media (min-width:100em) {

    .desktop1920\:color-black,
    .desktop1920\:color-primary-black {
        color: #06445c
    }

    .desktop1920\:color-black-fill {
        color: #131313
    }

    .desktop1920\:color-dark-fill {
        color: #37434c
    }

    .desktop1920\:color-dark-gray {
        color: #697279
    }

    .desktop1920\:color-noble-black {
        color: #3a3d3b
    }

    .desktop1920\:color-disabled-gray {
        color: #9ba1a5
    }

    .desktop1920\:color-gray {
        color: #cdd0d2
    }

    .desktop1920\:color-dark {
        color: #697279
    }

    .desktop1920\:color-pale-beige,
    .desktop1920\:color-pale-beige-light {
        color: #f8f8f8
    }

    .desktop1920\:color-white {
        color: #fff
    }

    .desktop1920\:color-kia-red {
        color: #bb162b
    }

    .desktop1920\:color-kia-yellow {
        color: #ffec41
    }

    .desktop1920\:color-red {
        color: #ea0029
    }

    .desktop1920\:color-red-medium {
        color: #c72338
    }

    .desktop1920\:color-green {
        color: #219653
    }

    .desktop1920\:color-aqua {
        color: #4ba29a
    }

    .desktop1920\:color-sky {
        color: #5892af
    }

    .desktop1920\:color-orange {
        color: #f59000
    }

    .desktop1920\:color-silver {
        color: #999
    }

    .desktop1920\:color-bronze {
        color: #e65324
    }

    .desktop1920\:color-platinum {
        color: #e0e0e0
    }

    .desktop1920\:color-afternoon-yellow {
        color: #f3c300
    }

    .desktop1920\:color-forest-green {
        color: #5d7d2b
    }

    .desktop1920\:color-depth-blue {
        color: #0f1d28
    }

    .desktop1920\:bg-black,
    .desktop1920\:bg-primary-black {
        background-color: #06445c
    }

    .desktop1920\:bg-black-fill {
        background-color: #131313
    }

    .desktop1920\:bg-dark-fill {
        background-color: #37434c
    }

    .desktop1920\:bg-dark-gray {
        background-color: #697279
    }

    .desktop1920\:bg-noble-black {
        background-color: #3a3d3b
    }

    .desktop1920\:bg-disabled-gray {
        background-color: #9ba1a5
    }

    .desktop1920\:bg-gray {
        background-color: #cdd0d2
    }

    .desktop1920\:bg-dark {
        background-color: #697279
    }

    .desktop1920\:bg-pale-beige,
    .desktop1920\:bg-pale-beige-light {
        background-color: #f8f8f8
    }

    .desktop1920\:bg-white {
        background-color: #fff
    }

    .desktop1920\:bg-kia-red {
        background-color: #bb162b
    }

    .desktop1920\:bg-kia-yellow {
        background-color: #ffec41
    }

    .desktop1920\:bg-red {
        background-color: #ea0029
    }

    .desktop1920\:bg-red-medium {
        background-color: #c72338
    }

    .desktop1920\:bg-green {
        background-color: #219653
    }

    .desktop1920\:bg-aqua {
        background-color: #4ba29a
    }

    .desktop1920\:bg-sky {
        background-color: #5892af
    }

    .desktop1920\:bg-orange {
        background-color: #f59000
    }

    .desktop1920\:bg-silver {
        background-color: #999
    }

    .desktop1920\:bg-bronze {
        background-color: #e65324
    }

    .desktop1920\:bg-platinum {
        background-color: #e0e0e0
    }

    .desktop1920\:bg-afternoon-yellow {
        background-color: #f3c300
    }

    .desktop1920\:bg-forest-green {
        background-color: #5d7d2b
    }

    .desktop1920\:bg-depth-blue {
        background-color: #0f1d28
    }

    .desktop1920\:hover:color-black:hover,
    .desktop1920\:hover:color-primary-black:hover {
        color: #06445c
    }

    .desktop1920\:hover:color-black-fill:hover {
        color: #131313
    }

    .desktop1920\:hover:color-dark-fill:hover {
        color: #37434c
    }

    .desktop1920\:hover:color-dark-gray:hover {
        color: #697279
    }

    .desktop1920\:hover:color-noble-black:hover {
        color: #3a3d3b
    }

    .desktop1920\:hover:color-disabled-gray:hover {
        color: #9ba1a5
    }

    .desktop1920\:hover:color-gray:hover {
        color: #cdd0d2
    }

    .desktop1920\:hover:color-dark:hover {
        color: #697279
    }

    .desktop1920\:hover:color-pale-beige-light:hover,
    .desktop1920\:hover:color-pale-beige:hover {
        color: #f8f8f8
    }

    .desktop1920\:hover:color-white:hover {
        color: #fff
    }

    .desktop1920\:hover:color-kia-red:hover {
        color: #bb162b
    }

    .desktop1920\:hover:color-kia-yellow:hover {
        color: #ffec41
    }

    .desktop1920\:hover:color-red:hover {
        color: #ea0029
    }

    .desktop1920\:hover:color-red-medium:hover {
        color: #c72338
    }

    .desktop1920\:hover:color-green:hover {
        color: #219653
    }

    .desktop1920\:hover:color-aqua:hover {
        color: #4ba29a
    }

    .desktop1920\:hover:color-sky:hover {
        color: #5892af
    }

    .desktop1920\:hover:color-orange:hover {
        color: #f59000
    }

    .desktop1920\:hover:color-silver:hover {
        color: #999
    }

    .desktop1920\:hover:color-bronze:hover {
        color: #e65324
    }

    .desktop1920\:hover:color-platinum:hover {
        color: #e0e0e0
    }

    .desktop1920\:hover:color-afternoon-yellow:hover {
        color: #f3c300
    }

    .desktop1920\:hover:color-forest-green:hover {
        color: #5d7d2b
    }

    .desktop1920\:hover:color-depth-blue:hover {
        color: #0f1d28
    }

    .desktop1920\:hover:bg-black:hover,
    .desktop1920\:hover:bg-primary-black:hover {
        background-color: #06445c
    }

    .desktop1920\:hover:bg-black-fill:hover {
        background-color: #131313
    }

    .desktop1920\:hover:bg-dark-fill:hover {
        background-color: #37434c
    }

    .desktop1920\:hover:bg-dark-gray:hover {
        background-color: #697279
    }

    .desktop1920\:hover:bg-noble-black:hover {
        background-color: #3a3d3b
    }

    .desktop1920\:hover:bg-disabled-gray:hover {
        background-color: #9ba1a5
    }

    .desktop1920\:hover:bg-gray:hover {
        background-color: #cdd0d2
    }

    .desktop1920\:hover:bg-dark:hover {
        background-color: #697279
    }

    .desktop1920\:hover:bg-pale-beige-light:hover,
    .desktop1920\:hover:bg-pale-beige:hover {
        background-color: #f8f8f8
    }

    .desktop1920\:hover:bg-white:hover {
        background-color: #fff
    }

    .desktop1920\:hover:bg-kia-red:hover {
        background-color: #bb162b
    }

    .desktop1920\:hover:bg-kia-yellow:hover {
        background-color: #ffec41
    }

    .desktop1920\:hover:bg-red:hover {
        background-color: #ea0029
    }

    .desktop1920\:hover:bg-red-medium:hover {
        background-color: #c72338
    }

    .desktop1920\:hover:bg-green:hover {
        background-color: #219653
    }

    .desktop1920\:hover:bg-aqua:hover {
        background-color: #4ba29a
    }

    .desktop1920\:hover:bg-sky:hover {
        background-color: #5892af
    }

    .desktop1920\:hover:bg-orange:hover {
        background-color: #f59000
    }

    .desktop1920\:hover:bg-silver:hover {
        background-color: #999
    }

    .desktop1920\:hover:bg-bronze:hover {
        background-color: #e65324
    }

    .desktop1920\:hover:bg-platinum:hover {
        background-color: #e0e0e0
    }

    .desktop1920\:hover:bg-afternoon-yellow:hover {
        background-color: #f3c300
    }

    .desktop1920\:hover:bg-forest-green:hover {
        background-color: #5d7d2b
    }

    .desktop1920\:hover:bg-depth-blue:hover {
        background-color: #0f1d28
    }
}

@media (min-width:120em) {

    .desktopHuge\:color-black,
    .desktopHuge\:color-primary-black {
        color: #06445c
    }

    .desktopHuge\:color-black-fill {
        color: #131313
    }

    .desktopHuge\:color-dark-fill {
        color: #37434c
    }

    .desktopHuge\:color-dark-gray {
        color: #697279
    }

    .desktopHuge\:color-noble-black {
        color: #3a3d3b
    }

    .desktopHuge\:color-disabled-gray {
        color: #9ba1a5
    }

    .desktopHuge\:color-gray {
        color: #cdd0d2
    }

    .desktopHuge\:color-dark {
        color: #697279
    }

    .desktopHuge\:color-pale-beige,
    .desktopHuge\:color-pale-beige-light {
        color: #f8f8f8
    }

    .desktopHuge\:color-white {
        color: #fff
    }

    .desktopHuge\:color-kia-red {
        color: #bb162b
    }

    .desktopHuge\:color-kia-yellow {
        color: #ffec41
    }

    .desktopHuge\:color-red {
        color: #ea0029
    }

    .desktopHuge\:color-red-medium {
        color: #c72338
    }

    .desktopHuge\:color-green {
        color: #219653
    }

    .desktopHuge\:color-aqua {
        color: #4ba29a
    }

    .desktopHuge\:color-sky {
        color: #5892af
    }

    .desktopHuge\:color-orange {
        color: #f59000
    }

    .desktopHuge\:color-silver {
        color: #999
    }

    .desktopHuge\:color-bronze {
        color: #e65324
    }

    .desktopHuge\:color-platinum {
        color: #e0e0e0
    }

    .desktopHuge\:color-afternoon-yellow {
        color: #f3c300
    }

    .desktopHuge\:color-forest-green {
        color: #5d7d2b
    }

    .desktopHuge\:color-depth-blue {
        color: #0f1d28
    }

    .desktopHuge\:bg-black,
    .desktopHuge\:bg-primary-black {
        background-color: #06445c
    }

    .desktopHuge\:bg-black-fill {
        background-color: #131313
    }

    .desktopHuge\:bg-dark-fill {
        background-color: #37434c
    }

    .desktopHuge\:bg-dark-gray {
        background-color: #697279
    }

    .desktopHuge\:bg-noble-black {
        background-color: #3a3d3b
    }

    .desktopHuge\:bg-disabled-gray {
        background-color: #9ba1a5
    }

    .desktopHuge\:bg-gray {
        background-color: #cdd0d2
    }

    .desktopHuge\:bg-dark {
        background-color: #697279
    }

    .desktopHuge\:bg-pale-beige,
    .desktopHuge\:bg-pale-beige-light {
        background-color: #f8f8f8
    }

    .desktopHuge\:bg-white {
        background-color: #fff
    }

    .desktopHuge\:bg-kia-red {
        background-color: #bb162b
    }

    .desktopHuge\:bg-kia-yellow {
        background-color: #ffec41
    }

    .desktopHuge\:bg-red {
        background-color: #ea0029
    }

    .desktopHuge\:bg-red-medium {
        background-color: #c72338
    }

    .desktopHuge\:bg-green {
        background-color: #219653
    }

    .desktopHuge\:bg-aqua {
        background-color: #4ba29a
    }

    .desktopHuge\:bg-sky {
        background-color: #5892af
    }

    .desktopHuge\:bg-orange {
        background-color: #f59000
    }

    .desktopHuge\:bg-silver {
        background-color: #999
    }

    .desktopHuge\:bg-bronze {
        background-color: #e65324
    }

    .desktopHuge\:bg-platinum {
        background-color: #e0e0e0
    }

    .desktopHuge\:bg-afternoon-yellow {
        background-color: #f3c300
    }

    .desktopHuge\:bg-forest-green {
        background-color: #5d7d2b
    }

    .desktopHuge\:bg-depth-blue {
        background-color: #0f1d28
    }

    .desktopHuge\:hover:color-black:hover,
    .desktopHuge\:hover:color-primary-black:hover {
        color: #06445c
    }

    .desktopHuge\:hover:color-black-fill:hover {
        color: #131313
    }

    .desktopHuge\:hover:color-dark-fill:hover {
        color: #37434c
    }

    .desktopHuge\:hover:color-dark-gray:hover {
        color: #697279
    }

    .desktopHuge\:hover:color-noble-black:hover {
        color: #3a3d3b
    }

    .desktopHuge\:hover:color-disabled-gray:hover {
        color: #9ba1a5
    }

    .desktopHuge\:hover:color-gray:hover {
        color: #cdd0d2
    }

    .desktopHuge\:hover:color-dark:hover {
        color: #697279
    }

    .desktopHuge\:hover:color-pale-beige-light:hover,
    .desktopHuge\:hover:color-pale-beige:hover {
        color: #f8f8f8
    }

    .desktopHuge\:hover:color-white:hover {
        color: #fff
    }

    .desktopHuge\:hover:color-kia-red:hover {
        color: #bb162b
    }

    .desktopHuge\:hover:color-kia-yellow:hover {
        color: #ffec41
    }

    .desktopHuge\:hover:color-red:hover {
        color: #ea0029
    }

    .desktopHuge\:hover:color-red-medium:hover {
        color: #c72338
    }

    .desktopHuge\:hover:color-green:hover {
        color: #219653
    }

    .desktopHuge\:hover:color-aqua:hover {
        color: #4ba29a
    }

    .desktopHuge\:hover:color-sky:hover {
        color: #5892af
    }

    .desktopHuge\:hover:color-orange:hover {
        color: #f59000
    }

    .desktopHuge\:hover:color-silver:hover {
        color: #999
    }

    .desktopHuge\:hover:color-bronze:hover {
        color: #e65324
    }

    .desktopHuge\:hover:color-platinum:hover {
        color: #e0e0e0
    }

    .desktopHuge\:hover:color-afternoon-yellow:hover {
        color: #f3c300
    }

    .desktopHuge\:hover:color-forest-green:hover {
        color: #5d7d2b
    }

    .desktopHuge\:hover:color-depth-blue:hover {
        color: #0f1d28
    }

    .desktopHuge\:hover:bg-black:hover,
    .desktopHuge\:hover:bg-primary-black:hover {
        background-color: #06445c
    }

    .desktopHuge\:hover:bg-black-fill:hover {
        background-color: #131313
    }

    .desktopHuge\:hover:bg-dark-fill:hover {
        background-color: #37434c
    }

    .desktopHuge\:hover:bg-dark-gray:hover {
        background-color: #697279
    }

    .desktopHuge\:hover:bg-noble-black:hover {
        background-color: #3a3d3b
    }

    .desktopHuge\:hover:bg-disabled-gray:hover {
        background-color: #9ba1a5
    }

    .desktopHuge\:hover:bg-gray:hover {
        background-color: #cdd0d2
    }

    .desktopHuge\:hover:bg-dark:hover {
        background-color: #697279
    }

    .desktopHuge\:hover:bg-pale-beige-light:hover,
    .desktopHuge\:hover:bg-pale-beige:hover {
        background-color: #f8f8f8
    }

    .desktopHuge\:hover:bg-white:hover {
        background-color: #fff
    }

    .desktopHuge\:hover:bg-kia-red:hover {
        background-color: #bb162b
    }

    .desktopHuge\:hover:bg-kia-yellow:hover {
        background-color: #ffec41
    }

    .desktopHuge\:hover:bg-red:hover {
        background-color: #ea0029
    }

    .desktopHuge\:hover:bg-red-medium:hover {
        background-color: #c72338
    }

    .desktopHuge\:hover:bg-green:hover {
        background-color: #219653
    }

    .desktopHuge\:hover:bg-aqua:hover {
        background-color: #4ba29a
    }

    .desktopHuge\:hover:bg-sky:hover {
        background-color: #5892af
    }

    .desktopHuge\:hover:bg-orange:hover {
        background-color: #f59000
    }

    .desktopHuge\:hover:bg-silver:hover {
        background-color: #999
    }

    .desktopHuge\:hover:bg-bronze:hover {
        background-color: #e65324
    }

    .desktopHuge\:hover:bg-platinum:hover {
        background-color: #e0e0e0
    }

    .desktopHuge\:hover:bg-afternoon-yellow:hover {
        background-color: #f3c300
    }

    .desktopHuge\:hover:bg-forest-green:hover {
        background-color: #5d7d2b
    }

    .desktopHuge\:hover:bg-depth-blue:hover {
        background-color: #0f1d28
    }
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-row,
.flex-row-reverse {
    -webkit-box-orient: horizontal
}

.flex-row-reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:23.4375em) {
    .mobile375\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile375\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .mobile375\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .mobile375\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .mobile375\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mobile375\:flex-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .mobile375\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .mobile375\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .mobile375\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile375\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .mobile375\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .mobile375\:self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .mobile375\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .mobile375\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .mobile375\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .mobile375\:self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .mobile375\:content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .mobile375\:content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .mobile375\:content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .mobile375\:content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .mobile375\:content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .mobile375\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mobile375\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mobile375\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .mobile375\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mobile375\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .mobile375\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .mobile375\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mobile375\:flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .mobile375\:flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .mobile375\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:30em) {
    .mobile480\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile480\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .mobile480\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .mobile480\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .mobile480\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mobile480\:flex-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .mobile480\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .mobile480\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .mobile480\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile480\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .mobile480\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .mobile480\:self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .mobile480\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .mobile480\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .mobile480\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .mobile480\:self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .mobile480\:content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .mobile480\:content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .mobile480\:content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .mobile480\:content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .mobile480\:content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .mobile480\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mobile480\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mobile480\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .mobile480\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mobile480\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .mobile480\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .mobile480\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mobile480\:flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .mobile480\:flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .mobile480\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:43.75em) {
    .tablet\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tablet\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .tablet\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tablet\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .tablet\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tablet\:flex-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .tablet\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .tablet\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .tablet\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tablet\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .tablet\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .tablet\:self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .tablet\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .tablet\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .tablet\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .tablet\:self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .tablet\:content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .tablet\:content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .tablet\:content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .tablet\:content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .tablet\:content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .tablet\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tablet\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tablet\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tablet\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .tablet\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .tablet\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .tablet\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tablet\:flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .tablet\:flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .tablet\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:64em) {
    .desktop\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .desktop\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .desktop\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .desktop\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .desktop\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .desktop\:flex-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .desktop\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .desktop\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .desktop\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .desktop\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .desktop\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .desktop\:self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .desktop\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .desktop\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .desktop\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .desktop\:self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .desktop\:content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .desktop\:content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .desktop\:content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .desktop\:content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .desktop\:content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .desktop\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .desktop\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .desktop\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .desktop\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .desktop\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .desktop\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .desktop\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .desktop\:flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .desktop\:flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .desktop\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:80em) {
    .desktop1440\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .desktop1440\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .desktop1440\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .desktop1440\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .desktop1440\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .desktop1440\:flex-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .desktop1440\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .desktop1440\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .desktop1440\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .desktop1440\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .desktop1440\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .desktop1440\:self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .desktop1440\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .desktop1440\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .desktop1440\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .desktop1440\:self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .desktop1440\:content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .desktop1440\:content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .desktop1440\:content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .desktop1440\:content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .desktop1440\:content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .desktop1440\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .desktop1440\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .desktop1440\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .desktop1440\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .desktop1440\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .desktop1440\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .desktop1440\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .desktop1440\:flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .desktop1440\:flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .desktop1440\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:100em) {
    .desktop1920\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .desktop1920\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .desktop1920\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .desktop1920\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .desktop1920\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .desktop1920\:flex-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .desktop1920\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .desktop1920\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .desktop1920\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .desktop1920\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .desktop1920\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .desktop1920\:self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .desktop1920\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .desktop1920\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .desktop1920\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .desktop1920\:self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .desktop1920\:content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .desktop1920\:content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .desktop1920\:content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .desktop1920\:content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .desktop1920\:content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .desktop1920\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .desktop1920\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .desktop1920\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .desktop1920\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .desktop1920\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .desktop1920\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .desktop1920\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .desktop1920\:flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .desktop1920\:flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .desktop1920\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:120em) {
    .desktopHuge\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .desktopHuge\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .desktopHuge\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .desktopHuge\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .desktopHuge\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .desktopHuge\:flex-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .desktopHuge\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .desktopHuge\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .desktopHuge\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .desktopHuge\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .desktopHuge\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .desktopHuge\:self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .desktopHuge\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .desktopHuge\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .desktopHuge\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .desktopHuge\:self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .desktopHuge\:content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .desktopHuge\:content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .desktopHuge\:content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .desktopHuge\:content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .desktopHuge\:content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .desktopHuge\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .desktopHuge\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .desktopHuge\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .desktopHuge\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .desktopHuge\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .desktopHuge\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .desktopHuge\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .desktopHuge\:flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .desktopHuge\:flex-grow-1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .desktopHuge\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.hidden {
    display: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:23.4375em) {
    .mobile375\:block {
        display: block
    }

    .mobile375\:inline-block {
        display: inline-block
    }

    .mobile375\:inline {
        display: inline
    }

    .mobile375\:hidden {
        display: none
    }

    .mobile375\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:30em) {
    .mobile480\:block {
        display: block
    }

    .mobile480\:inline-block {
        display: inline-block
    }

    .mobile480\:inline {
        display: inline
    }

    .mobile480\:hidden {
        display: none
    }

    .mobile480\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:43.75em) {
    .tablet\:block {
        display: block
    }

    .tablet\:inline-block {
        display: inline-block
    }

    .tablet\:inline {
        display: inline
    }

    .tablet\:hidden {
        display: none
    }

    .tablet\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:64em) {
    .desktop\:block {
        display: block
    }

    .desktop\:inline-block {
        display: inline-block
    }

    .desktop\:inline {
        display: inline
    }

    .desktop\:hidden {
        display: none
    }

    .desktop\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:80em) {
    .desktop1440\:block {
        display: block
    }

    .desktop1440\:inline-block {
        display: inline-block
    }

    .desktop1440\:inline {
        display: inline
    }

    .desktop1440\:hidden {
        display: none
    }

    .desktop1440\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:100em) {
    .desktop1920\:block {
        display: block
    }

    .desktop1920\:inline-block {
        display: inline-block
    }

    .desktop1920\:inline {
        display: inline
    }

    .desktop1920\:hidden {
        display: none
    }

    .desktop1920\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:120em) {
    .desktopHuge\:block {
        display: block
    }

    .desktopHuge\:inline-block {
        display: inline-block
    }

    .desktopHuge\:inline {
        display: inline
    }

    .desktopHuge\:hidden {
        display: none
    }

    .desktopHuge\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: 5px
}

.p-2 {
    padding: 10px
}

.p-3 {
    padding: 15px
}

.p-4 {
    padding: 20px
}

.p-5 {
    padding: 25px
}

.p-6 {
    padding: 30px
}

.p-7 {
    padding: 35px
}

.p-8 {
    padding: 40px
}

.p-9 {
    padding: 45px
}

.p-10 {
    padding: 50px
}

.p-11 {
    padding: 55px
}

.p-12 {
    padding: 60px
}

.p-13 {
    padding: 65px
}

.p-14 {
    padding: 70px
}

.p-15 {
    padding: 75px
}

.p-16 {
    padding: 80px
}

.p-17 {
    padding: 85px
}

.p-18 {
    padding: 90px
}

.p-19 {
    padding: 95px
}

.p-20 {
    padding: 100px
}

.p-21 {
    padding: 105px
}

.p-22 {
    padding: 110px
}

.p-23 {
    padding: 115px
}

.p-24 {
    padding: 120px
}

.p-25 {
    padding: 125px
}

.p-26 {
    padding: 130px
}

.p-27 {
    padding: 135px
}

.p-28 {
    padding: 140px
}

.p-29 {
    padding: 145px
}

.p-30 {
    padding: 150px
}

.p-31 {
    padding: 155px
}

.p-32 {
    padding: 160px
}

.p-33 {
    padding: 165px
}

.p-34 {
    padding: 170px
}

.p-35 {
    padding: 175px
}

.p-36 {
    padding: 180px
}

.p-37 {
    padding: 185px
}

.p-38 {
    padding: 190px
}

.p-39 {
    padding: 195px
}

.p-40 {
    padding: 200px
}

.p-auto {
    padding: auto
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: 5px
}

.pt-2 {
    padding-top: 10px
}

.pt-3 {
    padding-top: 15px
}

.pt-4 {
    padding-top: 20px
}

.pt-5 {
    padding-top: 25px
}

.pt-6 {
    padding-top: 30px
}

.pt-7 {
    padding-top: 35px
}

.pt-8 {
    padding-top: 40px
}

.pt-9 {
    padding-top: 45px
}

.pt-10 {
    padding-top: 50px
}

.pt-11 {
    padding-top: 55px
}

.pt-12 {
    padding-top: 60px
}

.pt-13 {
    padding-top: 65px
}

.pt-14 {
    padding-top: 70px
}

.pt-15 {
    padding-top: 75px
}

.pt-16 {
    padding-top: 80px
}

.pt-17 {
    padding-top: 85px
}

.pt-18 {
    padding-top: 90px
}

.pt-19 {
    padding-top: 95px
}

.pt-20 {
    padding-top: 100px
}

.pt-21 {
    padding-top: 105px
}

.pt-22 {
    padding-top: 110px
}

.pt-23 {
    padding-top: 115px
}

.pt-24 {
    padding-top: 120px
}

.pt-25 {
    padding-top: 125px
}

.pt-26 {
    padding-top: 130px
}

.pt-27 {
    padding-top: 135px
}

.pt-28 {
    padding-top: 140px
}

.pt-29 {
    padding-top: 145px
}

.pt-30 {
    padding-top: 150px
}

.pt-31 {
    padding-top: 155px
}

.pt-32 {
    padding-top: 160px
}

.pt-33 {
    padding-top: 165px
}

.pt-34 {
    padding-top: 170px
}

.pt-35 {
    padding-top: 175px
}

.pt-36 {
    padding-top: 180px
}

.pt-37 {
    padding-top: 185px
}

.pt-38 {
    padding-top: 190px
}

.pt-39 {
    padding-top: 195px
}

.pt-40 {
    padding-top: 200px
}

.pt-auto {
    padding-top: auto
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: 5px
}

.pb-2 {
    padding-bottom: 10px
}

.pb-3 {
    padding-bottom: 15px
}

.pb-4 {
    padding-bottom: 20px
}

.pb-5 {
    padding-bottom: 25px
}

.pb-6 {
    padding-bottom: 30px
}

.pb-7 {
    padding-bottom: 35px
}

.pb-8 {
    padding-bottom: 40px
}

.pb-9 {
    padding-bottom: 45px
}

.pb-10 {
    padding-bottom: 50px
}

.pb-11 {
    padding-bottom: 55px
}

.pb-12 {
    padding-bottom: 60px
}

.pb-13 {
    padding-bottom: 65px
}

.pb-14 {
    padding-bottom: 70px
}

.pb-15 {
    padding-bottom: 75px
}

.pb-16 {
    padding-bottom: 80px
}

.pb-17 {
    padding-bottom: 85px
}

.pb-18 {
    padding-bottom: 90px
}

.pb-19 {
    padding-bottom: 95px
}

.pb-20 {
    padding-bottom: 100px
}

.pb-21 {
    padding-bottom: 105px
}

.pb-22 {
    padding-bottom: 110px
}

.pb-23 {
    padding-bottom: 115px
}

.pb-24 {
    padding-bottom: 120px
}

.pb-25 {
    padding-bottom: 125px
}

.pb-26 {
    padding-bottom: 130px
}

.pb-27 {
    padding-bottom: 135px
}

.pb-28 {
    padding-bottom: 140px
}

.pb-29 {
    padding-bottom: 145px
}

.pb-30 {
    padding-bottom: 150px
}

.pb-31 {
    padding-bottom: 155px
}

.pb-32 {
    padding-bottom: 160px
}

.pb-33 {
    padding-bottom: 165px
}

.pb-34 {
    padding-bottom: 170px
}

.pb-35 {
    padding-bottom: 175px
}

.pb-36 {
    padding-bottom: 180px
}

.pb-37 {
    padding-bottom: 185px
}

.pb-38 {
    padding-bottom: 190px
}

.pb-39 {
    padding-bottom: 195px
}

.pb-40 {
    padding-bottom: 200px
}

.pb-auto {
    padding-bottom: auto
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: 5px
}

.pr-2 {
    padding-right: 10px
}

.pr-3 {
    padding-right: 15px
}

.pr-4 {
    padding-right: 20px
}

.pr-5 {
    padding-right: 25px
}

.pr-6 {
    padding-right: 30px
}

.pr-7 {
    padding-right: 35px
}

.pr-8 {
    padding-right: 40px
}

.pr-9 {
    padding-right: 45px
}

.pr-10 {
    padding-right: 50px
}

.pr-11 {
    padding-right: 55px
}

.pr-12 {
    padding-right: 60px
}

.pr-13 {
    padding-right: 65px
}

.pr-14 {
    padding-right: 70px
}

.pr-15 {
    padding-right: 75px
}

.pr-16 {
    padding-right: 80px
}

.pr-17 {
    padding-right: 85px
}

.pr-18 {
    padding-right: 90px
}

.pr-19 {
    padding-right: 95px
}

.pr-20 {
    padding-right: 100px
}

.pr-21 {
    padding-right: 105px
}

.pr-22 {
    padding-right: 110px
}

.pr-23 {
    padding-right: 115px
}

.pr-24 {
    padding-right: 120px
}

.pr-25 {
    padding-right: 125px
}

.pr-26 {
    padding-right: 130px
}

.pr-27 {
    padding-right: 135px
}

.pr-28 {
    padding-right: 140px
}

.pr-29 {
    padding-right: 145px
}

.pr-30 {
    padding-right: 150px
}

.pr-31 {
    padding-right: 155px
}

.pr-32 {
    padding-right: 160px
}

.pr-33 {
    padding-right: 165px
}

.pr-34 {
    padding-right: 170px
}

.pr-35 {
    padding-right: 175px
}

.pr-36 {
    padding-right: 180px
}

.pr-37 {
    padding-right: 185px
}

.pr-38 {
    padding-right: 190px
}

.pr-39 {
    padding-right: 195px
}

.pr-40 {
    padding-right: 200px
}

.pr-auto {
    padding-right: auto
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: 5px
}

.pl-2 {
    padding-left: 10px
}

.pl-3 {
    padding-left: 15px
}

.pl-4 {
    padding-left: 20px
}

.pl-5 {
    padding-left: 25px
}

.pl-6 {
    padding-left: 30px
}

.pl-7 {
    padding-left: 35px
}

.pl-8 {
    padding-left: 40px
}

.pl-9 {
    padding-left: 45px
}

.pl-10 {
    padding-left: 50px
}

.pl-11 {
    padding-left: 55px
}

.pl-12 {
    padding-left: 60px
}

.pl-13 {
    padding-left: 65px
}

.pl-14 {
    padding-left: 70px
}

.pl-15 {
    padding-left: 75px
}

.pl-16 {
    padding-left: 80px
}

.pl-17 {
    padding-left: 85px
}

.pl-18 {
    padding-left: 90px
}

.pl-19 {
    padding-left: 95px
}

.pl-20 {
    padding-left: 100px
}

.pl-21 {
    padding-left: 105px
}

.pl-22 {
    padding-left: 110px
}

.pl-23 {
    padding-left: 115px
}

.pl-24 {
    padding-left: 120px
}

.pl-25 {
    padding-left: 125px
}

.pl-26 {
    padding-left: 130px
}

.pl-27 {
    padding-left: 135px
}

.pl-28 {
    padding-left: 140px
}

.pl-29 {
    padding-left: 145px
}

.pl-30 {
    padding-left: 150px
}

.pl-31 {
    padding-left: 155px
}

.pl-32 {
    padding-left: 160px
}

.pl-33 {
    padding-left: 165px
}

.pl-34 {
    padding-left: 170px
}

.pl-35 {
    padding-left: 175px
}

.pl-36 {
    padding-left: 180px
}

.pl-37 {
    padding-left: 185px
}

.pl-38 {
    padding-left: 190px
}

.pl-39 {
    padding-left: 195px
}

.pl-40 {
    padding-left: 200px
}

.pl-auto {
    padding-left: auto
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: 5px;
    padding-right: 5px
}

.px-2 {
    padding-left: 10px;
    padding-right: 10px
}

.px-3 {
    padding-left: 15px;
    padding-right: 15px
}

.px-4 {
    padding-left: 20px;
    padding-right: 20px
}

.px-5 {
    padding-left: 25px;
    padding-right: 25px
}

.px-6 {
    padding-left: 30px;
    padding-right: 30px
}

.px-7 {
    padding-left: 35px;
    padding-right: 35px
}

.px-8 {
    padding-left: 40px;
    padding-right: 40px
}

.px-9 {
    padding-left: 45px;
    padding-right: 45px
}

.px-10 {
    padding-left: 50px;
    padding-right: 50px
}

.px-11 {
    padding-left: 55px;
    padding-right: 55px
}

.px-12 {
    padding-left: 60px;
    padding-right: 60px
}

.px-13 {
    padding-left: 65px;
    padding-right: 65px
}

.px-14 {
    padding-left: 70px;
    padding-right: 70px
}

.px-15 {
    padding-left: 75px;
    padding-right: 75px
}

.px-16 {
    padding-left: 80px;
    padding-right: 80px
}

.px-17 {
    padding-left: 85px;
    padding-right: 85px
}

.px-18 {
    padding-left: 90px;
    padding-right: 90px
}

.px-19 {
    padding-left: 95px;
    padding-right: 95px
}

.px-20 {
    padding-left: 100px;
    padding-right: 100px
}

.px-21 {
    padding-left: 105px;
    padding-right: 105px
}

.px-22 {
    padding-left: 110px;
    padding-right: 110px
}

.px-23 {
    padding-left: 115px;
    padding-right: 115px
}

.px-24 {
    padding-left: 120px;
    padding-right: 120px
}

.px-25 {
    padding-left: 125px;
    padding-right: 125px
}

.px-26 {
    padding-left: 130px;
    padding-right: 130px
}

.px-27 {
    padding-left: 135px;
    padding-right: 135px
}

.px-28 {
    padding-left: 140px;
    padding-right: 140px
}

.px-29 {
    padding-left: 145px;
    padding-right: 145px
}

.px-30 {
    padding-left: 150px;
    padding-right: 150px
}

.px-31 {
    padding-left: 155px;
    padding-right: 155px
}

.px-32 {
    padding-left: 160px;
    padding-right: 160px
}

.px-33 {
    padding-left: 165px;
    padding-right: 165px
}

.px-34 {
    padding-left: 170px;
    padding-right: 170px
}

.px-35 {
    padding-left: 175px;
    padding-right: 175px
}

.px-36 {
    padding-left: 180px;
    padding-right: 180px
}

.px-37 {
    padding-left: 185px;
    padding-right: 185px
}

.px-38 {
    padding-left: 190px;
    padding-right: 190px
}

.px-39 {
    padding-left: 195px;
    padding-right: 195px
}

.px-40 {
    padding-left: 200px;
    padding-right: 200px
}

.px-auto {
    padding-left: auto;
    padding-right: auto
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-1 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-2 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-4 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-5 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-6 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-7 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-8 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-9 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-10 {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-11 {
    padding-top: 55px;
    padding-bottom: 55px
}

.py-12 {
    padding-top: 60px;
    padding-bottom: 60px
}

.py-13 {
    padding-top: 65px;
    padding-bottom: 65px
}

.py-14 {
    padding-top: 70px;
    padding-bottom: 70px
}

.py-15 {
    padding-top: 75px;
    padding-bottom: 75px
}

.py-16 {
    padding-top: 80px;
    padding-bottom: 80px
}

.py-17 {
    padding-top: 85px;
    padding-bottom: 85px
}

.py-18 {
    padding-top: 90px;
    padding-bottom: 90px
}

.py-19 {
    padding-top: 95px;
    padding-bottom: 95px
}

.py-20 {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-21 {
    padding-top: 105px;
    padding-bottom: 105px
}

.py-22 {
    padding-top: 110px;
    padding-bottom: 110px
}

.py-23 {
    padding-top: 115px;
    padding-bottom: 115px
}

.py-24 {
    padding-top: 120px;
    padding-bottom: 120px
}

.py-25 {
    padding-top: 125px;
    padding-bottom: 125px
}

.py-26 {
    padding-top: 130px;
    padding-bottom: 130px
}

.py-27 {
    padding-top: 135px;
    padding-bottom: 135px
}

.py-28 {
    padding-top: 140px;
    padding-bottom: 140px
}

.py-29 {
    padding-top: 145px;
    padding-bottom: 145px
}

.py-30 {
    padding-top: 150px;
    padding-bottom: 150px
}

.py-31 {
    padding-top: 155px;
    padding-bottom: 155px
}

.py-32 {
    padding-top: 160px;
    padding-bottom: 160px
}

.py-33 {
    padding-top: 165px;
    padding-bottom: 165px
}

.py-34 {
    padding-top: 170px;
    padding-bottom: 170px
}

.py-35 {
    padding-top: 175px;
    padding-bottom: 175px
}

.py-36 {
    padding-top: 180px;
    padding-bottom: 180px
}

.py-37 {
    padding-top: 185px;
    padding-bottom: 185px
}

.py-38 {
    padding-top: 190px;
    padding-bottom: 190px
}

.py-39 {
    padding-top: 195px;
    padding-bottom: 195px
}

.py-40 {
    padding-top: 200px;
    padding-bottom: 200px
}

.py-auto {
    padding-top: auto;
    padding-bottom: auto
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: 5px
}

.m-2 {
    margin: 10px
}

.m-3 {
    margin: 15px
}

.m-4 {
    margin: 20px
}

.m-5 {
    margin: 25px
}

.m-6 {
    margin: 30px
}

.m-7 {
    margin: 35px
}

.m-8 {
    margin: 40px
}

.m-9 {
    margin: 45px
}

.m-10 {
    margin: 50px
}

.m-11 {
    margin: 55px
}

.m-12 {
    margin: 60px
}

.m-13 {
    margin: 65px
}

.m-14 {
    margin: 70px
}

.m-15 {
    margin: 75px
}

.m-16 {
    margin: 80px
}

.m-17 {
    margin: 85px
}

.m-18 {
    margin: 90px
}

.m-19 {
    margin: 95px
}

.m-20 {
    margin: 100px
}

.m-21 {
    margin: 105px
}

.m-22 {
    margin: 110px
}

.m-23 {
    margin: 115px
}

.m-24 {
    margin: 120px
}

.m-25 {
    margin: 125px
}

.m-26 {
    margin: 130px
}

.m-27 {
    margin: 135px
}

.m-28 {
    margin: 140px
}

.m-29 {
    margin: 145px
}

.m-30 {
    margin: 150px
}

.m-31 {
    margin: 155px
}

.m-32 {
    margin: 160px
}

.m-33 {
    margin: 165px
}

.m-34 {
    margin: 170px
}

.m-35 {
    margin: 175px
}

.m-36 {
    margin: 180px
}

.m-37 {
    margin: 185px
}

.m-38 {
    margin: 190px
}

.m-39 {
    margin: 195px
}

.m-40 {
    margin: 200px
}

.m-auto {
    margin: auto
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: 5px
}

.ml-2 {
    margin-left: 10px
}

.ml-3 {
    margin-left: 15px
}

.ml-4 {
    margin-left: 20px
}

.ml-5 {
    margin-left: 25px
}

.ml-6 {
    margin-left: 30px
}

.ml-7 {
    margin-left: 35px
}

.ml-8 {
    margin-left: 40px
}

.ml-9 {
    margin-left: 45px
}

.ml-10 {
    margin-left: 50px
}

.ml-11 {
    margin-left: 55px
}

.ml-12 {
    margin-left: 60px
}

.ml-13 {
    margin-left: 65px
}

.ml-14 {
    margin-left: 70px
}

.ml-15 {
    margin-left: 75px
}

.ml-16 {
    margin-left: 80px
}

.ml-17 {
    margin-left: 85px
}

.ml-18 {
    margin-left: 90px
}

.ml-19 {
    margin-left: 95px
}

.ml-20 {
    margin-left: 100px
}

.ml-21 {
    margin-left: 105px
}

.ml-22 {
    margin-left: 110px
}

.ml-23 {
    margin-left: 115px
}

.ml-24 {
    margin-left: 120px
}

.ml-25 {
    margin-left: 125px
}

.ml-26 {
    margin-left: 130px
}

.ml-27 {
    margin-left: 135px
}

.ml-28 {
    margin-left: 140px
}

.ml-29 {
    margin-left: 145px
}

.ml-30 {
    margin-left: 150px
}

.ml-31 {
    margin-left: 155px
}

.ml-32 {
    margin-left: 160px
}

.ml-33 {
    margin-left: 165px
}

.ml-34 {
    margin-left: 170px
}

.ml-35 {
    margin-left: 175px
}

.ml-36 {
    margin-left: 180px
}

.ml-37 {
    margin-left: 185px
}

.ml-38 {
    margin-left: 190px
}

.ml-39 {
    margin-left: 195px
}

.ml-40 {
    margin-left: 200px
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 5px
}

.mr-2 {
    margin-right: 10px
}

.mr-3 {
    margin-right: 15px
}

.mr-4 {
    margin-right: 20px
}

.mr-5 {
    margin-right: 25px
}

.mr-6 {
    margin-right: 30px
}

.mr-7 {
    margin-right: 35px
}

.mr-8 {
    margin-right: 40px
}

.mr-9 {
    margin-right: 45px
}

.mr-10 {
    margin-right: 50px
}

.mr-11 {
    margin-right: 55px
}

.mr-12 {
    margin-right: 60px
}

.mr-13 {
    margin-right: 65px
}

.mr-14 {
    margin-right: 70px
}

.mr-15 {
    margin-right: 75px
}

.mr-16 {
    margin-right: 80px
}

.mr-17 {
    margin-right: 85px
}

.mr-18 {
    margin-right: 90px
}

.mr-19 {
    margin-right: 95px
}

.mr-20 {
    margin-right: 100px
}

.mr-21 {
    margin-right: 105px
}

.mr-22 {
    margin-right: 110px
}

.mr-23 {
    margin-right: 115px
}

.mr-24 {
    margin-right: 120px
}

.mr-25 {
    margin-right: 125px
}

.mr-26 {
    margin-right: 130px
}

.mr-27 {
    margin-right: 135px
}

.mr-28 {
    margin-right: 140px
}

.mr-29 {
    margin-right: 145px
}

.mr-30 {
    margin-right: 150px
}

.mr-31 {
    margin-right: 155px
}

.mr-32 {
    margin-right: 160px
}

.mr-33 {
    margin-right: 165px
}

.mr-34 {
    margin-right: 170px
}

.mr-35 {
    margin-right: 175px
}

.mr-36 {
    margin-right: 180px
}

.mr-37 {
    margin-right: 185px
}

.mr-38 {
    margin-right: 190px
}

.mr-39 {
    margin-right: 195px
}

.mr-40 {
    margin-right: 200px
}

.mr-auto {
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 10px
}

.mt-3 {
    margin-top: 15px
}

.mt-4 {
    margin-top: 20px
}

.mt-5 {
    margin-top: 25px
}

.mt-6 {
    margin-top: 30px
}

.mt-7 {
    margin-top: 35px
}

.mt-8 {
    margin-top: 40px
}

.mt-9 {
    margin-top: 45px
}

.mt-10 {
    margin-top: 50px
}

.mt-11 {
    margin-top: 55px
}

.mt-12 {
    margin-top: 60px
}

.mt-13 {
    margin-top: 65px
}

.mt-14 {
    margin-top: 70px
}

.mt-15 {
    margin-top: 75px
}

.mt-16 {
    margin-top: 80px
}

.mt-17 {
    margin-top: 85px
}

.mt-18 {
    margin-top: 90px
}

.mt-19 {
    margin-top: 95px
}

.mt-20 {
    margin-top: 100px
}

.mt-21 {
    margin-top: 105px
}

.mt-22 {
    margin-top: 110px
}

.mt-23 {
    margin-top: 115px
}

.mt-24 {
    margin-top: 120px
}

.mt-25 {
    margin-top: 125px
}

.mt-26 {
    margin-top: 130px
}

.mt-27 {
    margin-top: 135px
}

.mt-28 {
    margin-top: 140px
}

.mt-29 {
    margin-top: 145px
}

.mt-30 {
    margin-top: 150px
}

.mt-31 {
    margin-top: 155px
}

.mt-32 {
    margin-top: 160px
}

.mt-33 {
    margin-top: 165px
}

.mt-34 {
    margin-top: 170px
}

.mt-35 {
    margin-top: 175px
}

.mt-36 {
    margin-top: 180px
}

.mt-37 {
    margin-top: 185px
}

.mt-38 {
    margin-top: 190px
}

.mt-39 {
    margin-top: 195px
}

.mt-40 {
    margin-top: 200px
}

.mt-auto {
    margin-top: auto
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 5px
}

.mb-2 {
    margin-bottom: 10px
}

.mb-3 {
    margin-bottom: 15px
}

.mb-4 {
    margin-bottom: 20px
}

.mb-5 {
    margin-bottom: 25px
}

.mb-6 {
    margin-bottom: 30px
}

.mb-7 {
    margin-bottom: 35px
}

.mb-8 {
    margin-bottom: 40px
}

.mb-9 {
    margin-bottom: 45px
}

.mb-10 {
    margin-bottom: 50px
}

.mb-11 {
    margin-bottom: 55px
}

.mb-12 {
    margin-bottom: 60px
}

.mb-13 {
    margin-bottom: 65px
}

.mb-14 {
    margin-bottom: 70px
}

.mb-15 {
    margin-bottom: 75px
}

.mb-16 {
    margin-bottom: 80px
}

.mb-17 {
    margin-bottom: 85px
}

.mb-18 {
    margin-bottom: 90px
}

.mb-19 {
    margin-bottom: 95px
}

.mb-20 {
    margin-bottom: 100px
}

.mb-21 {
    margin-bottom: 105px
}

.mb-22 {
    margin-bottom: 110px
}

.mb-23 {
    margin-bottom: 115px
}

.mb-24 {
    margin-bottom: 120px
}

.mb-25 {
    margin-bottom: 125px
}

.mb-26 {
    margin-bottom: 130px
}

.mb-27 {
    margin-bottom: 135px
}

.mb-28 {
    margin-bottom: 140px
}

.mb-29 {
    margin-bottom: 145px
}

.mb-30 {
    margin-bottom: 150px
}

.mb-31 {
    margin-bottom: 155px
}

.mb-32 {
    margin-bottom: 160px
}

.mb-33 {
    margin-bottom: 165px
}

.mb-34 {
    margin-bottom: 170px
}

.mb-35 {
    margin-bottom: 175px
}

.mb-36 {
    margin-bottom: 180px
}

.mb-37 {
    margin-bottom: 185px
}

.mb-38 {
    margin-bottom: 190px
}

.mb-39 {
    margin-bottom: 195px
}

.mb-40 {
    margin-bottom: 200px
}

.mb-auto {
    margin-bottom: auto
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: 5px;
    margin-right: 5px
}

.mx-2 {
    margin-left: 10px;
    margin-right: 10px
}

.mx-3 {
    margin-left: 15px;
    margin-right: 15px
}

.mx-4 {
    margin-left: 20px;
    margin-right: 20px
}

.mx-5 {
    margin-left: 25px;
    margin-right: 25px
}

.mx-6 {
    margin-left: 30px;
    margin-right: 30px
}

.mx-7 {
    margin-left: 35px;
    margin-right: 35px
}

.mx-8 {
    margin-left: 40px;
    margin-right: 40px
}

.mx-9 {
    margin-left: 45px;
    margin-right: 45px
}

.mx-10 {
    margin-left: 50px;
    margin-right: 50px
}

.mx-11 {
    margin-left: 55px;
    margin-right: 55px
}

.mx-12 {
    margin-left: 60px;
    margin-right: 60px
}

.mx-13 {
    margin-left: 65px;
    margin-right: 65px
}

.mx-14 {
    margin-left: 70px;
    margin-right: 70px
}

.mx-15 {
    margin-left: 75px;
    margin-right: 75px
}

.mx-16 {
    margin-left: 80px;
    margin-right: 80px
}

.mx-17 {
    margin-left: 85px;
    margin-right: 85px
}

.mx-18 {
    margin-left: 90px;
    margin-right: 90px
}

.mx-19 {
    margin-left: 95px;
    margin-right: 95px
}

.mx-20 {
    margin-left: 100px;
    margin-right: 100px
}

.mx-21 {
    margin-left: 105px;
    margin-right: 105px
}

.mx-22 {
    margin-left: 110px;
    margin-right: 110px
}

.mx-23 {
    margin-left: 115px;
    margin-right: 115px
}

.mx-24 {
    margin-left: 120px;
    margin-right: 120px
}

.mx-25 {
    margin-left: 125px;
    margin-right: 125px
}

.mx-26 {
    margin-left: 130px;
    margin-right: 130px
}

.mx-27 {
    margin-left: 135px;
    margin-right: 135px
}

.mx-28 {
    margin-left: 140px;
    margin-right: 140px
}

.mx-29 {
    margin-left: 145px;
    margin-right: 145px
}

.mx-30 {
    margin-left: 150px;
    margin-right: 150px
}

.mx-31 {
    margin-left: 155px;
    margin-right: 155px
}

.mx-32 {
    margin-left: 160px;
    margin-right: 160px
}

.mx-33 {
    margin-left: 165px;
    margin-right: 165px
}

.mx-34 {
    margin-left: 170px;
    margin-right: 170px
}

.mx-35 {
    margin-left: 175px;
    margin-right: 175px
}

.mx-36 {
    margin-left: 180px;
    margin-right: 180px
}

.mx-37 {
    margin-left: 185px;
    margin-right: 185px
}

.mx-38 {
    margin-left: 190px;
    margin-right: 190px
}

.mx-39 {
    margin-left: 195px;
    margin-right: 195px
}

.mx-40 {
    margin-left: 200px;
    margin-right: 200px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-2 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-3 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-4 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-5 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-6 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-7 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-8 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-9 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-10 {
    margin-top: 50px;
    margin-bottom: 50px
}

.my-11 {
    margin-top: 55px;
    margin-bottom: 55px
}

.my-12 {
    margin-top: 60px;
    margin-bottom: 60px
}

.my-13 {
    margin-top: 65px;
    margin-bottom: 65px
}

.my-14 {
    margin-top: 70px;
    margin-bottom: 70px
}

.my-15 {
    margin-top: 75px;
    margin-bottom: 75px
}

.my-16 {
    margin-top: 80px;
    margin-bottom: 80px
}

.my-17 {
    margin-top: 85px;
    margin-bottom: 85px
}

.my-18 {
    margin-top: 90px;
    margin-bottom: 90px
}

.my-19 {
    margin-top: 95px;
    margin-bottom: 95px
}

.my-20 {
    margin-top: 100px;
    margin-bottom: 100px
}

.my-21 {
    margin-top: 105px;
    margin-bottom: 105px
}

.my-22 {
    margin-top: 110px;
    margin-bottom: 110px
}

.my-23 {
    margin-top: 115px;
    margin-bottom: 115px
}

.my-24 {
    margin-top: 120px;
    margin-bottom: 120px
}

.my-25 {
    margin-top: 125px;
    margin-bottom: 125px
}

.my-26 {
    margin-top: 130px;
    margin-bottom: 130px
}

.my-27 {
    margin-top: 135px;
    margin-bottom: 135px
}

.my-28 {
    margin-top: 140px;
    margin-bottom: 140px
}

.my-29 {
    margin-top: 145px;
    margin-bottom: 145px
}

.my-30 {
    margin-top: 150px;
    margin-bottom: 150px
}

.my-31 {
    margin-top: 155px;
    margin-bottom: 155px
}

.my-32 {
    margin-top: 160px;
    margin-bottom: 160px
}

.my-33 {
    margin-top: 165px;
    margin-bottom: 165px
}

.my-34 {
    margin-top: 170px;
    margin-bottom: 170px
}

.my-35 {
    margin-top: 175px;
    margin-bottom: 175px
}

.my-36 {
    margin-top: 180px;
    margin-bottom: 180px
}

.my-37 {
    margin-top: 185px;
    margin-bottom: 185px
}

.my-38 {
    margin-top: 190px;
    margin-bottom: 190px
}

.my-39 {
    margin-top: 195px;
    margin-bottom: 195px
}

.my-40 {
    margin-top: 200px;
    margin-bottom: 200px
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

@media (min-width:23.4375em) {
    .mobile375\:p-0 {
        padding: 0
    }

    .mobile375\:p-1 {
        padding: 5px
    }

    .mobile375\:p-2 {
        padding: 10px
    }

    .mobile375\:p-3 {
        padding: 15px
    }

    .mobile375\:p-4 {
        padding: 20px
    }

    .mobile375\:p-5 {
        padding: 25px
    }

    .mobile375\:p-6 {
        padding: 30px
    }

    .mobile375\:p-7 {
        padding: 35px
    }

    .mobile375\:p-8 {
        padding: 40px
    }

    .mobile375\:p-9 {
        padding: 45px
    }

    .mobile375\:p-10 {
        padding: 50px
    }

    .mobile375\:p-11 {
        padding: 55px
    }

    .mobile375\:p-12 {
        padding: 60px
    }

    .mobile375\:p-13 {
        padding: 65px
    }

    .mobile375\:p-14 {
        padding: 70px
    }

    .mobile375\:p-15 {
        padding: 75px
    }

    .mobile375\:p-16 {
        padding: 80px
    }

    .mobile375\:p-17 {
        padding: 85px
    }

    .mobile375\:p-18 {
        padding: 90px
    }

    .mobile375\:p-19 {
        padding: 95px
    }

    .mobile375\:p-20 {
        padding: 100px
    }

    .mobile375\:p-21 {
        padding: 105px
    }

    .mobile375\:p-22 {
        padding: 110px
    }

    .mobile375\:p-23 {
        padding: 115px
    }

    .mobile375\:p-24 {
        padding: 120px
    }

    .mobile375\:p-25 {
        padding: 125px
    }

    .mobile375\:p-26 {
        padding: 130px
    }

    .mobile375\:p-27 {
        padding: 135px
    }

    .mobile375\:p-28 {
        padding: 140px
    }

    .mobile375\:p-29 {
        padding: 145px
    }

    .mobile375\:p-30 {
        padding: 150px
    }

    .mobile375\:p-31 {
        padding: 155px
    }

    .mobile375\:p-32 {
        padding: 160px
    }

    .mobile375\:p-33 {
        padding: 165px
    }

    .mobile375\:p-34 {
        padding: 170px
    }

    .mobile375\:p-35 {
        padding: 175px
    }

    .mobile375\:p-36 {
        padding: 180px
    }

    .mobile375\:p-37 {
        padding: 185px
    }

    .mobile375\:p-38 {
        padding: 190px
    }

    .mobile375\:p-39 {
        padding: 195px
    }

    .mobile375\:p-40 {
        padding: 200px
    }

    .mobile375\:p-auto {
        padding: auto
    }

    .mobile375\:pt-0 {
        padding-top: 0
    }

    .mobile375\:pt-1 {
        padding-top: 5px
    }

    .mobile375\:pt-2 {
        padding-top: 10px
    }

    .mobile375\:pt-3 {
        padding-top: 15px
    }

    .mobile375\:pt-4 {
        padding-top: 20px
    }

    .mobile375\:pt-5 {
        padding-top: 25px
    }

    .mobile375\:pt-6 {
        padding-top: 30px
    }

    .mobile375\:pt-7 {
        padding-top: 35px
    }

    .mobile375\:pt-8 {
        padding-top: 40px
    }

    .mobile375\:pt-9 {
        padding-top: 45px
    }

    .mobile375\:pt-10 {
        padding-top: 50px
    }

    .mobile375\:pt-11 {
        padding-top: 55px
    }

    .mobile375\:pt-12 {
        padding-top: 60px
    }

    .mobile375\:pt-13 {
        padding-top: 65px
    }

    .mobile375\:pt-14 {
        padding-top: 70px
    }

    .mobile375\:pt-15 {
        padding-top: 75px
    }

    .mobile375\:pt-16 {
        padding-top: 80px
    }

    .mobile375\:pt-17 {
        padding-top: 85px
    }

    .mobile375\:pt-18 {
        padding-top: 90px
    }

    .mobile375\:pt-19 {
        padding-top: 95px
    }

    .mobile375\:pt-20 {
        padding-top: 100px
    }

    .mobile375\:pt-21 {
        padding-top: 105px
    }

    .mobile375\:pt-22 {
        padding-top: 110px
    }

    .mobile375\:pt-23 {
        padding-top: 115px
    }

    .mobile375\:pt-24 {
        padding-top: 120px
    }

    .mobile375\:pt-25 {
        padding-top: 125px
    }

    .mobile375\:pt-26 {
        padding-top: 130px
    }

    .mobile375\:pt-27 {
        padding-top: 135px
    }

    .mobile375\:pt-28 {
        padding-top: 140px
    }

    .mobile375\:pt-29 {
        padding-top: 145px
    }

    .mobile375\:pt-30 {
        padding-top: 150px
    }

    .mobile375\:pt-31 {
        padding-top: 155px
    }

    .mobile375\:pt-32 {
        padding-top: 160px
    }

    .mobile375\:pt-33 {
        padding-top: 165px
    }

    .mobile375\:pt-34 {
        padding-top: 170px
    }

    .mobile375\:pt-35 {
        padding-top: 175px
    }

    .mobile375\:pt-36 {
        padding-top: 180px
    }

    .mobile375\:pt-37 {
        padding-top: 185px
    }

    .mobile375\:pt-38 {
        padding-top: 190px
    }

    .mobile375\:pt-39 {
        padding-top: 195px
    }

    .mobile375\:pt-40 {
        padding-top: 200px
    }

    .mobile375\:pt-auto {
        padding-top: auto
    }

    .mobile375\:pb-0 {
        padding-bottom: 0
    }

    .mobile375\:pb-1 {
        padding-bottom: 5px
    }

    .mobile375\:pb-2 {
        padding-bottom: 10px
    }

    .mobile375\:pb-3 {
        padding-bottom: 15px
    }

    .mobile375\:pb-4 {
        padding-bottom: 20px
    }

    .mobile375\:pb-5 {
        padding-bottom: 25px
    }

    .mobile375\:pb-6 {
        padding-bottom: 30px
    }

    .mobile375\:pb-7 {
        padding-bottom: 35px
    }

    .mobile375\:pb-8 {
        padding-bottom: 40px
    }

    .mobile375\:pb-9 {
        padding-bottom: 45px
    }

    .mobile375\:pb-10 {
        padding-bottom: 50px
    }

    .mobile375\:pb-11 {
        padding-bottom: 55px
    }

    .mobile375\:pb-12 {
        padding-bottom: 60px
    }

    .mobile375\:pb-13 {
        padding-bottom: 65px
    }

    .mobile375\:pb-14 {
        padding-bottom: 70px
    }

    .mobile375\:pb-15 {
        padding-bottom: 75px
    }

    .mobile375\:pb-16 {
        padding-bottom: 80px
    }

    .mobile375\:pb-17 {
        padding-bottom: 85px
    }

    .mobile375\:pb-18 {
        padding-bottom: 90px
    }

    .mobile375\:pb-19 {
        padding-bottom: 95px
    }

    .mobile375\:pb-20 {
        padding-bottom: 100px
    }

    .mobile375\:pb-21 {
        padding-bottom: 105px
    }

    .mobile375\:pb-22 {
        padding-bottom: 110px
    }

    .mobile375\:pb-23 {
        padding-bottom: 115px
    }

    .mobile375\:pb-24 {
        padding-bottom: 120px
    }

    .mobile375\:pb-25 {
        padding-bottom: 125px
    }

    .mobile375\:pb-26 {
        padding-bottom: 130px
    }

    .mobile375\:pb-27 {
        padding-bottom: 135px
    }

    .mobile375\:pb-28 {
        padding-bottom: 140px
    }

    .mobile375\:pb-29 {
        padding-bottom: 145px
    }

    .mobile375\:pb-30 {
        padding-bottom: 150px
    }

    .mobile375\:pb-31 {
        padding-bottom: 155px
    }

    .mobile375\:pb-32 {
        padding-bottom: 160px
    }

    .mobile375\:pb-33 {
        padding-bottom: 165px
    }

    .mobile375\:pb-34 {
        padding-bottom: 170px
    }

    .mobile375\:pb-35 {
        padding-bottom: 175px
    }

    .mobile375\:pb-36 {
        padding-bottom: 180px
    }

    .mobile375\:pb-37 {
        padding-bottom: 185px
    }

    .mobile375\:pb-38 {
        padding-bottom: 190px
    }

    .mobile375\:pb-39 {
        padding-bottom: 195px
    }

    .mobile375\:pb-40 {
        padding-bottom: 200px
    }

    .mobile375\:pb-auto {
        padding-bottom: auto
    }

    .mobile375\:pr-0 {
        padding-right: 0
    }

    .mobile375\:pr-1 {
        padding-right: 5px
    }

    .mobile375\:pr-2 {
        padding-right: 10px
    }

    .mobile375\:pr-3 {
        padding-right: 15px
    }

    .mobile375\:pr-4 {
        padding-right: 20px
    }

    .mobile375\:pr-5 {
        padding-right: 25px
    }

    .mobile375\:pr-6 {
        padding-right: 30px
    }

    .mobile375\:pr-7 {
        padding-right: 35px
    }

    .mobile375\:pr-8 {
        padding-right: 40px
    }

    .mobile375\:pr-9 {
        padding-right: 45px
    }

    .mobile375\:pr-10 {
        padding-right: 50px
    }

    .mobile375\:pr-11 {
        padding-right: 55px
    }

    .mobile375\:pr-12 {
        padding-right: 60px
    }

    .mobile375\:pr-13 {
        padding-right: 65px
    }

    .mobile375\:pr-14 {
        padding-right: 70px
    }

    .mobile375\:pr-15 {
        padding-right: 75px
    }

    .mobile375\:pr-16 {
        padding-right: 80px
    }

    .mobile375\:pr-17 {
        padding-right: 85px
    }

    .mobile375\:pr-18 {
        padding-right: 90px
    }

    .mobile375\:pr-19 {
        padding-right: 95px
    }

    .mobile375\:pr-20 {
        padding-right: 100px
    }

    .mobile375\:pr-21 {
        padding-right: 105px
    }

    .mobile375\:pr-22 {
        padding-right: 110px
    }

    .mobile375\:pr-23 {
        padding-right: 115px
    }

    .mobile375\:pr-24 {
        padding-right: 120px
    }

    .mobile375\:pr-25 {
        padding-right: 125px
    }

    .mobile375\:pr-26 {
        padding-right: 130px
    }

    .mobile375\:pr-27 {
        padding-right: 135px
    }

    .mobile375\:pr-28 {
        padding-right: 140px
    }

    .mobile375\:pr-29 {
        padding-right: 145px
    }

    .mobile375\:pr-30 {
        padding-right: 150px
    }

    .mobile375\:pr-31 {
        padding-right: 155px
    }

    .mobile375\:pr-32 {
        padding-right: 160px
    }

    .mobile375\:pr-33 {
        padding-right: 165px
    }

    .mobile375\:pr-34 {
        padding-right: 170px
    }

    .mobile375\:pr-35 {
        padding-right: 175px
    }

    .mobile375\:pr-36 {
        padding-right: 180px
    }

    .mobile375\:pr-37 {
        padding-right: 185px
    }

    .mobile375\:pr-38 {
        padding-right: 190px
    }

    .mobile375\:pr-39 {
        padding-right: 195px
    }

    .mobile375\:pr-40 {
        padding-right: 200px
    }

    .mobile375\:pr-auto {
        padding-right: auto
    }

    .mobile375\:pl-0 {
        padding-left: 0
    }

    .mobile375\:pl-1 {
        padding-left: 5px
    }

    .mobile375\:pl-2 {
        padding-left: 10px
    }

    .mobile375\:pl-3 {
        padding-left: 15px
    }

    .mobile375\:pl-4 {
        padding-left: 20px
    }

    .mobile375\:pl-5 {
        padding-left: 25px
    }

    .mobile375\:pl-6 {
        padding-left: 30px
    }

    .mobile375\:pl-7 {
        padding-left: 35px
    }

    .mobile375\:pl-8 {
        padding-left: 40px
    }

    .mobile375\:pl-9 {
        padding-left: 45px
    }

    .mobile375\:pl-10 {
        padding-left: 50px
    }

    .mobile375\:pl-11 {
        padding-left: 55px
    }

    .mobile375\:pl-12 {
        padding-left: 60px
    }

    .mobile375\:pl-13 {
        padding-left: 65px
    }

    .mobile375\:pl-14 {
        padding-left: 70px
    }

    .mobile375\:pl-15 {
        padding-left: 75px
    }

    .mobile375\:pl-16 {
        padding-left: 80px
    }

    .mobile375\:pl-17 {
        padding-left: 85px
    }

    .mobile375\:pl-18 {
        padding-left: 90px
    }

    .mobile375\:pl-19 {
        padding-left: 95px
    }

    .mobile375\:pl-20 {
        padding-left: 100px
    }

    .mobile375\:pl-21 {
        padding-left: 105px
    }

    .mobile375\:pl-22 {
        padding-left: 110px
    }

    .mobile375\:pl-23 {
        padding-left: 115px
    }

    .mobile375\:pl-24 {
        padding-left: 120px
    }

    .mobile375\:pl-25 {
        padding-left: 125px
    }

    .mobile375\:pl-26 {
        padding-left: 130px
    }

    .mobile375\:pl-27 {
        padding-left: 135px
    }

    .mobile375\:pl-28 {
        padding-left: 140px
    }

    .mobile375\:pl-29 {
        padding-left: 145px
    }

    .mobile375\:pl-30 {
        padding-left: 150px
    }

    .mobile375\:pl-31 {
        padding-left: 155px
    }

    .mobile375\:pl-32 {
        padding-left: 160px
    }

    .mobile375\:pl-33 {
        padding-left: 165px
    }

    .mobile375\:pl-34 {
        padding-left: 170px
    }

    .mobile375\:pl-35 {
        padding-left: 175px
    }

    .mobile375\:pl-36 {
        padding-left: 180px
    }

    .mobile375\:pl-37 {
        padding-left: 185px
    }

    .mobile375\:pl-38 {
        padding-left: 190px
    }

    .mobile375\:pl-39 {
        padding-left: 195px
    }

    .mobile375\:pl-40 {
        padding-left: 200px
    }

    .mobile375\:pl-auto {
        padding-left: auto
    }

    .mobile375\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .mobile375\:px-1 {
        padding-left: 5px;
        padding-right: 5px
    }

    .mobile375\:px-2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .mobile375\:px-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .mobile375\:px-4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile375\:px-5 {
        padding-left: 25px;
        padding-right: 25px
    }

    .mobile375\:px-6 {
        padding-left: 30px;
        padding-right: 30px
    }

    .mobile375\:px-7 {
        padding-left: 35px;
        padding-right: 35px
    }

    .mobile375\:px-8 {
        padding-left: 40px;
        padding-right: 40px
    }

    .mobile375\:px-9 {
        padding-left: 45px;
        padding-right: 45px
    }

    .mobile375\:px-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .mobile375\:px-11 {
        padding-left: 55px;
        padding-right: 55px
    }

    .mobile375\:px-12 {
        padding-left: 60px;
        padding-right: 60px
    }

    .mobile375\:px-13 {
        padding-left: 65px;
        padding-right: 65px
    }

    .mobile375\:px-14 {
        padding-left: 70px;
        padding-right: 70px
    }

    .mobile375\:px-15 {
        padding-left: 75px;
        padding-right: 75px
    }

    .mobile375\:px-16 {
        padding-left: 80px;
        padding-right: 80px
    }

    .mobile375\:px-17 {
        padding-left: 85px;
        padding-right: 85px
    }

    .mobile375\:px-18 {
        padding-left: 90px;
        padding-right: 90px
    }

    .mobile375\:px-19 {
        padding-left: 95px;
        padding-right: 95px
    }

    .mobile375\:px-20 {
        padding-left: 100px;
        padding-right: 100px
    }

    .mobile375\:px-21 {
        padding-left: 105px;
        padding-right: 105px
    }

    .mobile375\:px-22 {
        padding-left: 110px;
        padding-right: 110px
    }

    .mobile375\:px-23 {
        padding-left: 115px;
        padding-right: 115px
    }

    .mobile375\:px-24 {
        padding-left: 120px;
        padding-right: 120px
    }

    .mobile375\:px-25 {
        padding-left: 125px;
        padding-right: 125px
    }

    .mobile375\:px-26 {
        padding-left: 130px;
        padding-right: 130px
    }

    .mobile375\:px-27 {
        padding-left: 135px;
        padding-right: 135px
    }

    .mobile375\:px-28 {
        padding-left: 140px;
        padding-right: 140px
    }

    .mobile375\:px-29 {
        padding-left: 145px;
        padding-right: 145px
    }

    .mobile375\:px-30 {
        padding-left: 150px;
        padding-right: 150px
    }

    .mobile375\:px-31 {
        padding-left: 155px;
        padding-right: 155px
    }

    .mobile375\:px-32 {
        padding-left: 160px;
        padding-right: 160px
    }

    .mobile375\:px-33 {
        padding-left: 165px;
        padding-right: 165px
    }

    .mobile375\:px-34 {
        padding-left: 170px;
        padding-right: 170px
    }

    .mobile375\:px-35 {
        padding-left: 175px;
        padding-right: 175px
    }

    .mobile375\:px-36 {
        padding-left: 180px;
        padding-right: 180px
    }

    .mobile375\:px-37 {
        padding-left: 185px;
        padding-right: 185px
    }

    .mobile375\:px-38 {
        padding-left: 190px;
        padding-right: 190px
    }

    .mobile375\:px-39 {
        padding-left: 195px;
        padding-right: 195px
    }

    .mobile375\:px-40 {
        padding-left: 200px;
        padding-right: 200px
    }

    .mobile375\:px-auto {
        padding-left: auto;
        padding-right: auto
    }

    .mobile375\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .mobile375\:py-1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .mobile375\:py-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .mobile375\:py-3 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .mobile375\:py-4 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .mobile375\:py-5 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .mobile375\:py-6 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .mobile375\:py-7 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .mobile375\:py-8 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .mobile375\:py-9 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .mobile375\:py-10 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .mobile375\:py-11 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .mobile375\:py-12 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .mobile375\:py-13 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .mobile375\:py-14 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .mobile375\:py-15 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .mobile375\:py-16 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .mobile375\:py-17 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .mobile375\:py-18 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .mobile375\:py-19 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .mobile375\:py-20 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .mobile375\:py-21 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .mobile375\:py-22 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .mobile375\:py-23 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .mobile375\:py-24 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .mobile375\:py-25 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .mobile375\:py-26 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .mobile375\:py-27 {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .mobile375\:py-28 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .mobile375\:py-29 {
        padding-top: 145px;
        padding-bottom: 145px
    }

    .mobile375\:py-30 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .mobile375\:py-31 {
        padding-top: 155px;
        padding-bottom: 155px
    }

    .mobile375\:py-32 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .mobile375\:py-33 {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .mobile375\:py-34 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .mobile375\:py-35 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .mobile375\:py-36 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .mobile375\:py-37 {
        padding-top: 185px;
        padding-bottom: 185px
    }

    .mobile375\:py-38 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .mobile375\:py-39 {
        padding-top: 195px;
        padding-bottom: 195px
    }

    .mobile375\:py-40 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .mobile375\:py-auto {
        padding-top: auto;
        padding-bottom: auto
    }

    .mobile375\:m-0 {
        margin: 0
    }

    .mobile375\:m-1 {
        margin: 5px
    }

    .mobile375\:m-2 {
        margin: 10px
    }

    .mobile375\:m-3 {
        margin: 15px
    }

    .mobile375\:m-4 {
        margin: 20px
    }

    .mobile375\:m-5 {
        margin: 25px
    }

    .mobile375\:m-6 {
        margin: 30px
    }

    .mobile375\:m-7 {
        margin: 35px
    }

    .mobile375\:m-8 {
        margin: 40px
    }

    .mobile375\:m-9 {
        margin: 45px
    }

    .mobile375\:m-10 {
        margin: 50px
    }

    .mobile375\:m-11 {
        margin: 55px
    }

    .mobile375\:m-12 {
        margin: 60px
    }

    .mobile375\:m-13 {
        margin: 65px
    }

    .mobile375\:m-14 {
        margin: 70px
    }

    .mobile375\:m-15 {
        margin: 75px
    }

    .mobile375\:m-16 {
        margin: 80px
    }

    .mobile375\:m-17 {
        margin: 85px
    }

    .mobile375\:m-18 {
        margin: 90px
    }

    .mobile375\:m-19 {
        margin: 95px
    }

    .mobile375\:m-20 {
        margin: 100px
    }

    .mobile375\:m-21 {
        margin: 105px
    }

    .mobile375\:m-22 {
        margin: 110px
    }

    .mobile375\:m-23 {
        margin: 115px
    }

    .mobile375\:m-24 {
        margin: 120px
    }

    .mobile375\:m-25 {
        margin: 125px
    }

    .mobile375\:m-26 {
        margin: 130px
    }

    .mobile375\:m-27 {
        margin: 135px
    }

    .mobile375\:m-28 {
        margin: 140px
    }

    .mobile375\:m-29 {
        margin: 145px
    }

    .mobile375\:m-30 {
        margin: 150px
    }

    .mobile375\:m-31 {
        margin: 155px
    }

    .mobile375\:m-32 {
        margin: 160px
    }

    .mobile375\:m-33 {
        margin: 165px
    }

    .mobile375\:m-34 {
        margin: 170px
    }

    .mobile375\:m-35 {
        margin: 175px
    }

    .mobile375\:m-36 {
        margin: 180px
    }

    .mobile375\:m-37 {
        margin: 185px
    }

    .mobile375\:m-38 {
        margin: 190px
    }

    .mobile375\:m-39 {
        margin: 195px
    }

    .mobile375\:m-40 {
        margin: 200px
    }

    .mobile375\:m-auto {
        margin: auto
    }

    .mobile375\:ml-0 {
        margin-left: 0
    }

    .mobile375\:ml-1 {
        margin-left: 5px
    }

    .mobile375\:ml-2 {
        margin-left: 10px
    }

    .mobile375\:ml-3 {
        margin-left: 15px
    }

    .mobile375\:ml-4 {
        margin-left: 20px
    }

    .mobile375\:ml-5 {
        margin-left: 25px
    }

    .mobile375\:ml-6 {
        margin-left: 30px
    }

    .mobile375\:ml-7 {
        margin-left: 35px
    }

    .mobile375\:ml-8 {
        margin-left: 40px
    }

    .mobile375\:ml-9 {
        margin-left: 45px
    }

    .mobile375\:ml-10 {
        margin-left: 50px
    }

    .mobile375\:ml-11 {
        margin-left: 55px
    }

    .mobile375\:ml-12 {
        margin-left: 60px
    }

    .mobile375\:ml-13 {
        margin-left: 65px
    }

    .mobile375\:ml-14 {
        margin-left: 70px
    }

    .mobile375\:ml-15 {
        margin-left: 75px
    }

    .mobile375\:ml-16 {
        margin-left: 80px
    }

    .mobile375\:ml-17 {
        margin-left: 85px
    }

    .mobile375\:ml-18 {
        margin-left: 90px
    }

    .mobile375\:ml-19 {
        margin-left: 95px
    }

    .mobile375\:ml-20 {
        margin-left: 100px
    }

    .mobile375\:ml-21 {
        margin-left: 105px
    }

    .mobile375\:ml-22 {
        margin-left: 110px
    }

    .mobile375\:ml-23 {
        margin-left: 115px
    }

    .mobile375\:ml-24 {
        margin-left: 120px
    }

    .mobile375\:ml-25 {
        margin-left: 125px
    }

    .mobile375\:ml-26 {
        margin-left: 130px
    }

    .mobile375\:ml-27 {
        margin-left: 135px
    }

    .mobile375\:ml-28 {
        margin-left: 140px
    }

    .mobile375\:ml-29 {
        margin-left: 145px
    }

    .mobile375\:ml-30 {
        margin-left: 150px
    }

    .mobile375\:ml-31 {
        margin-left: 155px
    }

    .mobile375\:ml-32 {
        margin-left: 160px
    }

    .mobile375\:ml-33 {
        margin-left: 165px
    }

    .mobile375\:ml-34 {
        margin-left: 170px
    }

    .mobile375\:ml-35 {
        margin-left: 175px
    }

    .mobile375\:ml-36 {
        margin-left: 180px
    }

    .mobile375\:ml-37 {
        margin-left: 185px
    }

    .mobile375\:ml-38 {
        margin-left: 190px
    }

    .mobile375\:ml-39 {
        margin-left: 195px
    }

    .mobile375\:ml-40 {
        margin-left: 200px
    }

    .mobile375\:ml-auto {
        margin-left: auto
    }

    .mobile375\:mr-0 {
        margin-right: 0
    }

    .mobile375\:mr-1 {
        margin-right: 5px
    }

    .mobile375\:mr-2 {
        margin-right: 10px
    }

    .mobile375\:mr-3 {
        margin-right: 15px
    }

    .mobile375\:mr-4 {
        margin-right: 20px
    }

    .mobile375\:mr-5 {
        margin-right: 25px
    }

    .mobile375\:mr-6 {
        margin-right: 30px
    }

    .mobile375\:mr-7 {
        margin-right: 35px
    }

    .mobile375\:mr-8 {
        margin-right: 40px
    }

    .mobile375\:mr-9 {
        margin-right: 45px
    }

    .mobile375\:mr-10 {
        margin-right: 50px
    }

    .mobile375\:mr-11 {
        margin-right: 55px
    }

    .mobile375\:mr-12 {
        margin-right: 60px
    }

    .mobile375\:mr-13 {
        margin-right: 65px
    }

    .mobile375\:mr-14 {
        margin-right: 70px
    }

    .mobile375\:mr-15 {
        margin-right: 75px
    }

    .mobile375\:mr-16 {
        margin-right: 80px
    }

    .mobile375\:mr-17 {
        margin-right: 85px
    }

    .mobile375\:mr-18 {
        margin-right: 90px
    }

    .mobile375\:mr-19 {
        margin-right: 95px
    }

    .mobile375\:mr-20 {
        margin-right: 100px
    }

    .mobile375\:mr-21 {
        margin-right: 105px
    }

    .mobile375\:mr-22 {
        margin-right: 110px
    }

    .mobile375\:mr-23 {
        margin-right: 115px
    }

    .mobile375\:mr-24 {
        margin-right: 120px
    }

    .mobile375\:mr-25 {
        margin-right: 125px
    }

    .mobile375\:mr-26 {
        margin-right: 130px
    }

    .mobile375\:mr-27 {
        margin-right: 135px
    }

    .mobile375\:mr-28 {
        margin-right: 140px
    }

    .mobile375\:mr-29 {
        margin-right: 145px
    }

    .mobile375\:mr-30 {
        margin-right: 150px
    }

    .mobile375\:mr-31 {
        margin-right: 155px
    }

    .mobile375\:mr-32 {
        margin-right: 160px
    }

    .mobile375\:mr-33 {
        margin-right: 165px
    }

    .mobile375\:mr-34 {
        margin-right: 170px
    }

    .mobile375\:mr-35 {
        margin-right: 175px
    }

    .mobile375\:mr-36 {
        margin-right: 180px
    }

    .mobile375\:mr-37 {
        margin-right: 185px
    }

    .mobile375\:mr-38 {
        margin-right: 190px
    }

    .mobile375\:mr-39 {
        margin-right: 195px
    }

    .mobile375\:mr-40 {
        margin-right: 200px
    }

    .mobile375\:mr-auto {
        margin-right: auto
    }

    .mobile375\:mt-0 {
        margin-top: 0
    }

    .mobile375\:mt-1 {
        margin-top: 5px
    }

    .mobile375\:mt-2 {
        margin-top: 10px
    }

    .mobile375\:mt-3 {
        margin-top: 15px
    }

    .mobile375\:mt-4 {
        margin-top: 20px
    }

    .mobile375\:mt-5 {
        margin-top: 25px
    }

    .mobile375\:mt-6 {
        margin-top: 30px
    }

    .mobile375\:mt-7 {
        margin-top: 35px
    }

    .mobile375\:mt-8 {
        margin-top: 40px
    }

    .mobile375\:mt-9 {
        margin-top: 45px
    }

    .mobile375\:mt-10 {
        margin-top: 50px
    }

    .mobile375\:mt-11 {
        margin-top: 55px
    }

    .mobile375\:mt-12 {
        margin-top: 60px
    }

    .mobile375\:mt-13 {
        margin-top: 65px
    }

    .mobile375\:mt-14 {
        margin-top: 70px
    }

    .mobile375\:mt-15 {
        margin-top: 75px
    }

    .mobile375\:mt-16 {
        margin-top: 80px
    }

    .mobile375\:mt-17 {
        margin-top: 85px
    }

    .mobile375\:mt-18 {
        margin-top: 90px
    }

    .mobile375\:mt-19 {
        margin-top: 95px
    }

    .mobile375\:mt-20 {
        margin-top: 100px
    }

    .mobile375\:mt-21 {
        margin-top: 105px
    }

    .mobile375\:mt-22 {
        margin-top: 110px
    }

    .mobile375\:mt-23 {
        margin-top: 115px
    }

    .mobile375\:mt-24 {
        margin-top: 120px
    }

    .mobile375\:mt-25 {
        margin-top: 125px
    }

    .mobile375\:mt-26 {
        margin-top: 130px
    }

    .mobile375\:mt-27 {
        margin-top: 135px
    }

    .mobile375\:mt-28 {
        margin-top: 140px
    }

    .mobile375\:mt-29 {
        margin-top: 145px
    }

    .mobile375\:mt-30 {
        margin-top: 150px
    }

    .mobile375\:mt-31 {
        margin-top: 155px
    }

    .mobile375\:mt-32 {
        margin-top: 160px
    }

    .mobile375\:mt-33 {
        margin-top: 165px
    }

    .mobile375\:mt-34 {
        margin-top: 170px
    }

    .mobile375\:mt-35 {
        margin-top: 175px
    }

    .mobile375\:mt-36 {
        margin-top: 180px
    }

    .mobile375\:mt-37 {
        margin-top: 185px
    }

    .mobile375\:mt-38 {
        margin-top: 190px
    }

    .mobile375\:mt-39 {
        margin-top: 195px
    }

    .mobile375\:mt-40 {
        margin-top: 200px
    }

    .mobile375\:mt-auto {
        margin-top: auto
    }

    .mobile375\:mb-0 {
        margin-bottom: 0
    }

    .mobile375\:mb-1 {
        margin-bottom: 5px
    }

    .mobile375\:mb-2 {
        margin-bottom: 10px
    }

    .mobile375\:mb-3 {
        margin-bottom: 15px
    }

    .mobile375\:mb-4 {
        margin-bottom: 20px
    }

    .mobile375\:mb-5 {
        margin-bottom: 25px
    }

    .mobile375\:mb-6 {
        margin-bottom: 30px
    }

    .mobile375\:mb-7 {
        margin-bottom: 35px
    }

    .mobile375\:mb-8 {
        margin-bottom: 40px
    }

    .mobile375\:mb-9 {
        margin-bottom: 45px
    }

    .mobile375\:mb-10 {
        margin-bottom: 50px
    }

    .mobile375\:mb-11 {
        margin-bottom: 55px
    }

    .mobile375\:mb-12 {
        margin-bottom: 60px
    }

    .mobile375\:mb-13 {
        margin-bottom: 65px
    }

    .mobile375\:mb-14 {
        margin-bottom: 70px
    }

    .mobile375\:mb-15 {
        margin-bottom: 75px
    }

    .mobile375\:mb-16 {
        margin-bottom: 80px
    }

    .mobile375\:mb-17 {
        margin-bottom: 85px
    }

    .mobile375\:mb-18 {
        margin-bottom: 90px
    }

    .mobile375\:mb-19 {
        margin-bottom: 95px
    }

    .mobile375\:mb-20 {
        margin-bottom: 100px
    }

    .mobile375\:mb-21 {
        margin-bottom: 105px
    }

    .mobile375\:mb-22 {
        margin-bottom: 110px
    }

    .mobile375\:mb-23 {
        margin-bottom: 115px
    }

    .mobile375\:mb-24 {
        margin-bottom: 120px
    }

    .mobile375\:mb-25 {
        margin-bottom: 125px
    }

    .mobile375\:mb-26 {
        margin-bottom: 130px
    }

    .mobile375\:mb-27 {
        margin-bottom: 135px
    }

    .mobile375\:mb-28 {
        margin-bottom: 140px
    }

    .mobile375\:mb-29 {
        margin-bottom: 145px
    }

    .mobile375\:mb-30 {
        margin-bottom: 150px
    }

    .mobile375\:mb-31 {
        margin-bottom: 155px
    }

    .mobile375\:mb-32 {
        margin-bottom: 160px
    }

    .mobile375\:mb-33 {
        margin-bottom: 165px
    }

    .mobile375\:mb-34 {
        margin-bottom: 170px
    }

    .mobile375\:mb-35 {
        margin-bottom: 175px
    }

    .mobile375\:mb-36 {
        margin-bottom: 180px
    }

    .mobile375\:mb-37 {
        margin-bottom: 185px
    }

    .mobile375\:mb-38 {
        margin-bottom: 190px
    }

    .mobile375\:mb-39 {
        margin-bottom: 195px
    }

    .mobile375\:mb-40 {
        margin-bottom: 200px
    }

    .mobile375\:mb-auto {
        margin-bottom: auto
    }

    .mobile375\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .mobile375\:mx-1 {
        margin-left: 5px;
        margin-right: 5px
    }

    .mobile375\:mx-2 {
        margin-left: 10px;
        margin-right: 10px
    }

    .mobile375\:mx-3 {
        margin-left: 15px;
        margin-right: 15px
    }

    .mobile375\:mx-4 {
        margin-left: 20px;
        margin-right: 20px
    }

    .mobile375\:mx-5 {
        margin-left: 25px;
        margin-right: 25px
    }

    .mobile375\:mx-6 {
        margin-left: 30px;
        margin-right: 30px
    }

    .mobile375\:mx-7 {
        margin-left: 35px;
        margin-right: 35px
    }

    .mobile375\:mx-8 {
        margin-left: 40px;
        margin-right: 40px
    }

    .mobile375\:mx-9 {
        margin-left: 45px;
        margin-right: 45px
    }

    .mobile375\:mx-10 {
        margin-left: 50px;
        margin-right: 50px
    }

    .mobile375\:mx-11 {
        margin-left: 55px;
        margin-right: 55px
    }

    .mobile375\:mx-12 {
        margin-left: 60px;
        margin-right: 60px
    }

    .mobile375\:mx-13 {
        margin-left: 65px;
        margin-right: 65px
    }

    .mobile375\:mx-14 {
        margin-left: 70px;
        margin-right: 70px
    }

    .mobile375\:mx-15 {
        margin-left: 75px;
        margin-right: 75px
    }

    .mobile375\:mx-16 {
        margin-left: 80px;
        margin-right: 80px
    }

    .mobile375\:mx-17 {
        margin-left: 85px;
        margin-right: 85px
    }

    .mobile375\:mx-18 {
        margin-left: 90px;
        margin-right: 90px
    }

    .mobile375\:mx-19 {
        margin-left: 95px;
        margin-right: 95px
    }

    .mobile375\:mx-20 {
        margin-left: 100px;
        margin-right: 100px
    }

    .mobile375\:mx-21 {
        margin-left: 105px;
        margin-right: 105px
    }

    .mobile375\:mx-22 {
        margin-left: 110px;
        margin-right: 110px
    }

    .mobile375\:mx-23 {
        margin-left: 115px;
        margin-right: 115px
    }

    .mobile375\:mx-24 {
        margin-left: 120px;
        margin-right: 120px
    }

    .mobile375\:mx-25 {
        margin-left: 125px;
        margin-right: 125px
    }

    .mobile375\:mx-26 {
        margin-left: 130px;
        margin-right: 130px
    }

    .mobile375\:mx-27 {
        margin-left: 135px;
        margin-right: 135px
    }

    .mobile375\:mx-28 {
        margin-left: 140px;
        margin-right: 140px
    }

    .mobile375\:mx-29 {
        margin-left: 145px;
        margin-right: 145px
    }

    .mobile375\:mx-30 {
        margin-left: 150px;
        margin-right: 150px
    }

    .mobile375\:mx-31 {
        margin-left: 155px;
        margin-right: 155px
    }

    .mobile375\:mx-32 {
        margin-left: 160px;
        margin-right: 160px
    }

    .mobile375\:mx-33 {
        margin-left: 165px;
        margin-right: 165px
    }

    .mobile375\:mx-34 {
        margin-left: 170px;
        margin-right: 170px
    }

    .mobile375\:mx-35 {
        margin-left: 175px;
        margin-right: 175px
    }

    .mobile375\:mx-36 {
        margin-left: 180px;
        margin-right: 180px
    }

    .mobile375\:mx-37 {
        margin-left: 185px;
        margin-right: 185px
    }

    .mobile375\:mx-38 {
        margin-left: 190px;
        margin-right: 190px
    }

    .mobile375\:mx-39 {
        margin-left: 195px;
        margin-right: 195px
    }

    .mobile375\:mx-40 {
        margin-left: 200px;
        margin-right: 200px
    }

    .mobile375\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .mobile375\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .mobile375\:my-1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .mobile375\:my-2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mobile375\:my-3 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .mobile375\:my-4 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .mobile375\:my-5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .mobile375\:my-6 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mobile375\:my-7 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .mobile375\:my-8 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .mobile375\:my-9 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .mobile375\:my-10 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mobile375\:my-11 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .mobile375\:my-12 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .mobile375\:my-13 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .mobile375\:my-14 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .mobile375\:my-15 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .mobile375\:my-16 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .mobile375\:my-17 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .mobile375\:my-18 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .mobile375\:my-19 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .mobile375\:my-20 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .mobile375\:my-21 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .mobile375\:my-22 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .mobile375\:my-23 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .mobile375\:my-24 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .mobile375\:my-25 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .mobile375\:my-26 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .mobile375\:my-27 {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .mobile375\:my-28 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .mobile375\:my-29 {
        margin-top: 145px;
        margin-bottom: 145px
    }

    .mobile375\:my-30 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .mobile375\:my-31 {
        margin-top: 155px;
        margin-bottom: 155px
    }

    .mobile375\:my-32 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .mobile375\:my-33 {
        margin-top: 165px;
        margin-bottom: 165px
    }

    .mobile375\:my-34 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .mobile375\:my-35 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .mobile375\:my-36 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .mobile375\:my-37 {
        margin-top: 185px;
        margin-bottom: 185px
    }

    .mobile375\:my-38 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .mobile375\:my-39 {
        margin-top: 195px;
        margin-bottom: 195px
    }

    .mobile375\:my-40 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .mobile375\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width:30em) {
    .mobile480\:p-0 {
        padding: 0
    }

    .mobile480\:p-1 {
        padding: 5px
    }

    .mobile480\:p-2 {
        padding: 10px
    }

    .mobile480\:p-3 {
        padding: 15px
    }

    .mobile480\:p-4 {
        padding: 20px
    }

    .mobile480\:p-5 {
        padding: 25px
    }

    .mobile480\:p-6 {
        padding: 30px
    }

    .mobile480\:p-7 {
        padding: 35px
    }

    .mobile480\:p-8 {
        padding: 40px
    }

    .mobile480\:p-9 {
        padding: 45px
    }

    .mobile480\:p-10 {
        padding: 50px
    }

    .mobile480\:p-11 {
        padding: 55px
    }

    .mobile480\:p-12 {
        padding: 60px
    }

    .mobile480\:p-13 {
        padding: 65px
    }

    .mobile480\:p-14 {
        padding: 70px
    }

    .mobile480\:p-15 {
        padding: 75px
    }

    .mobile480\:p-16 {
        padding: 80px
    }

    .mobile480\:p-17 {
        padding: 85px
    }

    .mobile480\:p-18 {
        padding: 90px
    }

    .mobile480\:p-19 {
        padding: 95px
    }

    .mobile480\:p-20 {
        padding: 100px
    }

    .mobile480\:p-21 {
        padding: 105px
    }

    .mobile480\:p-22 {
        padding: 110px
    }

    .mobile480\:p-23 {
        padding: 115px
    }

    .mobile480\:p-24 {
        padding: 120px
    }

    .mobile480\:p-25 {
        padding: 125px
    }

    .mobile480\:p-26 {
        padding: 130px
    }

    .mobile480\:p-27 {
        padding: 135px
    }

    .mobile480\:p-28 {
        padding: 140px
    }

    .mobile480\:p-29 {
        padding: 145px
    }

    .mobile480\:p-30 {
        padding: 150px
    }

    .mobile480\:p-31 {
        padding: 155px
    }

    .mobile480\:p-32 {
        padding: 160px
    }

    .mobile480\:p-33 {
        padding: 165px
    }

    .mobile480\:p-34 {
        padding: 170px
    }

    .mobile480\:p-35 {
        padding: 175px
    }

    .mobile480\:p-36 {
        padding: 180px
    }

    .mobile480\:p-37 {
        padding: 185px
    }

    .mobile480\:p-38 {
        padding: 190px
    }

    .mobile480\:p-39 {
        padding: 195px
    }

    .mobile480\:p-40 {
        padding: 200px
    }

    .mobile480\:p-auto {
        padding: auto
    }

    .mobile480\:pt-0 {
        padding-top: 0
    }

    .mobile480\:pt-1 {
        padding-top: 5px
    }

    .mobile480\:pt-2 {
        padding-top: 10px
    }

    .mobile480\:pt-3 {
        padding-top: 15px
    }

    .mobile480\:pt-4 {
        padding-top: 20px
    }

    .mobile480\:pt-5 {
        padding-top: 25px
    }

    .mobile480\:pt-6 {
        padding-top: 30px
    }

    .mobile480\:pt-7 {
        padding-top: 35px
    }

    .mobile480\:pt-8 {
        padding-top: 40px
    }

    .mobile480\:pt-9 {
        padding-top: 45px
    }

    .mobile480\:pt-10 {
        padding-top: 50px
    }

    .mobile480\:pt-11 {
        padding-top: 55px
    }

    .mobile480\:pt-12 {
        padding-top: 60px
    }

    .mobile480\:pt-13 {
        padding-top: 65px
    }

    .mobile480\:pt-14 {
        padding-top: 70px
    }

    .mobile480\:pt-15 {
        padding-top: 75px
    }

    .mobile480\:pt-16 {
        padding-top: 80px
    }

    .mobile480\:pt-17 {
        padding-top: 85px
    }

    .mobile480\:pt-18 {
        padding-top: 90px
    }

    .mobile480\:pt-19 {
        padding-top: 95px
    }

    .mobile480\:pt-20 {
        padding-top: 100px
    }

    .mobile480\:pt-21 {
        padding-top: 105px
    }

    .mobile480\:pt-22 {
        padding-top: 110px
    }

    .mobile480\:pt-23 {
        padding-top: 115px
    }

    .mobile480\:pt-24 {
        padding-top: 120px
    }

    .mobile480\:pt-25 {
        padding-top: 125px
    }

    .mobile480\:pt-26 {
        padding-top: 130px
    }

    .mobile480\:pt-27 {
        padding-top: 135px
    }

    .mobile480\:pt-28 {
        padding-top: 140px
    }

    .mobile480\:pt-29 {
        padding-top: 145px
    }

    .mobile480\:pt-30 {
        padding-top: 150px
    }

    .mobile480\:pt-31 {
        padding-top: 155px
    }

    .mobile480\:pt-32 {
        padding-top: 160px
    }

    .mobile480\:pt-33 {
        padding-top: 165px
    }

    .mobile480\:pt-34 {
        padding-top: 170px
    }

    .mobile480\:pt-35 {
        padding-top: 175px
    }

    .mobile480\:pt-36 {
        padding-top: 180px
    }

    .mobile480\:pt-37 {
        padding-top: 185px
    }

    .mobile480\:pt-38 {
        padding-top: 190px
    }

    .mobile480\:pt-39 {
        padding-top: 195px
    }

    .mobile480\:pt-40 {
        padding-top: 200px
    }

    .mobile480\:pt-auto {
        padding-top: auto
    }

    .mobile480\:pb-0 {
        padding-bottom: 0
    }

    .mobile480\:pb-1 {
        padding-bottom: 5px
    }

    .mobile480\:pb-2 {
        padding-bottom: 10px
    }

    .mobile480\:pb-3 {
        padding-bottom: 15px
    }

    .mobile480\:pb-4 {
        padding-bottom: 20px
    }

    .mobile480\:pb-5 {
        padding-bottom: 25px
    }

    .mobile480\:pb-6 {
        padding-bottom: 30px
    }

    .mobile480\:pb-7 {
        padding-bottom: 35px
    }

    .mobile480\:pb-8 {
        padding-bottom: 40px
    }

    .mobile480\:pb-9 {
        padding-bottom: 45px
    }

    .mobile480\:pb-10 {
        padding-bottom: 50px
    }

    .mobile480\:pb-11 {
        padding-bottom: 55px
    }

    .mobile480\:pb-12 {
        padding-bottom: 60px
    }

    .mobile480\:pb-13 {
        padding-bottom: 65px
    }

    .mobile480\:pb-14 {
        padding-bottom: 70px
    }

    .mobile480\:pb-15 {
        padding-bottom: 75px
    }

    .mobile480\:pb-16 {
        padding-bottom: 80px
    }

    .mobile480\:pb-17 {
        padding-bottom: 85px
    }

    .mobile480\:pb-18 {
        padding-bottom: 90px
    }

    .mobile480\:pb-19 {
        padding-bottom: 95px
    }

    .mobile480\:pb-20 {
        padding-bottom: 100px
    }

    .mobile480\:pb-21 {
        padding-bottom: 105px
    }

    .mobile480\:pb-22 {
        padding-bottom: 110px
    }

    .mobile480\:pb-23 {
        padding-bottom: 115px
    }

    .mobile480\:pb-24 {
        padding-bottom: 120px
    }

    .mobile480\:pb-25 {
        padding-bottom: 125px
    }

    .mobile480\:pb-26 {
        padding-bottom: 130px
    }

    .mobile480\:pb-27 {
        padding-bottom: 135px
    }

    .mobile480\:pb-28 {
        padding-bottom: 140px
    }

    .mobile480\:pb-29 {
        padding-bottom: 145px
    }

    .mobile480\:pb-30 {
        padding-bottom: 150px
    }

    .mobile480\:pb-31 {
        padding-bottom: 155px
    }

    .mobile480\:pb-32 {
        padding-bottom: 160px
    }

    .mobile480\:pb-33 {
        padding-bottom: 165px
    }

    .mobile480\:pb-34 {
        padding-bottom: 170px
    }

    .mobile480\:pb-35 {
        padding-bottom: 175px
    }

    .mobile480\:pb-36 {
        padding-bottom: 180px
    }

    .mobile480\:pb-37 {
        padding-bottom: 185px
    }

    .mobile480\:pb-38 {
        padding-bottom: 190px
    }

    .mobile480\:pb-39 {
        padding-bottom: 195px
    }

    .mobile480\:pb-40 {
        padding-bottom: 200px
    }

    .mobile480\:pb-auto {
        padding-bottom: auto
    }

    .mobile480\:pr-0 {
        padding-right: 0
    }

    .mobile480\:pr-1 {
        padding-right: 5px
    }

    .mobile480\:pr-2 {
        padding-right: 10px
    }

    .mobile480\:pr-3 {
        padding-right: 15px
    }

    .mobile480\:pr-4 {
        padding-right: 20px
    }

    .mobile480\:pr-5 {
        padding-right: 25px
    }

    .mobile480\:pr-6 {
        padding-right: 30px
    }

    .mobile480\:pr-7 {
        padding-right: 35px
    }

    .mobile480\:pr-8 {
        padding-right: 40px
    }

    .mobile480\:pr-9 {
        padding-right: 45px
    }

    .mobile480\:pr-10 {
        padding-right: 50px
    }

    .mobile480\:pr-11 {
        padding-right: 55px
    }

    .mobile480\:pr-12 {
        padding-right: 60px
    }

    .mobile480\:pr-13 {
        padding-right: 65px
    }

    .mobile480\:pr-14 {
        padding-right: 70px
    }

    .mobile480\:pr-15 {
        padding-right: 75px
    }

    .mobile480\:pr-16 {
        padding-right: 80px
    }

    .mobile480\:pr-17 {
        padding-right: 85px
    }

    .mobile480\:pr-18 {
        padding-right: 90px
    }

    .mobile480\:pr-19 {
        padding-right: 95px
    }

    .mobile480\:pr-20 {
        padding-right: 100px
    }

    .mobile480\:pr-21 {
        padding-right: 105px
    }

    .mobile480\:pr-22 {
        padding-right: 110px
    }

    .mobile480\:pr-23 {
        padding-right: 115px
    }

    .mobile480\:pr-24 {
        padding-right: 120px
    }

    .mobile480\:pr-25 {
        padding-right: 125px
    }

    .mobile480\:pr-26 {
        padding-right: 130px
    }

    .mobile480\:pr-27 {
        padding-right: 135px
    }

    .mobile480\:pr-28 {
        padding-right: 140px
    }

    .mobile480\:pr-29 {
        padding-right: 145px
    }

    .mobile480\:pr-30 {
        padding-right: 150px
    }

    .mobile480\:pr-31 {
        padding-right: 155px
    }

    .mobile480\:pr-32 {
        padding-right: 160px
    }

    .mobile480\:pr-33 {
        padding-right: 165px
    }

    .mobile480\:pr-34 {
        padding-right: 170px
    }

    .mobile480\:pr-35 {
        padding-right: 175px
    }

    .mobile480\:pr-36 {
        padding-right: 180px
    }

    .mobile480\:pr-37 {
        padding-right: 185px
    }

    .mobile480\:pr-38 {
        padding-right: 190px
    }

    .mobile480\:pr-39 {
        padding-right: 195px
    }

    .mobile480\:pr-40 {
        padding-right: 200px
    }

    .mobile480\:pr-auto {
        padding-right: auto
    }

    .mobile480\:pl-0 {
        padding-left: 0
    }

    .mobile480\:pl-1 {
        padding-left: 5px
    }

    .mobile480\:pl-2 {
        padding-left: 10px
    }

    .mobile480\:pl-3 {
        padding-left: 15px
    }

    .mobile480\:pl-4 {
        padding-left: 20px
    }

    .mobile480\:pl-5 {
        padding-left: 25px
    }

    .mobile480\:pl-6 {
        padding-left: 30px
    }

    .mobile480\:pl-7 {
        padding-left: 35px
    }

    .mobile480\:pl-8 {
        padding-left: 40px
    }

    .mobile480\:pl-9 {
        padding-left: 45px
    }

    .mobile480\:pl-10 {
        padding-left: 50px
    }

    .mobile480\:pl-11 {
        padding-left: 55px
    }

    .mobile480\:pl-12 {
        padding-left: 60px
    }

    .mobile480\:pl-13 {
        padding-left: 65px
    }

    .mobile480\:pl-14 {
        padding-left: 70px
    }

    .mobile480\:pl-15 {
        padding-left: 75px
    }

    .mobile480\:pl-16 {
        padding-left: 80px
    }

    .mobile480\:pl-17 {
        padding-left: 85px
    }

    .mobile480\:pl-18 {
        padding-left: 90px
    }

    .mobile480\:pl-19 {
        padding-left: 95px
    }

    .mobile480\:pl-20 {
        padding-left: 100px
    }

    .mobile480\:pl-21 {
        padding-left: 105px
    }

    .mobile480\:pl-22 {
        padding-left: 110px
    }

    .mobile480\:pl-23 {
        padding-left: 115px
    }

    .mobile480\:pl-24 {
        padding-left: 120px
    }

    .mobile480\:pl-25 {
        padding-left: 125px
    }

    .mobile480\:pl-26 {
        padding-left: 130px
    }

    .mobile480\:pl-27 {
        padding-left: 135px
    }

    .mobile480\:pl-28 {
        padding-left: 140px
    }

    .mobile480\:pl-29 {
        padding-left: 145px
    }

    .mobile480\:pl-30 {
        padding-left: 150px
    }

    .mobile480\:pl-31 {
        padding-left: 155px
    }

    .mobile480\:pl-32 {
        padding-left: 160px
    }

    .mobile480\:pl-33 {
        padding-left: 165px
    }

    .mobile480\:pl-34 {
        padding-left: 170px
    }

    .mobile480\:pl-35 {
        padding-left: 175px
    }

    .mobile480\:pl-36 {
        padding-left: 180px
    }

    .mobile480\:pl-37 {
        padding-left: 185px
    }

    .mobile480\:pl-38 {
        padding-left: 190px
    }

    .mobile480\:pl-39 {
        padding-left: 195px
    }

    .mobile480\:pl-40 {
        padding-left: 200px
    }

    .mobile480\:pl-auto {
        padding-left: auto
    }

    .mobile480\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .mobile480\:px-1 {
        padding-left: 5px;
        padding-right: 5px
    }

    .mobile480\:px-2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .mobile480\:px-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .mobile480\:px-4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile480\:px-5 {
        padding-left: 25px;
        padding-right: 25px
    }

    .mobile480\:px-6 {
        padding-left: 30px;
        padding-right: 30px
    }

    .mobile480\:px-7 {
        padding-left: 35px;
        padding-right: 35px
    }

    .mobile480\:px-8 {
        padding-left: 40px;
        padding-right: 40px
    }

    .mobile480\:px-9 {
        padding-left: 45px;
        padding-right: 45px
    }

    .mobile480\:px-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .mobile480\:px-11 {
        padding-left: 55px;
        padding-right: 55px
    }

    .mobile480\:px-12 {
        padding-left: 60px;
        padding-right: 60px
    }

    .mobile480\:px-13 {
        padding-left: 65px;
        padding-right: 65px
    }

    .mobile480\:px-14 {
        padding-left: 70px;
        padding-right: 70px
    }

    .mobile480\:px-15 {
        padding-left: 75px;
        padding-right: 75px
    }

    .mobile480\:px-16 {
        padding-left: 80px;
        padding-right: 80px
    }

    .mobile480\:px-17 {
        padding-left: 85px;
        padding-right: 85px
    }

    .mobile480\:px-18 {
        padding-left: 90px;
        padding-right: 90px
    }

    .mobile480\:px-19 {
        padding-left: 95px;
        padding-right: 95px
    }

    .mobile480\:px-20 {
        padding-left: 100px;
        padding-right: 100px
    }

    .mobile480\:px-21 {
        padding-left: 105px;
        padding-right: 105px
    }

    .mobile480\:px-22 {
        padding-left: 110px;
        padding-right: 110px
    }

    .mobile480\:px-23 {
        padding-left: 115px;
        padding-right: 115px
    }

    .mobile480\:px-24 {
        padding-left: 120px;
        padding-right: 120px
    }

    .mobile480\:px-25 {
        padding-left: 125px;
        padding-right: 125px
    }

    .mobile480\:px-26 {
        padding-left: 130px;
        padding-right: 130px
    }

    .mobile480\:px-27 {
        padding-left: 135px;
        padding-right: 135px
    }

    .mobile480\:px-28 {
        padding-left: 140px;
        padding-right: 140px
    }

    .mobile480\:px-29 {
        padding-left: 145px;
        padding-right: 145px
    }

    .mobile480\:px-30 {
        padding-left: 150px;
        padding-right: 150px
    }

    .mobile480\:px-31 {
        padding-left: 155px;
        padding-right: 155px
    }

    .mobile480\:px-32 {
        padding-left: 160px;
        padding-right: 160px
    }

    .mobile480\:px-33 {
        padding-left: 165px;
        padding-right: 165px
    }

    .mobile480\:px-34 {
        padding-left: 170px;
        padding-right: 170px
    }

    .mobile480\:px-35 {
        padding-left: 175px;
        padding-right: 175px
    }

    .mobile480\:px-36 {
        padding-left: 180px;
        padding-right: 180px
    }

    .mobile480\:px-37 {
        padding-left: 185px;
        padding-right: 185px
    }

    .mobile480\:px-38 {
        padding-left: 190px;
        padding-right: 190px
    }

    .mobile480\:px-39 {
        padding-left: 195px;
        padding-right: 195px
    }

    .mobile480\:px-40 {
        padding-left: 200px;
        padding-right: 200px
    }

    .mobile480\:px-auto {
        padding-left: auto;
        padding-right: auto
    }

    .mobile480\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .mobile480\:py-1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .mobile480\:py-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .mobile480\:py-3 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .mobile480\:py-4 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .mobile480\:py-5 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .mobile480\:py-6 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .mobile480\:py-7 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .mobile480\:py-8 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .mobile480\:py-9 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .mobile480\:py-10 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .mobile480\:py-11 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .mobile480\:py-12 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .mobile480\:py-13 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .mobile480\:py-14 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .mobile480\:py-15 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .mobile480\:py-16 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .mobile480\:py-17 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .mobile480\:py-18 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .mobile480\:py-19 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .mobile480\:py-20 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .mobile480\:py-21 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .mobile480\:py-22 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .mobile480\:py-23 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .mobile480\:py-24 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .mobile480\:py-25 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .mobile480\:py-26 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .mobile480\:py-27 {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .mobile480\:py-28 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .mobile480\:py-29 {
        padding-top: 145px;
        padding-bottom: 145px
    }

    .mobile480\:py-30 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .mobile480\:py-31 {
        padding-top: 155px;
        padding-bottom: 155px
    }

    .mobile480\:py-32 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .mobile480\:py-33 {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .mobile480\:py-34 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .mobile480\:py-35 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .mobile480\:py-36 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .mobile480\:py-37 {
        padding-top: 185px;
        padding-bottom: 185px
    }

    .mobile480\:py-38 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .mobile480\:py-39 {
        padding-top: 195px;
        padding-bottom: 195px
    }

    .mobile480\:py-40 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .mobile480\:py-auto {
        padding-top: auto;
        padding-bottom: auto
    }

    .mobile480\:m-0 {
        margin: 0
    }

    .mobile480\:m-1 {
        margin: 5px
    }

    .mobile480\:m-2 {
        margin: 10px
    }

    .mobile480\:m-3 {
        margin: 15px
    }

    .mobile480\:m-4 {
        margin: 20px
    }

    .mobile480\:m-5 {
        margin: 25px
    }

    .mobile480\:m-6 {
        margin: 30px
    }

    .mobile480\:m-7 {
        margin: 35px
    }

    .mobile480\:m-8 {
        margin: 40px
    }

    .mobile480\:m-9 {
        margin: 45px
    }

    .mobile480\:m-10 {
        margin: 50px
    }

    .mobile480\:m-11 {
        margin: 55px
    }

    .mobile480\:m-12 {
        margin: 60px
    }

    .mobile480\:m-13 {
        margin: 65px
    }

    .mobile480\:m-14 {
        margin: 70px
    }

    .mobile480\:m-15 {
        margin: 75px
    }

    .mobile480\:m-16 {
        margin: 80px
    }

    .mobile480\:m-17 {
        margin: 85px
    }

    .mobile480\:m-18 {
        margin: 90px
    }

    .mobile480\:m-19 {
        margin: 95px
    }

    .mobile480\:m-20 {
        margin: 100px
    }

    .mobile480\:m-21 {
        margin: 105px
    }

    .mobile480\:m-22 {
        margin: 110px
    }

    .mobile480\:m-23 {
        margin: 115px
    }

    .mobile480\:m-24 {
        margin: 120px
    }

    .mobile480\:m-25 {
        margin: 125px
    }

    .mobile480\:m-26 {
        margin: 130px
    }

    .mobile480\:m-27 {
        margin: 135px
    }

    .mobile480\:m-28 {
        margin: 140px
    }

    .mobile480\:m-29 {
        margin: 145px
    }

    .mobile480\:m-30 {
        margin: 150px
    }

    .mobile480\:m-31 {
        margin: 155px
    }

    .mobile480\:m-32 {
        margin: 160px
    }

    .mobile480\:m-33 {
        margin: 165px
    }

    .mobile480\:m-34 {
        margin: 170px
    }

    .mobile480\:m-35 {
        margin: 175px
    }

    .mobile480\:m-36 {
        margin: 180px
    }

    .mobile480\:m-37 {
        margin: 185px
    }

    .mobile480\:m-38 {
        margin: 190px
    }

    .mobile480\:m-39 {
        margin: 195px
    }

    .mobile480\:m-40 {
        margin: 200px
    }

    .mobile480\:m-auto {
        margin: auto
    }

    .mobile480\:ml-0 {
        margin-left: 0
    }

    .mobile480\:ml-1 {
        margin-left: 5px
    }

    .mobile480\:ml-2 {
        margin-left: 10px
    }

    .mobile480\:ml-3 {
        margin-left: 15px
    }

    .mobile480\:ml-4 {
        margin-left: 20px
    }

    .mobile480\:ml-5 {
        margin-left: 25px
    }

    .mobile480\:ml-6 {
        margin-left: 30px
    }

    .mobile480\:ml-7 {
        margin-left: 35px
    }

    .mobile480\:ml-8 {
        margin-left: 40px
    }

    .mobile480\:ml-9 {
        margin-left: 45px
    }

    .mobile480\:ml-10 {
        margin-left: 50px
    }

    .mobile480\:ml-11 {
        margin-left: 55px
    }

    .mobile480\:ml-12 {
        margin-left: 60px
    }

    .mobile480\:ml-13 {
        margin-left: 65px
    }

    .mobile480\:ml-14 {
        margin-left: 70px
    }

    .mobile480\:ml-15 {
        margin-left: 75px
    }

    .mobile480\:ml-16 {
        margin-left: 80px
    }

    .mobile480\:ml-17 {
        margin-left: 85px
    }

    .mobile480\:ml-18 {
        margin-left: 90px
    }

    .mobile480\:ml-19 {
        margin-left: 95px
    }

    .mobile480\:ml-20 {
        margin-left: 100px
    }

    .mobile480\:ml-21 {
        margin-left: 105px
    }

    .mobile480\:ml-22 {
        margin-left: 110px
    }

    .mobile480\:ml-23 {
        margin-left: 115px
    }

    .mobile480\:ml-24 {
        margin-left: 120px
    }

    .mobile480\:ml-25 {
        margin-left: 125px
    }

    .mobile480\:ml-26 {
        margin-left: 130px
    }

    .mobile480\:ml-27 {
        margin-left: 135px
    }

    .mobile480\:ml-28 {
        margin-left: 140px
    }

    .mobile480\:ml-29 {
        margin-left: 145px
    }

    .mobile480\:ml-30 {
        margin-left: 150px
    }

    .mobile480\:ml-31 {
        margin-left: 155px
    }

    .mobile480\:ml-32 {
        margin-left: 160px
    }

    .mobile480\:ml-33 {
        margin-left: 165px
    }

    .mobile480\:ml-34 {
        margin-left: 170px
    }

    .mobile480\:ml-35 {
        margin-left: 175px
    }

    .mobile480\:ml-36 {
        margin-left: 180px
    }

    .mobile480\:ml-37 {
        margin-left: 185px
    }

    .mobile480\:ml-38 {
        margin-left: 190px
    }

    .mobile480\:ml-39 {
        margin-left: 195px
    }

    .mobile480\:ml-40 {
        margin-left: 200px
    }

    .mobile480\:ml-auto {
        margin-left: auto
    }

    .mobile480\:mr-0 {
        margin-right: 0
    }

    .mobile480\:mr-1 {
        margin-right: 5px
    }

    .mobile480\:mr-2 {
        margin-right: 10px
    }

    .mobile480\:mr-3 {
        margin-right: 15px
    }

    .mobile480\:mr-4 {
        margin-right: 20px
    }

    .mobile480\:mr-5 {
        margin-right: 25px
    }

    .mobile480\:mr-6 {
        margin-right: 30px
    }

    .mobile480\:mr-7 {
        margin-right: 35px
    }

    .mobile480\:mr-8 {
        margin-right: 40px
    }

    .mobile480\:mr-9 {
        margin-right: 45px
    }

    .mobile480\:mr-10 {
        margin-right: 50px
    }

    .mobile480\:mr-11 {
        margin-right: 55px
    }

    .mobile480\:mr-12 {
        margin-right: 60px
    }

    .mobile480\:mr-13 {
        margin-right: 65px
    }

    .mobile480\:mr-14 {
        margin-right: 70px
    }

    .mobile480\:mr-15 {
        margin-right: 75px
    }

    .mobile480\:mr-16 {
        margin-right: 80px
    }

    .mobile480\:mr-17 {
        margin-right: 85px
    }

    .mobile480\:mr-18 {
        margin-right: 90px
    }

    .mobile480\:mr-19 {
        margin-right: 95px
    }

    .mobile480\:mr-20 {
        margin-right: 100px
    }

    .mobile480\:mr-21 {
        margin-right: 105px
    }

    .mobile480\:mr-22 {
        margin-right: 110px
    }

    .mobile480\:mr-23 {
        margin-right: 115px
    }

    .mobile480\:mr-24 {
        margin-right: 120px
    }

    .mobile480\:mr-25 {
        margin-right: 125px
    }

    .mobile480\:mr-26 {
        margin-right: 130px
    }

    .mobile480\:mr-27 {
        margin-right: 135px
    }

    .mobile480\:mr-28 {
        margin-right: 140px
    }

    .mobile480\:mr-29 {
        margin-right: 145px
    }

    .mobile480\:mr-30 {
        margin-right: 150px
    }

    .mobile480\:mr-31 {
        margin-right: 155px
    }

    .mobile480\:mr-32 {
        margin-right: 160px
    }

    .mobile480\:mr-33 {
        margin-right: 165px
    }

    .mobile480\:mr-34 {
        margin-right: 170px
    }

    .mobile480\:mr-35 {
        margin-right: 175px
    }

    .mobile480\:mr-36 {
        margin-right: 180px
    }

    .mobile480\:mr-37 {
        margin-right: 185px
    }

    .mobile480\:mr-38 {
        margin-right: 190px
    }

    .mobile480\:mr-39 {
        margin-right: 195px
    }

    .mobile480\:mr-40 {
        margin-right: 200px
    }

    .mobile480\:mr-auto {
        margin-right: auto
    }

    .mobile480\:mt-0 {
        margin-top: 0
    }

    .mobile480\:mt-1 {
        margin-top: 5px
    }

    .mobile480\:mt-2 {
        margin-top: 10px
    }

    .mobile480\:mt-3 {
        margin-top: 15px
    }

    .mobile480\:mt-4 {
        margin-top: 20px
    }

    .mobile480\:mt-5 {
        margin-top: 25px
    }

    .mobile480\:mt-6 {
        margin-top: 30px
    }

    .mobile480\:mt-7 {
        margin-top: 35px
    }

    .mobile480\:mt-8 {
        margin-top: 40px
    }

    .mobile480\:mt-9 {
        margin-top: 45px
    }

    .mobile480\:mt-10 {
        margin-top: 50px
    }

    .mobile480\:mt-11 {
        margin-top: 55px
    }

    .mobile480\:mt-12 {
        margin-top: 60px
    }

    .mobile480\:mt-13 {
        margin-top: 65px
    }

    .mobile480\:mt-14 {
        margin-top: 70px
    }

    .mobile480\:mt-15 {
        margin-top: 75px
    }

    .mobile480\:mt-16 {
        margin-top: 80px
    }

    .mobile480\:mt-17 {
        margin-top: 85px
    }

    .mobile480\:mt-18 {
        margin-top: 90px
    }

    .mobile480\:mt-19 {
        margin-top: 95px
    }

    .mobile480\:mt-20 {
        margin-top: 100px
    }

    .mobile480\:mt-21 {
        margin-top: 105px
    }

    .mobile480\:mt-22 {
        margin-top: 110px
    }

    .mobile480\:mt-23 {
        margin-top: 115px
    }

    .mobile480\:mt-24 {
        margin-top: 120px
    }

    .mobile480\:mt-25 {
        margin-top: 125px
    }

    .mobile480\:mt-26 {
        margin-top: 130px
    }

    .mobile480\:mt-27 {
        margin-top: 135px
    }

    .mobile480\:mt-28 {
        margin-top: 140px
    }

    .mobile480\:mt-29 {
        margin-top: 145px
    }

    .mobile480\:mt-30 {
        margin-top: 150px
    }

    .mobile480\:mt-31 {
        margin-top: 155px
    }

    .mobile480\:mt-32 {
        margin-top: 160px
    }

    .mobile480\:mt-33 {
        margin-top: 165px
    }

    .mobile480\:mt-34 {
        margin-top: 170px
    }

    .mobile480\:mt-35 {
        margin-top: 175px
    }

    .mobile480\:mt-36 {
        margin-top: 180px
    }

    .mobile480\:mt-37 {
        margin-top: 185px
    }

    .mobile480\:mt-38 {
        margin-top: 190px
    }

    .mobile480\:mt-39 {
        margin-top: 195px
    }

    .mobile480\:mt-40 {
        margin-top: 200px
    }

    .mobile480\:mt-auto {
        margin-top: auto
    }

    .mobile480\:mb-0 {
        margin-bottom: 0
    }

    .mobile480\:mb-1 {
        margin-bottom: 5px
    }

    .mobile480\:mb-2 {
        margin-bottom: 10px
    }

    .mobile480\:mb-3 {
        margin-bottom: 15px
    }

    .mobile480\:mb-4 {
        margin-bottom: 20px
    }

    .mobile480\:mb-5 {
        margin-bottom: 25px
    }

    .mobile480\:mb-6 {
        margin-bottom: 30px
    }

    .mobile480\:mb-7 {
        margin-bottom: 35px
    }

    .mobile480\:mb-8 {
        margin-bottom: 40px
    }

    .mobile480\:mb-9 {
        margin-bottom: 45px
    }

    .mobile480\:mb-10 {
        margin-bottom: 50px
    }

    .mobile480\:mb-11 {
        margin-bottom: 55px
    }

    .mobile480\:mb-12 {
        margin-bottom: 60px
    }

    .mobile480\:mb-13 {
        margin-bottom: 65px
    }

    .mobile480\:mb-14 {
        margin-bottom: 70px
    }

    .mobile480\:mb-15 {
        margin-bottom: 75px
    }

    .mobile480\:mb-16 {
        margin-bottom: 80px
    }

    .mobile480\:mb-17 {
        margin-bottom: 85px
    }

    .mobile480\:mb-18 {
        margin-bottom: 90px
    }

    .mobile480\:mb-19 {
        margin-bottom: 95px
    }

    .mobile480\:mb-20 {
        margin-bottom: 100px
    }

    .mobile480\:mb-21 {
        margin-bottom: 105px
    }

    .mobile480\:mb-22 {
        margin-bottom: 110px
    }

    .mobile480\:mb-23 {
        margin-bottom: 115px
    }

    .mobile480\:mb-24 {
        margin-bottom: 120px
    }

    .mobile480\:mb-25 {
        margin-bottom: 125px
    }

    .mobile480\:mb-26 {
        margin-bottom: 130px
    }

    .mobile480\:mb-27 {
        margin-bottom: 135px
    }

    .mobile480\:mb-28 {
        margin-bottom: 140px
    }

    .mobile480\:mb-29 {
        margin-bottom: 145px
    }

    .mobile480\:mb-30 {
        margin-bottom: 150px
    }

    .mobile480\:mb-31 {
        margin-bottom: 155px
    }

    .mobile480\:mb-32 {
        margin-bottom: 160px
    }

    .mobile480\:mb-33 {
        margin-bottom: 165px
    }

    .mobile480\:mb-34 {
        margin-bottom: 170px
    }

    .mobile480\:mb-35 {
        margin-bottom: 175px
    }

    .mobile480\:mb-36 {
        margin-bottom: 180px
    }

    .mobile480\:mb-37 {
        margin-bottom: 185px
    }

    .mobile480\:mb-38 {
        margin-bottom: 190px
    }

    .mobile480\:mb-39 {
        margin-bottom: 195px
    }

    .mobile480\:mb-40 {
        margin-bottom: 200px
    }

    .mobile480\:mb-auto {
        margin-bottom: auto
    }

    .mobile480\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .mobile480\:mx-1 {
        margin-left: 5px;
        margin-right: 5px
    }

    .mobile480\:mx-2 {
        margin-left: 10px;
        margin-right: 10px
    }

    .mobile480\:mx-3 {
        margin-left: 15px;
        margin-right: 15px
    }

    .mobile480\:mx-4 {
        margin-left: 20px;
        margin-right: 20px
    }

    .mobile480\:mx-5 {
        margin-left: 25px;
        margin-right: 25px
    }

    .mobile480\:mx-6 {
        margin-left: 30px;
        margin-right: 30px
    }

    .mobile480\:mx-7 {
        margin-left: 35px;
        margin-right: 35px
    }

    .mobile480\:mx-8 {
        margin-left: 40px;
        margin-right: 40px
    }

    .mobile480\:mx-9 {
        margin-left: 45px;
        margin-right: 45px
    }

    .mobile480\:mx-10 {
        margin-left: 50px;
        margin-right: 50px
    }

    .mobile480\:mx-11 {
        margin-left: 55px;
        margin-right: 55px
    }

    .mobile480\:mx-12 {
        margin-left: 60px;
        margin-right: 60px
    }

    .mobile480\:mx-13 {
        margin-left: 65px;
        margin-right: 65px
    }

    .mobile480\:mx-14 {
        margin-left: 70px;
        margin-right: 70px
    }

    .mobile480\:mx-15 {
        margin-left: 75px;
        margin-right: 75px
    }

    .mobile480\:mx-16 {
        margin-left: 80px;
        margin-right: 80px
    }

    .mobile480\:mx-17 {
        margin-left: 85px;
        margin-right: 85px
    }

    .mobile480\:mx-18 {
        margin-left: 90px;
        margin-right: 90px
    }

    .mobile480\:mx-19 {
        margin-left: 95px;
        margin-right: 95px
    }

    .mobile480\:mx-20 {
        margin-left: 100px;
        margin-right: 100px
    }

    .mobile480\:mx-21 {
        margin-left: 105px;
        margin-right: 105px
    }

    .mobile480\:mx-22 {
        margin-left: 110px;
        margin-right: 110px
    }

    .mobile480\:mx-23 {
        margin-left: 115px;
        margin-right: 115px
    }

    .mobile480\:mx-24 {
        margin-left: 120px;
        margin-right: 120px
    }

    .mobile480\:mx-25 {
        margin-left: 125px;
        margin-right: 125px
    }

    .mobile480\:mx-26 {
        margin-left: 130px;
        margin-right: 130px
    }

    .mobile480\:mx-27 {
        margin-left: 135px;
        margin-right: 135px
    }

    .mobile480\:mx-28 {
        margin-left: 140px;
        margin-right: 140px
    }

    .mobile480\:mx-29 {
        margin-left: 145px;
        margin-right: 145px
    }

    .mobile480\:mx-30 {
        margin-left: 150px;
        margin-right: 150px
    }

    .mobile480\:mx-31 {
        margin-left: 155px;
        margin-right: 155px
    }

    .mobile480\:mx-32 {
        margin-left: 160px;
        margin-right: 160px
    }

    .mobile480\:mx-33 {
        margin-left: 165px;
        margin-right: 165px
    }

    .mobile480\:mx-34 {
        margin-left: 170px;
        margin-right: 170px
    }

    .mobile480\:mx-35 {
        margin-left: 175px;
        margin-right: 175px
    }

    .mobile480\:mx-36 {
        margin-left: 180px;
        margin-right: 180px
    }

    .mobile480\:mx-37 {
        margin-left: 185px;
        margin-right: 185px
    }

    .mobile480\:mx-38 {
        margin-left: 190px;
        margin-right: 190px
    }

    .mobile480\:mx-39 {
        margin-left: 195px;
        margin-right: 195px
    }

    .mobile480\:mx-40 {
        margin-left: 200px;
        margin-right: 200px
    }

    .mobile480\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .mobile480\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .mobile480\:my-1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .mobile480\:my-2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mobile480\:my-3 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .mobile480\:my-4 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .mobile480\:my-5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .mobile480\:my-6 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mobile480\:my-7 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .mobile480\:my-8 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .mobile480\:my-9 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .mobile480\:my-10 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mobile480\:my-11 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .mobile480\:my-12 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .mobile480\:my-13 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .mobile480\:my-14 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .mobile480\:my-15 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .mobile480\:my-16 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .mobile480\:my-17 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .mobile480\:my-18 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .mobile480\:my-19 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .mobile480\:my-20 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .mobile480\:my-21 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .mobile480\:my-22 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .mobile480\:my-23 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .mobile480\:my-24 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .mobile480\:my-25 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .mobile480\:my-26 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .mobile480\:my-27 {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .mobile480\:my-28 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .mobile480\:my-29 {
        margin-top: 145px;
        margin-bottom: 145px
    }

    .mobile480\:my-30 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .mobile480\:my-31 {
        margin-top: 155px;
        margin-bottom: 155px
    }

    .mobile480\:my-32 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .mobile480\:my-33 {
        margin-top: 165px;
        margin-bottom: 165px
    }

    .mobile480\:my-34 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .mobile480\:my-35 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .mobile480\:my-36 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .mobile480\:my-37 {
        margin-top: 185px;
        margin-bottom: 185px
    }

    .mobile480\:my-38 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .mobile480\:my-39 {
        margin-top: 195px;
        margin-bottom: 195px
    }

    .mobile480\:my-40 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .mobile480\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width:43.75em) {
    .tablet\:p-0 {
        padding: 0
    }

    .tablet\:p-1 {
        padding: 5px
    }

    .tablet\:p-2 {
        padding: 10px
    }

    .tablet\:p-3 {
        padding: 15px
    }

    .tablet\:p-4 {
        padding: 20px
    }

    .tablet\:p-5 {
        padding: 25px
    }

    .tablet\:p-6 {
        padding: 30px
    }

    .tablet\:p-7 {
        padding: 35px
    }

    .tablet\:p-8 {
        padding: 40px
    }

    .tablet\:p-9 {
        padding: 45px
    }

    .tablet\:p-10 {
        padding: 50px
    }

    .tablet\:p-11 {
        padding: 55px
    }

    .tablet\:p-12 {
        padding: 60px
    }

    .tablet\:p-13 {
        padding: 65px
    }

    .tablet\:p-14 {
        padding: 70px
    }

    .tablet\:p-15 {
        padding: 75px
    }

    .tablet\:p-16 {
        padding: 80px
    }

    .tablet\:p-17 {
        padding: 85px
    }

    .tablet\:p-18 {
        padding: 90px
    }

    .tablet\:p-19 {
        padding: 95px
    }

    .tablet\:p-20 {
        padding: 100px
    }

    .tablet\:p-21 {
        padding: 105px
    }

    .tablet\:p-22 {
        padding: 110px
    }

    .tablet\:p-23 {
        padding: 115px
    }

    .tablet\:p-24 {
        padding: 120px
    }

    .tablet\:p-25 {
        padding: 125px
    }

    .tablet\:p-26 {
        padding: 130px
    }

    .tablet\:p-27 {
        padding: 135px
    }

    .tablet\:p-28 {
        padding: 140px
    }

    .tablet\:p-29 {
        padding: 145px
    }

    .tablet\:p-30 {
        padding: 150px
    }

    .tablet\:p-31 {
        padding: 155px
    }

    .tablet\:p-32 {
        padding: 160px
    }

    .tablet\:p-33 {
        padding: 165px
    }

    .tablet\:p-34 {
        padding: 170px
    }

    .tablet\:p-35 {
        padding: 175px
    }

    .tablet\:p-36 {
        padding: 180px
    }

    .tablet\:p-37 {
        padding: 185px
    }

    .tablet\:p-38 {
        padding: 190px
    }

    .tablet\:p-39 {
        padding: 195px
    }

    .tablet\:p-40 {
        padding: 200px
    }

    .tablet\:p-auto {
        padding: auto
    }

    .tablet\:pt-0 {
        padding-top: 0
    }

    .tablet\:pt-1 {
        padding-top: 5px
    }

    .tablet\:pt-2 {
        padding-top: 10px
    }

    .tablet\:pt-3 {
        padding-top: 15px
    }

    .tablet\:pt-4 {
        padding-top: 20px
    }

    .tablet\:pt-5 {
        padding-top: 25px
    }

    .tablet\:pt-6 {
        padding-top: 30px
    }

    .tablet\:pt-7 {
        padding-top: 35px
    }

    .tablet\:pt-8 {
        padding-top: 40px
    }

    .tablet\:pt-9 {
        padding-top: 45px
    }

    .tablet\:pt-10 {
        padding-top: 50px
    }

    .tablet\:pt-11 {
        padding-top: 55px
    }

    .tablet\:pt-12 {
        padding-top: 60px
    }

    .tablet\:pt-13 {
        padding-top: 65px
    }

    .tablet\:pt-14 {
        padding-top: 70px
    }

    .tablet\:pt-15 {
        padding-top: 75px
    }

    .tablet\:pt-16 {
        padding-top: 80px
    }

    .tablet\:pt-17 {
        padding-top: 85px
    }

    .tablet\:pt-18 {
        padding-top: 90px
    }

    .tablet\:pt-19 {
        padding-top: 95px
    }

    .tablet\:pt-20 {
        padding-top: 100px
    }

    .tablet\:pt-21 {
        padding-top: 105px
    }

    .tablet\:pt-22 {
        padding-top: 110px
    }

    .tablet\:pt-23 {
        padding-top: 115px
    }

    .tablet\:pt-24 {
        padding-top: 120px
    }

    .tablet\:pt-25 {
        padding-top: 125px
    }

    .tablet\:pt-26 {
        padding-top: 130px
    }

    .tablet\:pt-27 {
        padding-top: 135px
    }

    .tablet\:pt-28 {
        padding-top: 140px
    }

    .tablet\:pt-29 {
        padding-top: 145px
    }

    .tablet\:pt-30 {
        padding-top: 150px
    }

    .tablet\:pt-31 {
        padding-top: 155px
    }

    .tablet\:pt-32 {
        padding-top: 160px
    }

    .tablet\:pt-33 {
        padding-top: 165px
    }

    .tablet\:pt-34 {
        padding-top: 170px
    }

    .tablet\:pt-35 {
        padding-top: 175px
    }

    .tablet\:pt-36 {
        padding-top: 180px
    }

    .tablet\:pt-37 {
        padding-top: 185px
    }

    .tablet\:pt-38 {
        padding-top: 190px
    }

    .tablet\:pt-39 {
        padding-top: 195px
    }

    .tablet\:pt-40 {
        padding-top: 200px
    }

    .tablet\:pt-auto {
        padding-top: auto
    }

    .tablet\:pb-0 {
        padding-bottom: 0
    }

    .tablet\:pb-1 {
        padding-bottom: 5px
    }

    .tablet\:pb-2 {
        padding-bottom: 10px
    }

    .tablet\:pb-3 {
        padding-bottom: 15px
    }

    .tablet\:pb-4 {
        padding-bottom: 20px
    }

    .tablet\:pb-5 {
        padding-bottom: 25px
    }

    .tablet\:pb-6 {
        padding-bottom: 30px
    }

    .tablet\:pb-7 {
        padding-bottom: 35px
    }

    .tablet\:pb-8 {
        padding-bottom: 40px
    }

    .tablet\:pb-9 {
        padding-bottom: 45px
    }

    .tablet\:pb-10 {
        padding-bottom: 50px
    }

    .tablet\:pb-11 {
        padding-bottom: 55px
    }

    .tablet\:pb-12 {
        padding-bottom: 60px
    }

    .tablet\:pb-13 {
        padding-bottom: 65px
    }

    .tablet\:pb-14 {
        padding-bottom: 70px
    }

    .tablet\:pb-15 {
        padding-bottom: 75px
    }

    .tablet\:pb-16 {
        padding-bottom: 80px
    }

    .tablet\:pb-17 {
        padding-bottom: 85px
    }

    .tablet\:pb-18 {
        padding-bottom: 90px
    }

    .tablet\:pb-19 {
        padding-bottom: 95px
    }

    .tablet\:pb-20 {
        padding-bottom: 100px
    }

    .tablet\:pb-21 {
        padding-bottom: 105px
    }

    .tablet\:pb-22 {
        padding-bottom: 110px
    }

    .tablet\:pb-23 {
        padding-bottom: 115px
    }

    .tablet\:pb-24 {
        padding-bottom: 120px
    }

    .tablet\:pb-25 {
        padding-bottom: 125px
    }

    .tablet\:pb-26 {
        padding-bottom: 130px
    }

    .tablet\:pb-27 {
        padding-bottom: 135px
    }

    .tablet\:pb-28 {
        padding-bottom: 140px
    }

    .tablet\:pb-29 {
        padding-bottom: 145px
    }

    .tablet\:pb-30 {
        padding-bottom: 150px
    }

    .tablet\:pb-31 {
        padding-bottom: 155px
    }

    .tablet\:pb-32 {
        padding-bottom: 160px
    }

    .tablet\:pb-33 {
        padding-bottom: 165px
    }

    .tablet\:pb-34 {
        padding-bottom: 170px
    }

    .tablet\:pb-35 {
        padding-bottom: 175px
    }

    .tablet\:pb-36 {
        padding-bottom: 180px
    }

    .tablet\:pb-37 {
        padding-bottom: 185px
    }

    .tablet\:pb-38 {
        padding-bottom: 190px
    }

    .tablet\:pb-39 {
        padding-bottom: 195px
    }

    .tablet\:pb-40 {
        padding-bottom: 200px
    }

    .tablet\:pb-auto {
        padding-bottom: auto
    }

    .tablet\:pr-0 {
        padding-right: 0
    }

    .tablet\:pr-1 {
        padding-right: 5px
    }

    .tablet\:pr-2 {
        padding-right: 10px
    }

    .tablet\:pr-3 {
        padding-right: 15px
    }

    .tablet\:pr-4 {
        padding-right: 20px
    }

    .tablet\:pr-5 {
        padding-right: 25px
    }

    .tablet\:pr-6 {
        padding-right: 30px
    }

    .tablet\:pr-7 {
        padding-right: 35px
    }

    .tablet\:pr-8 {
        padding-right: 40px
    }

    .tablet\:pr-9 {
        padding-right: 45px
    }

    .tablet\:pr-10 {
        padding-right: 50px
    }

    .tablet\:pr-11 {
        padding-right: 55px
    }

    .tablet\:pr-12 {
        padding-right: 60px
    }

    .tablet\:pr-13 {
        padding-right: 65px
    }

    .tablet\:pr-14 {
        padding-right: 70px
    }

    .tablet\:pr-15 {
        padding-right: 75px
    }

    .tablet\:pr-16 {
        padding-right: 80px
    }

    .tablet\:pr-17 {
        padding-right: 85px
    }

    .tablet\:pr-18 {
        padding-right: 90px
    }

    .tablet\:pr-19 {
        padding-right: 95px
    }

    .tablet\:pr-20 {
        padding-right: 100px
    }

    .tablet\:pr-21 {
        padding-right: 105px
    }

    .tablet\:pr-22 {
        padding-right: 110px
    }

    .tablet\:pr-23 {
        padding-right: 115px
    }

    .tablet\:pr-24 {
        padding-right: 120px
    }

    .tablet\:pr-25 {
        padding-right: 125px
    }

    .tablet\:pr-26 {
        padding-right: 130px
    }

    .tablet\:pr-27 {
        padding-right: 135px
    }

    .tablet\:pr-28 {
        padding-right: 140px
    }

    .tablet\:pr-29 {
        padding-right: 145px
    }

    .tablet\:pr-30 {
        padding-right: 150px
    }

    .tablet\:pr-31 {
        padding-right: 155px
    }

    .tablet\:pr-32 {
        padding-right: 160px
    }

    .tablet\:pr-33 {
        padding-right: 165px
    }

    .tablet\:pr-34 {
        padding-right: 170px
    }

    .tablet\:pr-35 {
        padding-right: 175px
    }

    .tablet\:pr-36 {
        padding-right: 180px
    }

    .tablet\:pr-37 {
        padding-right: 185px
    }

    .tablet\:pr-38 {
        padding-right: 190px
    }

    .tablet\:pr-39 {
        padding-right: 195px
    }

    .tablet\:pr-40 {
        padding-right: 200px
    }

    .tablet\:pr-auto {
        padding-right: auto
    }

    .tablet\:pl-0 {
        padding-left: 0
    }

    .tablet\:pl-1 {
        padding-left: 5px
    }

    .tablet\:pl-2 {
        padding-left: 10px
    }

    .tablet\:pl-3 {
        padding-left: 15px
    }

    .tablet\:pl-4 {
        padding-left: 20px
    }

    .tablet\:pl-5 {
        padding-left: 25px
    }

    .tablet\:pl-6 {
        padding-left: 30px
    }

    .tablet\:pl-7 {
        padding-left: 35px
    }

    .tablet\:pl-8 {
        padding-left: 40px
    }

    .tablet\:pl-9 {
        padding-left: 45px
    }

    .tablet\:pl-10 {
        padding-left: 50px
    }

    .tablet\:pl-11 {
        padding-left: 55px
    }

    .tablet\:pl-12 {
        padding-left: 60px
    }

    .tablet\:pl-13 {
        padding-left: 65px
    }

    .tablet\:pl-14 {
        padding-left: 70px
    }

    .tablet\:pl-15 {
        padding-left: 75px
    }

    .tablet\:pl-16 {
        padding-left: 80px
    }

    .tablet\:pl-17 {
        padding-left: 85px
    }

    .tablet\:pl-18 {
        padding-left: 90px
    }

    .tablet\:pl-19 {
        padding-left: 95px
    }

    .tablet\:pl-20 {
        padding-left: 100px
    }

    .tablet\:pl-21 {
        padding-left: 105px
    }

    .tablet\:pl-22 {
        padding-left: 110px
    }

    .tablet\:pl-23 {
        padding-left: 115px
    }

    .tablet\:pl-24 {
        padding-left: 120px
    }

    .tablet\:pl-25 {
        padding-left: 125px
    }

    .tablet\:pl-26 {
        padding-left: 130px
    }

    .tablet\:pl-27 {
        padding-left: 135px
    }

    .tablet\:pl-28 {
        padding-left: 140px
    }

    .tablet\:pl-29 {
        padding-left: 145px
    }

    .tablet\:pl-30 {
        padding-left: 150px
    }

    .tablet\:pl-31 {
        padding-left: 155px
    }

    .tablet\:pl-32 {
        padding-left: 160px
    }

    .tablet\:pl-33 {
        padding-left: 165px
    }

    .tablet\:pl-34 {
        padding-left: 170px
    }

    .tablet\:pl-35 {
        padding-left: 175px
    }

    .tablet\:pl-36 {
        padding-left: 180px
    }

    .tablet\:pl-37 {
        padding-left: 185px
    }

    .tablet\:pl-38 {
        padding-left: 190px
    }

    .tablet\:pl-39 {
        padding-left: 195px
    }

    .tablet\:pl-40 {
        padding-left: 200px
    }

    .tablet\:pl-auto {
        padding-left: auto
    }

    .tablet\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .tablet\:px-1 {
        padding-left: 5px;
        padding-right: 5px
    }

    .tablet\:px-2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .tablet\:px-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .tablet\:px-4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .tablet\:px-5 {
        padding-left: 25px;
        padding-right: 25px
    }

    .tablet\:px-6 {
        padding-left: 30px;
        padding-right: 30px
    }

    .tablet\:px-7 {
        padding-left: 35px;
        padding-right: 35px
    }

    .tablet\:px-8 {
        padding-left: 40px;
        padding-right: 40px
    }

    .tablet\:px-9 {
        padding-left: 45px;
        padding-right: 45px
    }

    .tablet\:px-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .tablet\:px-11 {
        padding-left: 55px;
        padding-right: 55px
    }

    .tablet\:px-12 {
        padding-left: 60px;
        padding-right: 60px
    }

    .tablet\:px-13 {
        padding-left: 65px;
        padding-right: 65px
    }

    .tablet\:px-14 {
        padding-left: 70px;
        padding-right: 70px
    }

    .tablet\:px-15 {
        padding-left: 75px;
        padding-right: 75px
    }

    .tablet\:px-16 {
        padding-left: 80px;
        padding-right: 80px
    }

    .tablet\:px-17 {
        padding-left: 85px;
        padding-right: 85px
    }

    .tablet\:px-18 {
        padding-left: 90px;
        padding-right: 90px
    }

    .tablet\:px-19 {
        padding-left: 95px;
        padding-right: 95px
    }

    .tablet\:px-20 {
        padding-left: 100px;
        padding-right: 100px
    }

    .tablet\:px-21 {
        padding-left: 105px;
        padding-right: 105px
    }

    .tablet\:px-22 {
        padding-left: 110px;
        padding-right: 110px
    }

    .tablet\:px-23 {
        padding-left: 115px;
        padding-right: 115px
    }

    .tablet\:px-24 {
        padding-left: 120px;
        padding-right: 120px
    }

    .tablet\:px-25 {
        padding-left: 125px;
        padding-right: 125px
    }

    .tablet\:px-26 {
        padding-left: 130px;
        padding-right: 130px
    }

    .tablet\:px-27 {
        padding-left: 135px;
        padding-right: 135px
    }

    .tablet\:px-28 {
        padding-left: 140px;
        padding-right: 140px
    }

    .tablet\:px-29 {
        padding-left: 145px;
        padding-right: 145px
    }

    .tablet\:px-30 {
        padding-left: 150px;
        padding-right: 150px
    }

    .tablet\:px-31 {
        padding-left: 155px;
        padding-right: 155px
    }

    .tablet\:px-32 {
        padding-left: 160px;
        padding-right: 160px
    }

    .tablet\:px-33 {
        padding-left: 165px;
        padding-right: 165px
    }

    .tablet\:px-34 {
        padding-left: 170px;
        padding-right: 170px
    }

    .tablet\:px-35 {
        padding-left: 175px;
        padding-right: 175px
    }

    .tablet\:px-36 {
        padding-left: 180px;
        padding-right: 180px
    }

    .tablet\:px-37 {
        padding-left: 185px;
        padding-right: 185px
    }

    .tablet\:px-38 {
        padding-left: 190px;
        padding-right: 190px
    }

    .tablet\:px-39 {
        padding-left: 195px;
        padding-right: 195px
    }

    .tablet\:px-40 {
        padding-left: 200px;
        padding-right: 200px
    }

    .tablet\:px-auto {
        padding-left: auto;
        padding-right: auto
    }

    .tablet\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .tablet\:py-1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .tablet\:py-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .tablet\:py-3 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .tablet\:py-4 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .tablet\:py-5 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .tablet\:py-6 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .tablet\:py-7 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .tablet\:py-8 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .tablet\:py-9 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .tablet\:py-10 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .tablet\:py-11 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .tablet\:py-12 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .tablet\:py-13 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .tablet\:py-14 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .tablet\:py-15 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .tablet\:py-16 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .tablet\:py-17 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .tablet\:py-18 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .tablet\:py-19 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .tablet\:py-20 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .tablet\:py-21 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .tablet\:py-22 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .tablet\:py-23 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .tablet\:py-24 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .tablet\:py-25 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .tablet\:py-26 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .tablet\:py-27 {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .tablet\:py-28 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .tablet\:py-29 {
        padding-top: 145px;
        padding-bottom: 145px
    }

    .tablet\:py-30 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .tablet\:py-31 {
        padding-top: 155px;
        padding-bottom: 155px
    }

    .tablet\:py-32 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .tablet\:py-33 {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .tablet\:py-34 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .tablet\:py-35 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .tablet\:py-36 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .tablet\:py-37 {
        padding-top: 185px;
        padding-bottom: 185px
    }

    .tablet\:py-38 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .tablet\:py-39 {
        padding-top: 195px;
        padding-bottom: 195px
    }

    .tablet\:py-40 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .tablet\:py-auto {
        padding-top: auto;
        padding-bottom: auto
    }

    .tablet\:m-0 {
        margin: 0
    }

    .tablet\:m-1 {
        margin: 5px
    }

    .tablet\:m-2 {
        margin: 10px
    }

    .tablet\:m-3 {
        margin: 15px
    }

    .tablet\:m-4 {
        margin: 20px
    }

    .tablet\:m-5 {
        margin: 25px
    }

    .tablet\:m-6 {
        margin: 30px
    }

    .tablet\:m-7 {
        margin: 35px
    }

    .tablet\:m-8 {
        margin: 40px
    }

    .tablet\:m-9 {
        margin: 45px
    }

    .tablet\:m-10 {
        margin: 50px
    }

    .tablet\:m-11 {
        margin: 55px
    }

    .tablet\:m-12 {
        margin: 60px
    }

    .tablet\:m-13 {
        margin: 65px
    }

    .tablet\:m-14 {
        margin: 70px
    }

    .tablet\:m-15 {
        margin: 75px
    }

    .tablet\:m-16 {
        margin: 80px
    }

    .tablet\:m-17 {
        margin: 85px
    }

    .tablet\:m-18 {
        margin: 90px
    }

    .tablet\:m-19 {
        margin: 95px
    }

    .tablet\:m-20 {
        margin: 100px
    }

    .tablet\:m-21 {
        margin: 105px
    }

    .tablet\:m-22 {
        margin: 110px
    }

    .tablet\:m-23 {
        margin: 115px
    }

    .tablet\:m-24 {
        margin: 120px
    }

    .tablet\:m-25 {
        margin: 125px
    }

    .tablet\:m-26 {
        margin: 130px
    }

    .tablet\:m-27 {
        margin: 135px
    }

    .tablet\:m-28 {
        margin: 140px
    }

    .tablet\:m-29 {
        margin: 145px
    }

    .tablet\:m-30 {
        margin: 150px
    }

    .tablet\:m-31 {
        margin: 155px
    }

    .tablet\:m-32 {
        margin: 160px
    }

    .tablet\:m-33 {
        margin: 165px
    }

    .tablet\:m-34 {
        margin: 170px
    }

    .tablet\:m-35 {
        margin: 175px
    }

    .tablet\:m-36 {
        margin: 180px
    }

    .tablet\:m-37 {
        margin: 185px
    }

    .tablet\:m-38 {
        margin: 190px
    }

    .tablet\:m-39 {
        margin: 195px
    }

    .tablet\:m-40 {
        margin: 200px
    }

    .tablet\:m-auto {
        margin: auto
    }

    .tablet\:ml-0 {
        margin-left: 0
    }

    .tablet\:ml-1 {
        margin-left: 5px
    }

    .tablet\:ml-2 {
        margin-left: 10px
    }

    .tablet\:ml-3 {
        margin-left: 15px
    }

    .tablet\:ml-4 {
        margin-left: 20px
    }

    .tablet\:ml-5 {
        margin-left: 25px
    }

    .tablet\:ml-6 {
        margin-left: 30px
    }

    .tablet\:ml-7 {
        margin-left: 35px
    }

    .tablet\:ml-8 {
        margin-left: 40px
    }

    .tablet\:ml-9 {
        margin-left: 45px
    }

    .tablet\:ml-10 {
        margin-left: 50px
    }

    .tablet\:ml-11 {
        margin-left: 55px
    }

    .tablet\:ml-12 {
        margin-left: 60px
    }

    .tablet\:ml-13 {
        margin-left: 65px
    }

    .tablet\:ml-14 {
        margin-left: 70px
    }

    .tablet\:ml-15 {
        margin-left: 75px
    }

    .tablet\:ml-16 {
        margin-left: 80px
    }

    .tablet\:ml-17 {
        margin-left: 85px
    }

    .tablet\:ml-18 {
        margin-left: 90px
    }

    .tablet\:ml-19 {
        margin-left: 95px
    }

    .tablet\:ml-20 {
        margin-left: 100px
    }

    .tablet\:ml-21 {
        margin-left: 105px
    }

    .tablet\:ml-22 {
        margin-left: 110px
    }

    .tablet\:ml-23 {
        margin-left: 115px
    }

    .tablet\:ml-24 {
        margin-left: 120px
    }

    .tablet\:ml-25 {
        margin-left: 125px
    }

    .tablet\:ml-26 {
        margin-left: 130px
    }

    .tablet\:ml-27 {
        margin-left: 135px
    }

    .tablet\:ml-28 {
        margin-left: 140px
    }

    .tablet\:ml-29 {
        margin-left: 145px
    }

    .tablet\:ml-30 {
        margin-left: 150px
    }

    .tablet\:ml-31 {
        margin-left: 155px
    }

    .tablet\:ml-32 {
        margin-left: 160px
    }

    .tablet\:ml-33 {
        margin-left: 165px
    }

    .tablet\:ml-34 {
        margin-left: 170px
    }

    .tablet\:ml-35 {
        margin-left: 175px
    }

    .tablet\:ml-36 {
        margin-left: 180px
    }

    .tablet\:ml-37 {
        margin-left: 185px
    }

    .tablet\:ml-38 {
        margin-left: 190px
    }

    .tablet\:ml-39 {
        margin-left: 195px
    }

    .tablet\:ml-40 {
        margin-left: 200px
    }

    .tablet\:ml-auto {
        margin-left: auto
    }

    .tablet\:mr-0 {
        margin-right: 0
    }

    .tablet\:mr-1 {
        margin-right: 5px
    }

    .tablet\:mr-2 {
        margin-right: 10px
    }

    .tablet\:mr-3 {
        margin-right: 15px
    }

    .tablet\:mr-4 {
        margin-right: 20px
    }

    .tablet\:mr-5 {
        margin-right: 25px
    }

    .tablet\:mr-6 {
        margin-right: 30px
    }

    .tablet\:mr-7 {
        margin-right: 35px
    }

    .tablet\:mr-8 {
        margin-right: 40px
    }

    .tablet\:mr-9 {
        margin-right: 45px
    }

    .tablet\:mr-10 {
        margin-right: 50px
    }

    .tablet\:mr-11 {
        margin-right: 55px
    }

    .tablet\:mr-12 {
        margin-right: 60px
    }

    .tablet\:mr-13 {
        margin-right: 65px
    }

    .tablet\:mr-14 {
        margin-right: 70px
    }

    .tablet\:mr-15 {
        margin-right: 75px
    }

    .tablet\:mr-16 {
        margin-right: 80px
    }

    .tablet\:mr-17 {
        margin-right: 85px
    }

    .tablet\:mr-18 {
        margin-right: 90px
    }

    .tablet\:mr-19 {
        margin-right: 95px
    }

    .tablet\:mr-20 {
        margin-right: 100px
    }

    .tablet\:mr-21 {
        margin-right: 105px
    }

    .tablet\:mr-22 {
        margin-right: 110px
    }

    .tablet\:mr-23 {
        margin-right: 115px
    }

    .tablet\:mr-24 {
        margin-right: 120px
    }

    .tablet\:mr-25 {
        margin-right: 125px
    }

    .tablet\:mr-26 {
        margin-right: 130px
    }

    .tablet\:mr-27 {
        margin-right: 135px
    }

    .tablet\:mr-28 {
        margin-right: 140px
    }

    .tablet\:mr-29 {
        margin-right: 145px
    }

    .tablet\:mr-30 {
        margin-right: 150px
    }

    .tablet\:mr-31 {
        margin-right: 155px
    }

    .tablet\:mr-32 {
        margin-right: 160px
    }

    .tablet\:mr-33 {
        margin-right: 165px
    }

    .tablet\:mr-34 {
        margin-right: 170px
    }

    .tablet\:mr-35 {
        margin-right: 175px
    }

    .tablet\:mr-36 {
        margin-right: 180px
    }

    .tablet\:mr-37 {
        margin-right: 185px
    }

    .tablet\:mr-38 {
        margin-right: 190px
    }

    .tablet\:mr-39 {
        margin-right: 195px
    }

    .tablet\:mr-40 {
        margin-right: 200px
    }

    .tablet\:mr-auto {
        margin-right: auto
    }

    .tablet\:mt-0 {
        margin-top: 0
    }

    .tablet\:mt-1 {
        margin-top: 5px
    }

    .tablet\:mt-2 {
        margin-top: 10px
    }

    .tablet\:mt-3 {
        margin-top: 15px
    }

    .tablet\:mt-4 {
        margin-top: 20px
    }

    .tablet\:mt-5 {
        margin-top: 25px
    }

    .tablet\:mt-6 {
        margin-top: 30px
    }

    .tablet\:mt-7 {
        margin-top: 35px
    }

    .tablet\:mt-8 {
        margin-top: 40px
    }

    .tablet\:mt-9 {
        margin-top: 45px
    }

    .tablet\:mt-10 {
        margin-top: 50px
    }

    .tablet\:mt-11 {
        margin-top: 55px
    }

    .tablet\:mt-12 {
        margin-top: 60px
    }

    .tablet\:mt-13 {
        margin-top: 65px
    }

    .tablet\:mt-14 {
        margin-top: 70px
    }

    .tablet\:mt-15 {
        margin-top: 75px
    }

    .tablet\:mt-16 {
        margin-top: 80px
    }

    .tablet\:mt-17 {
        margin-top: 85px
    }

    .tablet\:mt-18 {
        margin-top: 90px
    }

    .tablet\:mt-19 {
        margin-top: 95px
    }

    .tablet\:mt-20 {
        margin-top: 100px
    }

    .tablet\:mt-21 {
        margin-top: 105px
    }

    .tablet\:mt-22 {
        margin-top: 110px
    }

    .tablet\:mt-23 {
        margin-top: 115px
    }

    .tablet\:mt-24 {
        margin-top: 120px
    }

    .tablet\:mt-25 {
        margin-top: 125px
    }

    .tablet\:mt-26 {
        margin-top: 130px
    }

    .tablet\:mt-27 {
        margin-top: 135px
    }

    .tablet\:mt-28 {
        margin-top: 140px
    }

    .tablet\:mt-29 {
        margin-top: 145px
    }

    .tablet\:mt-30 {
        margin-top: 150px
    }

    .tablet\:mt-31 {
        margin-top: 155px
    }

    .tablet\:mt-32 {
        margin-top: 160px
    }

    .tablet\:mt-33 {
        margin-top: 165px
    }

    .tablet\:mt-34 {
        margin-top: 170px
    }

    .tablet\:mt-35 {
        margin-top: 175px
    }

    .tablet\:mt-36 {
        margin-top: 180px
    }

    .tablet\:mt-37 {
        margin-top: 185px
    }

    .tablet\:mt-38 {
        margin-top: 190px
    }

    .tablet\:mt-39 {
        margin-top: 195px
    }

    .tablet\:mt-40 {
        margin-top: 200px
    }

    .tablet\:mt-auto {
        margin-top: auto
    }

    .tablet\:mb-0 {
        margin-bottom: 0
    }

    .tablet\:mb-1 {
        margin-bottom: 5px
    }

    .tablet\:mb-2 {
        margin-bottom: 10px
    }

    .tablet\:mb-3 {
        margin-bottom: 15px
    }

    .tablet\:mb-4 {
        margin-bottom: 20px
    }

    .tablet\:mb-5 {
        margin-bottom: 25px
    }

    .tablet\:mb-6 {
        margin-bottom: 30px
    }

    .tablet\:mb-7 {
        margin-bottom: 35px
    }

    .tablet\:mb-8 {
        margin-bottom: 40px
    }

    .tablet\:mb-9 {
        margin-bottom: 45px
    }

    .tablet\:mb-10 {
        margin-bottom: 50px
    }

    .tablet\:mb-11 {
        margin-bottom: 55px
    }

    .tablet\:mb-12 {
        margin-bottom: 60px
    }

    .tablet\:mb-13 {
        margin-bottom: 65px
    }

    .tablet\:mb-14 {
        margin-bottom: 70px
    }

    .tablet\:mb-15 {
        margin-bottom: 75px
    }

    .tablet\:mb-16 {
        margin-bottom: 80px
    }

    .tablet\:mb-17 {
        margin-bottom: 85px
    }

    .tablet\:mb-18 {
        margin-bottom: 90px
    }

    .tablet\:mb-19 {
        margin-bottom: 95px
    }

    .tablet\:mb-20 {
        margin-bottom: 100px
    }

    .tablet\:mb-21 {
        margin-bottom: 105px
    }

    .tablet\:mb-22 {
        margin-bottom: 110px
    }

    .tablet\:mb-23 {
        margin-bottom: 115px
    }

    .tablet\:mb-24 {
        margin-bottom: 120px
    }

    .tablet\:mb-25 {
        margin-bottom: 125px
    }

    .tablet\:mb-26 {
        margin-bottom: 130px
    }

    .tablet\:mb-27 {
        margin-bottom: 135px
    }

    .tablet\:mb-28 {
        margin-bottom: 140px
    }

    .tablet\:mb-29 {
        margin-bottom: 145px
    }

    .tablet\:mb-30 {
        margin-bottom: 150px
    }

    .tablet\:mb-31 {
        margin-bottom: 155px
    }

    .tablet\:mb-32 {
        margin-bottom: 160px
    }

    .tablet\:mb-33 {
        margin-bottom: 165px
    }

    .tablet\:mb-34 {
        margin-bottom: 170px
    }

    .tablet\:mb-35 {
        margin-bottom: 175px
    }

    .tablet\:mb-36 {
        margin-bottom: 180px
    }

    .tablet\:mb-37 {
        margin-bottom: 185px
    }

    .tablet\:mb-38 {
        margin-bottom: 190px
    }

    .tablet\:mb-39 {
        margin-bottom: 195px
    }

    .tablet\:mb-40 {
        margin-bottom: 200px
    }

    .tablet\:mb-auto {
        margin-bottom: auto
    }

    .tablet\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .tablet\:mx-1 {
        margin-left: 5px;
        margin-right: 5px
    }

    .tablet\:mx-2 {
        margin-left: 10px;
        margin-right: 10px
    }

    .tablet\:mx-3 {
        margin-left: 15px;
        margin-right: 15px
    }

    .tablet\:mx-4 {
        margin-left: 20px;
        margin-right: 20px
    }

    .tablet\:mx-5 {
        margin-left: 25px;
        margin-right: 25px
    }

    .tablet\:mx-6 {
        margin-left: 30px;
        margin-right: 30px
    }

    .tablet\:mx-7 {
        margin-left: 35px;
        margin-right: 35px
    }

    .tablet\:mx-8 {
        margin-left: 40px;
        margin-right: 40px
    }

    .tablet\:mx-9 {
        margin-left: 45px;
        margin-right: 45px
    }

    .tablet\:mx-10 {
        margin-left: 50px;
        margin-right: 50px
    }

    .tablet\:mx-11 {
        margin-left: 55px;
        margin-right: 55px
    }

    .tablet\:mx-12 {
        margin-left: 60px;
        margin-right: 60px
    }

    .tablet\:mx-13 {
        margin-left: 65px;
        margin-right: 65px
    }

    .tablet\:mx-14 {
        margin-left: 70px;
        margin-right: 70px
    }

    .tablet\:mx-15 {
        margin-left: 75px;
        margin-right: 75px
    }

    .tablet\:mx-16 {
        margin-left: 80px;
        margin-right: 80px
    }

    .tablet\:mx-17 {
        margin-left: 85px;
        margin-right: 85px
    }

    .tablet\:mx-18 {
        margin-left: 90px;
        margin-right: 90px
    }

    .tablet\:mx-19 {
        margin-left: 95px;
        margin-right: 95px
    }

    .tablet\:mx-20 {
        margin-left: 100px;
        margin-right: 100px
    }

    .tablet\:mx-21 {
        margin-left: 105px;
        margin-right: 105px
    }

    .tablet\:mx-22 {
        margin-left: 110px;
        margin-right: 110px
    }

    .tablet\:mx-23 {
        margin-left: 115px;
        margin-right: 115px
    }

    .tablet\:mx-24 {
        margin-left: 120px;
        margin-right: 120px
    }

    .tablet\:mx-25 {
        margin-left: 125px;
        margin-right: 125px
    }

    .tablet\:mx-26 {
        margin-left: 130px;
        margin-right: 130px
    }

    .tablet\:mx-27 {
        margin-left: 135px;
        margin-right: 135px
    }

    .tablet\:mx-28 {
        margin-left: 140px;
        margin-right: 140px
    }

    .tablet\:mx-29 {
        margin-left: 145px;
        margin-right: 145px
    }

    .tablet\:mx-30 {
        margin-left: 150px;
        margin-right: 150px
    }

    .tablet\:mx-31 {
        margin-left: 155px;
        margin-right: 155px
    }

    .tablet\:mx-32 {
        margin-left: 160px;
        margin-right: 160px
    }

    .tablet\:mx-33 {
        margin-left: 165px;
        margin-right: 165px
    }

    .tablet\:mx-34 {
        margin-left: 170px;
        margin-right: 170px
    }

    .tablet\:mx-35 {
        margin-left: 175px;
        margin-right: 175px
    }

    .tablet\:mx-36 {
        margin-left: 180px;
        margin-right: 180px
    }

    .tablet\:mx-37 {
        margin-left: 185px;
        margin-right: 185px
    }

    .tablet\:mx-38 {
        margin-left: 190px;
        margin-right: 190px
    }

    .tablet\:mx-39 {
        margin-left: 195px;
        margin-right: 195px
    }

    .tablet\:mx-40 {
        margin-left: 200px;
        margin-right: 200px
    }

    .tablet\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .tablet\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .tablet\:my-1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .tablet\:my-2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .tablet\:my-3 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .tablet\:my-4 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .tablet\:my-5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .tablet\:my-6 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .tablet\:my-7 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .tablet\:my-8 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .tablet\:my-9 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .tablet\:my-10 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .tablet\:my-11 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .tablet\:my-12 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .tablet\:my-13 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .tablet\:my-14 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .tablet\:my-15 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .tablet\:my-16 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .tablet\:my-17 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .tablet\:my-18 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .tablet\:my-19 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .tablet\:my-20 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .tablet\:my-21 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .tablet\:my-22 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .tablet\:my-23 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .tablet\:my-24 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .tablet\:my-25 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .tablet\:my-26 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .tablet\:my-27 {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .tablet\:my-28 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .tablet\:my-29 {
        margin-top: 145px;
        margin-bottom: 145px
    }

    .tablet\:my-30 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .tablet\:my-31 {
        margin-top: 155px;
        margin-bottom: 155px
    }

    .tablet\:my-32 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .tablet\:my-33 {
        margin-top: 165px;
        margin-bottom: 165px
    }

    .tablet\:my-34 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .tablet\:my-35 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .tablet\:my-36 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .tablet\:my-37 {
        margin-top: 185px;
        margin-bottom: 185px
    }

    .tablet\:my-38 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .tablet\:my-39 {
        margin-top: 195px;
        margin-bottom: 195px
    }

    .tablet\:my-40 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .tablet\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width:64em) {
    .desktop\:p-0 {
        padding: 0
    }

    .desktop\:p-1 {
        padding: 5px
    }

    .desktop\:p-2 {
        padding: 10px
    }

    .desktop\:p-3 {
        padding: 15px
    }

    .desktop\:p-4 {
        padding: 20px
    }

    .desktop\:p-5 {
        padding: 25px
    }

    .desktop\:p-6 {
        padding: 30px
    }

    .desktop\:p-7 {
        padding: 35px
    }

    .desktop\:p-8 {
        padding: 40px
    }

    .desktop\:p-9 {
        padding: 45px
    }

    .desktop\:p-10 {
        padding: 50px
    }

    .desktop\:p-11 {
        padding: 55px
    }

    .desktop\:p-12 {
        padding: 60px
    }

    .desktop\:p-13 {
        padding: 65px
    }

    .desktop\:p-14 {
        padding: 70px
    }

    .desktop\:p-15 {
        padding: 75px
    }

    .desktop\:p-16 {
        padding: 80px
    }

    .desktop\:p-17 {
        padding: 85px
    }

    .desktop\:p-18 {
        padding: 90px
    }

    .desktop\:p-19 {
        padding: 95px
    }

    .desktop\:p-20 {
        padding: 100px
    }

    .desktop\:p-21 {
        padding: 105px
    }

    .desktop\:p-22 {
        padding: 110px
    }

    .desktop\:p-23 {
        padding: 115px
    }

    .desktop\:p-24 {
        padding: 120px
    }

    .desktop\:p-25 {
        padding: 125px
    }

    .desktop\:p-26 {
        padding: 130px
    }

    .desktop\:p-27 {
        padding: 135px
    }

    .desktop\:p-28 {
        padding: 140px
    }

    .desktop\:p-29 {
        padding: 145px
    }

    .desktop\:p-30 {
        padding: 150px
    }

    .desktop\:p-31 {
        padding: 155px
    }

    .desktop\:p-32 {
        padding: 160px
    }

    .desktop\:p-33 {
        padding: 165px
    }

    .desktop\:p-34 {
        padding: 170px
    }

    .desktop\:p-35 {
        padding: 175px
    }

    .desktop\:p-36 {
        padding: 180px
    }

    .desktop\:p-37 {
        padding: 185px
    }

    .desktop\:p-38 {
        padding: 190px
    }

    .desktop\:p-39 {
        padding: 195px
    }

    .desktop\:p-40 {
        padding: 200px
    }

    .desktop\:p-auto {
        padding: auto
    }

    .desktop\:pt-0 {
        padding-top: 0
    }

    .desktop\:pt-1 {
        padding-top: 5px
    }

    .desktop\:pt-2 {
        padding-top: 10px
    }

    .desktop\:pt-3 {
        padding-top: 15px
    }

    .desktop\:pt-4 {
        padding-top: 20px
    }

    .desktop\:pt-5 {
        padding-top: 25px
    }

    .desktop\:pt-6 {
        padding-top: 30px
    }

    .desktop\:pt-7 {
        padding-top: 35px
    }

    .desktop\:pt-8 {
        padding-top: 40px
    }

    .desktop\:pt-9 {
        padding-top: 45px
    }

    .desktop\:pt-10 {
        padding-top: 50px
    }

    .desktop\:pt-11 {
        padding-top: 55px
    }

    .desktop\:pt-12 {
        padding-top: 60px
    }

    .desktop\:pt-13 {
        padding-top: 65px
    }

    .desktop\:pt-14 {
        padding-top: 70px
    }

    .desktop\:pt-15 {
        padding-top: 75px
    }

    .desktop\:pt-16 {
        padding-top: 80px
    }

    .desktop\:pt-17 {
        padding-top: 85px
    }

    .desktop\:pt-18 {
        padding-top: 90px
    }

    .desktop\:pt-19 {
        padding-top: 95px
    }

    .desktop\:pt-20 {
        padding-top: 100px
    }

    .desktop\:pt-21 {
        padding-top: 105px
    }

    .desktop\:pt-22 {
        padding-top: 110px
    }

    .desktop\:pt-23 {
        padding-top: 115px
    }

    .desktop\:pt-24 {
        padding-top: 120px
    }

    .desktop\:pt-25 {
        padding-top: 125px
    }

    .desktop\:pt-26 {
        padding-top: 130px
    }

    .desktop\:pt-27 {
        padding-top: 135px
    }

    .desktop\:pt-28 {
        padding-top: 140px
    }

    .desktop\:pt-29 {
        padding-top: 145px
    }

    .desktop\:pt-30 {
        padding-top: 150px
    }

    .desktop\:pt-31 {
        padding-top: 155px
    }

    .desktop\:pt-32 {
        padding-top: 160px
    }

    .desktop\:pt-33 {
        padding-top: 165px
    }

    .desktop\:pt-34 {
        padding-top: 170px
    }

    .desktop\:pt-35 {
        padding-top: 175px
    }

    .desktop\:pt-36 {
        padding-top: 180px
    }

    .desktop\:pt-37 {
        padding-top: 185px
    }

    .desktop\:pt-38 {
        padding-top: 190px
    }

    .desktop\:pt-39 {
        padding-top: 195px
    }

    .desktop\:pt-40 {
        padding-top: 200px
    }

    .desktop\:pt-auto {
        padding-top: auto
    }

    .desktop\:pb-0 {
        padding-bottom: 0
    }

    .desktop\:pb-1 {
        padding-bottom: 5px
    }

    .desktop\:pb-2 {
        padding-bottom: 10px
    }

    .desktop\:pb-3 {
        padding-bottom: 15px
    }

    .desktop\:pb-4 {
        padding-bottom: 20px
    }

    .desktop\:pb-5 {
        padding-bottom: 25px
    }

    .desktop\:pb-6 {
        padding-bottom: 30px
    }

    .desktop\:pb-7 {
        padding-bottom: 35px
    }

    .desktop\:pb-8 {
        padding-bottom: 40px
    }

    .desktop\:pb-9 {
        padding-bottom: 45px
    }

    .desktop\:pb-10 {
        padding-bottom: 50px
    }

    .desktop\:pb-11 {
        padding-bottom: 55px
    }

    .desktop\:pb-12 {
        padding-bottom: 60px
    }

    .desktop\:pb-13 {
        padding-bottom: 65px
    }

    .desktop\:pb-14 {
        padding-bottom: 70px
    }

    .desktop\:pb-15 {
        padding-bottom: 75px
    }

    .desktop\:pb-16 {
        padding-bottom: 80px
    }

    .desktop\:pb-17 {
        padding-bottom: 85px
    }

    .desktop\:pb-18 {
        padding-bottom: 90px
    }

    .desktop\:pb-19 {
        padding-bottom: 95px
    }

    .desktop\:pb-20 {
        padding-bottom: 100px
    }

    .desktop\:pb-21 {
        padding-bottom: 105px
    }

    .desktop\:pb-22 {
        padding-bottom: 110px
    }

    .desktop\:pb-23 {
        padding-bottom: 115px
    }

    .desktop\:pb-24 {
        padding-bottom: 120px
    }

    .desktop\:pb-25 {
        padding-bottom: 125px
    }

    .desktop\:pb-26 {
        padding-bottom: 130px
    }

    .desktop\:pb-27 {
        padding-bottom: 135px
    }

    .desktop\:pb-28 {
        padding-bottom: 140px
    }

    .desktop\:pb-29 {
        padding-bottom: 145px
    }

    .desktop\:pb-30 {
        padding-bottom: 150px
    }

    .desktop\:pb-31 {
        padding-bottom: 155px
    }

    .desktop\:pb-32 {
        padding-bottom: 160px
    }

    .desktop\:pb-33 {
        padding-bottom: 165px
    }

    .desktop\:pb-34 {
        padding-bottom: 170px
    }

    .desktop\:pb-35 {
        padding-bottom: 175px
    }

    .desktop\:pb-36 {
        padding-bottom: 180px
    }

    .desktop\:pb-37 {
        padding-bottom: 185px
    }

    .desktop\:pb-38 {
        padding-bottom: 190px
    }

    .desktop\:pb-39 {
        padding-bottom: 195px
    }

    .desktop\:pb-40 {
        padding-bottom: 200px
    }

    .desktop\:pb-auto {
        padding-bottom: auto
    }

    .desktop\:pr-0 {
        padding-right: 0
    }

    .desktop\:pr-1 {
        padding-right: 5px
    }

    .desktop\:pr-2 {
        padding-right: 10px
    }

    .desktop\:pr-3 {
        padding-right: 15px
    }

    .desktop\:pr-4 {
        padding-right: 20px
    }

    .desktop\:pr-5 {
        padding-right: 25px
    }

    .desktop\:pr-6 {
        padding-right: 30px
    }

    .desktop\:pr-7 {
        padding-right: 35px
    }

    .desktop\:pr-8 {
        padding-right: 40px
    }

    .desktop\:pr-9 {
        padding-right: 45px
    }

    .desktop\:pr-10 {
        padding-right: 50px
    }

    .desktop\:pr-11 {
        padding-right: 55px
    }

    .desktop\:pr-12 {
        padding-right: 60px
    }

    .desktop\:pr-13 {
        padding-right: 65px
    }

    .desktop\:pr-14 {
        padding-right: 70px
    }

    .desktop\:pr-15 {
        padding-right: 75px
    }

    .desktop\:pr-16 {
        padding-right: 80px
    }

    .desktop\:pr-17 {
        padding-right: 85px
    }

    .desktop\:pr-18 {
        padding-right: 90px
    }

    .desktop\:pr-19 {
        padding-right: 95px
    }

    .desktop\:pr-20 {
        padding-right: 100px
    }

    .desktop\:pr-21 {
        padding-right: 105px
    }

    .desktop\:pr-22 {
        padding-right: 110px
    }

    .desktop\:pr-23 {
        padding-right: 115px
    }

    .desktop\:pr-24 {
        padding-right: 120px
    }

    .desktop\:pr-25 {
        padding-right: 125px
    }

    .desktop\:pr-26 {
        padding-right: 130px
    }

    .desktop\:pr-27 {
        padding-right: 135px
    }

    .desktop\:pr-28 {
        padding-right: 140px
    }

    .desktop\:pr-29 {
        padding-right: 145px
    }

    .desktop\:pr-30 {
        padding-right: 150px
    }

    .desktop\:pr-31 {
        padding-right: 155px
    }

    .desktop\:pr-32 {
        padding-right: 160px
    }

    .desktop\:pr-33 {
        padding-right: 165px
    }

    .desktop\:pr-34 {
        padding-right: 170px
    }

    .desktop\:pr-35 {
        padding-right: 175px
    }

    .desktop\:pr-36 {
        padding-right: 180px
    }

    .desktop\:pr-37 {
        padding-right: 185px
    }

    .desktop\:pr-38 {
        padding-right: 190px
    }

    .desktop\:pr-39 {
        padding-right: 195px
    }

    .desktop\:pr-40 {
        padding-right: 200px
    }

    .desktop\:pr-auto {
        padding-right: auto
    }

    .desktop\:pl-0 {
        padding-left: 0
    }

    .desktop\:pl-1 {
        padding-left: 5px
    }

    .desktop\:pl-2 {
        padding-left: 10px
    }

    .desktop\:pl-3 {
        padding-left: 15px
    }

    .desktop\:pl-4 {
        padding-left: 20px
    }

    .desktop\:pl-5 {
        padding-left: 25px
    }

    .desktop\:pl-6 {
        padding-left: 30px
    }

    .desktop\:pl-7 {
        padding-left: 35px
    }

    .desktop\:pl-8 {
        padding-left: 40px
    }

    .desktop\:pl-9 {
        padding-left: 45px
    }

    .desktop\:pl-10 {
        padding-left: 50px
    }

    .desktop\:pl-11 {
        padding-left: 55px
    }

    .desktop\:pl-12 {
        padding-left: 60px
    }

    .desktop\:pl-13 {
        padding-left: 65px
    }

    .desktop\:pl-14 {
        padding-left: 70px
    }

    .desktop\:pl-15 {
        padding-left: 75px
    }

    .desktop\:pl-16 {
        padding-left: 80px
    }

    .desktop\:pl-17 {
        padding-left: 85px
    }

    .desktop\:pl-18 {
        padding-left: 90px
    }

    .desktop\:pl-19 {
        padding-left: 95px
    }

    .desktop\:pl-20 {
        padding-left: 100px
    }

    .desktop\:pl-21 {
        padding-left: 105px
    }

    .desktop\:pl-22 {
        padding-left: 110px
    }

    .desktop\:pl-23 {
        padding-left: 115px
    }

    .desktop\:pl-24 {
        padding-left: 120px
    }

    .desktop\:pl-25 {
        padding-left: 125px
    }

    .desktop\:pl-26 {
        padding-left: 130px
    }

    .desktop\:pl-27 {
        padding-left: 135px
    }

    .desktop\:pl-28 {
        padding-left: 140px
    }

    .desktop\:pl-29 {
        padding-left: 145px
    }

    .desktop\:pl-30 {
        padding-left: 150px
    }

    .desktop\:pl-31 {
        padding-left: 155px
    }

    .desktop\:pl-32 {
        padding-left: 160px
    }

    .desktop\:pl-33 {
        padding-left: 165px
    }

    .desktop\:pl-34 {
        padding-left: 170px
    }

    .desktop\:pl-35 {
        padding-left: 175px
    }

    .desktop\:pl-36 {
        padding-left: 180px
    }

    .desktop\:pl-37 {
        padding-left: 185px
    }

    .desktop\:pl-38 {
        padding-left: 190px
    }

    .desktop\:pl-39 {
        padding-left: 195px
    }

    .desktop\:pl-40 {
        padding-left: 200px
    }

    .desktop\:pl-auto {
        padding-left: auto
    }

    .desktop\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .desktop\:px-1 {
        padding-left: 5px;
        padding-right: 5px
    }

    .desktop\:px-2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .desktop\:px-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .desktop\:px-4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .desktop\:px-5 {
        padding-left: 25px;
        padding-right: 25px
    }

    .desktop\:px-6 {
        padding-left: 30px;
        padding-right: 30px
    }

    .desktop\:px-7 {
        padding-left: 35px;
        padding-right: 35px
    }

    .desktop\:px-8 {
        padding-left: 40px;
        padding-right: 40px
    }

    .desktop\:px-9 {
        padding-left: 45px;
        padding-right: 45px
    }

    .desktop\:px-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .desktop\:px-11 {
        padding-left: 55px;
        padding-right: 55px
    }

    .desktop\:px-12 {
        padding-left: 60px;
        padding-right: 60px
    }

    .desktop\:px-13 {
        padding-left: 65px;
        padding-right: 65px
    }

    .desktop\:px-14 {
        padding-left: 70px;
        padding-right: 70px
    }

    .desktop\:px-15 {
        padding-left: 75px;
        padding-right: 75px
    }

    .desktop\:px-16 {
        padding-left: 80px;
        padding-right: 80px
    }

    .desktop\:px-17 {
        padding-left: 85px;
        padding-right: 85px
    }

    .desktop\:px-18 {
        padding-left: 90px;
        padding-right: 90px
    }

    .desktop\:px-19 {
        padding-left: 95px;
        padding-right: 95px
    }

    .desktop\:px-20 {
        padding-left: 100px;
        padding-right: 100px
    }

    .desktop\:px-21 {
        padding-left: 105px;
        padding-right: 105px
    }

    .desktop\:px-22 {
        padding-left: 110px;
        padding-right: 110px
    }

    .desktop\:px-23 {
        padding-left: 115px;
        padding-right: 115px
    }

    .desktop\:px-24 {
        padding-left: 120px;
        padding-right: 120px
    }

    .desktop\:px-25 {
        padding-left: 125px;
        padding-right: 125px
    }

    .desktop\:px-26 {
        padding-left: 130px;
        padding-right: 130px
    }

    .desktop\:px-27 {
        padding-left: 135px;
        padding-right: 135px
    }

    .desktop\:px-28 {
        padding-left: 140px;
        padding-right: 140px
    }

    .desktop\:px-29 {
        padding-left: 145px;
        padding-right: 145px
    }

    .desktop\:px-30 {
        padding-left: 150px;
        padding-right: 150px
    }

    .desktop\:px-31 {
        padding-left: 155px;
        padding-right: 155px
    }

    .desktop\:px-32 {
        padding-left: 160px;
        padding-right: 160px
    }

    .desktop\:px-33 {
        padding-left: 165px;
        padding-right: 165px
    }

    .desktop\:px-34 {
        padding-left: 170px;
        padding-right: 170px
    }

    .desktop\:px-35 {
        padding-left: 175px;
        padding-right: 175px
    }

    .desktop\:px-36 {
        padding-left: 180px;
        padding-right: 180px
    }

    .desktop\:px-37 {
        padding-left: 185px;
        padding-right: 185px
    }

    .desktop\:px-38 {
        padding-left: 190px;
        padding-right: 190px
    }

    .desktop\:px-39 {
        padding-left: 195px;
        padding-right: 195px
    }

    .desktop\:px-40 {
        padding-left: 200px;
        padding-right: 200px
    }

    .desktop\:px-auto {
        padding-left: auto;
        padding-right: auto
    }

    .desktop\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .desktop\:py-1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .desktop\:py-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .desktop\:py-3 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .desktop\:py-4 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .desktop\:py-5 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .desktop\:py-6 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .desktop\:py-7 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .desktop\:py-8 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .desktop\:py-9 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .desktop\:py-10 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .desktop\:py-11 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .desktop\:py-12 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .desktop\:py-13 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .desktop\:py-14 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .desktop\:py-15 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .desktop\:py-16 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .desktop\:py-17 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .desktop\:py-18 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .desktop\:py-19 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .desktop\:py-20 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .desktop\:py-21 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .desktop\:py-22 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .desktop\:py-23 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .desktop\:py-24 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .desktop\:py-25 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .desktop\:py-26 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .desktop\:py-27 {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .desktop\:py-28 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .desktop\:py-29 {
        padding-top: 145px;
        padding-bottom: 145px
    }

    .desktop\:py-30 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .desktop\:py-31 {
        padding-top: 155px;
        padding-bottom: 155px
    }

    .desktop\:py-32 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .desktop\:py-33 {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .desktop\:py-34 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .desktop\:py-35 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .desktop\:py-36 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .desktop\:py-37 {
        padding-top: 185px;
        padding-bottom: 185px
    }

    .desktop\:py-38 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .desktop\:py-39 {
        padding-top: 195px;
        padding-bottom: 195px
    }

    .desktop\:py-40 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .desktop\:py-auto {
        padding-top: auto;
        padding-bottom: auto
    }

    .desktop\:m-0 {
        margin: 0
    }

    .desktop\:m-1 {
        margin: 5px
    }

    .desktop\:m-2 {
        margin: 10px
    }

    .desktop\:m-3 {
        margin: 15px
    }

    .desktop\:m-4 {
        margin: 20px
    }

    .desktop\:m-5 {
        margin: 25px
    }

    .desktop\:m-6 {
        margin: 30px
    }

    .desktop\:m-7 {
        margin: 35px
    }

    .desktop\:m-8 {
        margin: 40px
    }

    .desktop\:m-9 {
        margin: 45px
    }

    .desktop\:m-10 {
        margin: 50px
    }

    .desktop\:m-11 {
        margin: 55px
    }

    .desktop\:m-12 {
        margin: 60px
    }

    .desktop\:m-13 {
        margin: 65px
    }

    .desktop\:m-14 {
        margin: 70px
    }

    .desktop\:m-15 {
        margin: 75px
    }

    .desktop\:m-16 {
        margin: 80px
    }

    .desktop\:m-17 {
        margin: 85px
    }

    .desktop\:m-18 {
        margin: 90px
    }

    .desktop\:m-19 {
        margin: 95px
    }

    .desktop\:m-20 {
        margin: 100px
    }

    .desktop\:m-21 {
        margin: 105px
    }

    .desktop\:m-22 {
        margin: 110px
    }

    .desktop\:m-23 {
        margin: 115px
    }

    .desktop\:m-24 {
        margin: 120px
    }

    .desktop\:m-25 {
        margin: 125px
    }

    .desktop\:m-26 {
        margin: 130px
    }

    .desktop\:m-27 {
        margin: 135px
    }

    .desktop\:m-28 {
        margin: 140px
    }

    .desktop\:m-29 {
        margin: 145px
    }

    .desktop\:m-30 {
        margin: 150px
    }

    .desktop\:m-31 {
        margin: 155px
    }

    .desktop\:m-32 {
        margin: 160px
    }

    .desktop\:m-33 {
        margin: 165px
    }

    .desktop\:m-34 {
        margin: 170px
    }

    .desktop\:m-35 {
        margin: 175px
    }

    .desktop\:m-36 {
        margin: 180px
    }

    .desktop\:m-37 {
        margin: 185px
    }

    .desktop\:m-38 {
        margin: 190px
    }

    .desktop\:m-39 {
        margin: 195px
    }

    .desktop\:m-40 {
        margin: 200px
    }

    .desktop\:m-auto {
        margin: auto
    }

    .desktop\:ml-0 {
        margin-left: 0
    }

    .desktop\:ml-1 {
        margin-left: 5px
    }

    .desktop\:ml-2 {
        margin-left: 10px
    }

    .desktop\:ml-3 {
        margin-left: 15px
    }

    .desktop\:ml-4 {
        margin-left: 20px
    }

    .desktop\:ml-5 {
        margin-left: 25px
    }

    .desktop\:ml-6 {
        margin-left: 30px
    }

    .desktop\:ml-7 {
        margin-left: 35px
    }

    .desktop\:ml-8 {
        margin-left: 40px
    }

    .desktop\:ml-9 {
        margin-left: 45px
    }

    .desktop\:ml-10 {
        margin-left: 50px
    }

    .desktop\:ml-11 {
        margin-left: 55px
    }

    .desktop\:ml-12 {
        margin-left: 60px
    }

    .desktop\:ml-13 {
        margin-left: 65px
    }

    .desktop\:ml-14 {
        margin-left: 70px
    }

    .desktop\:ml-15 {
        margin-left: 75px
    }

    .desktop\:ml-16 {
        margin-left: 80px
    }

    .desktop\:ml-17 {
        margin-left: 85px
    }

    .desktop\:ml-18 {
        margin-left: 90px
    }

    .desktop\:ml-19 {
        margin-left: 95px
    }

    .desktop\:ml-20 {
        margin-left: 100px
    }

    .desktop\:ml-21 {
        margin-left: 105px
    }

    .desktop\:ml-22 {
        margin-left: 110px
    }

    .desktop\:ml-23 {
        margin-left: 115px
    }

    .desktop\:ml-24 {
        margin-left: 120px
    }

    .desktop\:ml-25 {
        margin-left: 125px
    }

    .desktop\:ml-26 {
        margin-left: 130px
    }

    .desktop\:ml-27 {
        margin-left: 135px
    }

    .desktop\:ml-28 {
        margin-left: 140px
    }

    .desktop\:ml-29 {
        margin-left: 145px
    }

    .desktop\:ml-30 {
        margin-left: 150px
    }

    .desktop\:ml-31 {
        margin-left: 155px
    }

    .desktop\:ml-32 {
        margin-left: 160px
    }

    .desktop\:ml-33 {
        margin-left: 165px
    }

    .desktop\:ml-34 {
        margin-left: 170px
    }

    .desktop\:ml-35 {
        margin-left: 175px
    }

    .desktop\:ml-36 {
        margin-left: 180px
    }

    .desktop\:ml-37 {
        margin-left: 185px
    }

    .desktop\:ml-38 {
        margin-left: 190px
    }

    .desktop\:ml-39 {
        margin-left: 195px
    }

    .desktop\:ml-40 {
        margin-left: 200px
    }

    .desktop\:ml-auto {
        margin-left: auto
    }

    .desktop\:mr-0 {
        margin-right: 0
    }

    .desktop\:mr-1 {
        margin-right: 5px
    }

    .desktop\:mr-2 {
        margin-right: 10px
    }

    .desktop\:mr-3 {
        margin-right: 15px
    }

    .desktop\:mr-4 {
        margin-right: 20px
    }

    .desktop\:mr-5 {
        margin-right: 25px
    }

    .desktop\:mr-6 {
        margin-right: 30px
    }

    .desktop\:mr-7 {
        margin-right: 35px
    }

    .desktop\:mr-8 {
        margin-right: 40px
    }

    .desktop\:mr-9 {
        margin-right: 45px
    }

    .desktop\:mr-10 {
        margin-right: 50px
    }

    .desktop\:mr-11 {
        margin-right: 55px
    }

    .desktop\:mr-12 {
        margin-right: 60px
    }

    .desktop\:mr-13 {
        margin-right: 65px
    }

    .desktop\:mr-14 {
        margin-right: 70px
    }

    .desktop\:mr-15 {
        margin-right: 75px
    }

    .desktop\:mr-16 {
        margin-right: 80px
    }

    .desktop\:mr-17 {
        margin-right: 85px
    }

    .desktop\:mr-18 {
        margin-right: 90px
    }

    .desktop\:mr-19 {
        margin-right: 95px
    }

    .desktop\:mr-20 {
        margin-right: 100px
    }

    .desktop\:mr-21 {
        margin-right: 105px
    }

    .desktop\:mr-22 {
        margin-right: 110px
    }

    .desktop\:mr-23 {
        margin-right: 115px
    }

    .desktop\:mr-24 {
        margin-right: 120px
    }

    .desktop\:mr-25 {
        margin-right: 125px
    }

    .desktop\:mr-26 {
        margin-right: 130px
    }

    .desktop\:mr-27 {
        margin-right: 135px
    }

    .desktop\:mr-28 {
        margin-right: 140px
    }

    .desktop\:mr-29 {
        margin-right: 145px
    }

    .desktop\:mr-30 {
        margin-right: 150px
    }

    .desktop\:mr-31 {
        margin-right: 155px
    }

    .desktop\:mr-32 {
        margin-right: 160px
    }

    .desktop\:mr-33 {
        margin-right: 165px
    }

    .desktop\:mr-34 {
        margin-right: 170px
    }

    .desktop\:mr-35 {
        margin-right: 175px
    }

    .desktop\:mr-36 {
        margin-right: 180px
    }

    .desktop\:mr-37 {
        margin-right: 185px
    }

    .desktop\:mr-38 {
        margin-right: 190px
    }

    .desktop\:mr-39 {
        margin-right: 195px
    }

    .desktop\:mr-40 {
        margin-right: 200px
    }

    .desktop\:mr-auto {
        margin-right: auto
    }

    .desktop\:mt-0 {
        margin-top: 0
    }

    .desktop\:mt-1 {
        margin-top: 5px
    }

    .desktop\:mt-2 {
        margin-top: 10px
    }

    .desktop\:mt-3 {
        margin-top: 15px
    }

    .desktop\:mt-4 {
        margin-top: 20px
    }

    .desktop\:mt-5 {
        margin-top: 25px
    }

    .desktop\:mt-6 {
        margin-top: 30px
    }

    .desktop\:mt-7 {
        margin-top: 35px
    }

    .desktop\:mt-8 {
        margin-top: 40px
    }

    .desktop\:mt-9 {
        margin-top: 45px
    }

    .desktop\:mt-10 {
        margin-top: 50px
    }

    .desktop\:mt-11 {
        margin-top: 55px
    }

    .desktop\:mt-12 {
        margin-top: 60px
    }

    .desktop\:mt-13 {
        margin-top: 65px
    }

    .desktop\:mt-14 {
        margin-top: 70px
    }

    .desktop\:mt-15 {
        margin-top: 75px
    }

    .desktop\:mt-16 {
        margin-top: 80px
    }

    .desktop\:mt-17 {
        margin-top: 85px
    }

    .desktop\:mt-18 {
        margin-top: 90px
    }

    .desktop\:mt-19 {
        margin-top: 95px
    }

    .desktop\:mt-20 {
        margin-top: 100px
    }

    .desktop\:mt-21 {
        margin-top: 105px
    }

    .desktop\:mt-22 {
        margin-top: 110px
    }

    .desktop\:mt-23 {
        margin-top: 115px
    }

    .desktop\:mt-24 {
        margin-top: 120px
    }

    .desktop\:mt-25 {
        margin-top: 125px
    }

    .desktop\:mt-26 {
        margin-top: 130px
    }

    .desktop\:mt-27 {
        margin-top: 135px
    }

    .desktop\:mt-28 {
        margin-top: 140px
    }

    .desktop\:mt-29 {
        margin-top: 145px
    }

    .desktop\:mt-30 {
        margin-top: 150px
    }

    .desktop\:mt-31 {
        margin-top: 155px
    }

    .desktop\:mt-32 {
        margin-top: 160px
    }

    .desktop\:mt-33 {
        margin-top: 165px
    }

    .desktop\:mt-34 {
        margin-top: 170px
    }

    .desktop\:mt-35 {
        margin-top: 175px
    }

    .desktop\:mt-36 {
        margin-top: 180px
    }

    .desktop\:mt-37 {
        margin-top: 185px
    }

    .desktop\:mt-38 {
        margin-top: 190px
    }

    .desktop\:mt-39 {
        margin-top: 195px
    }

    .desktop\:mt-40 {
        margin-top: 200px
    }

    .desktop\:mt-auto {
        margin-top: auto
    }

    .desktop\:mb-0 {
        margin-bottom: 0
    }

    .desktop\:mb-1 {
        margin-bottom: 5px
    }

    .desktop\:mb-2 {
        margin-bottom: 10px
    }

    .desktop\:mb-3 {
        margin-bottom: 15px
    }

    .desktop\:mb-4 {
        margin-bottom: 20px
    }

    .desktop\:mb-5 {
        margin-bottom: 25px
    }

    .desktop\:mb-6 {
        margin-bottom: 30px
    }

    .desktop\:mb-7 {
        margin-bottom: 35px
    }

    .desktop\:mb-8 {
        margin-bottom: 40px
    }

    .desktop\:mb-9 {
        margin-bottom: 45px
    }

    .desktop\:mb-10 {
        margin-bottom: 50px
    }

    .desktop\:mb-11 {
        margin-bottom: 55px
    }

    .desktop\:mb-12 {
        margin-bottom: 60px
    }

    .desktop\:mb-13 {
        margin-bottom: 65px
    }

    .desktop\:mb-14 {
        margin-bottom: 70px
    }

    .desktop\:mb-15 {
        margin-bottom: 75px
    }

    .desktop\:mb-16 {
        margin-bottom: 80px
    }

    .desktop\:mb-17 {
        margin-bottom: 85px
    }

    .desktop\:mb-18 {
        margin-bottom: 90px
    }

    .desktop\:mb-19 {
        margin-bottom: 95px
    }

    .desktop\:mb-20 {
        margin-bottom: 100px
    }

    .desktop\:mb-21 {
        margin-bottom: 105px
    }

    .desktop\:mb-22 {
        margin-bottom: 110px
    }

    .desktop\:mb-23 {
        margin-bottom: 115px
    }

    .desktop\:mb-24 {
        margin-bottom: 120px
    }

    .desktop\:mb-25 {
        margin-bottom: 125px
    }

    .desktop\:mb-26 {
        margin-bottom: 130px
    }

    .desktop\:mb-27 {
        margin-bottom: 135px
    }

    .desktop\:mb-28 {
        margin-bottom: 140px
    }

    .desktop\:mb-29 {
        margin-bottom: 145px
    }

    .desktop\:mb-30 {
        margin-bottom: 150px
    }

    .desktop\:mb-31 {
        margin-bottom: 155px
    }

    .desktop\:mb-32 {
        margin-bottom: 160px
    }

    .desktop\:mb-33 {
        margin-bottom: 165px
    }

    .desktop\:mb-34 {
        margin-bottom: 170px
    }

    .desktop\:mb-35 {
        margin-bottom: 175px
    }

    .desktop\:mb-36 {
        margin-bottom: 180px
    }

    .desktop\:mb-37 {
        margin-bottom: 185px
    }

    .desktop\:mb-38 {
        margin-bottom: 190px
    }

    .desktop\:mb-39 {
        margin-bottom: 195px
    }

    .desktop\:mb-40 {
        margin-bottom: 200px
    }

    .desktop\:mb-auto {
        margin-bottom: auto
    }

    .desktop\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .desktop\:mx-1 {
        margin-left: 5px;
        margin-right: 5px
    }

    .desktop\:mx-2 {
        margin-left: 10px;
        margin-right: 10px
    }

    .desktop\:mx-3 {
        margin-left: 15px;
        margin-right: 15px
    }

    .desktop\:mx-4 {
        margin-left: 20px;
        margin-right: 20px
    }

    .desktop\:mx-5 {
        margin-left: 25px;
        margin-right: 25px
    }

    .desktop\:mx-6 {
        margin-left: 30px;
        margin-right: 30px
    }

    .desktop\:mx-7 {
        margin-left: 35px;
        margin-right: 35px
    }

    .desktop\:mx-8 {
        margin-left: 40px;
        margin-right: 40px
    }

    .desktop\:mx-9 {
        margin-left: 45px;
        margin-right: 45px
    }

    .desktop\:mx-10 {
        margin-left: 50px;
        margin-right: 50px
    }

    .desktop\:mx-11 {
        margin-left: 55px;
        margin-right: 55px
    }

    .desktop\:mx-12 {
        margin-left: 60px;
        margin-right: 60px
    }

    .desktop\:mx-13 {
        margin-left: 65px;
        margin-right: 65px
    }

    .desktop\:mx-14 {
        margin-left: 70px;
        margin-right: 70px
    }

    .desktop\:mx-15 {
        margin-left: 75px;
        margin-right: 75px
    }

    .desktop\:mx-16 {
        margin-left: 80px;
        margin-right: 80px
    }

    .desktop\:mx-17 {
        margin-left: 85px;
        margin-right: 85px
    }

    .desktop\:mx-18 {
        margin-left: 90px;
        margin-right: 90px
    }

    .desktop\:mx-19 {
        margin-left: 95px;
        margin-right: 95px
    }

    .desktop\:mx-20 {
        margin-left: 100px;
        margin-right: 100px
    }

    .desktop\:mx-21 {
        margin-left: 105px;
        margin-right: 105px
    }

    .desktop\:mx-22 {
        margin-left: 110px;
        margin-right: 110px
    }

    .desktop\:mx-23 {
        margin-left: 115px;
        margin-right: 115px
    }

    .desktop\:mx-24 {
        margin-left: 120px;
        margin-right: 120px
    }

    .desktop\:mx-25 {
        margin-left: 125px;
        margin-right: 125px
    }

    .desktop\:mx-26 {
        margin-left: 130px;
        margin-right: 130px
    }

    .desktop\:mx-27 {
        margin-left: 135px;
        margin-right: 135px
    }

    .desktop\:mx-28 {
        margin-left: 140px;
        margin-right: 140px
    }

    .desktop\:mx-29 {
        margin-left: 145px;
        margin-right: 145px
    }

    .desktop\:mx-30 {
        margin-left: 150px;
        margin-right: 150px
    }

    .desktop\:mx-31 {
        margin-left: 155px;
        margin-right: 155px
    }

    .desktop\:mx-32 {
        margin-left: 160px;
        margin-right: 160px
    }

    .desktop\:mx-33 {
        margin-left: 165px;
        margin-right: 165px
    }

    .desktop\:mx-34 {
        margin-left: 170px;
        margin-right: 170px
    }

    .desktop\:mx-35 {
        margin-left: 175px;
        margin-right: 175px
    }

    .desktop\:mx-36 {
        margin-left: 180px;
        margin-right: 180px
    }

    .desktop\:mx-37 {
        margin-left: 185px;
        margin-right: 185px
    }

    .desktop\:mx-38 {
        margin-left: 190px;
        margin-right: 190px
    }

    .desktop\:mx-39 {
        margin-left: 195px;
        margin-right: 195px
    }

    .desktop\:mx-40 {
        margin-left: 200px;
        margin-right: 200px
    }

    .desktop\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .desktop\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .desktop\:my-1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .desktop\:my-2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .desktop\:my-3 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .desktop\:my-4 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .desktop\:my-5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .desktop\:my-6 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .desktop\:my-7 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .desktop\:my-8 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .desktop\:my-9 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .desktop\:my-10 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .desktop\:my-11 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .desktop\:my-12 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .desktop\:my-13 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .desktop\:my-14 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .desktop\:my-15 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .desktop\:my-16 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .desktop\:my-17 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .desktop\:my-18 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .desktop\:my-19 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .desktop\:my-20 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .desktop\:my-21 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .desktop\:my-22 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .desktop\:my-23 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .desktop\:my-24 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .desktop\:my-25 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .desktop\:my-26 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .desktop\:my-27 {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .desktop\:my-28 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .desktop\:my-29 {
        margin-top: 145px;
        margin-bottom: 145px
    }

    .desktop\:my-30 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .desktop\:my-31 {
        margin-top: 155px;
        margin-bottom: 155px
    }

    .desktop\:my-32 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .desktop\:my-33 {
        margin-top: 165px;
        margin-bottom: 165px
    }

    .desktop\:my-34 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .desktop\:my-35 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .desktop\:my-36 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .desktop\:my-37 {
        margin-top: 185px;
        margin-bottom: 185px
    }

    .desktop\:my-38 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .desktop\:my-39 {
        margin-top: 195px;
        margin-bottom: 195px
    }

    .desktop\:my-40 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .desktop\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width:80em) {
    .desktop1440\:p-0 {
        padding: 0
    }

    .desktop1440\:p-1 {
        padding: 5px
    }

    .desktop1440\:p-2 {
        padding: 10px
    }

    .desktop1440\:p-3 {
        padding: 15px
    }

    .desktop1440\:p-4 {
        padding: 20px
    }

    .desktop1440\:p-5 {
        padding: 25px
    }

    .desktop1440\:p-6 {
        padding: 30px
    }

    .desktop1440\:p-7 {
        padding: 35px
    }

    .desktop1440\:p-8 {
        padding: 40px
    }

    .desktop1440\:p-9 {
        padding: 45px
    }

    .desktop1440\:p-10 {
        padding: 50px
    }

    .desktop1440\:p-11 {
        padding: 55px
    }

    .desktop1440\:p-12 {
        padding: 60px
    }

    .desktop1440\:p-13 {
        padding: 65px
    }

    .desktop1440\:p-14 {
        padding: 70px
    }

    .desktop1440\:p-15 {
        padding: 75px
    }

    .desktop1440\:p-16 {
        padding: 80px
    }

    .desktop1440\:p-17 {
        padding: 85px
    }

    .desktop1440\:p-18 {
        padding: 90px
    }

    .desktop1440\:p-19 {
        padding: 95px
    }

    .desktop1440\:p-20 {
        padding: 100px
    }

    .desktop1440\:p-21 {
        padding: 105px
    }

    .desktop1440\:p-22 {
        padding: 110px
    }

    .desktop1440\:p-23 {
        padding: 115px
    }

    .desktop1440\:p-24 {
        padding: 120px
    }

    .desktop1440\:p-25 {
        padding: 125px
    }

    .desktop1440\:p-26 {
        padding: 130px
    }

    .desktop1440\:p-27 {
        padding: 135px
    }

    .desktop1440\:p-28 {
        padding: 140px
    }

    .desktop1440\:p-29 {
        padding: 145px
    }

    .desktop1440\:p-30 {
        padding: 150px
    }

    .desktop1440\:p-31 {
        padding: 155px
    }

    .desktop1440\:p-32 {
        padding: 160px
    }

    .desktop1440\:p-33 {
        padding: 165px
    }

    .desktop1440\:p-34 {
        padding: 170px
    }

    .desktop1440\:p-35 {
        padding: 175px
    }

    .desktop1440\:p-36 {
        padding: 180px
    }

    .desktop1440\:p-37 {
        padding: 185px
    }

    .desktop1440\:p-38 {
        padding: 190px
    }

    .desktop1440\:p-39 {
        padding: 195px
    }

    .desktop1440\:p-40 {
        padding: 200px
    }

    .desktop1440\:p-auto {
        padding: auto
    }

    .desktop1440\:pt-0 {
        padding-top: 0
    }

    .desktop1440\:pt-1 {
        padding-top: 5px
    }

    .desktop1440\:pt-2 {
        padding-top: 10px
    }

    .desktop1440\:pt-3 {
        padding-top: 15px
    }

    .desktop1440\:pt-4 {
        padding-top: 20px
    }

    .desktop1440\:pt-5 {
        padding-top: 25px
    }

    .desktop1440\:pt-6 {
        padding-top: 30px
    }

    .desktop1440\:pt-7 {
        padding-top: 35px
    }

    .desktop1440\:pt-8 {
        padding-top: 40px
    }

    .desktop1440\:pt-9 {
        padding-top: 45px
    }

    .desktop1440\:pt-10 {
        padding-top: 50px
    }

    .desktop1440\:pt-11 {
        padding-top: 55px
    }

    .desktop1440\:pt-12 {
        padding-top: 60px
    }

    .desktop1440\:pt-13 {
        padding-top: 65px
    }

    .desktop1440\:pt-14 {
        padding-top: 70px
    }

    .desktop1440\:pt-15 {
        padding-top: 75px
    }

    .desktop1440\:pt-16 {
        padding-top: 80px
    }

    .desktop1440\:pt-17 {
        padding-top: 85px
    }

    .desktop1440\:pt-18 {
        padding-top: 90px
    }

    .desktop1440\:pt-19 {
        padding-top: 95px
    }

    .desktop1440\:pt-20 {
        padding-top: 100px
    }

    .desktop1440\:pt-21 {
        padding-top: 105px
    }

    .desktop1440\:pt-22 {
        padding-top: 110px
    }

    .desktop1440\:pt-23 {
        padding-top: 115px
    }

    .desktop1440\:pt-24 {
        padding-top: 120px
    }

    .desktop1440\:pt-25 {
        padding-top: 125px
    }

    .desktop1440\:pt-26 {
        padding-top: 130px
    }

    .desktop1440\:pt-27 {
        padding-top: 135px
    }

    .desktop1440\:pt-28 {
        padding-top: 140px
    }

    .desktop1440\:pt-29 {
        padding-top: 145px
    }

    .desktop1440\:pt-30 {
        padding-top: 150px
    }

    .desktop1440\:pt-31 {
        padding-top: 155px
    }

    .desktop1440\:pt-32 {
        padding-top: 160px
    }

    .desktop1440\:pt-33 {
        padding-top: 165px
    }

    .desktop1440\:pt-34 {
        padding-top: 170px
    }

    .desktop1440\:pt-35 {
        padding-top: 175px
    }

    .desktop1440\:pt-36 {
        padding-top: 180px
    }

    .desktop1440\:pt-37 {
        padding-top: 185px
    }

    .desktop1440\:pt-38 {
        padding-top: 190px
    }

    .desktop1440\:pt-39 {
        padding-top: 195px
    }

    .desktop1440\:pt-40 {
        padding-top: 200px
    }

    .desktop1440\:pt-auto {
        padding-top: auto
    }

    .desktop1440\:pb-0 {
        padding-bottom: 0
    }

    .desktop1440\:pb-1 {
        padding-bottom: 5px
    }

    .desktop1440\:pb-2 {
        padding-bottom: 10px
    }

    .desktop1440\:pb-3 {
        padding-bottom: 15px
    }

    .desktop1440\:pb-4 {
        padding-bottom: 20px
    }

    .desktop1440\:pb-5 {
        padding-bottom: 25px
    }

    .desktop1440\:pb-6 {
        padding-bottom: 30px
    }

    .desktop1440\:pb-7 {
        padding-bottom: 35px
    }

    .desktop1440\:pb-8 {
        padding-bottom: 40px
    }

    .desktop1440\:pb-9 {
        padding-bottom: 45px
    }

    .desktop1440\:pb-10 {
        padding-bottom: 50px
    }

    .desktop1440\:pb-11 {
        padding-bottom: 55px
    }

    .desktop1440\:pb-12 {
        padding-bottom: 60px
    }

    .desktop1440\:pb-13 {
        padding-bottom: 65px
    }

    .desktop1440\:pb-14 {
        padding-bottom: 70px
    }

    .desktop1440\:pb-15 {
        padding-bottom: 75px
    }

    .desktop1440\:pb-16 {
        padding-bottom: 80px
    }

    .desktop1440\:pb-17 {
        padding-bottom: 85px
    }

    .desktop1440\:pb-18 {
        padding-bottom: 90px
    }

    .desktop1440\:pb-19 {
        padding-bottom: 95px
    }

    .desktop1440\:pb-20 {
        padding-bottom: 100px
    }

    .desktop1440\:pb-21 {
        padding-bottom: 105px
    }

    .desktop1440\:pb-22 {
        padding-bottom: 110px
    }

    .desktop1440\:pb-23 {
        padding-bottom: 115px
    }

    .desktop1440\:pb-24 {
        padding-bottom: 120px
    }

    .desktop1440\:pb-25 {
        padding-bottom: 125px
    }

    .desktop1440\:pb-26 {
        padding-bottom: 130px
    }

    .desktop1440\:pb-27 {
        padding-bottom: 135px
    }

    .desktop1440\:pb-28 {
        padding-bottom: 140px
    }

    .desktop1440\:pb-29 {
        padding-bottom: 145px
    }

    .desktop1440\:pb-30 {
        padding-bottom: 150px
    }

    .desktop1440\:pb-31 {
        padding-bottom: 155px
    }

    .desktop1440\:pb-32 {
        padding-bottom: 160px
    }

    .desktop1440\:pb-33 {
        padding-bottom: 165px
    }

    .desktop1440\:pb-34 {
        padding-bottom: 170px
    }

    .desktop1440\:pb-35 {
        padding-bottom: 175px
    }

    .desktop1440\:pb-36 {
        padding-bottom: 180px
    }

    .desktop1440\:pb-37 {
        padding-bottom: 185px
    }

    .desktop1440\:pb-38 {
        padding-bottom: 190px
    }

    .desktop1440\:pb-39 {
        padding-bottom: 195px
    }

    .desktop1440\:pb-40 {
        padding-bottom: 200px
    }

    .desktop1440\:pb-auto {
        padding-bottom: auto
    }

    .desktop1440\:pr-0 {
        padding-right: 0
    }

    .desktop1440\:pr-1 {
        padding-right: 5px
    }

    .desktop1440\:pr-2 {
        padding-right: 10px
    }

    .desktop1440\:pr-3 {
        padding-right: 15px
    }

    .desktop1440\:pr-4 {
        padding-right: 20px
    }

    .desktop1440\:pr-5 {
        padding-right: 25px
    }

    .desktop1440\:pr-6 {
        padding-right: 30px
    }

    .desktop1440\:pr-7 {
        padding-right: 35px
    }

    .desktop1440\:pr-8 {
        padding-right: 40px
    }

    .desktop1440\:pr-9 {
        padding-right: 45px
    }

    .desktop1440\:pr-10 {
        padding-right: 50px
    }

    .desktop1440\:pr-11 {
        padding-right: 55px
    }

    .desktop1440\:pr-12 {
        padding-right: 60px
    }

    .desktop1440\:pr-13 {
        padding-right: 65px
    }

    .desktop1440\:pr-14 {
        padding-right: 70px
    }

    .desktop1440\:pr-15 {
        padding-right: 75px
    }

    .desktop1440\:pr-16 {
        padding-right: 80px
    }

    .desktop1440\:pr-17 {
        padding-right: 85px
    }

    .desktop1440\:pr-18 {
        padding-right: 90px
    }

    .desktop1440\:pr-19 {
        padding-right: 95px
    }

    .desktop1440\:pr-20 {
        padding-right: 100px
    }

    .desktop1440\:pr-21 {
        padding-right: 105px
    }

    .desktop1440\:pr-22 {
        padding-right: 110px
    }

    .desktop1440\:pr-23 {
        padding-right: 115px
    }

    .desktop1440\:pr-24 {
        padding-right: 120px
    }

    .desktop1440\:pr-25 {
        padding-right: 125px
    }

    .desktop1440\:pr-26 {
        padding-right: 130px
    }

    .desktop1440\:pr-27 {
        padding-right: 135px
    }

    .desktop1440\:pr-28 {
        padding-right: 140px
    }

    .desktop1440\:pr-29 {
        padding-right: 145px
    }

    .desktop1440\:pr-30 {
        padding-right: 150px
    }

    .desktop1440\:pr-31 {
        padding-right: 155px
    }

    .desktop1440\:pr-32 {
        padding-right: 160px
    }

    .desktop1440\:pr-33 {
        padding-right: 165px
    }

    .desktop1440\:pr-34 {
        padding-right: 170px
    }

    .desktop1440\:pr-35 {
        padding-right: 175px
    }

    .desktop1440\:pr-36 {
        padding-right: 180px
    }

    .desktop1440\:pr-37 {
        padding-right: 185px
    }

    .desktop1440\:pr-38 {
        padding-right: 190px
    }

    .desktop1440\:pr-39 {
        padding-right: 195px
    }

    .desktop1440\:pr-40 {
        padding-right: 200px
    }

    .desktop1440\:pr-auto {
        padding-right: auto
    }

    .desktop1440\:pl-0 {
        padding-left: 0
    }

    .desktop1440\:pl-1 {
        padding-left: 5px
    }

    .desktop1440\:pl-2 {
        padding-left: 10px
    }

    .desktop1440\:pl-3 {
        padding-left: 15px
    }

    .desktop1440\:pl-4 {
        padding-left: 20px
    }

    .desktop1440\:pl-5 {
        padding-left: 25px
    }

    .desktop1440\:pl-6 {
        padding-left: 30px
    }

    .desktop1440\:pl-7 {
        padding-left: 35px
    }

    .desktop1440\:pl-8 {
        padding-left: 40px
    }

    .desktop1440\:pl-9 {
        padding-left: 45px
    }

    .desktop1440\:pl-10 {
        padding-left: 50px
    }

    .desktop1440\:pl-11 {
        padding-left: 55px
    }

    .desktop1440\:pl-12 {
        padding-left: 60px
    }

    .desktop1440\:pl-13 {
        padding-left: 65px
    }

    .desktop1440\:pl-14 {
        padding-left: 70px
    }

    .desktop1440\:pl-15 {
        padding-left: 75px
    }

    .desktop1440\:pl-16 {
        padding-left: 80px
    }

    .desktop1440\:pl-17 {
        padding-left: 85px
    }

    .desktop1440\:pl-18 {
        padding-left: 90px
    }

    .desktop1440\:pl-19 {
        padding-left: 95px
    }

    .desktop1440\:pl-20 {
        padding-left: 100px
    }

    .desktop1440\:pl-21 {
        padding-left: 105px
    }

    .desktop1440\:pl-22 {
        padding-left: 110px
    }

    .desktop1440\:pl-23 {
        padding-left: 115px
    }

    .desktop1440\:pl-24 {
        padding-left: 120px
    }

    .desktop1440\:pl-25 {
        padding-left: 125px
    }

    .desktop1440\:pl-26 {
        padding-left: 130px
    }

    .desktop1440\:pl-27 {
        padding-left: 135px
    }

    .desktop1440\:pl-28 {
        padding-left: 140px
    }

    .desktop1440\:pl-29 {
        padding-left: 145px
    }

    .desktop1440\:pl-30 {
        padding-left: 150px
    }

    .desktop1440\:pl-31 {
        padding-left: 155px
    }

    .desktop1440\:pl-32 {
        padding-left: 160px
    }

    .desktop1440\:pl-33 {
        padding-left: 165px
    }

    .desktop1440\:pl-34 {
        padding-left: 170px
    }

    .desktop1440\:pl-35 {
        padding-left: 175px
    }

    .desktop1440\:pl-36 {
        padding-left: 180px
    }

    .desktop1440\:pl-37 {
        padding-left: 185px
    }

    .desktop1440\:pl-38 {
        padding-left: 190px
    }

    .desktop1440\:pl-39 {
        padding-left: 195px
    }

    .desktop1440\:pl-40 {
        padding-left: 200px
    }

    .desktop1440\:pl-auto {
        padding-left: auto
    }

    .desktop1440\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .desktop1440\:px-1 {
        padding-left: 5px;
        padding-right: 5px
    }

    .desktop1440\:px-2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .desktop1440\:px-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .desktop1440\:px-4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .desktop1440\:px-5 {
        padding-left: 25px;
        padding-right: 25px
    }

    .desktop1440\:px-6 {
        padding-left: 30px;
        padding-right: 30px
    }

    .desktop1440\:px-7 {
        padding-left: 35px;
        padding-right: 35px
    }

    .desktop1440\:px-8 {
        padding-left: 40px;
        padding-right: 40px
    }

    .desktop1440\:px-9 {
        padding-left: 45px;
        padding-right: 45px
    }

    .desktop1440\:px-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .desktop1440\:px-11 {
        padding-left: 55px;
        padding-right: 55px
    }

    .desktop1440\:px-12 {
        padding-left: 60px;
        padding-right: 60px
    }

    .desktop1440\:px-13 {
        padding-left: 65px;
        padding-right: 65px
    }

    .desktop1440\:px-14 {
        padding-left: 70px;
        padding-right: 70px
    }

    .desktop1440\:px-15 {
        padding-left: 75px;
        padding-right: 75px
    }

    .desktop1440\:px-16 {
        padding-left: 80px;
        padding-right: 80px
    }

    .desktop1440\:px-17 {
        padding-left: 85px;
        padding-right: 85px
    }

    .desktop1440\:px-18 {
        padding-left: 90px;
        padding-right: 90px
    }

    .desktop1440\:px-19 {
        padding-left: 95px;
        padding-right: 95px
    }

    .desktop1440\:px-20 {
        padding-left: 100px;
        padding-right: 100px
    }

    .desktop1440\:px-21 {
        padding-left: 105px;
        padding-right: 105px
    }

    .desktop1440\:px-22 {
        padding-left: 110px;
        padding-right: 110px
    }

    .desktop1440\:px-23 {
        padding-left: 115px;
        padding-right: 115px
    }

    .desktop1440\:px-24 {
        padding-left: 120px;
        padding-right: 120px
    }

    .desktop1440\:px-25 {
        padding-left: 125px;
        padding-right: 125px
    }

    .desktop1440\:px-26 {
        padding-left: 130px;
        padding-right: 130px
    }

    .desktop1440\:px-27 {
        padding-left: 135px;
        padding-right: 135px
    }

    .desktop1440\:px-28 {
        padding-left: 140px;
        padding-right: 140px
    }

    .desktop1440\:px-29 {
        padding-left: 145px;
        padding-right: 145px
    }

    .desktop1440\:px-30 {
        padding-left: 150px;
        padding-right: 150px
    }

    .desktop1440\:px-31 {
        padding-left: 155px;
        padding-right: 155px
    }

    .desktop1440\:px-32 {
        padding-left: 160px;
        padding-right: 160px
    }

    .desktop1440\:px-33 {
        padding-left: 165px;
        padding-right: 165px
    }

    .desktop1440\:px-34 {
        padding-left: 170px;
        padding-right: 170px
    }

    .desktop1440\:px-35 {
        padding-left: 175px;
        padding-right: 175px
    }

    .desktop1440\:px-36 {
        padding-left: 180px;
        padding-right: 180px
    }

    .desktop1440\:px-37 {
        padding-left: 185px;
        padding-right: 185px
    }

    .desktop1440\:px-38 {
        padding-left: 190px;
        padding-right: 190px
    }

    .desktop1440\:px-39 {
        padding-left: 195px;
        padding-right: 195px
    }

    .desktop1440\:px-40 {
        padding-left: 200px;
        padding-right: 200px
    }

    .desktop1440\:px-auto {
        padding-left: auto;
        padding-right: auto
    }

    .desktop1440\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .desktop1440\:py-1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .desktop1440\:py-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .desktop1440\:py-3 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .desktop1440\:py-4 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .desktop1440\:py-5 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .desktop1440\:py-6 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .desktop1440\:py-7 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .desktop1440\:py-8 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .desktop1440\:py-9 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .desktop1440\:py-10 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .desktop1440\:py-11 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .desktop1440\:py-12 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .desktop1440\:py-13 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .desktop1440\:py-14 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .desktop1440\:py-15 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .desktop1440\:py-16 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .desktop1440\:py-17 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .desktop1440\:py-18 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .desktop1440\:py-19 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .desktop1440\:py-20 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .desktop1440\:py-21 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .desktop1440\:py-22 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .desktop1440\:py-23 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .desktop1440\:py-24 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .desktop1440\:py-25 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .desktop1440\:py-26 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .desktop1440\:py-27 {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .desktop1440\:py-28 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .desktop1440\:py-29 {
        padding-top: 145px;
        padding-bottom: 145px
    }

    .desktop1440\:py-30 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .desktop1440\:py-31 {
        padding-top: 155px;
        padding-bottom: 155px
    }

    .desktop1440\:py-32 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .desktop1440\:py-33 {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .desktop1440\:py-34 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .desktop1440\:py-35 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .desktop1440\:py-36 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .desktop1440\:py-37 {
        padding-top: 185px;
        padding-bottom: 185px
    }

    .desktop1440\:py-38 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .desktop1440\:py-39 {
        padding-top: 195px;
        padding-bottom: 195px
    }

    .desktop1440\:py-40 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .desktop1440\:py-auto {
        padding-top: auto;
        padding-bottom: auto
    }

    .desktop1440\:m-0 {
        margin: 0
    }

    .desktop1440\:m-1 {
        margin: 5px
    }

    .desktop1440\:m-2 {
        margin: 10px
    }

    .desktop1440\:m-3 {
        margin: 15px
    }

    .desktop1440\:m-4 {
        margin: 20px
    }

    .desktop1440\:m-5 {
        margin: 25px
    }

    .desktop1440\:m-6 {
        margin: 30px
    }

    .desktop1440\:m-7 {
        margin: 35px
    }

    .desktop1440\:m-8 {
        margin: 40px
    }

    .desktop1440\:m-9 {
        margin: 45px
    }

    .desktop1440\:m-10 {
        margin: 50px
    }

    .desktop1440\:m-11 {
        margin: 55px
    }

    .desktop1440\:m-12 {
        margin: 60px
    }

    .desktop1440\:m-13 {
        margin: 65px
    }

    .desktop1440\:m-14 {
        margin: 70px
    }

    .desktop1440\:m-15 {
        margin: 75px
    }

    .desktop1440\:m-16 {
        margin: 80px
    }

    .desktop1440\:m-17 {
        margin: 85px
    }

    .desktop1440\:m-18 {
        margin: 90px
    }

    .desktop1440\:m-19 {
        margin: 95px
    }

    .desktop1440\:m-20 {
        margin: 100px
    }

    .desktop1440\:m-21 {
        margin: 105px
    }

    .desktop1440\:m-22 {
        margin: 110px
    }

    .desktop1440\:m-23 {
        margin: 115px
    }

    .desktop1440\:m-24 {
        margin: 120px
    }

    .desktop1440\:m-25 {
        margin: 125px
    }

    .desktop1440\:m-26 {
        margin: 130px
    }

    .desktop1440\:m-27 {
        margin: 135px
    }

    .desktop1440\:m-28 {
        margin: 140px
    }

    .desktop1440\:m-29 {
        margin: 145px
    }

    .desktop1440\:m-30 {
        margin: 150px
    }

    .desktop1440\:m-31 {
        margin: 155px
    }

    .desktop1440\:m-32 {
        margin: 160px
    }

    .desktop1440\:m-33 {
        margin: 165px
    }

    .desktop1440\:m-34 {
        margin: 170px
    }

    .desktop1440\:m-35 {
        margin: 175px
    }

    .desktop1440\:m-36 {
        margin: 180px
    }

    .desktop1440\:m-37 {
        margin: 185px
    }

    .desktop1440\:m-38 {
        margin: 190px
    }

    .desktop1440\:m-39 {
        margin: 195px
    }

    .desktop1440\:m-40 {
        margin: 200px
    }

    .desktop1440\:m-auto {
        margin: auto
    }

    .desktop1440\:ml-0 {
        margin-left: 0
    }

    .desktop1440\:ml-1 {
        margin-left: 5px
    }

    .desktop1440\:ml-2 {
        margin-left: 10px
    }

    .desktop1440\:ml-3 {
        margin-left: 15px
    }

    .desktop1440\:ml-4 {
        margin-left: 20px
    }

    .desktop1440\:ml-5 {
        margin-left: 25px
    }

    .desktop1440\:ml-6 {
        margin-left: 30px
    }

    .desktop1440\:ml-7 {
        margin-left: 35px
    }

    .desktop1440\:ml-8 {
        margin-left: 40px
    }

    .desktop1440\:ml-9 {
        margin-left: 45px
    }

    .desktop1440\:ml-10 {
        margin-left: 50px
    }

    .desktop1440\:ml-11 {
        margin-left: 55px
    }

    .desktop1440\:ml-12 {
        margin-left: 60px
    }

    .desktop1440\:ml-13 {
        margin-left: 65px
    }

    .desktop1440\:ml-14 {
        margin-left: 70px
    }

    .desktop1440\:ml-15 {
        margin-left: 75px
    }

    .desktop1440\:ml-16 {
        margin-left: 80px
    }

    .desktop1440\:ml-17 {
        margin-left: 85px
    }

    .desktop1440\:ml-18 {
        margin-left: 90px
    }

    .desktop1440\:ml-19 {
        margin-left: 95px
    }

    .desktop1440\:ml-20 {
        margin-left: 100px
    }

    .desktop1440\:ml-21 {
        margin-left: 105px
    }

    .desktop1440\:ml-22 {
        margin-left: 110px
    }

    .desktop1440\:ml-23 {
        margin-left: 115px
    }

    .desktop1440\:ml-24 {
        margin-left: 120px
    }

    .desktop1440\:ml-25 {
        margin-left: 125px
    }

    .desktop1440\:ml-26 {
        margin-left: 130px
    }

    .desktop1440\:ml-27 {
        margin-left: 135px
    }

    .desktop1440\:ml-28 {
        margin-left: 140px
    }

    .desktop1440\:ml-29 {
        margin-left: 145px
    }

    .desktop1440\:ml-30 {
        margin-left: 150px
    }

    .desktop1440\:ml-31 {
        margin-left: 155px
    }

    .desktop1440\:ml-32 {
        margin-left: 160px
    }

    .desktop1440\:ml-33 {
        margin-left: 165px
    }

    .desktop1440\:ml-34 {
        margin-left: 170px
    }

    .desktop1440\:ml-35 {
        margin-left: 175px
    }

    .desktop1440\:ml-36 {
        margin-left: 180px
    }

    .desktop1440\:ml-37 {
        margin-left: 185px
    }

    .desktop1440\:ml-38 {
        margin-left: 190px
    }

    .desktop1440\:ml-39 {
        margin-left: 195px
    }

    .desktop1440\:ml-40 {
        margin-left: 200px
    }

    .desktop1440\:ml-auto {
        margin-left: auto
    }

    .desktop1440\:mr-0 {
        margin-right: 0
    }

    .desktop1440\:mr-1 {
        margin-right: 5px
    }

    .desktop1440\:mr-2 {
        margin-right: 10px
    }

    .desktop1440\:mr-3 {
        margin-right: 15px
    }

    .desktop1440\:mr-4 {
        margin-right: 20px
    }

    .desktop1440\:mr-5 {
        margin-right: 25px
    }

    .desktop1440\:mr-6 {
        margin-right: 30px
    }

    .desktop1440\:mr-7 {
        margin-right: 35px
    }

    .desktop1440\:mr-8 {
        margin-right: 40px
    }

    .desktop1440\:mr-9 {
        margin-right: 45px
    }

    .desktop1440\:mr-10 {
        margin-right: 50px
    }

    .desktop1440\:mr-11 {
        margin-right: 55px
    }

    .desktop1440\:mr-12 {
        margin-right: 60px
    }

    .desktop1440\:mr-13 {
        margin-right: 65px
    }

    .desktop1440\:mr-14 {
        margin-right: 70px
    }

    .desktop1440\:mr-15 {
        margin-right: 75px
    }

    .desktop1440\:mr-16 {
        margin-right: 80px
    }

    .desktop1440\:mr-17 {
        margin-right: 85px
    }

    .desktop1440\:mr-18 {
        margin-right: 90px
    }

    .desktop1440\:mr-19 {
        margin-right: 95px
    }

    .desktop1440\:mr-20 {
        margin-right: 100px
    }

    .desktop1440\:mr-21 {
        margin-right: 105px
    }

    .desktop1440\:mr-22 {
        margin-right: 110px
    }

    .desktop1440\:mr-23 {
        margin-right: 115px
    }

    .desktop1440\:mr-24 {
        margin-right: 120px
    }

    .desktop1440\:mr-25 {
        margin-right: 125px
    }

    .desktop1440\:mr-26 {
        margin-right: 130px
    }

    .desktop1440\:mr-27 {
        margin-right: 135px
    }

    .desktop1440\:mr-28 {
        margin-right: 140px
    }

    .desktop1440\:mr-29 {
        margin-right: 145px
    }

    .desktop1440\:mr-30 {
        margin-right: 150px
    }

    .desktop1440\:mr-31 {
        margin-right: 155px
    }

    .desktop1440\:mr-32 {
        margin-right: 160px
    }

    .desktop1440\:mr-33 {
        margin-right: 165px
    }

    .desktop1440\:mr-34 {
        margin-right: 170px
    }

    .desktop1440\:mr-35 {
        margin-right: 175px
    }

    .desktop1440\:mr-36 {
        margin-right: 180px
    }

    .desktop1440\:mr-37 {
        margin-right: 185px
    }

    .desktop1440\:mr-38 {
        margin-right: 190px
    }

    .desktop1440\:mr-39 {
        margin-right: 195px
    }

    .desktop1440\:mr-40 {
        margin-right: 200px
    }

    .desktop1440\:mr-auto {
        margin-right: auto
    }

    .desktop1440\:mt-0 {
        margin-top: 0
    }

    .desktop1440\:mt-1 {
        margin-top: 5px
    }

    .desktop1440\:mt-2 {
        margin-top: 10px
    }

    .desktop1440\:mt-3 {
        margin-top: 15px
    }

    .desktop1440\:mt-4 {
        margin-top: 20px
    }

    .desktop1440\:mt-5 {
        margin-top: 25px
    }

    .desktop1440\:mt-6 {
        margin-top: 30px
    }

    .desktop1440\:mt-7 {
        margin-top: 35px
    }

    .desktop1440\:mt-8 {
        margin-top: 40px
    }

    .desktop1440\:mt-9 {
        margin-top: 45px
    }

    .desktop1440\:mt-10 {
        margin-top: 50px
    }

    .desktop1440\:mt-11 {
        margin-top: 55px
    }

    .desktop1440\:mt-12 {
        margin-top: 60px
    }

    .desktop1440\:mt-13 {
        margin-top: 65px
    }

    .desktop1440\:mt-14 {
        margin-top: 70px
    }

    .desktop1440\:mt-15 {
        margin-top: 75px
    }

    .desktop1440\:mt-16 {
        margin-top: 80px
    }

    .desktop1440\:mt-17 {
        margin-top: 85px
    }

    .desktop1440\:mt-18 {
        margin-top: 90px
    }

    .desktop1440\:mt-19 {
        margin-top: 95px
    }

    .desktop1440\:mt-20 {
        margin-top: 100px
    }

    .desktop1440\:mt-21 {
        margin-top: 105px
    }

    .desktop1440\:mt-22 {
        margin-top: 110px
    }

    .desktop1440\:mt-23 {
        margin-top: 115px
    }

    .desktop1440\:mt-24 {
        margin-top: 120px
    }

    .desktop1440\:mt-25 {
        margin-top: 125px
    }

    .desktop1440\:mt-26 {
        margin-top: 130px
    }

    .desktop1440\:mt-27 {
        margin-top: 135px
    }

    .desktop1440\:mt-28 {
        margin-top: 140px
    }

    .desktop1440\:mt-29 {
        margin-top: 145px
    }

    .desktop1440\:mt-30 {
        margin-top: 150px
    }

    .desktop1440\:mt-31 {
        margin-top: 155px
    }

    .desktop1440\:mt-32 {
        margin-top: 160px
    }

    .desktop1440\:mt-33 {
        margin-top: 165px
    }

    .desktop1440\:mt-34 {
        margin-top: 170px
    }

    .desktop1440\:mt-35 {
        margin-top: 175px
    }

    .desktop1440\:mt-36 {
        margin-top: 180px
    }

    .desktop1440\:mt-37 {
        margin-top: 185px
    }

    .desktop1440\:mt-38 {
        margin-top: 190px
    }

    .desktop1440\:mt-39 {
        margin-top: 195px
    }

    .desktop1440\:mt-40 {
        margin-top: 200px
    }

    .desktop1440\:mt-auto {
        margin-top: auto
    }

    .desktop1440\:mb-0 {
        margin-bottom: 0
    }

    .desktop1440\:mb-1 {
        margin-bottom: 5px
    }

    .desktop1440\:mb-2 {
        margin-bottom: 10px
    }

    .desktop1440\:mb-3 {
        margin-bottom: 15px
    }

    .desktop1440\:mb-4 {
        margin-bottom: 20px
    }

    .desktop1440\:mb-5 {
        margin-bottom: 25px
    }

    .desktop1440\:mb-6 {
        margin-bottom: 30px
    }

    .desktop1440\:mb-7 {
        margin-bottom: 35px
    }

    .desktop1440\:mb-8 {
        margin-bottom: 40px
    }

    .desktop1440\:mb-9 {
        margin-bottom: 45px
    }

    .desktop1440\:mb-10 {
        margin-bottom: 50px
    }

    .desktop1440\:mb-11 {
        margin-bottom: 55px
    }

    .desktop1440\:mb-12 {
        margin-bottom: 60px
    }

    .desktop1440\:mb-13 {
        margin-bottom: 65px
    }

    .desktop1440\:mb-14 {
        margin-bottom: 70px
    }

    .desktop1440\:mb-15 {
        margin-bottom: 75px
    }

    .desktop1440\:mb-16 {
        margin-bottom: 80px
    }

    .desktop1440\:mb-17 {
        margin-bottom: 85px
    }

    .desktop1440\:mb-18 {
        margin-bottom: 90px
    }

    .desktop1440\:mb-19 {
        margin-bottom: 95px
    }

    .desktop1440\:mb-20 {
        margin-bottom: 100px
    }

    .desktop1440\:mb-21 {
        margin-bottom: 105px
    }

    .desktop1440\:mb-22 {
        margin-bottom: 110px
    }

    .desktop1440\:mb-23 {
        margin-bottom: 115px
    }

    .desktop1440\:mb-24 {
        margin-bottom: 120px
    }

    .desktop1440\:mb-25 {
        margin-bottom: 125px
    }

    .desktop1440\:mb-26 {
        margin-bottom: 130px
    }

    .desktop1440\:mb-27 {
        margin-bottom: 135px
    }

    .desktop1440\:mb-28 {
        margin-bottom: 140px
    }

    .desktop1440\:mb-29 {
        margin-bottom: 145px
    }

    .desktop1440\:mb-30 {
        margin-bottom: 150px
    }

    .desktop1440\:mb-31 {
        margin-bottom: 155px
    }

    .desktop1440\:mb-32 {
        margin-bottom: 160px
    }

    .desktop1440\:mb-33 {
        margin-bottom: 165px
    }

    .desktop1440\:mb-34 {
        margin-bottom: 170px
    }

    .desktop1440\:mb-35 {
        margin-bottom: 175px
    }

    .desktop1440\:mb-36 {
        margin-bottom: 180px
    }

    .desktop1440\:mb-37 {
        margin-bottom: 185px
    }

    .desktop1440\:mb-38 {
        margin-bottom: 190px
    }

    .desktop1440\:mb-39 {
        margin-bottom: 195px
    }

    .desktop1440\:mb-40 {
        margin-bottom: 200px
    }

    .desktop1440\:mb-auto {
        margin-bottom: auto
    }

    .desktop1440\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .desktop1440\:mx-1 {
        margin-left: 5px;
        margin-right: 5px
    }

    .desktop1440\:mx-2 {
        margin-left: 10px;
        margin-right: 10px
    }

    .desktop1440\:mx-3 {
        margin-left: 15px;
        margin-right: 15px
    }

    .desktop1440\:mx-4 {
        margin-left: 20px;
        margin-right: 20px
    }

    .desktop1440\:mx-5 {
        margin-left: 25px;
        margin-right: 25px
    }

    .desktop1440\:mx-6 {
        margin-left: 30px;
        margin-right: 30px
    }

    .desktop1440\:mx-7 {
        margin-left: 35px;
        margin-right: 35px
    }

    .desktop1440\:mx-8 {
        margin-left: 40px;
        margin-right: 40px
    }

    .desktop1440\:mx-9 {
        margin-left: 45px;
        margin-right: 45px
    }

    .desktop1440\:mx-10 {
        margin-left: 50px;
        margin-right: 50px
    }

    .desktop1440\:mx-11 {
        margin-left: 55px;
        margin-right: 55px
    }

    .desktop1440\:mx-12 {
        margin-left: 60px;
        margin-right: 60px
    }

    .desktop1440\:mx-13 {
        margin-left: 65px;
        margin-right: 65px
    }

    .desktop1440\:mx-14 {
        margin-left: 70px;
        margin-right: 70px
    }

    .desktop1440\:mx-15 {
        margin-left: 75px;
        margin-right: 75px
    }

    .desktop1440\:mx-16 {
        margin-left: 80px;
        margin-right: 80px
    }

    .desktop1440\:mx-17 {
        margin-left: 85px;
        margin-right: 85px
    }

    .desktop1440\:mx-18 {
        margin-left: 90px;
        margin-right: 90px
    }

    .desktop1440\:mx-19 {
        margin-left: 95px;
        margin-right: 95px
    }

    .desktop1440\:mx-20 {
        margin-left: 100px;
        margin-right: 100px
    }

    .desktop1440\:mx-21 {
        margin-left: 105px;
        margin-right: 105px
    }

    .desktop1440\:mx-22 {
        margin-left: 110px;
        margin-right: 110px
    }

    .desktop1440\:mx-23 {
        margin-left: 115px;
        margin-right: 115px
    }

    .desktop1440\:mx-24 {
        margin-left: 120px;
        margin-right: 120px
    }

    .desktop1440\:mx-25 {
        margin-left: 125px;
        margin-right: 125px
    }

    .desktop1440\:mx-26 {
        margin-left: 130px;
        margin-right: 130px
    }

    .desktop1440\:mx-27 {
        margin-left: 135px;
        margin-right: 135px
    }

    .desktop1440\:mx-28 {
        margin-left: 140px;
        margin-right: 140px
    }

    .desktop1440\:mx-29 {
        margin-left: 145px;
        margin-right: 145px
    }

    .desktop1440\:mx-30 {
        margin-left: 150px;
        margin-right: 150px
    }

    .desktop1440\:mx-31 {
        margin-left: 155px;
        margin-right: 155px
    }

    .desktop1440\:mx-32 {
        margin-left: 160px;
        margin-right: 160px
    }

    .desktop1440\:mx-33 {
        margin-left: 165px;
        margin-right: 165px
    }

    .desktop1440\:mx-34 {
        margin-left: 170px;
        margin-right: 170px
    }

    .desktop1440\:mx-35 {
        margin-left: 175px;
        margin-right: 175px
    }

    .desktop1440\:mx-36 {
        margin-left: 180px;
        margin-right: 180px
    }

    .desktop1440\:mx-37 {
        margin-left: 185px;
        margin-right: 185px
    }

    .desktop1440\:mx-38 {
        margin-left: 190px;
        margin-right: 190px
    }

    .desktop1440\:mx-39 {
        margin-left: 195px;
        margin-right: 195px
    }

    .desktop1440\:mx-40 {
        margin-left: 200px;
        margin-right: 200px
    }

    .desktop1440\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .desktop1440\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .desktop1440\:my-1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .desktop1440\:my-2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .desktop1440\:my-3 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .desktop1440\:my-4 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .desktop1440\:my-5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .desktop1440\:my-6 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .desktop1440\:my-7 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .desktop1440\:my-8 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .desktop1440\:my-9 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .desktop1440\:my-10 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .desktop1440\:my-11 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .desktop1440\:my-12 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .desktop1440\:my-13 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .desktop1440\:my-14 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .desktop1440\:my-15 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .desktop1440\:my-16 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .desktop1440\:my-17 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .desktop1440\:my-18 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .desktop1440\:my-19 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .desktop1440\:my-20 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .desktop1440\:my-21 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .desktop1440\:my-22 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .desktop1440\:my-23 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .desktop1440\:my-24 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .desktop1440\:my-25 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .desktop1440\:my-26 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .desktop1440\:my-27 {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .desktop1440\:my-28 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .desktop1440\:my-29 {
        margin-top: 145px;
        margin-bottom: 145px
    }

    .desktop1440\:my-30 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .desktop1440\:my-31 {
        margin-top: 155px;
        margin-bottom: 155px
    }

    .desktop1440\:my-32 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .desktop1440\:my-33 {
        margin-top: 165px;
        margin-bottom: 165px
    }

    .desktop1440\:my-34 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .desktop1440\:my-35 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .desktop1440\:my-36 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .desktop1440\:my-37 {
        margin-top: 185px;
        margin-bottom: 185px
    }

    .desktop1440\:my-38 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .desktop1440\:my-39 {
        margin-top: 195px;
        margin-bottom: 195px
    }

    .desktop1440\:my-40 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .desktop1440\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width:100em) {
    .desktop1920\:p-0 {
        padding: 0
    }

    .desktop1920\:p-1 {
        padding: 5px
    }

    .desktop1920\:p-2 {
        padding: 10px
    }

    .desktop1920\:p-3 {
        padding: 15px
    }

    .desktop1920\:p-4 {
        padding: 20px
    }

    .desktop1920\:p-5 {
        padding: 25px
    }

    .desktop1920\:p-6 {
        padding: 30px
    }

    .desktop1920\:p-7 {
        padding: 35px
    }

    .desktop1920\:p-8 {
        padding: 40px
    }

    .desktop1920\:p-9 {
        padding: 45px
    }

    .desktop1920\:p-10 {
        padding: 50px
    }

    .desktop1920\:p-11 {
        padding: 55px
    }

    .desktop1920\:p-12 {
        padding: 60px
    }

    .desktop1920\:p-13 {
        padding: 65px
    }

    .desktop1920\:p-14 {
        padding: 70px
    }

    .desktop1920\:p-15 {
        padding: 75px
    }

    .desktop1920\:p-16 {
        padding: 80px
    }

    .desktop1920\:p-17 {
        padding: 85px
    }

    .desktop1920\:p-18 {
        padding: 90px
    }

    .desktop1920\:p-19 {
        padding: 95px
    }

    .desktop1920\:p-20 {
        padding: 100px
    }

    .desktop1920\:p-21 {
        padding: 105px
    }

    .desktop1920\:p-22 {
        padding: 110px
    }

    .desktop1920\:p-23 {
        padding: 115px
    }

    .desktop1920\:p-24 {
        padding: 120px
    }

    .desktop1920\:p-25 {
        padding: 125px
    }

    .desktop1920\:p-26 {
        padding: 130px
    }

    .desktop1920\:p-27 {
        padding: 135px
    }

    .desktop1920\:p-28 {
        padding: 140px
    }

    .desktop1920\:p-29 {
        padding: 145px
    }

    .desktop1920\:p-30 {
        padding: 150px
    }

    .desktop1920\:p-31 {
        padding: 155px
    }

    .desktop1920\:p-32 {
        padding: 160px
    }

    .desktop1920\:p-33 {
        padding: 165px
    }

    .desktop1920\:p-34 {
        padding: 170px
    }

    .desktop1920\:p-35 {
        padding: 175px
    }

    .desktop1920\:p-36 {
        padding: 180px
    }

    .desktop1920\:p-37 {
        padding: 185px
    }

    .desktop1920\:p-38 {
        padding: 190px
    }

    .desktop1920\:p-39 {
        padding: 195px
    }

    .desktop1920\:p-40 {
        padding: 200px
    }

    .desktop1920\:p-auto {
        padding: auto
    }

    .desktop1920\:pt-0 {
        padding-top: 0
    }

    .desktop1920\:pt-1 {
        padding-top: 5px
    }

    .desktop1920\:pt-2 {
        padding-top: 10px
    }

    .desktop1920\:pt-3 {
        padding-top: 15px
    }

    .desktop1920\:pt-4 {
        padding-top: 20px
    }

    .desktop1920\:pt-5 {
        padding-top: 25px
    }

    .desktop1920\:pt-6 {
        padding-top: 30px
    }

    .desktop1920\:pt-7 {
        padding-top: 35px
    }

    .desktop1920\:pt-8 {
        padding-top: 40px
    }

    .desktop1920\:pt-9 {
        padding-top: 45px
    }

    .desktop1920\:pt-10 {
        padding-top: 50px
    }

    .desktop1920\:pt-11 {
        padding-top: 55px
    }

    .desktop1920\:pt-12 {
        padding-top: 60px
    }

    .desktop1920\:pt-13 {
        padding-top: 65px
    }

    .desktop1920\:pt-14 {
        padding-top: 70px
    }

    .desktop1920\:pt-15 {
        padding-top: 75px
    }

    .desktop1920\:pt-16 {
        padding-top: 80px
    }

    .desktop1920\:pt-17 {
        padding-top: 85px
    }

    .desktop1920\:pt-18 {
        padding-top: 90px
    }

    .desktop1920\:pt-19 {
        padding-top: 95px
    }

    .desktop1920\:pt-20 {
        padding-top: 100px
    }

    .desktop1920\:pt-21 {
        padding-top: 105px
    }

    .desktop1920\:pt-22 {
        padding-top: 110px
    }

    .desktop1920\:pt-23 {
        padding-top: 115px
    }

    .desktop1920\:pt-24 {
        padding-top: 120px
    }

    .desktop1920\:pt-25 {
        padding-top: 125px
    }

    .desktop1920\:pt-26 {
        padding-top: 130px
    }

    .desktop1920\:pt-27 {
        padding-top: 135px
    }

    .desktop1920\:pt-28 {
        padding-top: 140px
    }

    .desktop1920\:pt-29 {
        padding-top: 145px
    }

    .desktop1920\:pt-30 {
        padding-top: 150px
    }

    .desktop1920\:pt-31 {
        padding-top: 155px
    }

    .desktop1920\:pt-32 {
        padding-top: 160px
    }

    .desktop1920\:pt-33 {
        padding-top: 165px
    }

    .desktop1920\:pt-34 {
        padding-top: 170px
    }

    .desktop1920\:pt-35 {
        padding-top: 175px
    }

    .desktop1920\:pt-36 {
        padding-top: 180px
    }

    .desktop1920\:pt-37 {
        padding-top: 185px
    }

    .desktop1920\:pt-38 {
        padding-top: 190px
    }

    .desktop1920\:pt-39 {
        padding-top: 195px
    }

    .desktop1920\:pt-40 {
        padding-top: 200px
    }

    .desktop1920\:pt-auto {
        padding-top: auto
    }

    .desktop1920\:pb-0 {
        padding-bottom: 0
    }

    .desktop1920\:pb-1 {
        padding-bottom: 5px
    }

    .desktop1920\:pb-2 {
        padding-bottom: 10px
    }

    .desktop1920\:pb-3 {
        padding-bottom: 15px
    }

    .desktop1920\:pb-4 {
        padding-bottom: 20px
    }

    .desktop1920\:pb-5 {
        padding-bottom: 25px
    }

    .desktop1920\:pb-6 {
        padding-bottom: 30px
    }

    .desktop1920\:pb-7 {
        padding-bottom: 35px
    }

    .desktop1920\:pb-8 {
        padding-bottom: 40px
    }

    .desktop1920\:pb-9 {
        padding-bottom: 45px
    }

    .desktop1920\:pb-10 {
        padding-bottom: 50px
    }

    .desktop1920\:pb-11 {
        padding-bottom: 55px
    }

    .desktop1920\:pb-12 {
        padding-bottom: 60px
    }

    .desktop1920\:pb-13 {
        padding-bottom: 65px
    }

    .desktop1920\:pb-14 {
        padding-bottom: 70px
    }

    .desktop1920\:pb-15 {
        padding-bottom: 75px
    }

    .desktop1920\:pb-16 {
        padding-bottom: 80px
    }

    .desktop1920\:pb-17 {
        padding-bottom: 85px
    }

    .desktop1920\:pb-18 {
        padding-bottom: 90px
    }

    .desktop1920\:pb-19 {
        padding-bottom: 95px
    }

    .desktop1920\:pb-20 {
        padding-bottom: 100px
    }

    .desktop1920\:pb-21 {
        padding-bottom: 105px
    }

    .desktop1920\:pb-22 {
        padding-bottom: 110px
    }

    .desktop1920\:pb-23 {
        padding-bottom: 115px
    }

    .desktop1920\:pb-24 {
        padding-bottom: 120px
    }

    .desktop1920\:pb-25 {
        padding-bottom: 125px
    }

    .desktop1920\:pb-26 {
        padding-bottom: 130px
    }

    .desktop1920\:pb-27 {
        padding-bottom: 135px
    }

    .desktop1920\:pb-28 {
        padding-bottom: 140px
    }

    .desktop1920\:pb-29 {
        padding-bottom: 145px
    }

    .desktop1920\:pb-30 {
        padding-bottom: 150px
    }

    .desktop1920\:pb-31 {
        padding-bottom: 155px
    }

    .desktop1920\:pb-32 {
        padding-bottom: 160px
    }

    .desktop1920\:pb-33 {
        padding-bottom: 165px
    }

    .desktop1920\:pb-34 {
        padding-bottom: 170px
    }

    .desktop1920\:pb-35 {
        padding-bottom: 175px
    }

    .desktop1920\:pb-36 {
        padding-bottom: 180px
    }

    .desktop1920\:pb-37 {
        padding-bottom: 185px
    }

    .desktop1920\:pb-38 {
        padding-bottom: 190px
    }

    .desktop1920\:pb-39 {
        padding-bottom: 195px
    }

    .desktop1920\:pb-40 {
        padding-bottom: 200px
    }

    .desktop1920\:pb-auto {
        padding-bottom: auto
    }

    .desktop1920\:pr-0 {
        padding-right: 0
    }

    .desktop1920\:pr-1 {
        padding-right: 5px
    }

    .desktop1920\:pr-2 {
        padding-right: 10px
    }

    .desktop1920\:pr-3 {
        padding-right: 15px
    }

    .desktop1920\:pr-4 {
        padding-right: 20px
    }

    .desktop1920\:pr-5 {
        padding-right: 25px
    }

    .desktop1920\:pr-6 {
        padding-right: 30px
    }

    .desktop1920\:pr-7 {
        padding-right: 35px
    }

    .desktop1920\:pr-8 {
        padding-right: 40px
    }

    .desktop1920\:pr-9 {
        padding-right: 45px
    }

    .desktop1920\:pr-10 {
        padding-right: 50px
    }

    .desktop1920\:pr-11 {
        padding-right: 55px
    }

    .desktop1920\:pr-12 {
        padding-right: 60px
    }

    .desktop1920\:pr-13 {
        padding-right: 65px
    }

    .desktop1920\:pr-14 {
        padding-right: 70px
    }

    .desktop1920\:pr-15 {
        padding-right: 75px
    }

    .desktop1920\:pr-16 {
        padding-right: 80px
    }

    .desktop1920\:pr-17 {
        padding-right: 85px
    }

    .desktop1920\:pr-18 {
        padding-right: 90px
    }

    .desktop1920\:pr-19 {
        padding-right: 95px
    }

    .desktop1920\:pr-20 {
        padding-right: 100px
    }

    .desktop1920\:pr-21 {
        padding-right: 105px
    }

    .desktop1920\:pr-22 {
        padding-right: 110px
    }

    .desktop1920\:pr-23 {
        padding-right: 115px
    }

    .desktop1920\:pr-24 {
        padding-right: 120px
    }

    .desktop1920\:pr-25 {
        padding-right: 125px
    }

    .desktop1920\:pr-26 {
        padding-right: 130px
    }

    .desktop1920\:pr-27 {
        padding-right: 135px
    }

    .desktop1920\:pr-28 {
        padding-right: 140px
    }

    .desktop1920\:pr-29 {
        padding-right: 145px
    }

    .desktop1920\:pr-30 {
        padding-right: 150px
    }

    .desktop1920\:pr-31 {
        padding-right: 155px
    }

    .desktop1920\:pr-32 {
        padding-right: 160px
    }

    .desktop1920\:pr-33 {
        padding-right: 165px
    }

    .desktop1920\:pr-34 {
        padding-right: 170px
    }

    .desktop1920\:pr-35 {
        padding-right: 175px
    }

    .desktop1920\:pr-36 {
        padding-right: 180px
    }

    .desktop1920\:pr-37 {
        padding-right: 185px
    }

    .desktop1920\:pr-38 {
        padding-right: 190px
    }

    .desktop1920\:pr-39 {
        padding-right: 195px
    }

    .desktop1920\:pr-40 {
        padding-right: 200px
    }

    .desktop1920\:pr-auto {
        padding-right: auto
    }

    .desktop1920\:pl-0 {
        padding-left: 0
    }

    .desktop1920\:pl-1 {
        padding-left: 5px
    }

    .desktop1920\:pl-2 {
        padding-left: 10px
    }

    .desktop1920\:pl-3 {
        padding-left: 15px
    }

    .desktop1920\:pl-4 {
        padding-left: 20px
    }

    .desktop1920\:pl-5 {
        padding-left: 25px
    }

    .desktop1920\:pl-6 {
        padding-left: 30px
    }

    .desktop1920\:pl-7 {
        padding-left: 35px
    }

    .desktop1920\:pl-8 {
        padding-left: 40px
    }

    .desktop1920\:pl-9 {
        padding-left: 45px
    }

    .desktop1920\:pl-10 {
        padding-left: 50px
    }

    .desktop1920\:pl-11 {
        padding-left: 55px
    }

    .desktop1920\:pl-12 {
        padding-left: 60px
    }

    .desktop1920\:pl-13 {
        padding-left: 65px
    }

    .desktop1920\:pl-14 {
        padding-left: 70px
    }

    .desktop1920\:pl-15 {
        padding-left: 75px
    }

    .desktop1920\:pl-16 {
        padding-left: 80px
    }

    .desktop1920\:pl-17 {
        padding-left: 85px
    }

    .desktop1920\:pl-18 {
        padding-left: 90px
    }

    .desktop1920\:pl-19 {
        padding-left: 95px
    }

    .desktop1920\:pl-20 {
        padding-left: 100px
    }

    .desktop1920\:pl-21 {
        padding-left: 105px
    }

    .desktop1920\:pl-22 {
        padding-left: 110px
    }

    .desktop1920\:pl-23 {
        padding-left: 115px
    }

    .desktop1920\:pl-24 {
        padding-left: 120px
    }

    .desktop1920\:pl-25 {
        padding-left: 125px
    }

    .desktop1920\:pl-26 {
        padding-left: 130px
    }

    .desktop1920\:pl-27 {
        padding-left: 135px
    }

    .desktop1920\:pl-28 {
        padding-left: 140px
    }

    .desktop1920\:pl-29 {
        padding-left: 145px
    }

    .desktop1920\:pl-30 {
        padding-left: 150px
    }

    .desktop1920\:pl-31 {
        padding-left: 155px
    }

    .desktop1920\:pl-32 {
        padding-left: 160px
    }

    .desktop1920\:pl-33 {
        padding-left: 165px
    }

    .desktop1920\:pl-34 {
        padding-left: 170px
    }

    .desktop1920\:pl-35 {
        padding-left: 175px
    }

    .desktop1920\:pl-36 {
        padding-left: 180px
    }

    .desktop1920\:pl-37 {
        padding-left: 185px
    }

    .desktop1920\:pl-38 {
        padding-left: 190px
    }

    .desktop1920\:pl-39 {
        padding-left: 195px
    }

    .desktop1920\:pl-40 {
        padding-left: 200px
    }

    .desktop1920\:pl-auto {
        padding-left: auto
    }

    .desktop1920\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .desktop1920\:px-1 {
        padding-left: 5px;
        padding-right: 5px
    }

    .desktop1920\:px-2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .desktop1920\:px-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .desktop1920\:px-4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .desktop1920\:px-5 {
        padding-left: 25px;
        padding-right: 25px
    }

    .desktop1920\:px-6 {
        padding-left: 30px;
        padding-right: 30px
    }

    .desktop1920\:px-7 {
        padding-left: 35px;
        padding-right: 35px
    }

    .desktop1920\:px-8 {
        padding-left: 40px;
        padding-right: 40px
    }

    .desktop1920\:px-9 {
        padding-left: 45px;
        padding-right: 45px
    }

    .desktop1920\:px-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .desktop1920\:px-11 {
        padding-left: 55px;
        padding-right: 55px
    }

    .desktop1920\:px-12 {
        padding-left: 60px;
        padding-right: 60px
    }

    .desktop1920\:px-13 {
        padding-left: 65px;
        padding-right: 65px
    }

    .desktop1920\:px-14 {
        padding-left: 70px;
        padding-right: 70px
    }

    .desktop1920\:px-15 {
        padding-left: 75px;
        padding-right: 75px
    }

    .desktop1920\:px-16 {
        padding-left: 80px;
        padding-right: 80px
    }

    .desktop1920\:px-17 {
        padding-left: 85px;
        padding-right: 85px
    }

    .desktop1920\:px-18 {
        padding-left: 90px;
        padding-right: 90px
    }

    .desktop1920\:px-19 {
        padding-left: 95px;
        padding-right: 95px
    }

    .desktop1920\:px-20 {
        padding-left: 100px;
        padding-right: 100px
    }

    .desktop1920\:px-21 {
        padding-left: 105px;
        padding-right: 105px
    }

    .desktop1920\:px-22 {
        padding-left: 110px;
        padding-right: 110px
    }

    .desktop1920\:px-23 {
        padding-left: 115px;
        padding-right: 115px
    }

    .desktop1920\:px-24 {
        padding-left: 120px;
        padding-right: 120px
    }

    .desktop1920\:px-25 {
        padding-left: 125px;
        padding-right: 125px
    }

    .desktop1920\:px-26 {
        padding-left: 130px;
        padding-right: 130px
    }

    .desktop1920\:px-27 {
        padding-left: 135px;
        padding-right: 135px
    }

    .desktop1920\:px-28 {
        padding-left: 140px;
        padding-right: 140px
    }

    .desktop1920\:px-29 {
        padding-left: 145px;
        padding-right: 145px
    }

    .desktop1920\:px-30 {
        padding-left: 150px;
        padding-right: 150px
    }

    .desktop1920\:px-31 {
        padding-left: 155px;
        padding-right: 155px
    }

    .desktop1920\:px-32 {
        padding-left: 160px;
        padding-right: 160px
    }

    .desktop1920\:px-33 {
        padding-left: 165px;
        padding-right: 165px
    }

    .desktop1920\:px-34 {
        padding-left: 170px;
        padding-right: 170px
    }

    .desktop1920\:px-35 {
        padding-left: 175px;
        padding-right: 175px
    }

    .desktop1920\:px-36 {
        padding-left: 180px;
        padding-right: 180px
    }

    .desktop1920\:px-37 {
        padding-left: 185px;
        padding-right: 185px
    }

    .desktop1920\:px-38 {
        padding-left: 190px;
        padding-right: 190px
    }

    .desktop1920\:px-39 {
        padding-left: 195px;
        padding-right: 195px
    }

    .desktop1920\:px-40 {
        padding-left: 200px;
        padding-right: 200px
    }

    .desktop1920\:px-auto {
        padding-left: auto;
        padding-right: auto
    }

    .desktop1920\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .desktop1920\:py-1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .desktop1920\:py-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .desktop1920\:py-3 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .desktop1920\:py-4 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .desktop1920\:py-5 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .desktop1920\:py-6 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .desktop1920\:py-7 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .desktop1920\:py-8 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .desktop1920\:py-9 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .desktop1920\:py-10 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .desktop1920\:py-11 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .desktop1920\:py-12 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .desktop1920\:py-13 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .desktop1920\:py-14 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .desktop1920\:py-15 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .desktop1920\:py-16 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .desktop1920\:py-17 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .desktop1920\:py-18 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .desktop1920\:py-19 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .desktop1920\:py-20 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .desktop1920\:py-21 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .desktop1920\:py-22 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .desktop1920\:py-23 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .desktop1920\:py-24 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .desktop1920\:py-25 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .desktop1920\:py-26 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .desktop1920\:py-27 {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .desktop1920\:py-28 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .desktop1920\:py-29 {
        padding-top: 145px;
        padding-bottom: 145px
    }

    .desktop1920\:py-30 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .desktop1920\:py-31 {
        padding-top: 155px;
        padding-bottom: 155px
    }

    .desktop1920\:py-32 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .desktop1920\:py-33 {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .desktop1920\:py-34 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .desktop1920\:py-35 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .desktop1920\:py-36 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .desktop1920\:py-37 {
        padding-top: 185px;
        padding-bottom: 185px
    }

    .desktop1920\:py-38 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .desktop1920\:py-39 {
        padding-top: 195px;
        padding-bottom: 195px
    }

    .desktop1920\:py-40 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .desktop1920\:py-auto {
        padding-top: auto;
        padding-bottom: auto
    }

    .desktop1920\:m-0 {
        margin: 0
    }

    .desktop1920\:m-1 {
        margin: 5px
    }

    .desktop1920\:m-2 {
        margin: 10px
    }

    .desktop1920\:m-3 {
        margin: 15px
    }

    .desktop1920\:m-4 {
        margin: 20px
    }

    .desktop1920\:m-5 {
        margin: 25px
    }

    .desktop1920\:m-6 {
        margin: 30px
    }

    .desktop1920\:m-7 {
        margin: 35px
    }

    .desktop1920\:m-8 {
        margin: 40px
    }

    .desktop1920\:m-9 {
        margin: 45px
    }

    .desktop1920\:m-10 {
        margin: 50px
    }

    .desktop1920\:m-11 {
        margin: 55px
    }

    .desktop1920\:m-12 {
        margin: 60px
    }

    .desktop1920\:m-13 {
        margin: 65px
    }

    .desktop1920\:m-14 {
        margin: 70px
    }

    .desktop1920\:m-15 {
        margin: 75px
    }

    .desktop1920\:m-16 {
        margin: 80px
    }

    .desktop1920\:m-17 {
        margin: 85px
    }

    .desktop1920\:m-18 {
        margin: 90px
    }

    .desktop1920\:m-19 {
        margin: 95px
    }

    .desktop1920\:m-20 {
        margin: 100px
    }

    .desktop1920\:m-21 {
        margin: 105px
    }

    .desktop1920\:m-22 {
        margin: 110px
    }

    .desktop1920\:m-23 {
        margin: 115px
    }

    .desktop1920\:m-24 {
        margin: 120px
    }

    .desktop1920\:m-25 {
        margin: 125px
    }

    .desktop1920\:m-26 {
        margin: 130px
    }

    .desktop1920\:m-27 {
        margin: 135px
    }

    .desktop1920\:m-28 {
        margin: 140px
    }

    .desktop1920\:m-29 {
        margin: 145px
    }

    .desktop1920\:m-30 {
        margin: 150px
    }

    .desktop1920\:m-31 {
        margin: 155px
    }

    .desktop1920\:m-32 {
        margin: 160px
    }

    .desktop1920\:m-33 {
        margin: 165px
    }

    .desktop1920\:m-34 {
        margin: 170px
    }

    .desktop1920\:m-35 {
        margin: 175px
    }

    .desktop1920\:m-36 {
        margin: 180px
    }

    .desktop1920\:m-37 {
        margin: 185px
    }

    .desktop1920\:m-38 {
        margin: 190px
    }

    .desktop1920\:m-39 {
        margin: 195px
    }

    .desktop1920\:m-40 {
        margin: 200px
    }

    .desktop1920\:m-auto {
        margin: auto
    }

    .desktop1920\:ml-0 {
        margin-left: 0
    }

    .desktop1920\:ml-1 {
        margin-left: 5px
    }

    .desktop1920\:ml-2 {
        margin-left: 10px
    }

    .desktop1920\:ml-3 {
        margin-left: 15px
    }

    .desktop1920\:ml-4 {
        margin-left: 20px
    }

    .desktop1920\:ml-5 {
        margin-left: 25px
    }

    .desktop1920\:ml-6 {
        margin-left: 30px
    }

    .desktop1920\:ml-7 {
        margin-left: 35px
    }

    .desktop1920\:ml-8 {
        margin-left: 40px
    }

    .desktop1920\:ml-9 {
        margin-left: 45px
    }

    .desktop1920\:ml-10 {
        margin-left: 50px
    }

    .desktop1920\:ml-11 {
        margin-left: 55px
    }

    .desktop1920\:ml-12 {
        margin-left: 60px
    }

    .desktop1920\:ml-13 {
        margin-left: 65px
    }

    .desktop1920\:ml-14 {
        margin-left: 70px
    }

    .desktop1920\:ml-15 {
        margin-left: 75px
    }

    .desktop1920\:ml-16 {
        margin-left: 80px
    }

    .desktop1920\:ml-17 {
        margin-left: 85px
    }

    .desktop1920\:ml-18 {
        margin-left: 90px
    }

    .desktop1920\:ml-19 {
        margin-left: 95px
    }

    .desktop1920\:ml-20 {
        margin-left: 100px
    }

    .desktop1920\:ml-21 {
        margin-left: 105px
    }

    .desktop1920\:ml-22 {
        margin-left: 110px
    }

    .desktop1920\:ml-23 {
        margin-left: 115px
    }

    .desktop1920\:ml-24 {
        margin-left: 120px
    }

    .desktop1920\:ml-25 {
        margin-left: 125px
    }

    .desktop1920\:ml-26 {
        margin-left: 130px
    }

    .desktop1920\:ml-27 {
        margin-left: 135px
    }

    .desktop1920\:ml-28 {
        margin-left: 140px
    }

    .desktop1920\:ml-29 {
        margin-left: 145px
    }

    .desktop1920\:ml-30 {
        margin-left: 150px
    }

    .desktop1920\:ml-31 {
        margin-left: 155px
    }

    .desktop1920\:ml-32 {
        margin-left: 160px
    }

    .desktop1920\:ml-33 {
        margin-left: 165px
    }

    .desktop1920\:ml-34 {
        margin-left: 170px
    }

    .desktop1920\:ml-35 {
        margin-left: 175px
    }

    .desktop1920\:ml-36 {
        margin-left: 180px
    }

    .desktop1920\:ml-37 {
        margin-left: 185px
    }

    .desktop1920\:ml-38 {
        margin-left: 190px
    }

    .desktop1920\:ml-39 {
        margin-left: 195px
    }

    .desktop1920\:ml-40 {
        margin-left: 200px
    }

    .desktop1920\:ml-auto {
        margin-left: auto
    }

    .desktop1920\:mr-0 {
        margin-right: 0
    }

    .desktop1920\:mr-1 {
        margin-right: 5px
    }

    .desktop1920\:mr-2 {
        margin-right: 10px
    }

    .desktop1920\:mr-3 {
        margin-right: 15px
    }

    .desktop1920\:mr-4 {
        margin-right: 20px
    }

    .desktop1920\:mr-5 {
        margin-right: 25px
    }

    .desktop1920\:mr-6 {
        margin-right: 30px
    }

    .desktop1920\:mr-7 {
        margin-right: 35px
    }

    .desktop1920\:mr-8 {
        margin-right: 40px
    }

    .desktop1920\:mr-9 {
        margin-right: 45px
    }

    .desktop1920\:mr-10 {
        margin-right: 50px
    }

    .desktop1920\:mr-11 {
        margin-right: 55px
    }

    .desktop1920\:mr-12 {
        margin-right: 60px
    }

    .desktop1920\:mr-13 {
        margin-right: 65px
    }

    .desktop1920\:mr-14 {
        margin-right: 70px
    }

    .desktop1920\:mr-15 {
        margin-right: 75px
    }

    .desktop1920\:mr-16 {
        margin-right: 80px
    }

    .desktop1920\:mr-17 {
        margin-right: 85px
    }

    .desktop1920\:mr-18 {
        margin-right: 90px
    }

    .desktop1920\:mr-19 {
        margin-right: 95px
    }

    .desktop1920\:mr-20 {
        margin-right: 100px
    }

    .desktop1920\:mr-21 {
        margin-right: 105px
    }

    .desktop1920\:mr-22 {
        margin-right: 110px
    }

    .desktop1920\:mr-23 {
        margin-right: 115px
    }

    .desktop1920\:mr-24 {
        margin-right: 120px
    }

    .desktop1920\:mr-25 {
        margin-right: 125px
    }

    .desktop1920\:mr-26 {
        margin-right: 130px
    }

    .desktop1920\:mr-27 {
        margin-right: 135px
    }

    .desktop1920\:mr-28 {
        margin-right: 140px
    }

    .desktop1920\:mr-29 {
        margin-right: 145px
    }

    .desktop1920\:mr-30 {
        margin-right: 150px
    }

    .desktop1920\:mr-31 {
        margin-right: 155px
    }

    .desktop1920\:mr-32 {
        margin-right: 160px
    }

    .desktop1920\:mr-33 {
        margin-right: 165px
    }

    .desktop1920\:mr-34 {
        margin-right: 170px
    }

    .desktop1920\:mr-35 {
        margin-right: 175px
    }

    .desktop1920\:mr-36 {
        margin-right: 180px
    }

    .desktop1920\:mr-37 {
        margin-right: 185px
    }

    .desktop1920\:mr-38 {
        margin-right: 190px
    }

    .desktop1920\:mr-39 {
        margin-right: 195px
    }

    .desktop1920\:mr-40 {
        margin-right: 200px
    }

    .desktop1920\:mr-auto {
        margin-right: auto
    }

    .desktop1920\:mt-0 {
        margin-top: 0
    }

    .desktop1920\:mt-1 {
        margin-top: 5px
    }

    .desktop1920\:mt-2 {
        margin-top: 10px
    }

    .desktop1920\:mt-3 {
        margin-top: 15px
    }

    .desktop1920\:mt-4 {
        margin-top: 20px
    }

    .desktop1920\:mt-5 {
        margin-top: 25px
    }

    .desktop1920\:mt-6 {
        margin-top: 30px
    }

    .desktop1920\:mt-7 {
        margin-top: 35px
    }

    .desktop1920\:mt-8 {
        margin-top: 40px
    }

    .desktop1920\:mt-9 {
        margin-top: 45px
    }

    .desktop1920\:mt-10 {
        margin-top: 50px
    }

    .desktop1920\:mt-11 {
        margin-top: 55px
    }

    .desktop1920\:mt-12 {
        margin-top: 60px
    }

    .desktop1920\:mt-13 {
        margin-top: 65px
    }

    .desktop1920\:mt-14 {
        margin-top: 70px
    }

    .desktop1920\:mt-15 {
        margin-top: 75px
    }

    .desktop1920\:mt-16 {
        margin-top: 80px
    }

    .desktop1920\:mt-17 {
        margin-top: 85px
    }

    .desktop1920\:mt-18 {
        margin-top: 90px
    }

    .desktop1920\:mt-19 {
        margin-top: 95px
    }

    .desktop1920\:mt-20 {
        margin-top: 100px
    }

    .desktop1920\:mt-21 {
        margin-top: 105px
    }

    .desktop1920\:mt-22 {
        margin-top: 110px
    }

    .desktop1920\:mt-23 {
        margin-top: 115px
    }

    .desktop1920\:mt-24 {
        margin-top: 120px
    }

    .desktop1920\:mt-25 {
        margin-top: 125px
    }

    .desktop1920\:mt-26 {
        margin-top: 130px
    }

    .desktop1920\:mt-27 {
        margin-top: 135px
    }

    .desktop1920\:mt-28 {
        margin-top: 140px
    }

    .desktop1920\:mt-29 {
        margin-top: 145px
    }

    .desktop1920\:mt-30 {
        margin-top: 150px
    }

    .desktop1920\:mt-31 {
        margin-top: 155px
    }

    .desktop1920\:mt-32 {
        margin-top: 160px
    }

    .desktop1920\:mt-33 {
        margin-top: 165px
    }

    .desktop1920\:mt-34 {
        margin-top: 170px
    }

    .desktop1920\:mt-35 {
        margin-top: 175px
    }

    .desktop1920\:mt-36 {
        margin-top: 180px
    }

    .desktop1920\:mt-37 {
        margin-top: 185px
    }

    .desktop1920\:mt-38 {
        margin-top: 190px
    }

    .desktop1920\:mt-39 {
        margin-top: 195px
    }

    .desktop1920\:mt-40 {
        margin-top: 200px
    }

    .desktop1920\:mt-auto {
        margin-top: auto
    }

    .desktop1920\:mb-0 {
        margin-bottom: 0
    }

    .desktop1920\:mb-1 {
        margin-bottom: 5px
    }

    .desktop1920\:mb-2 {
        margin-bottom: 10px
    }

    .desktop1920\:mb-3 {
        margin-bottom: 15px
    }

    .desktop1920\:mb-4 {
        margin-bottom: 20px
    }

    .desktop1920\:mb-5 {
        margin-bottom: 25px
    }

    .desktop1920\:mb-6 {
        margin-bottom: 30px
    }

    .desktop1920\:mb-7 {
        margin-bottom: 35px
    }

    .desktop1920\:mb-8 {
        margin-bottom: 40px
    }

    .desktop1920\:mb-9 {
        margin-bottom: 45px
    }

    .desktop1920\:mb-10 {
        margin-bottom: 50px
    }

    .desktop1920\:mb-11 {
        margin-bottom: 55px
    }

    .desktop1920\:mb-12 {
        margin-bottom: 60px
    }

    .desktop1920\:mb-13 {
        margin-bottom: 65px
    }

    .desktop1920\:mb-14 {
        margin-bottom: 70px
    }

    .desktop1920\:mb-15 {
        margin-bottom: 75px
    }

    .desktop1920\:mb-16 {
        margin-bottom: 80px
    }

    .desktop1920\:mb-17 {
        margin-bottom: 85px
    }

    .desktop1920\:mb-18 {
        margin-bottom: 90px
    }

    .desktop1920\:mb-19 {
        margin-bottom: 95px
    }

    .desktop1920\:mb-20 {
        margin-bottom: 100px
    }

    .desktop1920\:mb-21 {
        margin-bottom: 105px
    }

    .desktop1920\:mb-22 {
        margin-bottom: 110px
    }

    .desktop1920\:mb-23 {
        margin-bottom: 115px
    }

    .desktop1920\:mb-24 {
        margin-bottom: 120px
    }

    .desktop1920\:mb-25 {
        margin-bottom: 125px
    }

    .desktop1920\:mb-26 {
        margin-bottom: 130px
    }

    .desktop1920\:mb-27 {
        margin-bottom: 135px
    }

    .desktop1920\:mb-28 {
        margin-bottom: 140px
    }

    .desktop1920\:mb-29 {
        margin-bottom: 145px
    }

    .desktop1920\:mb-30 {
        margin-bottom: 150px
    }

    .desktop1920\:mb-31 {
        margin-bottom: 155px
    }

    .desktop1920\:mb-32 {
        margin-bottom: 160px
    }

    .desktop1920\:mb-33 {
        margin-bottom: 165px
    }

    .desktop1920\:mb-34 {
        margin-bottom: 170px
    }

    .desktop1920\:mb-35 {
        margin-bottom: 175px
    }

    .desktop1920\:mb-36 {
        margin-bottom: 180px
    }

    .desktop1920\:mb-37 {
        margin-bottom: 185px
    }

    .desktop1920\:mb-38 {
        margin-bottom: 190px
    }

    .desktop1920\:mb-39 {
        margin-bottom: 195px
    }

    .desktop1920\:mb-40 {
        margin-bottom: 200px
    }

    .desktop1920\:mb-auto {
        margin-bottom: auto
    }

    .desktop1920\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .desktop1920\:mx-1 {
        margin-left: 5px;
        margin-right: 5px
    }

    .desktop1920\:mx-2 {
        margin-left: 10px;
        margin-right: 10px
    }

    .desktop1920\:mx-3 {
        margin-left: 15px;
        margin-right: 15px
    }

    .desktop1920\:mx-4 {
        margin-left: 20px;
        margin-right: 20px
    }

    .desktop1920\:mx-5 {
        margin-left: 25px;
        margin-right: 25px
    }

    .desktop1920\:mx-6 {
        margin-left: 30px;
        margin-right: 30px
    }

    .desktop1920\:mx-7 {
        margin-left: 35px;
        margin-right: 35px
    }

    .desktop1920\:mx-8 {
        margin-left: 40px;
        margin-right: 40px
    }

    .desktop1920\:mx-9 {
        margin-left: 45px;
        margin-right: 45px
    }

    .desktop1920\:mx-10 {
        margin-left: 50px;
        margin-right: 50px
    }

    .desktop1920\:mx-11 {
        margin-left: 55px;
        margin-right: 55px
    }

    .desktop1920\:mx-12 {
        margin-left: 60px;
        margin-right: 60px
    }

    .desktop1920\:mx-13 {
        margin-left: 65px;
        margin-right: 65px
    }

    .desktop1920\:mx-14 {
        margin-left: 70px;
        margin-right: 70px
    }

    .desktop1920\:mx-15 {
        margin-left: 75px;
        margin-right: 75px
    }

    .desktop1920\:mx-16 {
        margin-left: 80px;
        margin-right: 80px
    }

    .desktop1920\:mx-17 {
        margin-left: 85px;
        margin-right: 85px
    }

    .desktop1920\:mx-18 {
        margin-left: 90px;
        margin-right: 90px
    }

    .desktop1920\:mx-19 {
        margin-left: 95px;
        margin-right: 95px
    }

    .desktop1920\:mx-20 {
        margin-left: 100px;
        margin-right: 100px
    }

    .desktop1920\:mx-21 {
        margin-left: 105px;
        margin-right: 105px
    }

    .desktop1920\:mx-22 {
        margin-left: 110px;
        margin-right: 110px
    }

    .desktop1920\:mx-23 {
        margin-left: 115px;
        margin-right: 115px
    }

    .desktop1920\:mx-24 {
        margin-left: 120px;
        margin-right: 120px
    }

    .desktop1920\:mx-25 {
        margin-left: 125px;
        margin-right: 125px
    }

    .desktop1920\:mx-26 {
        margin-left: 130px;
        margin-right: 130px
    }

    .desktop1920\:mx-27 {
        margin-left: 135px;
        margin-right: 135px
    }

    .desktop1920\:mx-28 {
        margin-left: 140px;
        margin-right: 140px
    }

    .desktop1920\:mx-29 {
        margin-left: 145px;
        margin-right: 145px
    }

    .desktop1920\:mx-30 {
        margin-left: 150px;
        margin-right: 150px
    }

    .desktop1920\:mx-31 {
        margin-left: 155px;
        margin-right: 155px
    }

    .desktop1920\:mx-32 {
        margin-left: 160px;
        margin-right: 160px
    }

    .desktop1920\:mx-33 {
        margin-left: 165px;
        margin-right: 165px
    }

    .desktop1920\:mx-34 {
        margin-left: 170px;
        margin-right: 170px
    }

    .desktop1920\:mx-35 {
        margin-left: 175px;
        margin-right: 175px
    }

    .desktop1920\:mx-36 {
        margin-left: 180px;
        margin-right: 180px
    }

    .desktop1920\:mx-37 {
        margin-left: 185px;
        margin-right: 185px
    }

    .desktop1920\:mx-38 {
        margin-left: 190px;
        margin-right: 190px
    }

    .desktop1920\:mx-39 {
        margin-left: 195px;
        margin-right: 195px
    }

    .desktop1920\:mx-40 {
        margin-left: 200px;
        margin-right: 200px
    }

    .desktop1920\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .desktop1920\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .desktop1920\:my-1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .desktop1920\:my-2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .desktop1920\:my-3 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .desktop1920\:my-4 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .desktop1920\:my-5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .desktop1920\:my-6 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .desktop1920\:my-7 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .desktop1920\:my-8 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .desktop1920\:my-9 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .desktop1920\:my-10 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .desktop1920\:my-11 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .desktop1920\:my-12 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .desktop1920\:my-13 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .desktop1920\:my-14 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .desktop1920\:my-15 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .desktop1920\:my-16 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .desktop1920\:my-17 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .desktop1920\:my-18 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .desktop1920\:my-19 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .desktop1920\:my-20 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .desktop1920\:my-21 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .desktop1920\:my-22 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .desktop1920\:my-23 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .desktop1920\:my-24 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .desktop1920\:my-25 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .desktop1920\:my-26 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .desktop1920\:my-27 {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .desktop1920\:my-28 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .desktop1920\:my-29 {
        margin-top: 145px;
        margin-bottom: 145px
    }

    .desktop1920\:my-30 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .desktop1920\:my-31 {
        margin-top: 155px;
        margin-bottom: 155px
    }

    .desktop1920\:my-32 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .desktop1920\:my-33 {
        margin-top: 165px;
        margin-bottom: 165px
    }

    .desktop1920\:my-34 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .desktop1920\:my-35 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .desktop1920\:my-36 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .desktop1920\:my-37 {
        margin-top: 185px;
        margin-bottom: 185px
    }

    .desktop1920\:my-38 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .desktop1920\:my-39 {
        margin-top: 195px;
        margin-bottom: 195px
    }

    .desktop1920\:my-40 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .desktop1920\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width:120em) {
    .desktopHuge\:p-0 {
        padding: 0
    }

    .desktopHuge\:p-1 {
        padding: 5px
    }

    .desktopHuge\:p-2 {
        padding: 10px
    }

    .desktopHuge\:p-3 {
        padding: 15px
    }

    .desktopHuge\:p-4 {
        padding: 20px
    }

    .desktopHuge\:p-5 {
        padding: 25px
    }

    .desktopHuge\:p-6 {
        padding: 30px
    }

    .desktopHuge\:p-7 {
        padding: 35px
    }

    .desktopHuge\:p-8 {
        padding: 40px
    }

    .desktopHuge\:p-9 {
        padding: 45px
    }

    .desktopHuge\:p-10 {
        padding: 50px
    }

    .desktopHuge\:p-11 {
        padding: 55px
    }

    .desktopHuge\:p-12 {
        padding: 60px
    }

    .desktopHuge\:p-13 {
        padding: 65px
    }

    .desktopHuge\:p-14 {
        padding: 70px
    }

    .desktopHuge\:p-15 {
        padding: 75px
    }

    .desktopHuge\:p-16 {
        padding: 80px
    }

    .desktopHuge\:p-17 {
        padding: 85px
    }

    .desktopHuge\:p-18 {
        padding: 90px
    }

    .desktopHuge\:p-19 {
        padding: 95px
    }

    .desktopHuge\:p-20 {
        padding: 100px
    }

    .desktopHuge\:p-21 {
        padding: 105px
    }

    .desktopHuge\:p-22 {
        padding: 110px
    }

    .desktopHuge\:p-23 {
        padding: 115px
    }

    .desktopHuge\:p-24 {
        padding: 120px
    }

    .desktopHuge\:p-25 {
        padding: 125px
    }

    .desktopHuge\:p-26 {
        padding: 130px
    }

    .desktopHuge\:p-27 {
        padding: 135px
    }

    .desktopHuge\:p-28 {
        padding: 140px
    }

    .desktopHuge\:p-29 {
        padding: 145px
    }

    .desktopHuge\:p-30 {
        padding: 150px
    }

    .desktopHuge\:p-31 {
        padding: 155px
    }

    .desktopHuge\:p-32 {
        padding: 160px
    }

    .desktopHuge\:p-33 {
        padding: 165px
    }

    .desktopHuge\:p-34 {
        padding: 170px
    }

    .desktopHuge\:p-35 {
        padding: 175px
    }

    .desktopHuge\:p-36 {
        padding: 180px
    }

    .desktopHuge\:p-37 {
        padding: 185px
    }

    .desktopHuge\:p-38 {
        padding: 190px
    }

    .desktopHuge\:p-39 {
        padding: 195px
    }

    .desktopHuge\:p-40 {
        padding: 200px
    }

    .desktopHuge\:p-auto {
        padding: auto
    }

    .desktopHuge\:pt-0 {
        padding-top: 0
    }

    .desktopHuge\:pt-1 {
        padding-top: 5px
    }

    .desktopHuge\:pt-2 {
        padding-top: 10px
    }

    .desktopHuge\:pt-3 {
        padding-top: 15px
    }

    .desktopHuge\:pt-4 {
        padding-top: 20px
    }

    .desktopHuge\:pt-5 {
        padding-top: 25px
    }

    .desktopHuge\:pt-6 {
        padding-top: 30px
    }

    .desktopHuge\:pt-7 {
        padding-top: 35px
    }

    .desktopHuge\:pt-8 {
        padding-top: 40px
    }

    .desktopHuge\:pt-9 {
        padding-top: 45px
    }

    .desktopHuge\:pt-10 {
        padding-top: 50px
    }

    .desktopHuge\:pt-11 {
        padding-top: 55px
    }

    .desktopHuge\:pt-12 {
        padding-top: 60px
    }

    .desktopHuge\:pt-13 {
        padding-top: 65px
    }

    .desktopHuge\:pt-14 {
        padding-top: 70px
    }

    .desktopHuge\:pt-15 {
        padding-top: 75px
    }

    .desktopHuge\:pt-16 {
        padding-top: 80px
    }

    .desktopHuge\:pt-17 {
        padding-top: 85px
    }

    .desktopHuge\:pt-18 {
        padding-top: 90px
    }

    .desktopHuge\:pt-19 {
        padding-top: 95px
    }

    .desktopHuge\:pt-20 {
        padding-top: 100px
    }

    .desktopHuge\:pt-21 {
        padding-top: 105px
    }

    .desktopHuge\:pt-22 {
        padding-top: 110px
    }

    .desktopHuge\:pt-23 {
        padding-top: 115px
    }

    .desktopHuge\:pt-24 {
        padding-top: 120px
    }

    .desktopHuge\:pt-25 {
        padding-top: 125px
    }

    .desktopHuge\:pt-26 {
        padding-top: 130px
    }

    .desktopHuge\:pt-27 {
        padding-top: 135px
    }

    .desktopHuge\:pt-28 {
        padding-top: 140px
    }

    .desktopHuge\:pt-29 {
        padding-top: 145px
    }

    .desktopHuge\:pt-30 {
        padding-top: 150px
    }

    .desktopHuge\:pt-31 {
        padding-top: 155px
    }

    .desktopHuge\:pt-32 {
        padding-top: 160px
    }

    .desktopHuge\:pt-33 {
        padding-top: 165px
    }

    .desktopHuge\:pt-34 {
        padding-top: 170px
    }

    .desktopHuge\:pt-35 {
        padding-top: 175px
    }

    .desktopHuge\:pt-36 {
        padding-top: 180px
    }

    .desktopHuge\:pt-37 {
        padding-top: 185px
    }

    .desktopHuge\:pt-38 {
        padding-top: 190px
    }

    .desktopHuge\:pt-39 {
        padding-top: 195px
    }

    .desktopHuge\:pt-40 {
        padding-top: 200px
    }

    .desktopHuge\:pt-auto {
        padding-top: auto
    }

    .desktopHuge\:pb-0 {
        padding-bottom: 0
    }

    .desktopHuge\:pb-1 {
        padding-bottom: 5px
    }

    .desktopHuge\:pb-2 {
        padding-bottom: 10px
    }

    .desktopHuge\:pb-3 {
        padding-bottom: 15px
    }

    .desktopHuge\:pb-4 {
        padding-bottom: 20px
    }

    .desktopHuge\:pb-5 {
        padding-bottom: 25px
    }

    .desktopHuge\:pb-6 {
        padding-bottom: 30px
    }

    .desktopHuge\:pb-7 {
        padding-bottom: 35px
    }

    .desktopHuge\:pb-8 {
        padding-bottom: 40px
    }

    .desktopHuge\:pb-9 {
        padding-bottom: 45px
    }

    .desktopHuge\:pb-10 {
        padding-bottom: 50px
    }

    .desktopHuge\:pb-11 {
        padding-bottom: 55px
    }

    .desktopHuge\:pb-12 {
        padding-bottom: 60px
    }

    .desktopHuge\:pb-13 {
        padding-bottom: 65px
    }

    .desktopHuge\:pb-14 {
        padding-bottom: 70px
    }

    .desktopHuge\:pb-15 {
        padding-bottom: 75px
    }

    .desktopHuge\:pb-16 {
        padding-bottom: 80px
    }

    .desktopHuge\:pb-17 {
        padding-bottom: 85px
    }

    .desktopHuge\:pb-18 {
        padding-bottom: 90px
    }

    .desktopHuge\:pb-19 {
        padding-bottom: 95px
    }

    .desktopHuge\:pb-20 {
        padding-bottom: 100px
    }

    .desktopHuge\:pb-21 {
        padding-bottom: 105px
    }

    .desktopHuge\:pb-22 {
        padding-bottom: 110px
    }

    .desktopHuge\:pb-23 {
        padding-bottom: 115px
    }

    .desktopHuge\:pb-24 {
        padding-bottom: 120px
    }

    .desktopHuge\:pb-25 {
        padding-bottom: 125px
    }

    .desktopHuge\:pb-26 {
        padding-bottom: 130px
    }

    .desktopHuge\:pb-27 {
        padding-bottom: 135px
    }

    .desktopHuge\:pb-28 {
        padding-bottom: 140px
    }

    .desktopHuge\:pb-29 {
        padding-bottom: 145px
    }

    .desktopHuge\:pb-30 {
        padding-bottom: 150px
    }

    .desktopHuge\:pb-31 {
        padding-bottom: 155px
    }

    .desktopHuge\:pb-32 {
        padding-bottom: 160px
    }

    .desktopHuge\:pb-33 {
        padding-bottom: 165px
    }

    .desktopHuge\:pb-34 {
        padding-bottom: 170px
    }

    .desktopHuge\:pb-35 {
        padding-bottom: 175px
    }

    .desktopHuge\:pb-36 {
        padding-bottom: 180px
    }

    .desktopHuge\:pb-37 {
        padding-bottom: 185px
    }

    .desktopHuge\:pb-38 {
        padding-bottom: 190px
    }

    .desktopHuge\:pb-39 {
        padding-bottom: 195px
    }

    .desktopHuge\:pb-40 {
        padding-bottom: 200px
    }

    .desktopHuge\:pb-auto {
        padding-bottom: auto
    }

    .desktopHuge\:pr-0 {
        padding-right: 0
    }

    .desktopHuge\:pr-1 {
        padding-right: 5px
    }

    .desktopHuge\:pr-2 {
        padding-right: 10px
    }

    .desktopHuge\:pr-3 {
        padding-right: 15px
    }

    .desktopHuge\:pr-4 {
        padding-right: 20px
    }

    .desktopHuge\:pr-5 {
        padding-right: 25px
    }

    .desktopHuge\:pr-6 {
        padding-right: 30px
    }

    .desktopHuge\:pr-7 {
        padding-right: 35px
    }

    .desktopHuge\:pr-8 {
        padding-right: 40px
    }

    .desktopHuge\:pr-9 {
        padding-right: 45px
    }

    .desktopHuge\:pr-10 {
        padding-right: 50px
    }

    .desktopHuge\:pr-11 {
        padding-right: 55px
    }

    .desktopHuge\:pr-12 {
        padding-right: 60px
    }

    .desktopHuge\:pr-13 {
        padding-right: 65px
    }

    .desktopHuge\:pr-14 {
        padding-right: 70px
    }

    .desktopHuge\:pr-15 {
        padding-right: 75px
    }

    .desktopHuge\:pr-16 {
        padding-right: 80px
    }

    .desktopHuge\:pr-17 {
        padding-right: 85px
    }

    .desktopHuge\:pr-18 {
        padding-right: 90px
    }

    .desktopHuge\:pr-19 {
        padding-right: 95px
    }

    .desktopHuge\:pr-20 {
        padding-right: 100px
    }

    .desktopHuge\:pr-21 {
        padding-right: 105px
    }

    .desktopHuge\:pr-22 {
        padding-right: 110px
    }

    .desktopHuge\:pr-23 {
        padding-right: 115px
    }

    .desktopHuge\:pr-24 {
        padding-right: 120px
    }

    .desktopHuge\:pr-25 {
        padding-right: 125px
    }

    .desktopHuge\:pr-26 {
        padding-right: 130px
    }

    .desktopHuge\:pr-27 {
        padding-right: 135px
    }

    .desktopHuge\:pr-28 {
        padding-right: 140px
    }

    .desktopHuge\:pr-29 {
        padding-right: 145px
    }

    .desktopHuge\:pr-30 {
        padding-right: 150px
    }

    .desktopHuge\:pr-31 {
        padding-right: 155px
    }

    .desktopHuge\:pr-32 {
        padding-right: 160px
    }

    .desktopHuge\:pr-33 {
        padding-right: 165px
    }

    .desktopHuge\:pr-34 {
        padding-right: 170px
    }

    .desktopHuge\:pr-35 {
        padding-right: 175px
    }

    .desktopHuge\:pr-36 {
        padding-right: 180px
    }

    .desktopHuge\:pr-37 {
        padding-right: 185px
    }

    .desktopHuge\:pr-38 {
        padding-right: 190px
    }

    .desktopHuge\:pr-39 {
        padding-right: 195px
    }

    .desktopHuge\:pr-40 {
        padding-right: 200px
    }

    .desktopHuge\:pr-auto {
        padding-right: auto
    }

    .desktopHuge\:pl-0 {
        padding-left: 0
    }

    .desktopHuge\:pl-1 {
        padding-left: 5px
    }

    .desktopHuge\:pl-2 {
        padding-left: 10px
    }

    .desktopHuge\:pl-3 {
        padding-left: 15px
    }

    .desktopHuge\:pl-4 {
        padding-left: 20px
    }

    .desktopHuge\:pl-5 {
        padding-left: 25px
    }

    .desktopHuge\:pl-6 {
        padding-left: 30px
    }

    .desktopHuge\:pl-7 {
        padding-left: 35px
    }

    .desktopHuge\:pl-8 {
        padding-left: 40px
    }

    .desktopHuge\:pl-9 {
        padding-left: 45px
    }

    .desktopHuge\:pl-10 {
        padding-left: 50px
    }

    .desktopHuge\:pl-11 {
        padding-left: 55px
    }

    .desktopHuge\:pl-12 {
        padding-left: 60px
    }

    .desktopHuge\:pl-13 {
        padding-left: 65px
    }

    .desktopHuge\:pl-14 {
        padding-left: 70px
    }

    .desktopHuge\:pl-15 {
        padding-left: 75px
    }

    .desktopHuge\:pl-16 {
        padding-left: 80px
    }

    .desktopHuge\:pl-17 {
        padding-left: 85px
    }

    .desktopHuge\:pl-18 {
        padding-left: 90px
    }

    .desktopHuge\:pl-19 {
        padding-left: 95px
    }

    .desktopHuge\:pl-20 {
        padding-left: 100px
    }

    .desktopHuge\:pl-21 {
        padding-left: 105px
    }

    .desktopHuge\:pl-22 {
        padding-left: 110px
    }

    .desktopHuge\:pl-23 {
        padding-left: 115px
    }

    .desktopHuge\:pl-24 {
        padding-left: 120px
    }

    .desktopHuge\:pl-25 {
        padding-left: 125px
    }

    .desktopHuge\:pl-26 {
        padding-left: 130px
    }

    .desktopHuge\:pl-27 {
        padding-left: 135px
    }

    .desktopHuge\:pl-28 {
        padding-left: 140px
    }

    .desktopHuge\:pl-29 {
        padding-left: 145px
    }

    .desktopHuge\:pl-30 {
        padding-left: 150px
    }

    .desktopHuge\:pl-31 {
        padding-left: 155px
    }

    .desktopHuge\:pl-32 {
        padding-left: 160px
    }

    .desktopHuge\:pl-33 {
        padding-left: 165px
    }

    .desktopHuge\:pl-34 {
        padding-left: 170px
    }

    .desktopHuge\:pl-35 {
        padding-left: 175px
    }

    .desktopHuge\:pl-36 {
        padding-left: 180px
    }

    .desktopHuge\:pl-37 {
        padding-left: 185px
    }

    .desktopHuge\:pl-38 {
        padding-left: 190px
    }

    .desktopHuge\:pl-39 {
        padding-left: 195px
    }

    .desktopHuge\:pl-40 {
        padding-left: 200px
    }

    .desktopHuge\:pl-auto {
        padding-left: auto
    }

    .desktopHuge\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .desktopHuge\:px-1 {
        padding-left: 5px;
        padding-right: 5px
    }

    .desktopHuge\:px-2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .desktopHuge\:px-3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .desktopHuge\:px-4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .desktopHuge\:px-5 {
        padding-left: 25px;
        padding-right: 25px
    }

    .desktopHuge\:px-6 {
        padding-left: 30px;
        padding-right: 30px
    }

    .desktopHuge\:px-7 {
        padding-left: 35px;
        padding-right: 35px
    }

    .desktopHuge\:px-8 {
        padding-left: 40px;
        padding-right: 40px
    }

    .desktopHuge\:px-9 {
        padding-left: 45px;
        padding-right: 45px
    }

    .desktopHuge\:px-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .desktopHuge\:px-11 {
        padding-left: 55px;
        padding-right: 55px
    }

    .desktopHuge\:px-12 {
        padding-left: 60px;
        padding-right: 60px
    }

    .desktopHuge\:px-13 {
        padding-left: 65px;
        padding-right: 65px
    }

    .desktopHuge\:px-14 {
        padding-left: 70px;
        padding-right: 70px
    }

    .desktopHuge\:px-15 {
        padding-left: 75px;
        padding-right: 75px
    }

    .desktopHuge\:px-16 {
        padding-left: 80px;
        padding-right: 80px
    }

    .desktopHuge\:px-17 {
        padding-left: 85px;
        padding-right: 85px
    }

    .desktopHuge\:px-18 {
        padding-left: 90px;
        padding-right: 90px
    }

    .desktopHuge\:px-19 {
        padding-left: 95px;
        padding-right: 95px
    }

    .desktopHuge\:px-20 {
        padding-left: 100px;
        padding-right: 100px
    }

    .desktopHuge\:px-21 {
        padding-left: 105px;
        padding-right: 105px
    }

    .desktopHuge\:px-22 {
        padding-left: 110px;
        padding-right: 110px
    }

    .desktopHuge\:px-23 {
        padding-left: 115px;
        padding-right: 115px
    }

    .desktopHuge\:px-24 {
        padding-left: 120px;
        padding-right: 120px
    }

    .desktopHuge\:px-25 {
        padding-left: 125px;
        padding-right: 125px
    }

    .desktopHuge\:px-26 {
        padding-left: 130px;
        padding-right: 130px
    }

    .desktopHuge\:px-27 {
        padding-left: 135px;
        padding-right: 135px
    }

    .desktopHuge\:px-28 {
        padding-left: 140px;
        padding-right: 140px
    }

    .desktopHuge\:px-29 {
        padding-left: 145px;
        padding-right: 145px
    }

    .desktopHuge\:px-30 {
        padding-left: 150px;
        padding-right: 150px
    }

    .desktopHuge\:px-31 {
        padding-left: 155px;
        padding-right: 155px
    }

    .desktopHuge\:px-32 {
        padding-left: 160px;
        padding-right: 160px
    }

    .desktopHuge\:px-33 {
        padding-left: 165px;
        padding-right: 165px
    }

    .desktopHuge\:px-34 {
        padding-left: 170px;
        padding-right: 170px
    }

    .desktopHuge\:px-35 {
        padding-left: 175px;
        padding-right: 175px
    }

    .desktopHuge\:px-36 {
        padding-left: 180px;
        padding-right: 180px
    }

    .desktopHuge\:px-37 {
        padding-left: 185px;
        padding-right: 185px
    }

    .desktopHuge\:px-38 {
        padding-left: 190px;
        padding-right: 190px
    }

    .desktopHuge\:px-39 {
        padding-left: 195px;
        padding-right: 195px
    }

    .desktopHuge\:px-40 {
        padding-left: 200px;
        padding-right: 200px
    }

    .desktopHuge\:px-auto {
        padding-left: auto;
        padding-right: auto
    }

    .desktopHuge\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .desktopHuge\:py-1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .desktopHuge\:py-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .desktopHuge\:py-3 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .desktopHuge\:py-4 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .desktopHuge\:py-5 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .desktopHuge\:py-6 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .desktopHuge\:py-7 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .desktopHuge\:py-8 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .desktopHuge\:py-9 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .desktopHuge\:py-10 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .desktopHuge\:py-11 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .desktopHuge\:py-12 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .desktopHuge\:py-13 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .desktopHuge\:py-14 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .desktopHuge\:py-15 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .desktopHuge\:py-16 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .desktopHuge\:py-17 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .desktopHuge\:py-18 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .desktopHuge\:py-19 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .desktopHuge\:py-20 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .desktopHuge\:py-21 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .desktopHuge\:py-22 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .desktopHuge\:py-23 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .desktopHuge\:py-24 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .desktopHuge\:py-25 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .desktopHuge\:py-26 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .desktopHuge\:py-27 {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .desktopHuge\:py-28 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .desktopHuge\:py-29 {
        padding-top: 145px;
        padding-bottom: 145px
    }

    .desktopHuge\:py-30 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .desktopHuge\:py-31 {
        padding-top: 155px;
        padding-bottom: 155px
    }

    .desktopHuge\:py-32 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .desktopHuge\:py-33 {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .desktopHuge\:py-34 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .desktopHuge\:py-35 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .desktopHuge\:py-36 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .desktopHuge\:py-37 {
        padding-top: 185px;
        padding-bottom: 185px
    }

    .desktopHuge\:py-38 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .desktopHuge\:py-39 {
        padding-top: 195px;
        padding-bottom: 195px
    }

    .desktopHuge\:py-40 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .desktopHuge\:py-auto {
        padding-top: auto;
        padding-bottom: auto
    }

    .desktopHuge\:m-0 {
        margin: 0
    }

    .desktopHuge\:m-1 {
        margin: 5px
    }

    .desktopHuge\:m-2 {
        margin: 10px
    }

    .desktopHuge\:m-3 {
        margin: 15px
    }

    .desktopHuge\:m-4 {
        margin: 20px
    }

    .desktopHuge\:m-5 {
        margin: 25px
    }

    .desktopHuge\:m-6 {
        margin: 30px
    }

    .desktopHuge\:m-7 {
        margin: 35px
    }

    .desktopHuge\:m-8 {
        margin: 40px
    }

    .desktopHuge\:m-9 {
        margin: 45px
    }

    .desktopHuge\:m-10 {
        margin: 50px
    }

    .desktopHuge\:m-11 {
        margin: 55px
    }

    .desktopHuge\:m-12 {
        margin: 60px
    }

    .desktopHuge\:m-13 {
        margin: 65px
    }

    .desktopHuge\:m-14 {
        margin: 70px
    }

    .desktopHuge\:m-15 {
        margin: 75px
    }

    .desktopHuge\:m-16 {
        margin: 80px
    }

    .desktopHuge\:m-17 {
        margin: 85px
    }

    .desktopHuge\:m-18 {
        margin: 90px
    }

    .desktopHuge\:m-19 {
        margin: 95px
    }

    .desktopHuge\:m-20 {
        margin: 100px
    }

    .desktopHuge\:m-21 {
        margin: 105px
    }

    .desktopHuge\:m-22 {
        margin: 110px
    }

    .desktopHuge\:m-23 {
        margin: 115px
    }

    .desktopHuge\:m-24 {
        margin: 120px
    }

    .desktopHuge\:m-25 {
        margin: 125px
    }

    .desktopHuge\:m-26 {
        margin: 130px
    }

    .desktopHuge\:m-27 {
        margin: 135px
    }

    .desktopHuge\:m-28 {
        margin: 140px
    }

    .desktopHuge\:m-29 {
        margin: 145px
    }

    .desktopHuge\:m-30 {
        margin: 150px
    }

    .desktopHuge\:m-31 {
        margin: 155px
    }

    .desktopHuge\:m-32 {
        margin: 160px
    }

    .desktopHuge\:m-33 {
        margin: 165px
    }

    .desktopHuge\:m-34 {
        margin: 170px
    }

    .desktopHuge\:m-35 {
        margin: 175px
    }

    .desktopHuge\:m-36 {
        margin: 180px
    }

    .desktopHuge\:m-37 {
        margin: 185px
    }

    .desktopHuge\:m-38 {
        margin: 190px
    }

    .desktopHuge\:m-39 {
        margin: 195px
    }

    .desktopHuge\:m-40 {
        margin: 200px
    }

    .desktopHuge\:m-auto {
        margin: auto
    }

    .desktopHuge\:ml-0 {
        margin-left: 0
    }

    .desktopHuge\:ml-1 {
        margin-left: 5px
    }

    .desktopHuge\:ml-2 {
        margin-left: 10px
    }

    .desktopHuge\:ml-3 {
        margin-left: 15px
    }

    .desktopHuge\:ml-4 {
        margin-left: 20px
    }

    .desktopHuge\:ml-5 {
        margin-left: 25px
    }

    .desktopHuge\:ml-6 {
        margin-left: 30px
    }

    .desktopHuge\:ml-7 {
        margin-left: 35px
    }

    .desktopHuge\:ml-8 {
        margin-left: 40px
    }

    .desktopHuge\:ml-9 {
        margin-left: 45px
    }

    .desktopHuge\:ml-10 {
        margin-left: 50px
    }

    .desktopHuge\:ml-11 {
        margin-left: 55px
    }

    .desktopHuge\:ml-12 {
        margin-left: 60px
    }

    .desktopHuge\:ml-13 {
        margin-left: 65px
    }

    .desktopHuge\:ml-14 {
        margin-left: 70px
    }

    .desktopHuge\:ml-15 {
        margin-left: 75px
    }

    .desktopHuge\:ml-16 {
        margin-left: 80px
    }

    .desktopHuge\:ml-17 {
        margin-left: 85px
    }

    .desktopHuge\:ml-18 {
        margin-left: 90px
    }

    .desktopHuge\:ml-19 {
        margin-left: 95px
    }

    .desktopHuge\:ml-20 {
        margin-left: 100px
    }

    .desktopHuge\:ml-21 {
        margin-left: 105px
    }

    .desktopHuge\:ml-22 {
        margin-left: 110px
    }

    .desktopHuge\:ml-23 {
        margin-left: 115px
    }

    .desktopHuge\:ml-24 {
        margin-left: 120px
    }

    .desktopHuge\:ml-25 {
        margin-left: 125px
    }

    .desktopHuge\:ml-26 {
        margin-left: 130px
    }

    .desktopHuge\:ml-27 {
        margin-left: 135px
    }

    .desktopHuge\:ml-28 {
        margin-left: 140px
    }

    .desktopHuge\:ml-29 {
        margin-left: 145px
    }

    .desktopHuge\:ml-30 {
        margin-left: 150px
    }

    .desktopHuge\:ml-31 {
        margin-left: 155px
    }

    .desktopHuge\:ml-32 {
        margin-left: 160px
    }

    .desktopHuge\:ml-33 {
        margin-left: 165px
    }

    .desktopHuge\:ml-34 {
        margin-left: 170px
    }

    .desktopHuge\:ml-35 {
        margin-left: 175px
    }

    .desktopHuge\:ml-36 {
        margin-left: 180px
    }

    .desktopHuge\:ml-37 {
        margin-left: 185px
    }

    .desktopHuge\:ml-38 {
        margin-left: 190px
    }

    .desktopHuge\:ml-39 {
        margin-left: 195px
    }

    .desktopHuge\:ml-40 {
        margin-left: 200px
    }

    .desktopHuge\:ml-auto {
        margin-left: auto
    }

    .desktopHuge\:mr-0 {
        margin-right: 0
    }

    .desktopHuge\:mr-1 {
        margin-right: 5px
    }

    .desktopHuge\:mr-2 {
        margin-right: 10px
    }

    .desktopHuge\:mr-3 {
        margin-right: 15px
    }

    .desktopHuge\:mr-4 {
        margin-right: 20px
    }

    .desktopHuge\:mr-5 {
        margin-right: 25px
    }

    .desktopHuge\:mr-6 {
        margin-right: 30px
    }

    .desktopHuge\:mr-7 {
        margin-right: 35px
    }

    .desktopHuge\:mr-8 {
        margin-right: 40px
    }

    .desktopHuge\:mr-9 {
        margin-right: 45px
    }

    .desktopHuge\:mr-10 {
        margin-right: 50px
    }

    .desktopHuge\:mr-11 {
        margin-right: 55px
    }

    .desktopHuge\:mr-12 {
        margin-right: 60px
    }

    .desktopHuge\:mr-13 {
        margin-right: 65px
    }

    .desktopHuge\:mr-14 {
        margin-right: 70px
    }

    .desktopHuge\:mr-15 {
        margin-right: 75px
    }

    .desktopHuge\:mr-16 {
        margin-right: 80px
    }

    .desktopHuge\:mr-17 {
        margin-right: 85px
    }

    .desktopHuge\:mr-18 {
        margin-right: 90px
    }

    .desktopHuge\:mr-19 {
        margin-right: 95px
    }

    .desktopHuge\:mr-20 {
        margin-right: 100px
    }

    .desktopHuge\:mr-21 {
        margin-right: 105px
    }

    .desktopHuge\:mr-22 {
        margin-right: 110px
    }

    .desktopHuge\:mr-23 {
        margin-right: 115px
    }

    .desktopHuge\:mr-24 {
        margin-right: 120px
    }

    .desktopHuge\:mr-25 {
        margin-right: 125px
    }

    .desktopHuge\:mr-26 {
        margin-right: 130px
    }

    .desktopHuge\:mr-27 {
        margin-right: 135px
    }

    .desktopHuge\:mr-28 {
        margin-right: 140px
    }

    .desktopHuge\:mr-29 {
        margin-right: 145px
    }

    .desktopHuge\:mr-30 {
        margin-right: 150px
    }

    .desktopHuge\:mr-31 {
        margin-right: 155px
    }

    .desktopHuge\:mr-32 {
        margin-right: 160px
    }

    .desktopHuge\:mr-33 {
        margin-right: 165px
    }

    .desktopHuge\:mr-34 {
        margin-right: 170px
    }

    .desktopHuge\:mr-35 {
        margin-right: 175px
    }

    .desktopHuge\:mr-36 {
        margin-right: 180px
    }

    .desktopHuge\:mr-37 {
        margin-right: 185px
    }

    .desktopHuge\:mr-38 {
        margin-right: 190px
    }

    .desktopHuge\:mr-39 {
        margin-right: 195px
    }

    .desktopHuge\:mr-40 {
        margin-right: 200px
    }

    .desktopHuge\:mr-auto {
        margin-right: auto
    }

    .desktopHuge\:mt-0 {
        margin-top: 0
    }

    .desktopHuge\:mt-1 {
        margin-top: 5px
    }

    .desktopHuge\:mt-2 {
        margin-top: 10px
    }

    .desktopHuge\:mt-3 {
        margin-top: 15px
    }

    .desktopHuge\:mt-4 {
        margin-top: 20px
    }

    .desktopHuge\:mt-5 {
        margin-top: 25px
    }

    .desktopHuge\:mt-6 {
        margin-top: 30px
    }

    .desktopHuge\:mt-7 {
        margin-top: 35px
    }

    .desktopHuge\:mt-8 {
        margin-top: 40px
    }

    .desktopHuge\:mt-9 {
        margin-top: 45px
    }

    .desktopHuge\:mt-10 {
        margin-top: 50px
    }

    .desktopHuge\:mt-11 {
        margin-top: 55px
    }

    .desktopHuge\:mt-12 {
        margin-top: 60px
    }

    .desktopHuge\:mt-13 {
        margin-top: 65px
    }

    .desktopHuge\:mt-14 {
        margin-top: 70px
    }

    .desktopHuge\:mt-15 {
        margin-top: 75px
    }

    .desktopHuge\:mt-16 {
        margin-top: 80px
    }

    .desktopHuge\:mt-17 {
        margin-top: 85px
    }

    .desktopHuge\:mt-18 {
        margin-top: 90px
    }

    .desktopHuge\:mt-19 {
        margin-top: 95px
    }

    .desktopHuge\:mt-20 {
        margin-top: 100px
    }

    .desktopHuge\:mt-21 {
        margin-top: 105px
    }

    .desktopHuge\:mt-22 {
        margin-top: 110px
    }

    .desktopHuge\:mt-23 {
        margin-top: 115px
    }

    .desktopHuge\:mt-24 {
        margin-top: 120px
    }

    .desktopHuge\:mt-25 {
        margin-top: 125px
    }

    .desktopHuge\:mt-26 {
        margin-top: 130px
    }

    .desktopHuge\:mt-27 {
        margin-top: 135px
    }

    .desktopHuge\:mt-28 {
        margin-top: 140px
    }

    .desktopHuge\:mt-29 {
        margin-top: 145px
    }

    .desktopHuge\:mt-30 {
        margin-top: 150px
    }

    .desktopHuge\:mt-31 {
        margin-top: 155px
    }

    .desktopHuge\:mt-32 {
        margin-top: 160px
    }

    .desktopHuge\:mt-33 {
        margin-top: 165px
    }

    .desktopHuge\:mt-34 {
        margin-top: 170px
    }

    .desktopHuge\:mt-35 {
        margin-top: 175px
    }

    .desktopHuge\:mt-36 {
        margin-top: 180px
    }

    .desktopHuge\:mt-37 {
        margin-top: 185px
    }

    .desktopHuge\:mt-38 {
        margin-top: 190px
    }

    .desktopHuge\:mt-39 {
        margin-top: 195px
    }

    .desktopHuge\:mt-40 {
        margin-top: 200px
    }

    .desktopHuge\:mt-auto {
        margin-top: auto
    }

    .desktopHuge\:mb-0 {
        margin-bottom: 0
    }

    .desktopHuge\:mb-1 {
        margin-bottom: 5px
    }

    .desktopHuge\:mb-2 {
        margin-bottom: 10px
    }

    .desktopHuge\:mb-3 {
        margin-bottom: 15px
    }

    .desktopHuge\:mb-4 {
        margin-bottom: 20px
    }

    .desktopHuge\:mb-5 {
        margin-bottom: 25px
    }

    .desktopHuge\:mb-6 {
        margin-bottom: 30px
    }

    .desktopHuge\:mb-7 {
        margin-bottom: 35px
    }

    .desktopHuge\:mb-8 {
        margin-bottom: 40px
    }

    .desktopHuge\:mb-9 {
        margin-bottom: 45px
    }

    .desktopHuge\:mb-10 {
        margin-bottom: 50px
    }

    .desktopHuge\:mb-11 {
        margin-bottom: 55px
    }

    .desktopHuge\:mb-12 {
        margin-bottom: 60px
    }

    .desktopHuge\:mb-13 {
        margin-bottom: 65px
    }

    .desktopHuge\:mb-14 {
        margin-bottom: 70px
    }

    .desktopHuge\:mb-15 {
        margin-bottom: 75px
    }

    .desktopHuge\:mb-16 {
        margin-bottom: 80px
    }

    .desktopHuge\:mb-17 {
        margin-bottom: 85px
    }

    .desktopHuge\:mb-18 {
        margin-bottom: 90px
    }

    .desktopHuge\:mb-19 {
        margin-bottom: 95px
    }

    .desktopHuge\:mb-20 {
        margin-bottom: 100px
    }

    .desktopHuge\:mb-21 {
        margin-bottom: 105px
    }

    .desktopHuge\:mb-22 {
        margin-bottom: 110px
    }

    .desktopHuge\:mb-23 {
        margin-bottom: 115px
    }

    .desktopHuge\:mb-24 {
        margin-bottom: 120px
    }

    .desktopHuge\:mb-25 {
        margin-bottom: 125px
    }

    .desktopHuge\:mb-26 {
        margin-bottom: 130px
    }

    .desktopHuge\:mb-27 {
        margin-bottom: 135px
    }

    .desktopHuge\:mb-28 {
        margin-bottom: 140px
    }

    .desktopHuge\:mb-29 {
        margin-bottom: 145px
    }

    .desktopHuge\:mb-30 {
        margin-bottom: 150px
    }

    .desktopHuge\:mb-31 {
        margin-bottom: 155px
    }

    .desktopHuge\:mb-32 {
        margin-bottom: 160px
    }

    .desktopHuge\:mb-33 {
        margin-bottom: 165px
    }

    .desktopHuge\:mb-34 {
        margin-bottom: 170px
    }

    .desktopHuge\:mb-35 {
        margin-bottom: 175px
    }

    .desktopHuge\:mb-36 {
        margin-bottom: 180px
    }

    .desktopHuge\:mb-37 {
        margin-bottom: 185px
    }

    .desktopHuge\:mb-38 {
        margin-bottom: 190px
    }

    .desktopHuge\:mb-39 {
        margin-bottom: 195px
    }

    .desktopHuge\:mb-40 {
        margin-bottom: 200px
    }

    .desktopHuge\:mb-auto {
        margin-bottom: auto
    }

    .desktopHuge\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .desktopHuge\:mx-1 {
        margin-left: 5px;
        margin-right: 5px
    }

    .desktopHuge\:mx-2 {
        margin-left: 10px;
        margin-right: 10px
    }

    .desktopHuge\:mx-3 {
        margin-left: 15px;
        margin-right: 15px
    }

    .desktopHuge\:mx-4 {
        margin-left: 20px;
        margin-right: 20px
    }

    .desktopHuge\:mx-5 {
        margin-left: 25px;
        margin-right: 25px
    }

    .desktopHuge\:mx-6 {
        margin-left: 30px;
        margin-right: 30px
    }

    .desktopHuge\:mx-7 {
        margin-left: 35px;
        margin-right: 35px
    }

    .desktopHuge\:mx-8 {
        margin-left: 40px;
        margin-right: 40px
    }

    .desktopHuge\:mx-9 {
        margin-left: 45px;
        margin-right: 45px
    }

    .desktopHuge\:mx-10 {
        margin-left: 50px;
        margin-right: 50px
    }

    .desktopHuge\:mx-11 {
        margin-left: 55px;
        margin-right: 55px
    }

    .desktopHuge\:mx-12 {
        margin-left: 60px;
        margin-right: 60px
    }

    .desktopHuge\:mx-13 {
        margin-left: 65px;
        margin-right: 65px
    }

    .desktopHuge\:mx-14 {
        margin-left: 70px;
        margin-right: 70px
    }

    .desktopHuge\:mx-15 {
        margin-left: 75px;
        margin-right: 75px
    }

    .desktopHuge\:mx-16 {
        margin-left: 80px;
        margin-right: 80px
    }

    .desktopHuge\:mx-17 {
        margin-left: 85px;
        margin-right: 85px
    }

    .desktopHuge\:mx-18 {
        margin-left: 90px;
        margin-right: 90px
    }

    .desktopHuge\:mx-19 {
        margin-left: 95px;
        margin-right: 95px
    }

    .desktopHuge\:mx-20 {
        margin-left: 100px;
        margin-right: 100px
    }

    .desktopHuge\:mx-21 {
        margin-left: 105px;
        margin-right: 105px
    }

    .desktopHuge\:mx-22 {
        margin-left: 110px;
        margin-right: 110px
    }

    .desktopHuge\:mx-23 {
        margin-left: 115px;
        margin-right: 115px
    }

    .desktopHuge\:mx-24 {
        margin-left: 120px;
        margin-right: 120px
    }

    .desktopHuge\:mx-25 {
        margin-left: 125px;
        margin-right: 125px
    }

    .desktopHuge\:mx-26 {
        margin-left: 130px;
        margin-right: 130px
    }

    .desktopHuge\:mx-27 {
        margin-left: 135px;
        margin-right: 135px
    }

    .desktopHuge\:mx-28 {
        margin-left: 140px;
        margin-right: 140px
    }

    .desktopHuge\:mx-29 {
        margin-left: 145px;
        margin-right: 145px
    }

    .desktopHuge\:mx-30 {
        margin-left: 150px;
        margin-right: 150px
    }

    .desktopHuge\:mx-31 {
        margin-left: 155px;
        margin-right: 155px
    }

    .desktopHuge\:mx-32 {
        margin-left: 160px;
        margin-right: 160px
    }

    .desktopHuge\:mx-33 {
        margin-left: 165px;
        margin-right: 165px
    }

    .desktopHuge\:mx-34 {
        margin-left: 170px;
        margin-right: 170px
    }

    .desktopHuge\:mx-35 {
        margin-left: 175px;
        margin-right: 175px
    }

    .desktopHuge\:mx-36 {
        margin-left: 180px;
        margin-right: 180px
    }

    .desktopHuge\:mx-37 {
        margin-left: 185px;
        margin-right: 185px
    }

    .desktopHuge\:mx-38 {
        margin-left: 190px;
        margin-right: 190px
    }

    .desktopHuge\:mx-39 {
        margin-left: 195px;
        margin-right: 195px
    }

    .desktopHuge\:mx-40 {
        margin-left: 200px;
        margin-right: 200px
    }

    .desktopHuge\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .desktopHuge\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .desktopHuge\:my-1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .desktopHuge\:my-2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .desktopHuge\:my-3 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .desktopHuge\:my-4 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .desktopHuge\:my-5 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .desktopHuge\:my-6 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .desktopHuge\:my-7 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .desktopHuge\:my-8 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .desktopHuge\:my-9 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .desktopHuge\:my-10 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .desktopHuge\:my-11 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .desktopHuge\:my-12 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .desktopHuge\:my-13 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .desktopHuge\:my-14 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .desktopHuge\:my-15 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .desktopHuge\:my-16 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .desktopHuge\:my-17 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .desktopHuge\:my-18 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .desktopHuge\:my-19 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .desktopHuge\:my-20 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .desktopHuge\:my-21 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .desktopHuge\:my-22 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .desktopHuge\:my-23 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .desktopHuge\:my-24 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .desktopHuge\:my-25 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .desktopHuge\:my-26 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .desktopHuge\:my-27 {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .desktopHuge\:my-28 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .desktopHuge\:my-29 {
        margin-top: 145px;
        margin-bottom: 145px
    }

    .desktopHuge\:my-30 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .desktopHuge\:my-31 {
        margin-top: 155px;
        margin-bottom: 155px
    }

    .desktopHuge\:my-32 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .desktopHuge\:my-33 {
        margin-top: 165px;
        margin-bottom: 165px
    }

    .desktopHuge\:my-34 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .desktopHuge\:my-35 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .desktopHuge\:my-36 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .desktopHuge\:my-37 {
        margin-top: 185px;
        margin-bottom: 185px
    }

    .desktopHuge\:my-38 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .desktopHuge\:my-39 {
        margin-top: 195px;
        margin-bottom: 195px
    }

    .desktopHuge\:my-40 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .desktopHuge\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0
}

.text-x1 {
    font-size: 90px;
    line-height: 111%;
    letter-spacing: -.03em;
    font-weight: 700
}

.text-x2 {
    font-size: 70px;
    line-height: 107%
}

.text-x2,
.text-x3 {
    letter-spacing: -.02em;
    font-weight: 700
}

.text-x3 {
    font-size: 50px;
    line-height: 110%
}

.text-x4 {
    font-size: 35px;
    line-height: 114%;
    letter-spacing: -.02em;
    font-weight: 700
}

.text-x5 {
    font-size: 25px
}

.text-x5,
.text-x6 {
    line-height: 140%;
    letter-spacing: -.02em;
    font-weight: 700
}

.text-x6,
.text-x6-r {
    font-size: 20px
}

.text-x6-r {
    line-height: 140%;
    letter-spacing: -.02em;
    font-weight: 400
}

.text-s1 {
    font-weight: 700
}

.text-s1,
.text-s1-r {
    font-size: 18px;
    line-height: 139%
}

.text-s1-r,
.text-s2 {
    font-weight: 400
}

.text-s2,
.text-s2-b {
    font-size: 15px;
    line-height: 133%
}

.text-s2-b {
    font-weight: 700
}

.text-s2i {
    font-weight: 400
}

.text-s2i,
.text-s2i-b {
    font-size: 15px;
    line-height: 167%
}

.text-s2i-b {
    font-weight: 700
}

.text-s3 {
    font-size: 12px;
    line-height: 125%
}

.text-s3i {
    font-size: 12px;
    line-height: 167%
}

.text-n1 {
    font-size: 12px;
    line-height: 125%;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.text-align-right {
    text-align: right
}

@media (min-width:23.4375em) {
    .mobile375\:text-x1 {
        font-size: 90px;
        line-height: 111%;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .mobile375\:text-x2 {
        font-size: 70px;
        line-height: 107%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile375\:text-x3 {
        font-size: 50px;
        line-height: 110%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile375\:text-x4 {
        font-size: 35px;
        line-height: 114%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile375\:text-x5 {
        font-size: 25px
    }

    .mobile375\:text-x5,
    .mobile375\:text-x6 {
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile375\:text-x6 {
        font-size: 20px
    }

    .mobile375\:text-x6-r {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 400
    }

    .mobile375\:text-s1 {
        font-size: 18px;
        line-height: 139%;
        font-weight: 700
    }

    .mobile375\:text-s1-r {
        font-size: 18px;
        line-height: 139%;
        font-weight: 400
    }

    .mobile375\:text-s2 {
        font-size: 15px;
        line-height: 133%;
        font-weight: 400
    }

    .mobile375\:text-s2-b {
        font-size: 15px;
        line-height: 133%;
        font-weight: 700
    }

    .mobile375\:text-s2i {
        font-size: 15px;
        line-height: 167%;
        font-weight: 400
    }

    .mobile375\:text-s2i-b {
        font-size: 15px;
        line-height: 167%;
        font-weight: 700
    }

    .mobile375\:text-s3 {
        font-size: 12px;
        line-height: 125%
    }

    .mobile375\:text-s3i {
        font-size: 12px;
        line-height: 167%
    }

    .mobile375\:text-n1 {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 700
    }

    .mobile375\:text-align-left {
        text-align: left
    }

    .mobile375\:text-align-center {
        text-align: center
    }

    .mobile375\:text-align-right {
        text-align: right
    }
}

@media (min-width:30em) {
    .mobile480\:text-x1 {
        font-size: 90px;
        line-height: 111%;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .mobile480\:text-x2 {
        font-size: 70px;
        line-height: 107%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile480\:text-x3 {
        font-size: 50px;
        line-height: 110%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile480\:text-x4 {
        font-size: 35px;
        line-height: 114%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile480\:text-x5 {
        font-size: 25px
    }

    .mobile480\:text-x5,
    .mobile480\:text-x6 {
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .mobile480\:text-x6 {
        font-size: 20px
    }

    .mobile480\:text-x6-r {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 400
    }

    .mobile480\:text-s1 {
        font-size: 18px;
        line-height: 139%;
        font-weight: 700
    }

    .mobile480\:text-s1-r {
        font-size: 18px;
        line-height: 139%;
        font-weight: 400
    }

    .mobile480\:text-s2 {
        font-size: 15px;
        line-height: 133%;
        font-weight: 400
    }

    .mobile480\:text-s2-b {
        font-size: 15px;
        line-height: 133%;
        font-weight: 700
    }

    .mobile480\:text-s2i {
        font-size: 15px;
        line-height: 167%;
        font-weight: 400
    }

    .mobile480\:text-s2i-b {
        font-size: 15px;
        line-height: 167%;
        font-weight: 700
    }

    .mobile480\:text-s3 {
        font-size: 12px;
        line-height: 125%
    }

    .mobile480\:text-s3i {
        font-size: 12px;
        line-height: 167%
    }

    .mobile480\:text-n1 {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 700
    }

    .mobile480\:text-align-left {
        text-align: left
    }

    .mobile480\:text-align-center {
        text-align: center
    }

    .mobile480\:text-align-right {
        text-align: right
    }
}

@media (min-width:43.75em) {
    .tablet\:text-x1 {
        font-size: 90px;
        line-height: 111%;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .tablet\:text-x2 {
        font-size: 70px;
        line-height: 107%
    }

    .tablet\:text-x2,
    .tablet\:text-x3 {
        letter-spacing: -.02em;
        font-weight: 700
    }

    .tablet\:text-x3 {
        font-size: 50px;
        line-height: 110%
    }

    .tablet\:text-x4 {
        font-size: 35px;
        line-height: 114%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .tablet\:text-x5 {
        font-size: 25px
    }

    .tablet\:text-x5,
    .tablet\:text-x6 {
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .tablet\:text-x6 {
        font-size: 20px
    }

    .tablet\:text-x6-r {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 400
    }

    .tablet\:text-s1 {
        font-size: 18px;
        line-height: 139%;
        font-weight: 700
    }

    .tablet\:text-s1-r {
        font-size: 18px;
        line-height: 139%;
        font-weight: 400
    }

    .tablet\:text-s2 {
        font-size: 15px;
        line-height: 133%;
        font-weight: 400
    }

    .tablet\:text-s2-b {
        font-size: 15px;
        line-height: 133%;
        font-weight: 700
    }

    .tablet\:text-s2i {
        font-size: 15px;
        line-height: 167%;
        font-weight: 400
    }

    .tablet\:text-s2i-b {
        font-size: 15px;
        line-height: 167%;
        font-weight: 700
    }

    .tablet\:text-s3 {
        font-size: 12px;
        line-height: 125%
    }

    .tablet\:text-s3i {
        font-size: 12px;
        line-height: 167%
    }

    .tablet\:text-n1 {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 700
    }

    .tablet\:text-align-left {
        text-align: left
    }

    .tablet\:text-align-center {
        text-align: center
    }

    .tablet\:text-align-right {
        text-align: right
    }
}

@media (min-width:64em) {
    .desktop\:text-x1 {
        font-size: 90px;
        line-height: 111%;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .desktop\:text-x2 {
        font-size: 70px;
        line-height: 107%
    }

    .desktop\:text-x2,
    .desktop\:text-x3 {
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop\:text-x3 {
        font-size: 50px;
        line-height: 110%
    }

    .desktop\:text-x4 {
        font-size: 35px;
        line-height: 114%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop\:text-x5 {
        font-size: 25px
    }

    .desktop\:text-x5,
    .desktop\:text-x6 {
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop\:text-x6 {
        font-size: 20px
    }

    .desktop\:text-x6-r {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 400
    }

    .desktop\:text-s1 {
        font-size: 18px;
        line-height: 139%;
        font-weight: 700
    }

    .desktop\:text-s1-r {
        font-size: 18px;
        line-height: 139%;
        font-weight: 400
    }

    .desktop\:text-s2 {
        font-size: 15px;
        line-height: 133%;
        font-weight: 400
    }

    .desktop\:text-s2-b {
        font-size: 15px;
        line-height: 133%;
        font-weight: 700
    }

    .desktop\:text-s2i {
        font-size: 15px;
        line-height: 167%;
        font-weight: 400
    }

    .desktop\:text-s2i-b {
        font-size: 15px;
        line-height: 167%;
        font-weight: 700
    }

    .desktop\:text-s3 {
        font-size: 12px;
        line-height: 125%
    }

    .desktop\:text-s3i {
        font-size: 12px;
        line-height: 167%
    }

    .desktop\:text-n1 {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 700
    }

    .desktop\:text-align-left {
        text-align: left
    }

    .desktop\:text-align-center {
        text-align: center
    }

    .desktop\:text-align-right {
        text-align: right
    }
}

@media (min-width:80em) {
    .desktop1440\:text-x1 {
        font-size: 90px;
        line-height: 111%;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .desktop1440\:text-x2 {
        font-size: 70px;
        line-height: 107%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1440\:text-x3 {
        font-size: 50px;
        line-height: 110%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1440\:text-x4 {
        font-size: 35px;
        line-height: 114%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1440\:text-x5 {
        font-size: 25px
    }

    .desktop1440\:text-x5,
    .desktop1440\:text-x6 {
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1440\:text-x6 {
        font-size: 20px
    }

    .desktop1440\:text-x6-r {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 400
    }

    .desktop1440\:text-s1 {
        font-size: 18px;
        line-height: 139%;
        font-weight: 700
    }

    .desktop1440\:text-s1-r {
        font-size: 18px;
        line-height: 139%;
        font-weight: 400
    }

    .desktop1440\:text-s2 {
        font-size: 15px;
        line-height: 133%;
        font-weight: 400
    }

    .desktop1440\:text-s2-b {
        font-size: 15px;
        line-height: 133%;
        font-weight: 700
    }

    .desktop1440\:text-s2i {
        font-size: 15px;
        line-height: 167%;
        font-weight: 400
    }

    .desktop1440\:text-s2i-b {
        font-size: 15px;
        line-height: 167%;
        font-weight: 700
    }

    .desktop1440\:text-s3 {
        font-size: 12px;
        line-height: 125%
    }

    .desktop1440\:text-s3i {
        font-size: 12px;
        line-height: 167%
    }

    .desktop1440\:text-n1 {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 700
    }

    .desktop1440\:text-align-left {
        text-align: left
    }

    .desktop1440\:text-align-center {
        text-align: center
    }

    .desktop1440\:text-align-right {
        text-align: right
    }
}

@media (min-width:100em) {
    .desktop1920\:text-x1 {
        font-size: 90px;
        line-height: 111%;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .desktop1920\:text-x2 {
        font-size: 70px;
        line-height: 107%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1920\:text-x3 {
        font-size: 50px;
        line-height: 110%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1920\:text-x4 {
        font-size: 35px;
        line-height: 114%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1920\:text-x5 {
        font-size: 25px
    }

    .desktop1920\:text-x5,
    .desktop1920\:text-x6 {
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktop1920\:text-x6 {
        font-size: 20px
    }

    .desktop1920\:text-x6-r {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 400
    }

    .desktop1920\:text-s1 {
        font-size: 18px;
        line-height: 139%;
        font-weight: 700
    }

    .desktop1920\:text-s1-r {
        font-size: 18px;
        line-height: 139%;
        font-weight: 400
    }

    .desktop1920\:text-s2 {
        font-size: 15px;
        line-height: 133%;
        font-weight: 400
    }

    .desktop1920\:text-s2-b {
        font-size: 15px;
        line-height: 133%;
        font-weight: 700
    }

    .desktop1920\:text-s2i {
        font-size: 15px;
        line-height: 167%;
        font-weight: 400
    }

    .desktop1920\:text-s2i-b {
        font-size: 15px;
        line-height: 167%;
        font-weight: 700
    }

    .desktop1920\:text-s3 {
        font-size: 12px;
        line-height: 125%
    }

    .desktop1920\:text-s3i {
        font-size: 12px;
        line-height: 167%
    }

    .desktop1920\:text-n1 {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 700
    }

    .desktop1920\:text-align-left {
        text-align: left
    }

    .desktop1920\:text-align-center {
        text-align: center
    }

    .desktop1920\:text-align-right {
        text-align: right
    }
}

@media (min-width:120em) {
    .desktopHuge\:text-x1 {
        font-size: 90px;
        line-height: 111%;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .desktopHuge\:text-x2 {
        font-size: 70px;
        line-height: 107%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktopHuge\:text-x3 {
        font-size: 50px;
        line-height: 110%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktopHuge\:text-x4 {
        font-size: 35px;
        line-height: 114%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktopHuge\:text-x5 {
        font-size: 25px
    }

    .desktopHuge\:text-x5,
    .desktopHuge\:text-x6 {
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 700
    }

    .desktopHuge\:text-x6 {
        font-size: 20px
    }

    .desktopHuge\:text-x6-r {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.02em;
        font-weight: 400
    }

    .desktopHuge\:text-s1 {
        font-size: 18px;
        line-height: 139%;
        font-weight: 700
    }

    .desktopHuge\:text-s1-r {
        font-size: 18px;
        line-height: 139%;
        font-weight: 400
    }

    .desktopHuge\:text-s2 {
        font-size: 15px;
        line-height: 133%;
        font-weight: 400
    }

    .desktopHuge\:text-s2-b {
        font-size: 15px;
        line-height: 133%;
        font-weight: 700
    }

    .desktopHuge\:text-s2i {
        font-size: 15px;
        line-height: 167%;
        font-weight: 400
    }

    .desktopHuge\:text-s2i-b {
        font-size: 15px;
        line-height: 167%;
        font-weight: 700
    }

    .desktopHuge\:text-s3 {
        font-size: 12px;
        line-height: 125%
    }

    .desktopHuge\:text-s3i {
        font-size: 12px;
        line-height: 167%
    }

    .desktopHuge\:text-n1 {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 700
    }

    .desktopHuge\:text-align-left {
        text-align: left
    }

    .desktopHuge\:text-align-center {
        text-align: center
    }

    .desktopHuge\:text-align-right {
        text-align: right
    }
}

.w-0 {
    width: 0
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.33333%
}

.w-2\/3 {
    width: 66.66667%
}

.w-1\/4 {
    width: 25%
}

.w-2\/4 {
    width: 50%
}

.w-3\/4 {
    width: 75%
}

.w-1\/6 {
    width: 16.66667%
}

.w-2\/6 {
    width: 33.33333%
}

.w-3\/6 {
    width: 50%
}

.w-4\/6 {
    width: 66.66667%
}

.w-5\/6 {
    width: 83.33333%
}

.w-1\/10 {
    width: 10%
}

.w-2\/10 {
    width: 20%
}

.w-3\/10 {
    width: 30%
}

.w-4\/10 {
    width: 40%
}

.w-5\/10 {
    width: 50%
}

.w-6\/10 {
    width: 60%
}

.w-7\/10 {
    width: 70%
}

.w-8\/10 {
    width: 80%
}

.w-9\/10 {
    width: 90%
}

.w-1\/12 {
    width: 8.33333%
}

.w-2\/12 {
    width: 16.66667%
}

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.33333%
}

.w-5\/12 {
    width: 41.66667%
}

.w-6\/12 {
    width: 50%
}

.w-7\/12 {
    width: 58.33333%
}

.w-8\/12 {
    width: 66.66667%
}

.w-9\/12 {
    width: 75%
}

.w-10\/12 {
    width: 83.33333%
}

.w-11\/12 {
    width: 91.66667%
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

@media (min-width:23.4375em) {
    .mobile375\:w-0 {
        width: 0
    }

    .mobile375\:w-1\/2 {
        width: 50%
    }

    .mobile375\:w-1\/3 {
        width: 33.33333%
    }

    .mobile375\:w-2\/3 {
        width: 66.66667%
    }

    .mobile375\:w-1\/4 {
        width: 25%
    }

    .mobile375\:w-2\/4 {
        width: 50%
    }

    .mobile375\:w-3\/4 {
        width: 75%
    }

    .mobile375\:w-1\/6 {
        width: 16.66667%
    }

    .mobile375\:w-2\/6 {
        width: 33.33333%
    }

    .mobile375\:w-3\/6 {
        width: 50%
    }

    .mobile375\:w-4\/6 {
        width: 66.66667%
    }

    .mobile375\:w-5\/6 {
        width: 83.33333%
    }

    .mobile375\:w-1\/10 {
        width: 10%
    }

    .mobile375\:w-2\/10 {
        width: 20%
    }

    .mobile375\:w-3\/10 {
        width: 30%
    }

    .mobile375\:w-4\/10 {
        width: 40%
    }

    .mobile375\:w-5\/10 {
        width: 50%
    }

    .mobile375\:w-6\/10 {
        width: 60%
    }

    .mobile375\:w-7\/10 {
        width: 70%
    }

    .mobile375\:w-8\/10 {
        width: 80%
    }

    .mobile375\:w-9\/10 {
        width: 90%
    }

    .mobile375\:w-1\/12 {
        width: 8.33333%
    }

    .mobile375\:w-2\/12 {
        width: 16.66667%
    }

    .mobile375\:w-3\/12 {
        width: 25%
    }

    .mobile375\:w-4\/12 {
        width: 33.33333%
    }

    .mobile375\:w-5\/12 {
        width: 41.66667%
    }

    .mobile375\:w-6\/12 {
        width: 50%
    }

    .mobile375\:w-7\/12 {
        width: 58.33333%
    }

    .mobile375\:w-8\/12 {
        width: 66.66667%
    }

    .mobile375\:w-9\/12 {
        width: 75%
    }

    .mobile375\:w-10\/12 {
        width: 83.33333%
    }

    .mobile375\:w-11\/12 {
        width: 91.66667%
    }

    .mobile375\:w-auto {
        width: auto
    }

    .mobile375\:w-full {
        width: 100%
    }

    .mobile375\:w-screen {
        width: 100vw
    }
}

@media (min-width:30em) {
    .mobile480\:w-0 {
        width: 0
    }

    .mobile480\:w-1\/2 {
        width: 50%
    }

    .mobile480\:w-1\/3 {
        width: 33.33333%
    }

    .mobile480\:w-2\/3 {
        width: 66.66667%
    }

    .mobile480\:w-1\/4 {
        width: 25%
    }

    .mobile480\:w-2\/4 {
        width: 50%
    }

    .mobile480\:w-3\/4 {
        width: 75%
    }

    .mobile480\:w-1\/6 {
        width: 16.66667%
    }

    .mobile480\:w-2\/6 {
        width: 33.33333%
    }

    .mobile480\:w-3\/6 {
        width: 50%
    }

    .mobile480\:w-4\/6 {
        width: 66.66667%
    }

    .mobile480\:w-5\/6 {
        width: 83.33333%
    }

    .mobile480\:w-1\/10 {
        width: 10%
    }

    .mobile480\:w-2\/10 {
        width: 20%
    }

    .mobile480\:w-3\/10 {
        width: 30%
    }

    .mobile480\:w-4\/10 {
        width: 40%
    }

    .mobile480\:w-5\/10 {
        width: 50%
    }

    .mobile480\:w-6\/10 {
        width: 60%
    }

    .mobile480\:w-7\/10 {
        width: 70%
    }

    .mobile480\:w-8\/10 {
        width: 80%
    }

    .mobile480\:w-9\/10 {
        width: 90%
    }

    .mobile480\:w-1\/12 {
        width: 8.33333%
    }

    .mobile480\:w-2\/12 {
        width: 16.66667%
    }

    .mobile480\:w-3\/12 {
        width: 25%
    }

    .mobile480\:w-4\/12 {
        width: 33.33333%
    }

    .mobile480\:w-5\/12 {
        width: 41.66667%
    }

    .mobile480\:w-6\/12 {
        width: 50%
    }

    .mobile480\:w-7\/12 {
        width: 58.33333%
    }

    .mobile480\:w-8\/12 {
        width: 66.66667%
    }

    .mobile480\:w-9\/12 {
        width: 75%
    }

    .mobile480\:w-10\/12 {
        width: 83.33333%
    }

    .mobile480\:w-11\/12 {
        width: 91.66667%
    }

    .mobile480\:w-auto {
        width: auto
    }

    .mobile480\:w-full {
        width: 100%
    }

    .mobile480\:w-screen {
        width: 100vw
    }
}

@media (min-width:43.75em) {
    .tablet\:w-0 {
        width: 0
    }

    .tablet\:w-1\/2 {
        width: 50%
    }

    .tablet\:w-1\/3 {
        width: 33.33333%
    }

    .tablet\:w-2\/3 {
        width: 66.66667%
    }

    .tablet\:w-1\/4 {
        width: 25%
    }

    .tablet\:w-2\/4 {
        width: 50%
    }

    .tablet\:w-3\/4 {
        width: 75%
    }

    .tablet\:w-1\/6 {
        width: 16.66667%
    }

    .tablet\:w-2\/6 {
        width: 33.33333%
    }

    .tablet\:w-3\/6 {
        width: 50%
    }

    .tablet\:w-4\/6 {
        width: 66.66667%
    }

    .tablet\:w-5\/6 {
        width: 83.33333%
    }

    .tablet\:w-1\/10 {
        width: 10%
    }

    .tablet\:w-2\/10 {
        width: 20%
    }

    .tablet\:w-3\/10 {
        width: 30%
    }

    .tablet\:w-4\/10 {
        width: 40%
    }

    .tablet\:w-5\/10 {
        width: 50%
    }

    .tablet\:w-6\/10 {
        width: 60%
    }

    .tablet\:w-7\/10 {
        width: 70%
    }

    .tablet\:w-8\/10 {
        width: 80%
    }

    .tablet\:w-9\/10 {
        width: 90%
    }

    .tablet\:w-1\/12 {
        width: 8.33333%
    }

    .tablet\:w-2\/12 {
        width: 16.66667%
    }

    .tablet\:w-3\/12 {
        width: 25%
    }

    .tablet\:w-4\/12 {
        width: 33.33333%
    }

    .tablet\:w-5\/12 {
        width: 41.66667%
    }

    .tablet\:w-6\/12 {
        width: 50%
    }

    .tablet\:w-7\/12 {
        width: 58.33333%
    }

    .tablet\:w-8\/12 {
        width: 66.66667%
    }

    .tablet\:w-9\/12 {
        width: 75%
    }

    .tablet\:w-10\/12 {
        width: 83.33333%
    }

    .tablet\:w-11\/12 {
        width: 91.66667%
    }

    .tablet\:w-auto {
        width: auto
    }

    .tablet\:w-full {
        width: 100%
    }

    .tablet\:w-screen {
        width: 100vw
    }
}

@media (min-width:64em) {
    .desktop\:w-0 {
        width: 0
    }

    .desktop\:w-1\/2 {
        width: 50%
    }

    .desktop\:w-1\/3 {
        width: 33.33333%
    }

    .desktop\:w-2\/3 {
        width: 66.66667%
    }

    .desktop\:w-1\/4 {
        width: 25%
    }

    .desktop\:w-2\/4 {
        width: 50%
    }

    .desktop\:w-3\/4 {
        width: 75%
    }

    .desktop\:w-1\/6 {
        width: 16.66667%
    }

    .desktop\:w-2\/6 {
        width: 33.33333%
    }

    .desktop\:w-3\/6 {
        width: 50%
    }

    .desktop\:w-4\/6 {
        width: 66.66667%
    }

    .desktop\:w-5\/6 {
        width: 83.33333%
    }

    .desktop\:w-1\/10 {
        width: 10%
    }

    .desktop\:w-2\/10 {
        width: 20%
    }

    .desktop\:w-3\/10 {
        width: 30%
    }

    .desktop\:w-4\/10 {
        width: 40%
    }

    .desktop\:w-5\/10 {
        width: 50%
    }

    .desktop\:w-6\/10 {
        width: 60%
    }

    .desktop\:w-7\/10 {
        width: 70%
    }

    .desktop\:w-8\/10 {
        width: 80%
    }

    .desktop\:w-9\/10 {
        width: 90%
    }

    .desktop\:w-1\/12 {
        width: 8.33333%
    }

    .desktop\:w-2\/12 {
        width: 16.66667%
    }

    .desktop\:w-3\/12 {
        width: 25%
    }

    .desktop\:w-4\/12 {
        width: 33.33333%
    }

    .desktop\:w-5\/12 {
        width: 41.66667%
    }

    .desktop\:w-6\/12 {
        width: 50%
    }

    .desktop\:w-7\/12 {
        width: 58.33333%
    }

    .desktop\:w-8\/12 {
        width: 66.66667%
    }

    .desktop\:w-9\/12 {
        width: 75%
    }

    .desktop\:w-10\/12 {
        width: 83.33333%
    }

    .desktop\:w-11\/12 {
        width: 91.66667%
    }

    .desktop\:w-auto {
        width: auto
    }

    .desktop\:w-full {
        width: 100%
    }

    .desktop\:w-screen {
        width: 100vw
    }
}

@media (min-width:80em) {
    .desktop1440\:w-0 {
        width: 0
    }

    .desktop1440\:w-1\/2 {
        width: 50%
    }

    .desktop1440\:w-1\/3 {
        width: 33.33333%
    }

    .desktop1440\:w-2\/3 {
        width: 66.66667%
    }

    .desktop1440\:w-1\/4 {
        width: 25%
    }

    .desktop1440\:w-2\/4 {
        width: 50%
    }

    .desktop1440\:w-3\/4 {
        width: 75%
    }

    .desktop1440\:w-1\/6 {
        width: 16.66667%
    }

    .desktop1440\:w-2\/6 {
        width: 33.33333%
    }

    .desktop1440\:w-3\/6 {
        width: 50%
    }

    .desktop1440\:w-4\/6 {
        width: 66.66667%
    }

    .desktop1440\:w-5\/6 {
        width: 83.33333%
    }

    .desktop1440\:w-1\/10 {
        width: 10%
    }

    .desktop1440\:w-2\/10 {
        width: 20%
    }

    .desktop1440\:w-3\/10 {
        width: 30%
    }

    .desktop1440\:w-4\/10 {
        width: 40%
    }

    .desktop1440\:w-5\/10 {
        width: 50%
    }

    .desktop1440\:w-6\/10 {
        width: 60%
    }

    .desktop1440\:w-7\/10 {
        width: 70%
    }

    .desktop1440\:w-8\/10 {
        width: 80%
    }

    .desktop1440\:w-9\/10 {
        width: 90%
    }

    .desktop1440\:w-1\/12 {
        width: 8.33333%
    }

    .desktop1440\:w-2\/12 {
        width: 16.66667%
    }

    .desktop1440\:w-3\/12 {
        width: 25%
    }

    .desktop1440\:w-4\/12 {
        width: 33.33333%
    }

    .desktop1440\:w-5\/12 {
        width: 41.66667%
    }

    .desktop1440\:w-6\/12 {
        width: 50%
    }

    .desktop1440\:w-7\/12 {
        width: 58.33333%
    }

    .desktop1440\:w-8\/12 {
        width: 66.66667%
    }

    .desktop1440\:w-9\/12 {
        width: 75%
    }

    .desktop1440\:w-10\/12 {
        width: 83.33333%
    }

    .desktop1440\:w-11\/12 {
        width: 91.66667%
    }

    .desktop1440\:w-auto {
        width: auto
    }

    .desktop1440\:w-full {
        width: 100%
    }

    .desktop1440\:w-screen {
        width: 100vw
    }
}

@media (min-width:100em) {
    .desktop1920\:w-0 {
        width: 0
    }

    .desktop1920\:w-1\/2 {
        width: 50%
    }

    .desktop1920\:w-1\/3 {
        width: 33.33333%
    }

    .desktop1920\:w-2\/3 {
        width: 66.66667%
    }

    .desktop1920\:w-1\/4 {
        width: 25%
    }

    .desktop1920\:w-2\/4 {
        width: 50%
    }

    .desktop1920\:w-3\/4 {
        width: 75%
    }

    .desktop1920\:w-1\/6 {
        width: 16.66667%
    }

    .desktop1920\:w-2\/6 {
        width: 33.33333%
    }

    .desktop1920\:w-3\/6 {
        width: 50%
    }

    .desktop1920\:w-4\/6 {
        width: 66.66667%
    }

    .desktop1920\:w-5\/6 {
        width: 83.33333%
    }

    .desktop1920\:w-1\/10 {
        width: 10%
    }

    .desktop1920\:w-2\/10 {
        width: 20%
    }

    .desktop1920\:w-3\/10 {
        width: 30%
    }

    .desktop1920\:w-4\/10 {
        width: 40%
    }

    .desktop1920\:w-5\/10 {
        width: 50%
    }

    .desktop1920\:w-6\/10 {
        width: 60%
    }

    .desktop1920\:w-7\/10 {
        width: 70%
    }

    .desktop1920\:w-8\/10 {
        width: 80%
    }

    .desktop1920\:w-9\/10 {
        width: 90%
    }

    .desktop1920\:w-1\/12 {
        width: 8.33333%
    }

    .desktop1920\:w-2\/12 {
        width: 16.66667%
    }

    .desktop1920\:w-3\/12 {
        width: 25%
    }

    .desktop1920\:w-4\/12 {
        width: 33.33333%
    }

    .desktop1920\:w-5\/12 {
        width: 41.66667%
    }

    .desktop1920\:w-6\/12 {
        width: 50%
    }

    .desktop1920\:w-7\/12 {
        width: 58.33333%
    }

    .desktop1920\:w-8\/12 {
        width: 66.66667%
    }

    .desktop1920\:w-9\/12 {
        width: 75%
    }

    .desktop1920\:w-10\/12 {
        width: 83.33333%
    }

    .desktop1920\:w-11\/12 {
        width: 91.66667%
    }

    .desktop1920\:w-auto {
        width: auto
    }

    .desktop1920\:w-full {
        width: 100%
    }

    .desktop1920\:w-screen {
        width: 100vw
    }
}

@media (min-width:120em) {
    .desktopHuge\:w-0 {
        width: 0
    }

    .desktopHuge\:w-1\/2 {
        width: 50%
    }

    .desktopHuge\:w-1\/3 {
        width: 33.33333%
    }

    .desktopHuge\:w-2\/3 {
        width: 66.66667%
    }

    .desktopHuge\:w-1\/4 {
        width: 25%
    }

    .desktopHuge\:w-2\/4 {
        width: 50%
    }

    .desktopHuge\:w-3\/4 {
        width: 75%
    }

    .desktopHuge\:w-1\/6 {
        width: 16.66667%
    }

    .desktopHuge\:w-2\/6 {
        width: 33.33333%
    }

    .desktopHuge\:w-3\/6 {
        width: 50%
    }

    .desktopHuge\:w-4\/6 {
        width: 66.66667%
    }

    .desktopHuge\:w-5\/6 {
        width: 83.33333%
    }

    .desktopHuge\:w-1\/10 {
        width: 10%
    }

    .desktopHuge\:w-2\/10 {
        width: 20%
    }

    .desktopHuge\:w-3\/10 {
        width: 30%
    }

    .desktopHuge\:w-4\/10 {
        width: 40%
    }

    .desktopHuge\:w-5\/10 {
        width: 50%
    }

    .desktopHuge\:w-6\/10 {
        width: 60%
    }

    .desktopHuge\:w-7\/10 {
        width: 70%
    }

    .desktopHuge\:w-8\/10 {
        width: 80%
    }

    .desktopHuge\:w-9\/10 {
        width: 90%
    }

    .desktopHuge\:w-1\/12 {
        width: 8.33333%
    }

    .desktopHuge\:w-2\/12 {
        width: 16.66667%
    }

    .desktopHuge\:w-3\/12 {
        width: 25%
    }

    .desktopHuge\:w-4\/12 {
        width: 33.33333%
    }

    .desktopHuge\:w-5\/12 {
        width: 41.66667%
    }

    .desktopHuge\:w-6\/12 {
        width: 50%
    }

    .desktopHuge\:w-7\/12 {
        width: 58.33333%
    }

    .desktopHuge\:w-8\/12 {
        width: 66.66667%
    }

    .desktopHuge\:w-9\/12 {
        width: 75%
    }

    .desktopHuge\:w-10\/12 {
        width: 83.33333%
    }

    .desktopHuge\:w-11\/12 {
        width: 91.66667%
    }

    .desktopHuge\:w-auto {
        width: auto
    }

    .desktopHuge\:w-full {
        width: 100%
    }

    .desktopHuge\:w-screen {
        width: 100vw
    }
}

.hinted {
    position: relative
}

.hinted:hover .hinted-text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.hinted_callback .hinted-text {
    opacity: 0 !important;
    visibility: hidden !important
}

.hinted_callback-done .hinted-text {
    opacity: 1 !important;
    visibility: visible !important
}

.hinted_bottom .hinted-text {
    top: 100%;
    bottom: auto
}

.hinted_bottom .hinted-text:after {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent #06445c
}

.hinted_left .hinted-text {
    bottom: 50%;
    left: auto;
    right: 100%;
    margin: 0 15px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.hinted_left .hinted-text:after {
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #06445c;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hinted_right .hinted-text {
    bottom: 50%;
    left: 100%;
    margin: 0 15px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.hinted_right .hinted-text:after {
    top: 50%;
    left: auto;
    right: 100%;
    border-color: transparent #06445c transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hinted-text {
    z-index: 1000;
    bottom: 100%;
    margin: 15px 0;
    padding: 10px;
    background: #06445c;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s;
    transition: all 0s
}

.hinted-text,
.hinted-text:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hinted-text:after {
    top: 100%;
    border: 7px solid transparent;
    border-top-color: #06445c;
    content: ""
}

.catalog-items {
    position: relative;
    margin: 0 -12px
}

@media (min-width:30em) {
    .catalog-items.view-list {
        margin: -30px 0 0
    }
}

@media (min-width:64em) {
    .catalog-items {
        margin-top: 0
    }
}

@media (min-width:100em) {
    .catalog-items {
        margin: 0 -20px
    }
}

.car-params__section {
    margin-bottom: 60px
}

.car-params__section_odd {
    margin-bottom: 30px
}

.car-params__section__title__label {
    display: inline-block;
    padding: 0 5px 1px;
    background: #5d7d2b;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px
}

.car-params__section__items {
    margin: -1px -31px -11px;
    overflow: hidden
}

.car-params__section__items li,
.car-params__section__items ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.car-params__section__items ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px 10px;
    overflow: auto
}

@media (min-width:43.75em) {
    .car-params__section__items {
        margin: -1px;
        overflow: visible
    }

    .car-params__section__items ul {
        padding: 0;
        overflow: visible
    }
}

.car-params__section__items li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1px
}

.car-params__section__items li:last-child {
    padding-right: 30px
}

.flex .car-params__section__items li {
    padding-right: 0
}

@media (min-width:43.75em) {
    .car-params__section__items li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: calc(50% - 2px)
    }
}

@media (min-width:64em) {
    .car-params__section__items li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        -ms-flex-preferred-size: calc(33.33% - 2px)
    }
}

.car-params__section__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px 0 30px;
    height: 100px;
    background: #f8f8f8;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.car-params__section__button .icon-info {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    color: #cdd0d2;
    cursor: pointer
}

.car-params__section__button figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
    width: 40px;
    height: 40px;
    border: 2px solid #06445c;
    border-radius: 100%
}

.car-params__section__button figure svg {
    display: block
}

.car-params__section__button.active {
    background: #fff;
    border-color: #06445c
}

.car-params__section__button.active figure {
    background: #06445c url(../i/check.svg) 50% no-repeat;
    background-size: 14px
}

.car-params__section__button.active figure svg {
    display: none
}

.car-params__section__button.disabled {
    color: #9ba1a5
}

.car-params__section__button.disabled figure {
    border-color: #9ba1a5
}

.car-params__section__button.disabled .cursor-pointer {
    cursor: default
}

.is-offers .car-params__section__button {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%
}

.is-offers .car-params__section__button__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.is-offers .car-params__section__button__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 10px;
    margin-left: 60px
}

@media (min-width:43.75em) {
    .is-offers .car-params__section__button__value {
        margin-top: 20px
    }
}

.is-offers .car-params__section__button.active {
    font-weight: 700
}

.videos-items {
    margin: 0 -12px
}

@media (min-width:64em) {
    .videos-items {
        margin: 0 -20px
    }
}

.form li,
.form p {
    text-align: left
}

.form fieldset {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    min-width: 0
}

@media (min-width:64em) {
    .form fieldset {
        padding-right: 20px;
        width: 50%
    }
}

.form fieldset.is-odd {
    margin-bottom: 15px
}

@media (min-width:64em) {
    .form fieldset.is-full {
        padding-right: 0;
        width: 100%
    }
}

.form fieldset.is-split {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0
}

.form fieldset.is-split ul:not(.nav-tabs__list) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.form fieldset.is-split li:not(.nav-tabs__item) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px
}

.form fieldset.is-split li:not(.nav-tabs__item).at-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 15px
}

.form fieldset.is-split li:not(.nav-tabs__item).flex {
    margin-right: 0
}

@media (min-width:64em) {
    .form fieldset.is-split ul:not(.nav-tabs__list) {
        margin-left: -20px;
        margin-right: -20px
    }

    .form fieldset.is-split li:not(.nav-tabs__item) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: calc(50% - 40px);
        padding: 0 20px
    }

    .form fieldset.is-split li:not(.nav-tabs__item).is-full {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:43.75em) {
    .form fieldset.is-split_tablet li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: calc(50% - 40px)
    }
}

@media (min-width:64em) {
    .form fieldset.is-split_desktop1440 li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-preferred-size: calc(100% - 40px)
    }
}

@media (min-width:80em) {
    .form fieldset.is-split_desktop1440 li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: calc(50% - 40px)
    }
}

.form fieldset.is-split_4cols li.is-thin {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media (min-width:64em) {
    .form fieldset.is-split_4cols li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        -ms-flex-preferred-size: calc(25% - 40px)
    }

    .form fieldset.is-split_4cols li.is-thin {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .form fieldset.is-split_4cols li.is-wide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: calc(50% - 40px)
    }

    .form fieldset.is-split_4cols li.is-wide.has-single .form-control {
        width: calc(50% - 20px)
    }
}

.form fieldset.mb-0 {
    margin-bottom: 0
}

.form fieldset.is-single {
    margin-bottom: -20px
}

.form fieldset ul:not(.nav-tabs__list) {
    margin: 0;
    padding: 0;
    list-style: none
}

.form fieldset li:not(.nav-tabs__item) {
    margin-bottom: 20px
}

.form fieldset li:not(.nav-tabs__item).is-single,
.form fieldset li:not(.nav-tabs__item).mb-0 {
    margin-bottom: 0
}

.form fieldset li:not(.nav-tabs__item).has-checkbox-radio {
    margin-bottom: 15px
}

.form fieldset li:not(.nav-tabs__item).has-checkbox-radio+li:not(.has-checkbox-radio) {
    margin-top: 30px
}

.form fieldset li:not(.nav-tabs__item).flex,
.form fieldset li:not(.nav-tabs__item) .flex-wrapper {
    margin-right: -30px
}

.form fieldset li:not(.nav-tabs__item) .flex-wrapper .form-control,
.form fieldset li:not(.nav-tabs__item).flex .form-control {
    margin-right: 30px;
    margin-bottom: 15px
}

@media (min-width:43.75em) {
    .form_auth {
        padding-top: 50px;
        border-top: 1px solid #cdd0d2
    }
}

@media (min-width:43.75em) {
    .form_auth_odd {
        padding-top: 0;
        border-top: 0
    }
}

.form_auth .form__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px
}

@media (min-width:43.75em) {
    .form_short {
        margin-left: auto;
        margin-right: auto;
        max-width: 425px
    }
}

@media (min-width:64em) {
    .form_short {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }
}

@media (min-width:64em) {
    .form_short .form__body {
        max-width: 425px
    }
}

.form__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    min-height: 100%
}

.form__header,
.form__top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.form__bottom,
.form__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    position: relative
}

.form__container__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.form__bottom {
    overflow: hidden
}

.form__filter__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.form__filter__location {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px
}

@media (min-width:43.75em) {
    .form__filter__wrapper {
        position: relative
    }
}

.form__filter .nav-tabs {
    margin-left: 0
}

.form__filter .nav-tabs ul {
    padding-left: 0;
    padding-right: 0
}

.form__body {
    width: 100%;
    max-width: 1000px
}

.form__split-select .multiselect+.multiselect {
    margin-left: -1px
}

@media (min-width:64em) {
    .form__split-select {
        max-width: 290px
    }

    .form__split-select.is-full {
        max-width: 100%
    }

    .form__split-select.is-full .multiselect {
        width: 145.5px
    }
}

@media (min-width:64em) {
    .form__footer {
        padding-right: 20px;
        width: 50%
    }
}

@media (min-width:64em) {
    .form__footer_full {
        padding-right: 0;
        width: 100%
    }
}

@media (min-width:100em) {
    .form__footer_full {
        padding-right: 20px;
        width: 50%
    }
}

.form__footer fieldset {
    width: 100%;
    margin-bottom: 10px
}

.form__footer__buttons {
    margin: 0 -15px
}

@media (min-width:64em) {
    .form__footer__buttons {
        margin: 0 -20px
    }
}

.form__footer__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 15px
}

@media (min-width:64em) {
    .form__footer__button {
        padding: 0 20px
    }
}

.form__footer__button .button {
    background-color: green;
    margin-top: 15px;
    padding: 0 15px;
    width: 100%
}

.form__map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 300px;
    height: 100%
}

@media (min-width:64em) {
    .form__map {
        min-height: 600px
    }
}

.form__note {
    margin-top: -15px
}

.form_popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%
}

.form_popup,
.form_popup .form__wrap {
    min-height: 100vh
}

.form_popup .form__container,
.form_popup .form__header {
    -ms-flex-negative: 0
}

.form_popup .form__container {
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

@media (min-width:64em) {
    .form_popup {
        width: 1000px;
        overflow: hidden
    }

    .form_popup .form__container {
        height: calc(100% - 105px)
    }
}

.form_inner .form__body {
    margin: 0 auto;
    padding-bottom: 10px
}

@media (min-width:64em) {
    .form_inner .form__body {
        padding-bottom: 60px
    }
}

.form_inner .form__body .form__footer {
    margin-top: -20px
}

.form_inner .form__body.is-narrow {
    max-width: 500px
}

.form_inner .form__body.is-narrow .form__footer,
.form_inner .form__body.is-narrow fieldset {
    width: 100%;
    padding: 0
}

.form_asided .form__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 40px
}

.form_asided .form__container {
    margin: 0 auto;
    width: 425px;
    max-width: 100%
}

@media (min-width:64em) {
    .form_asided .form__body {
        padding-bottom: 80px
    }
}

@media (min-width:64em) {
    .form_asided {
        border-top: 1px solid #cdd0d2
    }

    .form_asided .form__wrap {
        min-height: 100vh
    }

    .form_asided .form__body {
        padding: 40px 0 80px 55px
    }

    .form_asided .form__container {
        margin: 0;
        width: 510px;
        max-width: 100%
    }

    .form_asided .button {
        width: auto;
        min-width: 180px !important
    }
}

@media (min-width:80em) {
    .form_asided .form__body {
        padding: 60px 0 80px 80px
    }
}

.form_asided.is-simple .form__body {
    margin: 0 auto;
    padding-left: 0
}

.form_asided.is-simple .form__container {
    margin: 0 auto
}

.form-response__summary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 -30px;
    background: #f8f8f8
}

@media (min-width:64em) {
    .form-response__summary {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0;
        width: 320px
    }
}

@media (min-width:80em) {
    .form-response__summary {
        width: 370px
    }
}

.form-response__summary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: 100%;
    background: #f8f8f8;
    content: ""
}

.form-response__summary__content {
    padding: 40px 30px 60px
}

@media (min-width:64em) {
    .form-response__summary__content {
        padding: 50px 0;
        max-width: 290px
    }
}

.form-response__summary__content figure {
    display: block;
    position: relative;
    margin: 10px auto 30px;
    max-width: 300px
}

.form-response__summary__content figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.form-response__summary__content .dealers-item {
    margin-top: 10px;
    padding-top: 10px;
    background: none;
    border-top: 2px solid #06445c
}

.form-response__summary__content .dealers-item:after,
.form-response__summary__content .dealers-item:before {
    display: none
}

.form-response__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 0
}

@media (min-width:64em) {
    .form-response__body {
        padding: 80px 30px
    }

    .form-response__body .button {
        width: 290px
    }
}

.form-response__content {
    margin: 0 auto
}

@media (min-width:64em) {
    .form-response__content {
        max-width: 520px
    }
}

.form-response__button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px 0
}

.form-agree {
    margin-top: 10px
}

@media (min-width:64em) {
    .form-agree {
        margin-top: 20px
    }
}

.form-button {
    margin-top: 30px
}

.form-button .button {
    max-width: 100%
}

@media (min-width:43.75em) {
    .form-button .button {
        min-width: 290px
    }
}

@media (min-width:64em) {
    .form-button {
        margin-top: 45px
    }
}

.form-dealer {
    margin-bottom: 20px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #cdd0d2
}

.form-aside {
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 60px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.form-aside.at-top {
    -webkit-transition: none;
    transition: none
}

.form-aside.has-offset {
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.form-aside:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: 100%;
    background: #f8f8f8;
    content: ""
}

.form-aside:after {
    position: fixed;
    top: 0;
    bottom: -999em;
    left: 0;
    right: 0;
    background: rgba(5, 20, 31, .64);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-aside.is-opened:after {
    opacity: 1;
    visibility: visible
}

@media (min-width:64em) {
    .form-aside {
        max-height: 70px;
        position: relative !important;
        width: 370px;
        max-height: none;
        background: #f8f8f8;
        border-radius: 0;
        overflow: visible
    }
}

@media (min-width:64em) {
    .form-aside.has-offset {
        -webkit-transform: none;
        transform: none
    }

    .form-aside:after {
        display: none
    }

    .form-aside.is-fixed.has-offset .form-aside__content {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        height: calc(100vh - 60px)
    }

    .form-aside.is-fixed .form-aside__body {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 370px;
        height: 100vh;
        overflow: hidden
    }

    .form-aside.is-fixed .form-aside__content {
        height: 100vh;
        overflow-y: scroll;
        -webkit-transition: -webkit-transform .15s ease-out;
        transition: -webkit-transform .15s ease-out;
        transition: transform .15s ease-out;
        transition: transform .15s ease-out, -webkit-transform .15s ease-out
    }

    .form-aside.is-scrolled .form-aside__body {
        position: absolute;
        top: auto;
        bottom: 0
    }
}

@media (min-width:64em) {
    .form-aside.is-fixed.has-offset .form-aside__content {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        height: calc(100vh - 80px)
    }
}

@media (min-width:100em) {

    .form-aside,
    .form-aside.is-fixed .form-aside__body {
        width: 450px
    }
}

.form-aside.is-custom {
    -webkit-transform: none !important;
    transform: none !important
}

.form-aside dd,
.form-aside dl,
.form-aside dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.form-aside dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-aside dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 10px
}

.form-aside__header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    height: 60px;
    background: #06445c;
    border-radius: 0 0 10px 10px;
    color: #fff;
    cursor: pointer
}

.form-aside__header:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 5px;
    background: #697279;
    border-radius: 5px;
    margin: 10px -17.5px;
    content: ""
}

@media (min-width:64em) {
    .form-aside__header {
        padding: 15px 55px;
        height: 70px;
        display: none
    }
}

.form-aside__body {
    position: relative;
    z-index: 3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.is-opened .form-aside__body {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:64em) {
    .form-aside__body {
        -webkit-transform: none;
        transform: none;
        overflow: hidden
    }
}

.form-aside__body figure {
    display: block;
    position: relative;
    margin: 15px auto 30px;
    max-width: 300px
}

.form-aside__body figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.form-aside__content {
    padding: 40px 30px 60px;
    max-height: calc(100vh - 120px);
    background: #f8f8f8;
    border-radius: 0 0 10px 10px;
    overflow: auto
}

@media (min-width:64em) {
    .form-aside__content {
        position: relative;
        left: 30px;
        margin-left: -30px;
        padding: 40px 55px 40px 0;
        max-height: none;
        background: none;
        border-radius: 0;
        overflow: hidden;
        overflow-y: scroll
    }
}

@media (min-width:80em) {
    .form-aside__content {
        padding: 60px 80px 60px 0
    }
}

.form-aside__section {
    position: relative;
    margin-top: 10px
}

.form-aside__toggle {
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    cursor: pointer
}

.form-aside__toggle:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 5px;
    background: #cdd0d2;
    border-radius: 5px;
    margin: 10px -17.5px;
    content: ""
}

@media (min-width:64em) {
    .form-aside__toggle {
        display: none
    }
}

.form__response {
    margin: 0 auto;
    max-width: 420px
}

@media (min-width:64em) {
    .form__response {
        max-width: 620px
    }
}

.form__response_full {
    max-width: 100%
}

@media (min-width:64em) {
    .form__response_full {
        margin: 0;
        max-width: 620px
    }
}

.form__response-buttons {
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width:64em) {
    .form__response-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.form__response-buttons-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 20px 20px 0
}

.articles-filter {
    border-bottom: 1px solid #cdd0d2
}

.articles-filter__options {
    margin-bottom: 20px
}

@media (min-width:43.75em) {
    .articles-filter__options {
        margin-bottom: 30px
    }
}

.articles-filter__tabs {
    min-width: 0
}

.articles-filter__select {
    width: 100%
}

@media (min-width:43.75em) {
    .articles-filter__select {
        width: 290px
    }
}

.articles-filter .nav-tags {
    margin-top: 20px;
    border-top: 1px solid #cdd0d2
}

@media (min-width:43.75em) {
    .articles-filter .nav-tags {
        margin-top: 30px
    }
}

.articles-list_empty {
    min-height: 320px
}

.spoffers-programs .articles-list {
    margin-bottom: 30px
}

.articles-list__more {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.articles-list__more .button {
    width: 100%
}

@media (min-width:43.75em) {
    .articles-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .articles-list__more {
        margin: 0 15px
    }
}

@media (min-width:64em) {
    .articles-list {
        margin-left: -20px;
        margin-right: -20px
    }

    .articles-list__more {
        margin: 0 20px
    }
}

.articles-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 30px
}

.articles-item a {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.articles-item a:after {
    display: none
}

.articles-item figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0;
    padding-bottom: 66.25%;
    overflow: hidden;
    background: #f8f8f8 50% no-repeat;
    background-size: cover
}

.articles-item figure span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: rgba(5, 20, 31, .4);
    border-radius: 100%;
    border: 2px solid #fff;
    stroke: #fff;
    stroke-width: 2;
    color: #fff;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.articles-item figure span svg {
    display: block
}

.articles-item:hover figure span {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    background: #06445c
}

.articles-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    background-color: #f8f8f8
}

@media (min-width:64em) {
    .articles-item__info {
        padding: 30px
    }
}

.articles-item__label span {
    display: block;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    line-height: 20px;
    background: #bb162b;
    color: #fff
}

.articles-item__preview {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.spoffers-programs .articles-item__preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.spoffers-programs .articles-item__preview.text-s2-b {
    font-size: 18px
}

.articles-item__date,
.articles-item__source {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.articles-item.has-video {
    cursor: pointer
}

@media (min-width:43.75em) {
    .articles-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: calc(50% - 30px);
        padding: 0 15px
    }

    .articles-item a {
        margin: 0 15px
    }
}

@media (min-width:64em) {
    .articles-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        -ms-flex-preferred-size: calc(33.33% - 40px);
        padding: 0 20px;
        margin-bottom: 40px
    }

    .articles-item a {
        margin: 0 20px
    }
}

@media (min-width:80em) {
    .articles-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        -ms-flex-preferred-size: calc(25% - 40px)
    }
}

.articles-detail__body {
    max-width: 1060px
}

.articles-detail__body,
.articles-detail__title {
    margin-left: auto;
    margin-right: auto
}

.articles-detail__actions {
    border-top: 1px solid #cdd0d2
}

.articles-detail__actions a svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.articles-detail__content {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:43.75em) {
    .articles-detail__content {
        max-width: 620px
    }
}

.articles-detail__content img {
    display: block;
    margin: 40px auto;
    max-width: 100%
}

@media (min-width:43.75em) {
    .articles-detail__content img {
        margin: 60px auto
    }
}

.articles-detail__content h4 {
    margin: 40px 0 20px;
    font-size: 18px
}

@media (min-width:43.75em) {
    .articles-detail__content h4 {
        font-size: 35px;
        line-height: 40px
    }
}

.articles-detail__content h5 {
    margin: 40px 0 20px;
    font-size: 18px
}

@media (min-width:43.75em) {
    .articles-detail__content h5 {
        font-size: 25px;
        line-height: 35px
    }
}

.articles-detail__content h6 {
    margin: 30px 0;
    font-size: 18px
}

.articles-detail__content p {
    margin: 20px 0 1.67em
}

.articles-detail__content>img:first-child {
    margin-top: 0
}

.articles-detail__content__offset {
    position: relative;
    margin: 40px -30px
}

.articles-detail__content__offset.has-table {
    padding-left: 15px;
    padding-right: 15px
}

.articles-detail__content__offset.has-table h5 {
    margin-left: 15px
}

.articles-detail__content__offset.has-table table {
    margin: 0 auto
}

.articles-detail__content__offset:first-of-type {
    margin-top: 0
}

.articles-detail__content__offset img {
    margin: 0 auto
}

@media (min-width:43.75em) {
    .articles-detail__content__offset {
        margin: 60px 0;
        width: calc(100vw - 125px);
        left: calc((-100vw + 745px)/2)
    }

    .articles-detail__content__offset.has-table h5 {
        margin-left: 0
    }
}

@media (max-width:770px) {
    .articles-detail__content__offset {
        left: 0
    }
}

@media (min-width:1185px) {
    .articles-detail__content__offset {
        left: -220px;
        width: 1060px
    }
}

.articles-detail__content__video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.articles-detail__content__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0
}

.articles-detail__reference {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #cdd0d2
}

@media (min-width:43.75em) {
    .articles-detail__reference {
        max-width: 620px
    }
}

.articles-detail__footer {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:43.75em) {
    .articles-detail__footer {
        max-width: 620px
    }
}

.articles-detail__footer li,
.articles-detail__footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.articles-detail__footer__share {
    border-top: 1px solid #cdd0d2
}

@media (min-width:43.75em) {

    .articles-detail__date,
    .articles-detail__title {
        text-align: center
    }
}

.grid-manual {
    padding: 45px 0;
    background: #f8f8f8
}

@media (min-width:80em) {
    .grid-manual {
        padding: 40px 0
    }
}

.grid-manual__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px
}

@media (min-width:80em) {
    .grid-manual__list {
        margin: 0 -20px
    }
}

.grid-manual__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

@media (min-width:43.75em) {
    .grid-manual__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media (min-width:64em) {
    .grid-manual__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%
    }
}

.grid-manual__item-body {
    padding: 15px
}

@media (min-width:80em) {
    .grid-manual__item-body {
        padding: 20px
    }
}

.grid-manual__item-icon svg {
    display: block;
    margin: 0 auto
}

.grid-manual__item-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cdd0d2
}

.grid-manual__item-descr-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-weight: 700;
    color: #5d7d2b
}

.grid-manual__item-descr-text {
    font-weight: 400
}

.pdf-download {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.pdf-download:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #06445c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    will-change: transform;
    pointer-events: none
}

.pdf-download:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.v-swiper-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    margin-right: -10px
}

@media (min-width:64em) {
    .v-swiper-pager {
        display: none
    }
}

.v-swiper-pager_dark .v-swiper-pager__item {
    background: #fff
}

@media (min-width:64em) {
    .v-swiper-pager_permanent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.v-swiper-pager_multiple {
    margin-right: -5px
}

.v-swiper-pager_multiple .v-swiper-pager__item {
    margin-right: 5px
}

.v-swiper-pager__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    display: block;
    margin-right: 10px;
    height: 2px;
    background: #06445c;
    border-radius: 0;
    opacity: .2;
    outline: 0 none
}

.v-swiper-pager__item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -10px 0;
    content: ""
}

.v-swiper-pager__item_active {
    opacity: 1
}

.personal-profile_index .personal-profile__wrapper {
    border-top: 0
}

@media (min-width:64em) {
    .personal-profile_index .personal-profile__wrapper {
        border-top: 1px solid #cdd0d2
    }
}

.personal-profile_index .personal-profile__aside {
    display: block
}

.personal-profile_index .personal-profile__body {
    overflow: visible
}

.personal-profile__wrapper {
    border-top: 10px solid #f8f8f8
}

@media (min-width:64em) {
    .personal-profile__wrapper {
        border-top: 1px solid #cdd0d2
    }
}

@media (min-width:64em) {
    .personal-profile__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0
    }
}

.personal-profile__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    display: none
}

@media (min-width:64em) {
    .personal-profile__aside {
        display: block;
        width: 365px;
        padding-top: 30px;
        padding-bottom: 60px;
        padding-right: 35px;
        border-right: 1px solid #cdd0d2
    }
}

.personal-profile__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    padding-bottom: 60px
}

.personal-profile__section {
    position: relative;
    margin: 0 -30px;
    padding: 20px 30px;
    border-bottom: 10px solid #f8f8f8
}

@media (min-width:43.75em) {
    .personal-profile__section {
        margin: 0 -55px;
        padding: 30px 55px
    }
}

@media (min-width:64em) {
    .personal-profile__section {
        margin: 0;
        padding: 40px 0 40px 35px;
        border: 0
    }
}

@media (min-width:80em) {
    .personal-profile__section {
        padding-left: 80px
    }
}

@media (min-width:100em) {
    .personal-profile__section {
        padding-left: 100px
    }
}

.personal-profile__section_header {
    border-bottom: 0;
    padding-top: 30px;
    padding-bottom: 10px
}

@media (min-width:64em) {
    .personal-profile__section_header {
        padding-top: 40px;
        padding-bottom: 0
    }
}

.personal-profile__section_header:after {
    display: none
}

.personal-profile__section_single {
    border-bottom: 0
}

.personal-profile__section_single:after {
    display: none
}

.personal-profile__section_back {
    display: none;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:64em) {
    .personal-profile__section_back {
        display: block
    }
}

.personal-profile__section_pt-0 {
    padding-top: 0
}

.personal-profile__section_pb-0 {
    padding-bottom: 0
}

@media (min-width:64em) {
    .personal-profile__section:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-right: -50vw;
        border-bottom: 1px solid #cdd0d2;
        content: ""
    }
}

.personal-profile__section-content {
    min-width: 0;
    max-width: 860px
}

.favorites-page .personal-profile__section {
    margin: 0;
    padding: 0;
    border-bottom: 0
}

.list-labels {
    position: relative;
    display: block;
    overflow: hidden
}

.list-labels:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    content: ""
}

.list-labels__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-labels__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    padding: 5px 10px;
    background: #bb162b;
    color: #fff
}

.list-labels__item+.list-labels__item {
    margin-left: 10px
}

.icon_white-path-fill path {
    fill: #fff
}

.icon_white-path-stroke path {
    stroke: #fff
}

.inline-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:43.75em) {
    .inline-search {
        width: 310px
    }
}

.inline-search__control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.inline-search__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.inline-search__button .button {
    padding: 0;
    width: 100%
}

@media (min-width:43.75em) {
    .list-files {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }
}

.list-files__item {
    margin-bottom: 20px
}

@media (min-width:43.75em) {
    .list-files__item {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 15px
    }
}

@media (min-width:100em) {
    .list-files__item {
        width: 33.33333%
    }
}

.justwidget {
    --font: $font-family-primary !important;
    --form-text-color: #06445c !important;
    --main-font-size: 15px !important
}

@media (min-width:64em) {
    .justwidget {
        width: 500px !important
    }
}

.justwidget--hidden {
    display: none !important
}

.justwidget--asst {
    margin-bottom: 60px !important
}

.justwidget--asst-pic-waves {
    border: 35px solid rgba(234, 0, 41, .2) !important
}

.justwidget--messages {
    padding: 8px 16px !important
}

.justwidget--message {
    width: auto !important;
    min-width: 0 !important;
    margin-left: 0 !important
}

.justwidget--message li {
    margin: 5px 0 5px 15px !important;
    padding-left: 15px !important
}

.justwidget--message li:before {
    left: 0 !important;
    top: 0 !important
}

.justwidget--avatar {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important
}

.justwidget--message_user .justwidget--avatar,
.justwidget--powered_label {
    display: none !important
}

.justwidget--message_content {
    max-width: calc(100% - var(--avatar-width)) !important
}

.justwidget--button {
    max-width: 295px !important
}

.justwidget--button:hover {
    background-color: #06445c !important;
    color: #fff !important
}

.justwidget--actions textarea {
    font-size: 16px !important
}

@media (min-width:64em) {
    .justwidget--actions textarea {
        font-size: 14px !important
    }
}

.justwidget .mobile_right {
    bottom: 75px !important
}

.justwidget--actions {
    height: 60px !important
}

@media (min-width:43.75em) {
    .justwidget--actions {
        height: auto !important
    }
}

.justwidget--actions textarea {
    min-height: auto !important
}

@media (min-width:43.75em) {
    .justwidget--actions textarea {
        min-height: 116px !important
    }
}

.unique-id {
    position: relative;
    padding: 30px;
    background: #f8f8f8
}

@media (min-width:43.75em) {
    .unique-id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width:64em) {
    .unique-id_popup .unique-id__info {
        display: block;
        margin-right: 0
    }
}

@media (min-width:80em) {
    .unique-id_popup .unique-id__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px
    }
}

@media (min-width:64em) {
    .unique-id_popup .unique-id__info-title {
        margin-bottom: 10px
    }
}

@media (min-width:80em) {
    .unique-id_popup .unique-id__info-title {
        margin-bottom: 0
    }
}

@media (min-width:64em) {
    .unique-id_popup .unique-id__links {
        display: block;
        width: 50%
    }
}

@media (min-width:80em) {
    .unique-id_popup .unique-id__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto
    }
}

@media (min-width:64em) {
    .unique-id_popup .unique-id__links-item {
        margin-right: 0;
        padding-right: 0;
        border: 0
    }
}

@media (min-width:80em) {
    .unique-id_popup .unique-id__links-item {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #cdd0d2
    }
}

@media (min-width:64em) {
    .unique-id_asided .unique-id__info {
        display: block;
        margin-right: 0
    }
}

@media (min-width:80em) {
    .unique-id_asided .unique-id__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px
    }
}

@media (min-width:64em) {
    .unique-id_asided .unique-id__info-title {
        margin-bottom: 10px
    }
}

@media (min-width:80em) {
    .unique-id_asided .unique-id__info-title {
        margin-bottom: 0
    }
}

@media (min-width:64em) {
    .unique-id_asided .unique-id__links {
        display: block;
        width: 50%
    }
}

@media (min-width:80em) {
    .unique-id_asided .unique-id__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto
    }
}

@media (min-width:64em) {
    .unique-id_asided .unique-id__links-item {
        margin-right: 0;
        padding-right: 0;
        border: 0
    }
}

@media (min-width:80em) {
    .unique-id_asided .unique-id__links-item {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #cdd0d2
    }
}

.unique-id__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:43.75em) {
    .unique-id__info {
        padding: 10px 0
    }
}

@media (min-width:64em) {
    .unique-id__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px
    }
}

.unique-id__info-title {
    margin-bottom: 10px
}

@media (min-width:64em) {
    .unique-id__info-title {
        margin: 0 25px 0 0
    }
}

.unique-id__info-button {
    margin-left: 10px
}

.unique-id__info-button svg {
    color: inherit
}

.unique-id__info-code {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.unique-id__info-code:hover .unique-id__info-code-content:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.unique-id__info-code-content {
    position: relative
}

.unique-id__info-code-content:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    will-change: transform;
    pointer-events: none
}

.unique-id__info-code-input {
    position: absolute;
    left: -200vw
}

.unique-id__links {
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:43.75em) {
    .unique-id__links {
        margin-top: 0;
        width: 50%;
        padding: 5px 0
    }
}

@media (min-width:64em) {
    .unique-id__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.unique-id__links-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdd0d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:43.75em) {
    .unique-id__links-item {
        margin: 5px 0;
        padding-bottom: 0;
        border: 0
    }
}

@media (min-width:64em) {
    .unique-id__links-item {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #cdd0d2
    }
}

.unique-id__links-item:last-child {
    margin-right: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%
}

html {
    font-size: 10px
}

html.is-modal-opened {
    overflow: hidden
}

#__layout,
#__nuxt {
    height: 100%
}

a {
    position: relative;
    text-decoration: none;
    color: inherit;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

a:after {
    position: absolute;
    content: none;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    will-change: transform;
    pointer-events: none
}

a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.link-short:after {
    width: calc(100% - 5px);
    margin-right: 5px
}

a.is-simple:after,
a.link-simple:after {
    display: none
}

.link {
    color: inherit;
    text-decoration: underline
}

.link:hover {
    text-decoration: none
}

.link:after {
    display: none
}

.link_tdn {
    text-decoration: none
}

em,
i {
    font-style: normal
}

img {
    height: auto
}

.mw-full,
img.img-mw {
    max-width: 100%
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: 'Museo', PT Sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    background-color: #fff;
    font-size: 15px;
    line-height: 133%;
    font-weight: 400
}

button,
input,
select,
textarea {
    background-color: transparent;
    outline: 0 none
}

button {
    border: none;
    background: none;
    cursor: pointer;
    color: inherit
}

button:focus {
    outline: 0
}

.collapse-transition {
    -webkit-transition: height .2s ease-in-out, padding-top .2s ease-in-out, padding-bottom .2s ease-in-out;
    transition: height .2s ease-in-out, padding-top .2s ease-in-out, padding-bottom .2s ease-in-out
}

button,
textarea {
    font-family: PT Sans, Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.fixed {
    position: fixed
}

.cursor-pointer {
    cursor: pointer
}

.fade-replace-enter-active,
.fade-replace-leave-active {
    -webkit-transition: opacity .5s cubic-bezier(.25, .1, .25, .1), -webkit-transform .5s cubic-bezier(.25, .1, .25, .1);
    transition: opacity .5s cubic-bezier(.25, .1, .25, .1), -webkit-transform .5s cubic-bezier(.25, .1, .25, .1);
    transition: opacity .5s cubic-bezier(.25, .1, .25, .1), transform .5s cubic-bezier(.25, .1, .25, .1);
    transition: opacity .5s cubic-bezier(.25, .1, .25, .1), transform .5s cubic-bezier(.25, .1, .25, .1), -webkit-transform .5s cubic-bezier(.25, .1, .25, .1)
}

.fade-replace-enter {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.fade-replace-enter-to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.fade-replace-leave,
.fade-replace-leave-to {
    position: absolute;
    top: 0
}

.fade-replace-leave-to {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.fade-replace-enter,
.fade-replace-leave-to {
    opacity: 0
}

.overline {
    position: relative
}

.overline:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    top: -8px;
    width: 100%;
    height: 3px;
    background-color: #06445c;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media (min-width:64em) {
    .overline:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.overline--active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.swiper-button-next,
.swiper-button-prev {
    outline: 0 none
}

[disabled] {
    pointer-events: none
}

.nowrap {
    white-space: nowrap
}

.blockquote {
    position: relative;
    margin: 40px 0 40px 40px
}

.blockquote:before {
    position: absolute;
    top: 0;
    right: 100%;
    margin: 3px 20px 0 0;
    width: 20px;
    height: 12px;
    background: url(../i/blockquote.svg) 0 0 no-repeat;
    background-size: 100%;
    content: ""
}

.blockquote__person,
.blockquote__text {
    margin-top: 20px
}

.blockquote__person__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    width: 70px;
    max-height: 70px;
    overflow: hidden
}

.blockquote__person__img img {
    display: block;
    margin: 0 !important;
    width: 100%
}

@media (min-width:43.75em) {
    .blockquote {
        margin: 60px 0
    }

    .blockquote:before {
        margin: 0 30px 0 0;
        width: 35px;
        height: 22px
    }
}

table {
    margin: 30px auto;
    width: 100%;
    border: 1px solid #cdd0d2;
    font-size: 12px;
    line-height: 15px;
    border-collapse: collapse;
    border-spacing: 0
}

@media (min-width:64em) {
    table {
        font-size: 15px;
        line-height: 25px
    }
}

table tr td,
table tr th {
    padding: 30px 10px;
    vertical-align: top
}

table tr td:first-child,
table tr th:first-child {
    padding-left: 15px
}

table tr td:first-child.spanned,
table tr th:first-child.spanned {
    padding-left: 10px
}

table tr td:last-child,
table tr th:last-child {
    padding-right: 15px;
    text-align: right
}

@media (min-width:64em) {

    table tr td:first-child,
    table tr th:first-child {
        padding-left: 40px
    }

    table tr td:first-child.spanned,
    table tr th:first-child.spanned {
        padding-left: 10px
    }

    table tr td:last-child,
    table tr th:last-child {
        padding-right: 40px
    }
}

table tr td div+div,
table tr th div+div {
    margin-top: 10px
}

table tr th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left
}

table tr.is-sub {
    border-top: 0
}

table tr.is-sub td {
    padding-top: 0
}

table thead tr {
    border-bottom: 2px solid #06445c
}

table tbody tr {
    border-top: 1px solid #cdd0d2
}

table.table-noborder,
table.table-noborder tbody tr,
table.table-noborder thead tr {
    border: 0
}

table.table-noborder tbody tr td,
table.table-noborder tbody tr th,
table.table-noborder thead tr td,
table.table-noborder thead tr th {
    padding: 10px 15px 10px 0
}

table.table-noborder tbody tr td.has-border-bottom,
table.table-noborder tbody tr th.has-border-bottom,
table.table-noborder thead tr td.has-border-bottom,
table.table-noborder thead tr th.has-border-bottom {
    padding-top: 20px;
    border-bottom: 1px solid #cdd0d2
}

table.table-common tr td:last-child,
table.table-common tr th:last-child {
    text-align: left
}

table.table-fixed {
    table-layout: fixed
}

.h-full {
    height: 100%
}

.h-full-vh {
    min-height: 100vh
}

.z-10 {
    z-index: 10
}

.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-label {
    display: inline-block;
    padding: 2px 5px 4px;
    background: #5d7d2b;
    line-height: 15px;
    color: #fff;
    border-radius: 1px
}

.text-label_aqua {
    background: #4ba29a
}

.text-label_sky {
    background: #5892af
}

.text-label_white {
    background: #fff;
    color: #697279;
    -webkit-box-shadow: 0 0 0 1px rgba(5, 20, 31, .15);
    box-shadow: 0 0 0 1px rgba(5, 20, 31, .15)
}

.text-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.text-labels_lg {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.text-labels__item {
    margin: 0 5px 5px 0;
    padding: 3px 5px
}

table tr td.text-left {
    text-align: left;
    padding-left: 15px;
    padding-right: 10px
}

@media (min-width:64em) {
    table tr td.text-left {
        padding-left: 40px
    }
}

.text-right {
    text-align: right
}

.text-important {
    position: relative;
    margin: 30px 0;
    padding: 20px 0 20px 25px;
    border: solid #cdd0d2;
    border-width: 1px 0
}

.text-important:before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "*";
    color: #bb162b
}

.circled {
    border-radius: 9999px
}

.icon-add path {
    stroke: #fff
}

.section-break {
    margin: 40px 0 15px;
    border: 1px solid #06445c
}

ul.ul-checked {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.ul-checked li {
    position: relative;
    padding-left: 30px
}

ul.ul-checked li+li {
    margin-top: 15px
}

ul.ul-checked li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../i/check-black.svg) 50% no-repeat;
    background-size: 13px;
    content: ""
}

ul.ul-checked_red li:before {
    background-image: url(../i/check-black.svg)
}

ul.ul-inline {
    margin: 0 0 0 1.25em;
    padding-left: 0
}

@media (min-width:43.75em) {
    ul.ul-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

ul.ul-inline li {
    margin: 0 0 10px
}

@media (min-width:43.75em) {
    ul.ul-inline li {
        margin-right: 50px
    }
}

ul.ul-common {
    margin: 0 0 0 1.25em;
    padding-left: 0
}

ul.ul-common li+li {
    margin-top: 10px
}

.page-pretitle {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 6px 4px;
    background: #bb162b;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px
}

body.is-config-filter-opened {
    overflow: hidden
}

@media (min-width:64em) {
    body.is-config-filter-opened {
        overflow: visible;
        overflow: initial
    }
}

.popup-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.has-features .popup-wrap {
    display: block
}

.popup-wrap,
::-ms-backdrop {
    -ms-flex-align: start;
    align-items: flex-start
}

.hr {
    padding: 0;
    height: 1px;
    color: #cdd0d2;
    background: #cdd0d2;
    border: 0
}

.hr_sep {
    height: 20px;
    margin-left: -30px;
    margin-right: -30px;
    color: #f8f8f8;
    background: #f8f8f8
}

@media (min-width:43.75em) {
    .hr_sep {
        margin-left: -55px;
        margin-right: -55px
    }
}

@media (min-width:64em) {
    .hr_sep {
        margin-left: 0;
        margin-right: 0;
        height: 1px
    }
}

.text-uppercase {
    text-transform: uppercase
}

.content-860 {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px
}

.input-invisible {
    position: absolute;
    left: -200vw
}

.icon-40 {
    height: 40px
}

.disclaimer {
    font-weight: 500;
    border-bottom: 1px solid #697279
}

.disclaimer p {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:43.75em) {
    .disclaimer {
        line-height: 1.35
    }
}

.footer__logo-block {
    color: #fff
}

.footer__logo-block,
.footer__logo-block a,
.footer__logo-block svg {}

.footer__logo-block a:after,
.footer__logo-block svg:after {
    display: none
}

@media (min-width:43.75em) {

    .footer__logo-block,
    .footer__logo-block a,
    .footer__logo-block svg {}
}

.footer__main-link-block {
    /* border-bottom: 1px solid hsla(0, 0%, 40%, .5) */
}

@media (min-width:43.75em) {
    .footer__main-link-block {
        border: none
    }
}

.footer__main-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    /* padding-top: 18px; */
    /* padding-bottom: 17px */
}

.footer__main-link:after {
    background-color: #fff;
    bottom: -1px
}

@media (min-width:43.75em) {
    .footer__main-link {
        padding: 0;
        display: inline-block !important
    }

    .footer__main-link:after {
        bottom: -4px
    }
}

.footer__desktop-block {
    display: none
}

@media (min-width:43.75em) {
    .footer__desktop-block {
        display: block
    }
}

.footer__mobile-block {
    display: block
}

@media (min-width:43.75em) {
    .footer__mobile-block {
        display: none
    }
}

.footer__link,
.footer__title {
    color: #242960;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 15px 0;
}

.footer__link:after {
    background-color: #fff
}

.footer__phone,
.footer__address {
    color: #242960;
    font-size: 18px;
}

.footer__social-link img {
    width: 100%;
    height: auto
}

.footer__bottom-text {
    font-weight: 500;
    color: #242960;
    font-size: 14px;
}

.footer__bottom-link {
    margin: 0 10px;
    font-weight: 500;
    color: #242960;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
}

.footer__bottom-link:after {
    background-color: #000
}

.footer__connect-button {
    width: 100%;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: color .3s ease-out, background .3s ease-out, border .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out
}

.footer__connect-button:active {
    font-weight: 700
}

@media (min-width:80em) {
    .footer__connect-button {
        width: 265px !important
    }
}

.footer__menu-main-link-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:43.75em) {
    .footer__menu-main-link-col>div:last-child {
        margin-bottom: 5px
    }
}

@media (min-width:80em) {
    .footer__menu-main-link-col>div:last-child {
        margin-bottom: 20px
    }
}

.footer__menu-purchase-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:43.75em) {
    .footer__menu-purchase-col {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media (min-width:64em) {
    .footer__menu-purchase-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer__menu-users-col {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media (min-width:43.75em) {
    .footer__menu-users-col {
        padding-top: 15px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media (min-width:64em) {
    .footer__menu-users-col {
        padding-top: 0
    }
}

@media (min-width:80em) {
    .footer__menu-users-col {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.footer__menu-world-col {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media (min-width:43.75em) {
    .footer__menu-world-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:64em) {
    .footer__menu-world-col {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:80em) {
    .footer__menu-world-col {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.footer__menu-contacts-col {}

@media (min-width:43.75em) {
    .footer__menu-contacts-col {}
}

@media (min-width:64em) {
    .footer__menu-contacts-col {}
}

@media (min-width:80em) {
    .footer__menu-contacts-col {}
}

.footer__legal-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:64em) {
    .footer__legal-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.footer__feedback {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:64em) {
    .footer__feedback {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer__mobile-flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:43.75em) {
    .footer__mobile-flex-block {
        display: none
    }
}

.footer__mobile-link-list>div:last-child {
    margin-bottom: 20px
}

.footer__logo {
    color: #fff
}

.header-tab-block {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #cdd0d2
}

@media (min-width:43.75em) {
    .header-tab-block {
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
        margin: 30px 0
    }
}

@media (min-width:80em) {
    .header-tab-block {
        padding-top: 0;
        padding-bottom: 0
    }
}

.header-tab-block_empty {
    border-top: none
}

.header-tab-block__title {
    font-weight: 400;
    color: #9ba1a5
}

.header-tab-block__item {
    display: block;
    margin: 15px 0
}

.header-tab-block__item:last-child {
    margin-bottom: 0
}

.header-tab-block__item_icon {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 0
}

.header-tab-block__item_icon>a:after {
    display: none !important
}

.header-tab-banner {
    display: block
}

@media (min-width:43.75em) {
    .header-tab-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:64em) {
    .header-tab-banner {
        display: block
    }
}

.header-tab-banner__image-container {
    display: block;
    background-color: #cdd0d2;
    width: 100%
}

@media (min-width:43.75em) {
    .header-tab-banner__image-container {
        width: 50%
    }
}

@media (min-width:64em) {
    .header-tab-banner__image-container {
        width: 100%
    }
}

.header-tab-banner__image-padding {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 45%
}

.header-tab-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%
}

.header-tab-banner__content {
    display: block;
    padding: 20px 30px 100px;
    background-color: #f8f8f8;
    width: 100%
}

@media (min-width:43.75em) {
    .header-tab-banner__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 60px;
        width: 50%
    }
}

@media (min-width:64em) {
    .header-tab-banner__content {
        width: 100%;
        display: block;
        padding: 20px 30px
    }
}

.header-tab-banner__title {
    display: block
}

.header-tab-banner__description {
    display: block;
    margin-top: 5px;
    color: #666
}

.header-tab-quick {
    display: block;
    position: relative;
    background-color: #f8f8f8;
    border-top: 1px solid #cdd0d2;
    -webkit-animation: header-tab-quick .2s forwards;
    animation: header-tab-quick .2s forwards
}

.header-tab-quick:after {
    display: none !important
}

.header-tab-quick:first-child {
    border-top: 0
}

@media (min-width:64em) {
    .header-tab-quick {
        width: 33.33333%;
        border-top: 0;
        background-color: transparent
    }
}

.header-tab-quick__inner {
    height: 60px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:43.75em) {
    .header-tab-quick__inner {
        padding: 0 60px
    }
}

@media (min-width:64em) {
    .header-tab-quick__inner {
        display: block;
        height: auto;
        padding: 40px 55px;
        position: absolute;
        z-index: 10;
        color: #fff
    }
}

@media (min-width:80em) {
    .header-tab-quick__inner {
        padding: 60px 80px
    }
}

.header-tab-quick__bg {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 35%
}

@media (min-width:64em) {
    .header-tab-quick__bg {
        display: block
    }
}

.header-tab-quick__bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

@-webkit-keyframes header-tab-quick {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes header-tab-quick {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.site-header-tab {
    position: relative;
    z-index: 20;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:64em) {
    .site-header-tab {
        display: block
    }
}

.site-header-tab__back-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #cdd0d2
}

.site-header-tab__back-container>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.site-header-tab__back-container>div:nth-child(2) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: center
}

@media (min-width:80em) {
    .site-header-tab__back-container {
        display: none
    }
}

.site-header-tab__back-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: transparent
}

.site-header-tab__primary {
    margin-bottom: 15px
}

.site-header-tab__primary_padding {
    padding-bottom: 80px
}

@media (min-width:64em) {
    .site-header-tab__primary_padding {
        padding-bottom: 0
    }
}

.site-header-tab__column {
    width: 100%
}

@media (min-width:43.75em) {
    .site-header-tab__column {
        width: 50%
    }
}

@media (min-width:64em) {
    .site-header-tab__column {
        width: 37.5%
    }
}

@media (min-width:80em) {
    .site-header-tab__column {
        padding-top: 30px
    }
}

@media (min-width:80em) {
    .site-header-tab__column_first {
        width: 25%
    }
}

.site-header-tab__column_first>div {
    border-top: none
}

@media (min-width:80em) {
    .site-header-tab__column_rest {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 75%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.site-header-tab__column>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.site-header-tab__banner {
    margin-top: 15px
}

.site-header-tab__banner:after {
    display: none
}

@media (min-width:43.75em) {
    .site-header-tab__banner {
        margin-top: 40px
    }
}

@media (min-width:64em) {
    .site-header-tab__banner {
        margin: 30px 0 15px
    }
}

@media (min-width:80em) {
    .site-header-tab__banner {
        margin: 60px 0 15px
    }
}

.site-header-tab__quick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:64em) {
    .site-header-tab__quick {
        margin-top: -15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:80em) {
    .site-header-tab__brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 30px
    }
}

.site-header-tab__brand-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 40px);
    flex: 0 0 calc(50% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    text-align: center
}

@media (min-width:80em) {
    .site-header-tab__brand-links {
        margin-left: -20px;
        margin-right: -20px
    }
}

.site-header-tab__brand-links-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px
}

@media (min-width:80em) {
    .site-header-tab__brand-links-item {
        margin-bottom: 40px;
        padding: 0 20px
    }
}

.site-header-tab__brand-links-item:first-child {
    width: 100%
}

.site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link {
    height: 180px
}

@media (min-width:43.75em) {
    .site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link {
        height: 240px
    }
}

@media (min-width:80em) {
    .site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link {
        height: 280px
    }
}

@media (min-width:100em) {
    .site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link {
        height: 350px
    }
}

.site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link-title {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -2%
}

@media (min-width:43.75em) {
    .site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link-title {
        font-size: 35px;
        line-height: 40px
    }
}

.site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link-description {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

@media (min-width:43.75em) {
    .site-header-tab__brand-links-item:first-child .site-header-tab__brand-links-item-link-description {
        margin-top: 10px
    }
}

.site-header-tab__brand-links-item:last-child .site-header-tab__brand-links-item-link {
    background-color: #37434c
}

.site-header-tab__brand-links-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    background: #74A1BC 50%/cover no-repeat;
    color: #fff;
    height: 100%;
    min-height: 90px
}

@media (min-width:43.75em) {
    .site-header-tab__brand-links-item-link {
        padding: 15px 30px;
        height: 140px
    }
}

@media (min-width:80em) {
    .site-header-tab__brand-links-item-link {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:100em) {
    .site-header-tab__brand-links-item-link {
        padding-left: 60px;
        padding-right: 60px
    }
}

.site-header-tab__brand-links-item-link:after {
    display: none
}

.site-header-tab__brand-links-item-link-body {
    width: 100%
}

.site-header-tab__brand-links-item-link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px
}

@media (min-width:43.75em) {
    .site-header-tab__brand-links-item-link-title {
        font-size: 32px;
        line-height: 40px
    }
}

.site-header-tab__brand-links-item-link-title-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 54px;
    height: auto;
    margin-right: 10px
}

@media (min-width:43.75em) {
    .site-header-tab__brand-links-item-link-title-icon {
        width: 104px;
        margin-right: 15px
    }
}

.site-header-tab__brand-links-item-link-description {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid hsla(0, 0%, 100%, .5)
}

@media (min-width:43.75em) {
    .site-header-tab__brand-links-item-link-description {
        font-size: 15px;
        line-height: 20px
    }
}

.site-header-tab__brand-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:80em) {
    .site-header-tab__brand-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site-header-tab__brand-menu-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width:80em) {
    .site-header-tab__brand-menu-column+.site-header-tab__brand-menu-column {
        margin-left: 140px
    }
}

.site-header-tab__brand-menu-column:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:80em) {
    .site-header-tab__brand-links~.site-header-tab__brand-menu {
        margin-left: 150px
    }
}

@media (min-width:100em) {
    .site-header-tab__brand-links~.site-header-tab__brand-menu {
        margin-left: 190px
    }
}

.header-menu-tab {
    position: relative;
    z-index: 10;
    height: 100%;
    background-color: #fff
}

.header-menu-tab__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    height: 60px;
    border-bottom: 1px solid #cdd0d2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-menu-tab__item:after {
    display: none !important
}

.transition-header-menu-leave-active {
    -webkit-animation: site-header-menu_out .25s ease-out !important;
    animation: site-header-menu_out .25s ease-out !important
}

.site-header-menu {
    position: relative;
    height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff
}

@media (min-width:80em) {
    .site-header-menu {
        height: calc(100vh - 80px);
        -webkit-animation: site-header-menu_desktop .25s ease-out forwards;
        animation: site-header-menu_desktop .25s ease-out forwards;
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
}

.site-header-menu__tab {
    position: relative;
    z-index: 20;
    padding-bottom: 20px
}

@media (min-width:64em) {
    .site-header-menu__tab {
        padding-bottom: 0;
        min-height: auto
    }
}

.site-header-menu__menu {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation: site-header-menu_mobile .45s ease-out forwards;
    animation: site-header-menu_mobile .45s ease-out forwards
}

@media (min-width:64em) {
    .site-header-menu__menu {
        height: auto
    }
}

@media (min-width:80em) {
    .site-header-menu__menu {
        display: none
    }
}

.site-header-menu__menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 15;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.site-header-menu__menu_hidden:after {
    opacity: 1
}

.site-header-menu__menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: opacity .6s, visibility .6s;
    transition: opacity .6s, visibility .6s
}

.site-header-menu__menu-overlay_visible {
    opacity: 1;
    visibility: visible
}

@media (min-width:80em) {
    .site-header-menu__menu-overlay {
        display: none
    }
}

.site-header-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #06445c;
    opacity: 0;
    cursor: pointer;
    -webkit-animation: site-header-menu__overlay .5s forwards;
    animation: site-header-menu__overlay .5s forwards
}

.transition-header-tab-enter-active {
    -webkit-animation: site-header-menu-tab_mobile .5s;
    animation: site-header-menu-tab_mobile .5s
}

@media (min-width:80em) {
    .transition-header-tab-enter-active {
        -webkit-animation: keyframes-noop .01s;
        animation: keyframes-noop .01s
    }
}

.transition-header-tab-leave-active {
    animation: site-header-menu-tab_mobile .5s reverse
}

@media (min-width:80em) {
    .transition-header-tab-leave-active {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes keyframes-noop {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes keyframes-noop {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes site-header-menu_out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }
}

@keyframes site-header-menu_out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }
}

@-webkit-keyframes site-header-menu-tab_mobile {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes site-header-menu-tab_mobile {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes site-header-menu_mobile {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes site-header-menu_mobile {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes site-header-menu_desktop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes site-header-menu_desktop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes site-header-menu__overlay {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes site-header-menu__overlay {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.site-header {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.site-header__nav {
    position: relative;
    height: 60px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 20
}

@media (min-width:80em) {
    .site-header__nav {
        height: 130px;
    }
}

.site-header__nav:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: unset;
}

.site-header__nav_color_white {
    /*color:#fff*/
}

/*.site-header__nav_color_white:after{background-color:hsla(0,0%,100%,.2)}*/
.site-header__nav_color_white .hamburger-inner {
    background-color: transparent
}

.site-header__nav_background-color_white,
.site-header__nav_color_white .hamburger-inner:after,
.site-header__nav_color_white .hamburger-inner:before {
    background-color: #fff
}

.site-header__nav_background-color_transparent .site-header__logo-icon {
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.site-header__nav:hover,
.site-header__nav_color_black,
.site-header__nav_open {
    color: #06445c;
    background-color: #fff
}

.site-header__nav:hover .site-header__logo-icon,
.site-header__nav_color_black .site-header__logo-icon,
.site-header__nav_open .site-header__logo-icon {
    color: #06445c
}

.site-header__nav:hover .hamburger-inner,
.site-header__nav_color_black .hamburger-inner,
.site-header__nav_open .hamburger-inner {
    background-color: transparent
}

.site-header__nav:hover .hamburger-inner:after,
.site-header__nav:hover .hamburger-inner:before,
.site-header__nav_color_black .hamburger-inner:after,
.site-header__nav_color_black .hamburger-inner:before,
.site-header__nav_open .hamburger-inner:after,
.site-header__nav_open .hamburger-inner:before {
    background-color: #000
}

,
.site-header__nav_color_black:after,
.site-header__nav_open:after {
    background-color: rgba(0, 0, 0, .2)
}

.site-header__nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.site-header__nav-items {
    height: 100%
}

.site-header__nav-item {
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.site-header__nav-item_mobile {
    display: block
}

@media (min-width:80em) {
    .site-header__nav-item_mobile {
        display: none !important
    }
}

.site-header__nav-item_desktop {
    display: none
}

@media (min-width:80em) {
    .site-header__nav-item_desktop {
        display: block;
        margin: 0 5px;
        font-weight: bold;
    }
}

.site-header__nav-item>span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}

.site-header__nav-item:after {
    display: none
}

@media (min-width:80em) {
    .site-header__nav-item:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        background-color: #06445c
    }

    .site-header__nav-item:hover:after,
    .site-header__nav-item_active:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .site-header__nav-item+.site-header__nav-item {}
}

@media (min-width:80em) and (min-width:100em) {
    .site-header__nav-item+.site-header__nav-item {}
}

.site-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

.site-header__logo:after {
    display: none
}

.site-header__logo>svg {
    width: 50px
}

@media (min-width:80em) {
    .site-header__logo>svg {
        width: 70px
    }
}

@media (min-width:100em) {
    .site-header__logo>svg {
        width: auto
    }
}

.site-header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px
}

.site-header__actions-item {
    margin-left: 20px
}

.site-header-scroll__absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010
}

.site-header-scroll__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .3s ease-out, visibility 1s, -webkit-transform .15s ease-out;
    transition: opacity .3s ease-out, visibility 1s, -webkit-transform .15s ease-out;
    transition: transform .15s ease-out, opacity .3s ease-out, visibility 1s;
    transition: transform .15s ease-out, opacity .3s ease-out, visibility 1s, -webkit-transform .15s ease-out;
    visibility: hidden;
    z-index: 9999;
    opacity: 1
}

.site-header-scroll__fixed_show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.site-header-scroll__fixed_initial-position {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0
}

.cookie-consent {
    left: 0;
    right: 0;
    bottom: 0
}

.cookie-consent-transition-leave-active {
    -webkit-transition: -webkit-transform .75s;
    transition: -webkit-transform .75s;
    transition: transform .75s;
    transition: transform .75s, -webkit-transform .75s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, 0, 1);
    transition-timing-function: cubic-bezier(.75, 0, 0, 1)
}

.cookie-consent-transition-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.cookie-consent {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #f8f8f8;
    -webkit-box-shadow: 0 -5px 20px -10px rgba(5, 20, 31, .35);
    box-shadow: 0 -5px 20px -10px rgba(5, 20, 31, .35)
}

.cookie-consent__body {
    margin: 0 auto;
    max-width: 1460px
}

.cookie-consent__message {
    font-size: 14px
}

@media (min-width:64em) {
    .cookie-consent__message {
        margin-right: 10%
    }
}

.cookie-consent__message a {
    font-weight: 700;
    text-decoration: underline
}

.cookie-consent__message a:after {
    display: none
}

.cookie-consent__button {
    text-align: center
}

.cookie-consent__button .button {
    width: 140px
}

.online-survey {
    left: 0;
    right: 0;
    bottom: 0
}

.online-survey-transition-leave-active {
    -webkit-transition: -webkit-transform .75s;
    transition: -webkit-transform .75s;
    transition: transform .75s;
    transition: transform .75s, -webkit-transform .75s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, 0, 1);
    transition-timing-function: cubic-bezier(.75, 0, 0, 1)
}

.online-survey-transition-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.online-survey {
    position: fixed;
    z-index: 9998;
    width: 100%;
    background: #f8f8f8;
    -webkit-box-shadow: 0 -5px 20px -10px rgba(5, 20, 31, .35);
    box-shadow: 0 -5px 20px -10px rgba(5, 20, 31, .35)
}

.online-survey__body {
    margin: 0 auto;
    max-width: 1460px
}

.online-survey__message {
    font-size: 14px
}

@media (min-width:64em) {
    .online-survey__message {
        margin-right: 10%
    }
}

.online-survey__message a {
    font-weight: 700;
    text-decoration: underline
}

.online-survey__message a:after {
    display: none
}

.online-survey__button {
    text-align: center
}

.online-survey__button .button {
    width: 260px;
    margin-left: 10px
}

.page-wrapper {
    height: 100%
}

.page-wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    width: 80%;
    margin-left: 20%;
    position: relative;
}

.page-wrapper__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html.pdf-html {
    margin: 0;
    padding: 0;
    width: 100%
}

body.pdf-body {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pdf-page {
    font: normal 400 16px/1.25 PT Sans, Arial Narrow, sans-serif;
    color: #06445c
}

.pdf-page--with-top-margin {
    margin-top: 20px !important
}

.pdf-page h1,
.pdf-page h2,
.pdf-page h3 {
    font-family: Museo, PT Sans, Arial Narrow, sans-serif
}

.pdf-page h1 {
    font-size: 1.875em
}

.pdf-page h1.is-huge {
    font-size: 2.5em
}

.pdf-page h2 {
    padding-bottom: .5em;
    border-bottom: 2px solid #06445c;
    font-size: 1.5em
}

.pdf-page h2.is-plain {
    padding-bottom: 0;
    border-bottom: 0
}

.pdf-page h2.is-inherit {
    font-size: inherit
}

.pdf-page h3 {
    margin-bottom: .5em;
    font-size: 1.25em
}

.pdf-page img {
    display: block
}

.pdf-page img.pdf-page-header__title-label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    margin-bottom: -5px
}

.pdf-page table {
    margin: 0;
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font: inherit;
    background: #fff
}

.pdf-page table tbody tr,
.pdf-page table thead tr {
    border: 0 !important
}

.pdf-page table tr td,
.pdf-page table tr th {
    padding: 0;
    border: 0;
    text-align: left;
    font: inherit;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: none
}

.pdf-page table tr td div+div,
.pdf-page table tr th div+div {
    margin-top: 0
}

.pdf-page table tr th {
    font-weight: 700
}

.pdf-page .dot {
    display: block;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #06445c;
    border-radius: 3px
}

.pdf-page-large {
    font-size: 1.125em
}

.pdf-page-huge {
    font-size: 1.5em
}

.pdf-page-gray {
    color: #cdd0d2
}

.pdf-page-header,
.pdf-page-header_inner {
    page-break-before: always
}

.pdf-page-header_inner .pdf-page-header__logo {
    width: 50px
}

.pdf-page-header_inner .pdf-page-header__title {
    margin: 0 0 0 15px
}

.pdf-page-header_inner .pdf-page-header__right {
    text-align: right
}

.pdf-page-header_credit {
    margin-bottom: 0
}

.pdf-page-header_credit .pdf-page-header__bottom {
    padding-top: 20px
}

.pdf-page-header table {
    margin: 0;
    height: 50px
}

.pdf-page-header td {
    vertical-align: middle
}

.pdf-page-header td.valign-top {
    vertical-align: top
}

.pdf-page-header__logo {
    color: #06445c
}

.pdf-page-header__logo_short {
    width: 80px
}

.pdf-page-header__logo_black {
    color: #06445c
}

.pdf-page-header__logo-img {
    display: block;
    width: 80px
}

.pdf-page-header__model {
    width: 100%
}

.pdf-page-header__model-item {
    padding-left: 10px
}

.pdf-page-header__model-item img {
    margin-left: auto;
    margin-right: 15px
}

.pdf-page-header__img_half {
    width: 50%
}

.pdf-page-header__img_third {
    width: 33.33333%
}

.pdf-page-header__img-item {
    height: 50px;
    margin-left: auto
}

.pdf-page-header__img-item_big {
    height: 120px
}

.pdf-page-header__img-item_large {
    height: 240px
}

.pdf-page-header__img-item_full {
    width: 100%;
    height: auto
}

.pdf-page-header__price .pdf-page-header__title {
    text-align: right
}

.pdf-page-header__title {
    margin-top: 20px;
    color: #06445c
}

.pdf-page-header__title_odd {
    margin: 0 0 5px
}

.pdf-page-header__title-row {
    display: block;
    margin-top: 5px
}

.pdf-page-header__subtitle {
    padding: 5px 0 0 !important;
    border: 0 !important;
    font-weight: 400;
    color: #06445c
}

.pdf-page-header__subtitle_big {
    font-size: 1.125em
}

.pdf-page-header__caption {
    padding: 0 0 0 5px !important;
    border: 0 !important;
    color: #06445c
}

.pdf-page-header__bottom {
    height: 100%
}

.pdf-page-header__value-body {
    text-align: right
}

.pdf-page-header__text {
    padding-right: 40px;
    color: #06445c
}

.pdf-page-descr {
    padding: .75em 0 1.5em
}

.pdf-page-descr td {
    width: 33.33%
}

.pdf-page-descr__title {
    margin-bottom: .5em;
    font-weight: 700;
    font-size: 13px
}

.pdf-page-descr__section {
    padding-right: 15px
}

.pdf-page-descr__section+.pdf-page-descr__section {
    margin-top: .5em;
    padding-top: .5em;
    border-top: 2px dotted #cdd0d2
}

.pdf-page-descr__section-title {
    margin-bottom: .5em;
    font-weight: 700
}

.pdf-page-descr__section p {
    margin: 0;
    padding: 0
}

.pdf-page-descr__section p+.pdf-page-descr__section p {
    margin-top: .5em
}

.pdf-page-descr__section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 33.33%;
    display: inline-block;
    vertical-align: top
}

.pdf-page-descr__section ul li {
    display: block;
    position: relative;
    vertical-align: middle;
    padding: 0 10px
}

.pdf-page-descr__section ul li:before {
    position: absolute;
    top: .575em;
    left: 0;
    width: 3px;
    height: 3px;
    background: #06445c;
    border-radius: 50%;
    content: ""
}

.pdf-page-options {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #cdd0d2;
    page-break-inside: avoid
}

.pdf-page-options__title {
    margin-bottom: .4em;
    font-weight: 700
}

.pdf-page-options td {
    width: 50%
}

.pdf-page-options ul {
    margin: 0 30px 0 1.5em;
    padding: 0
}

.pdf-page-options li {
    margin: 0;
    padding: 0 0 2px
}

.pdf-page-config+.pdf-page-config {
    margin-top: 20px;
    padding-top: 8px;
    border-top: 2px solid #06445c
}

.pdf-page-config td,
.pdf-page-config th {
    width: 50%
}

.pdf-page-config__left table {
    width: 90%
}

.pdf-page-config__params thead tr th {
    padding-bottom: 8px;
    border-bottom: 2px solid #cdd0d2
}

.pdf-page-config__params tbody tr td,
.pdf-page-config__params tbody tr th {
    padding: .5em 0;
    border-bottom: 1px solid #cdd0d2
}

.pdf-page-config__colors tbody tr td,
.pdf-page-config__colors tbody tr th {
    padding: 0;
    border: 0;
    width: auto
}

.pdf-page-config__colors tbody tr th {
    width: 100%
}

.pdf-page-config__colors-image {
    display: block;
    margin-right: .5em;
    width: 16px;
    height: 16px
}

.pdf-page-config__colors-name {
    width: 100% !important
}

.pdf-page-config__colors figure {
    display: block;
    margin: 0 .5em 0 0;
    width: 16px;
    height: 16px;
    background: 50%/cover no-repeat;
    border-radius: 100%
}

.pdf-page-section {
    margin-bottom: 20px;
    margin-top: -15px
}

.pdf-page-section__title {
    margin: 0 0 .5em
}

.pdf-page-section h1 {
    padding-top: 10px
}

.pdf-page-section h1.is-plain {
    padding-top: 0
}

.pdf-page-summary {
    border-top: 2px solid #06445c
}

.pdf-page-summary table td+td table {
    margin-left: auto
}

.pdf-page-summary table table {
    width: 95%
}

.pdf-page-summary table table tr td,
.pdf-page-summary table table tr th {
    padding: .5em 0;
    width: 50%;
    border-bottom: 1px solid rgba(5, 20, 31, .2)
}

.pdf-page-separator {
    margin-top: 1.5em;
    border-top: 2px dotted #cdd0d2;
    color: #697279;
    text-align: center;
    page-break-after: always;
    page-break-inside: avoid
}

.pdf-page-separator_begin {
    page-break-after: avoid
}

.pdf-page-separator span {
    display: inline-block;
    position: relative;
    top: -.75em;
    padding: 0 1em;
    background: #fff;
    line-height: 1;
    white-space: nowrap
}

.pdf-page-disclamer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #06445c
}

.pdf-page-disclamer_plain {
    border-top: 0
}

.pdf-page-disclamer p {
    margin: 0 0 1em
}

.pdf-page-disclamer p:last-of-type {
    margin: 0
}

.pdf-page-disclamer ul {
    margin: 0 0 1em 1.25em;
    padding: 0
}

.pdf-page-banks {
    margin-top: 40px
}

.pdf-page-banks__title {
    margin-bottom: 15px
}

.pdf-page-banks__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.pdf-page-footer {
    padding-bottom: 20px;
    font-size: 10px
}

.pdf-page-images {
    margin: 20px -10px
}

.pdf-page-images table tr td {
    padding: 0 10px
}

.page-tsr {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    min-height: 200px;
    background: #bb162b;
    color: #fff
}

.page-tsr.is-odd {
    margin-top: 0;
    margin-bottom: 0
}

.page-tsr__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    z-index: 2
}

.page-tsr .button {
    width: 100%;
    color: #fff;
    border-color: #fff
}

.page-tsr .button:hover {
    background: #fff;
    border-color: #fff;
    color: #bb162b
}

.page-tsr figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 40px auto 0;
    max-width: 360px
}

.page-tsr figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.page-tsr figure.page-tsr__bg {
    position: relative;
    margin: 10px -30px -30px;
    height: 200px;
    max-width: none;
    background: 0 100% no-repeat;
    background-size: auto 100%
}

.page-tsr.is-beige {
    background: #f8f8f8;
    color: #06445c
}

.page-tsr.is-beige .button {
    color: #06445c;
    border-color: #06445c
}

.page-tsr.is-beige .button:hover {
    background: #bb162b;
    border-color: #bb162b;
    color: #fff
}

@media (min-width:30em) {
    .page-tsr figure.page-tsr__bg {
        left: 0;
        background-position: 100% 50%
    }
}

@media (min-width:43.75em) {
    .page-tsr {
        padding-left: 55px;
        padding-right: 55px
    }

    .page-tsr,
    .page-tsr figure.page-tsr__bg {
        margin-left: -55px;
        margin-right: -55px
    }
}

@media (min-width:64em) {
    .page-tsr {
        margin-left: 0;
        margin-right: 0;
        padding-left: 110px;
        padding-right: 60px
    }

    .page-tsr__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .page-tsr .button {
        width: 180px
    }

    .page-tsr figure {
        margin-left: 30px
    }

    .page-tsr figure.page-tsr__bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        height: auto
    }
}

.block-underline {
    border-top: 1px solid #cdd0d2
}

.breadcrumb-back {
    margin-left: -16px
}

.breadcrumb-back svg {
    margin-right: -2px;
    width: 18px;
    height: 18px
}

.breadcrumbs {
    list-style: none;
    color: #697279;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

@media (min-width:64em) {
    .breadcrumbs {
        display: block
    }
}

.breadcrumbs-beige .breadcrumbs {
    color: #f8f8f8
}

.breadcrumbs-beige .breadcrumbs__item:after,
.breadcrumbs-beige .breadcrumbs__item:before {
    background-color: #f8f8f8
}

.breadcrumbs-white .breadcrumbs {
    color: #fff
}

.breadcrumbs-white .breadcrumbs__item:after,
.breadcrumbs-white .breadcrumbs__item:before {
    background-color: #fff
}

.breadcrumbs__item {
    display: inline-block;
    position: relative
}

.breadcrumbs__item:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2.8px;
    bottom: 0
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #697279;
    left: 0;
    margin-top: auto;
    margin-bottom: auto
}

.breadcrumbs__item:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: -2.8px
}

.breadcrumbs__item:first-child:after,
.breadcrumbs__item:first-child:before {
    width: 0;
    height: 0
}

.breadcrumbs__item:first-child {
    padding-left: 0
}

.breadcrumbs__item:last-child {
    padding-right: 0
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #06445c
}

.hamburger-box {
    width: 20px;
    height: 10px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 20px;
    height: 2px;
    background-color: #06445c;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -4px
}

.hamburger-inner:after {
    bottom: -4px
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger-inner {
    background-color: transparent;
    -webkit-transition: background-color .05s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1);
    transition: background-color .05s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1);
    transition: transform .15s cubic-bezier(.215, .61, .355, 1), background-color .05s;
    transition: transform .15s cubic-bezier(.215, .61, .355, 1), background-color .05s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1)
}

.is-active .hamburger-inner {
    -webkit-transition-duration: .12s;
    transition-duration: .12s
}

.button-basket {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #f8f8f8;
    color: #06445c
}

.button-basket_added {
    background-color: #06445c;
    color: #fff
}

.button-basket__icon {
    display: block;
    position: relative;
    margin-left: -2px;
    cursor: pointer
}

.button-icon {
    vertical-align: middle
}

.sk-circle {
    margin: 100px auto;
    width: 60px;
    height: 60px;
    position: relative
}

.sk-circle_inline {
    width: 20px;
    height: 20px;
    margin: 0
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s ease-in-out infinite both;
    animation: sk-circleBounceDelay 1.2s ease-in-out infinite both
}

.sk-circle_white .sk-child:before {
    background-color: #fff
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.button-favorites {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button-favorites__icon {
    display: block;
    cursor: pointer
}

.button-favorites__icon_active {
    fill: #06445c
}

.button-favorites__icon_active path {
    stroke: #06445c
}

.button-favorites__text {
    margin-left: 10px
}

.button-icon {
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    margin-left: 10px
}

.button-text {
    padding: 0
}

.button-text svg {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.button-text:after {
    content: none
}

.button-text:hover {
    font-weight: 700
}

.button-text_inverted {
    color: #fff
}

.button-text_info:hover {
    font-weight: 500
}

.button-text_info:hover svg {
    fill: #06445c;
    color: #fff
}

.button-text_info:hover svg circle:first-child {
    color: #06445c
}

.button-text_inverted.button-text_info:hover svg {
    fill: #fff;
    color: #06445c
}

.button-text_inverted.button-text_info:hover svg circle:first-child {
    color: #fff
}

.button,
.button-inverted {
    box-shadow: 0 4px 4pxrgba(0, 0, 0, .25);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1 !important;
    text-align: center;
    -webkit-transition: color .3s ease, background-color .3s ease, border .3s ease;
    transition: color .3s ease, background-color .3s ease, border .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.button-inverted:after,
.button:after {
    display: none !important
}

@media (min-width:43.75em) {

    .button,
    .button-inverted {
        padding: 0 30px
    }
}

.button-border,
.button-inverted-border {
    border: 1px solid
}

.button-border:hover,
.button-inverted-border:hover {
    border: 1px solid #06445c
}

.button-inverted_primary,
.button_primary {
    background: #74A1BC;
    border: 1px solid #74A1BC;
    color: #fff
}

.button-inverted_secondary,
.button_secondary {
    background-color: transparent;
    border: 1px solid #06445c;
    color: #06445c
}

.button-inverted_secondary[disabled],
.button_secondary[disabled] {
    background-color: transparent
}

.button-inverted_white,
.button_white {
    background: #fff;
    border: 1px solid #fff;
    color: #06445c
}

.button-inverted_small,
.button_small {
    height: 40px
}

@media (min-width:43.75em) {

    .button-inverted_fixed-width,
    .button_fixed-width {
        width: 290px
    }
}

@media (min-width:64em) {

    .button-inverted_fixed-width-desktop,
    .button_fixed-width-desktop {
        width: 290px
    }
}

.button-inverted_short,
.button_short {
    min-width: 240px
}

@media (min-width:43.75em) {

    .button-inverted_short,
    .button_short {
        width: auto
    }
}

@media (min-width:43.75em) {

    .button-inverted_fw,
    .button_fw {
        min-width: 290px
    }
}

.button-inverted_min-width,
.button_min-width {
    min-width: 240px
}

.button-inverted:hover .button-inverted__span-after:after,
.button-inverted:hover .button__span-after:after,
.button:hover .button-inverted__span-after:after,
.button:hover .button__span-after:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.button-inverted__span-after,
.button__span-after {
    position: relative
}

.button-inverted__span-after:after,
.button__span-after:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    will-change: transform;
    pointer-events: none
}

.button-inverted_full,
.button_full {
    width: 100%
}

@media (min-width:43.75em) {

    .button-inverted_full,
    .button_full {
        width: 100%
    }
}

.button-inverted[disabled],
.button[disabled] {
    background-color: #9ba1a5;
    border-color: #9ba1a5;
    color: #cdd0d2;
    cursor: default;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.button--transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.button--transparent-dark {
    background-color: transparent;
    color: #37434c;
    border: 1px solid #37434c
}

.button--transparent-dark:hover,
.button--transparent:hover {
    color: #fff
}

@media (min-width:43.75em) {
    .button_fixed-width {
        max-width: 290px
    }
}

@media (min-width:64em) {
    .button_fixed-width-pc {
        max-width: 290px
    }
}

.button_iconed {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-tsr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 30px
}

@media (min-width:30em) {
    .catalog-tsr {
        margin-bottom: 40px
    }
}

.catalog-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 12px 20px
}

.catalog-element+.catalog-element:before {
    display: block;
    margin: 0 -30px 20px;
    border-top: 20px solid #f8f8f8;
    content: ""
}

.catalog-element.swiper-slide:before {
    display: none !important
}

.catalog-element figure {
    display: block;
    position: relative;
    margin: 0;
    padding-bottom: 56.17978%;
    overflow: hidden
}

.catalog-element figure img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.catalog-element__descr h3 {
    margin-bottom: 10px
}

.catalog-element__params div+div {
    margin-top: 5px
}

@media (min-width:64em) {
    .catalog-element__params div+div {
        margin: 0
    }
}

.catalog-element__price {
    margin-top: 10px
}

.catalog-element__price strong {
    margin-right: 10px
}

.catalog-element__price span {
    display: inline-block
}

.catalog-element__counter {
    margin-top: 10px
}

@media (min-width:43.75em) {
    .catalog-element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-bottom: 40px
    }

    .catalog-element+.catalog-element:before {
        display: none
    }

    .view-list .catalog-element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        position: relative;
        padding: 30px 0
    }

    .view-list .catalog-element+.catalog-element {
        border-top: 1px solid #cdd0d2
    }

    .view-list .catalog-element__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 30px;
        width: 240px
    }

    .view-list .catalog-element__descr {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative
    }
}

@media (min-width:64em) {
    .catalog-element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        padding: 20px 20px 40px
    }

    .view-list .catalog-element__descr {
        padding-right: 200px
    }

    .view-list .catalog-element__price {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        width: 160px
    }

    .view-list .catalog-element__price span {
        display: block
    }
}

@media (min-width:80em) {
    .catalog-element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

.catalog-carousel {
    margin: 0 -30px;
    padding: 0 30px;
    overflow: hidden
}

.catalog-carousel .swiper-container {
    overflow: visible
}

@media (min-width:43.75em) {
    .catalog-carousel .swiper-container {
        overflow: hidden
    }
}

.catalog-carousel .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-carousel__header {
    border-bottom: 2px solid #06445c
}

@media (min-width:30em) {
    .catalog-carousel__header {
        border-bottom-color: #cdd0d2
    }
}

.catalog-carousel__header__descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:43.75em) {
    .catalog-carousel__header__descr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.catalog-carousel__header__counter {
    display: none;
    margin-left: 20px
}

@media (min-width:30em) {
    .catalog-carousel__header__counter {
        display: inline
    }
}

.catalog-carousel__header__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    padding-bottom: 5px
}

@media (min-width:43.75em) {
    .catalog-carousel__header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.catalog-carousel__header__nav div {
    outline: 0 none;
    cursor: pointer;
    -webkit-transition: color 1s ease-out;
    transition: color 1s ease-out
}

.catalog-carousel__header__nav div.button-catalog-carousel-next {
    margin-left: 10px
}

.catalog-carousel__header__nav div svg {
    display: block
}

.catalog-carousel__header__nav div:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    color: #bb162b
}

.catalog-carousel__header__nav div.swiper-button-disabled {
    color: #9ba1a5;
    cursor: default;
    -webkit-transition: color 1s ease-out;
    transition: color 1s ease-out
}

.catalog-carousel .catalog-items {
    margin: 0
}

@media (min-width:43.75em) {
    .catalog-carousel .catalog-items {
        margin: 0 -12px
    }
}

@media (min-width:64em) {
    .catalog-carousel .catalog-items {
        margin: 0 -20px
    }
}

.catalog-carousel .catalog-element {
    padding: 0 0 60px
}

@media (min-width:43.75em) {
    .catalog-carousel .catalog-element {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:64em) {
    .catalog-carousel .catalog-element {
        padding-left: 20px;
        padding-right: 20px
    }
}

.g-container {
    max-width: 1340px;
    margin: 0 auto
}

.g-container_thin {
    max-width: 840px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown__document {
    left: 4px
}

.dropdown__arrow,
.dropdown__document {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.dropdown__arrow {
    left: 4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .2s;
    transition: .2s;
    right: 0;
    left: auto
}

.dropdown__dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: inherit
}

.dropdown__content {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 217px;
    border: 1px solid #cdd0d2;
    z-index: 1
}

.dropdown__content a {
    color: #000;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    display: block
}

.dropdown__content a:hover {
    color: #bb162b
}

.dropdown:hover .dropdown__content {
    display: block
}

.dropdown:hover .dropdown__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.button-icon__icon {
    -webkit-transition: all .2s;
    transition: all .2s
}

.button-icon__icon_gray:hover {
    color: #06445c
}

.button-icon__icon_white {
    opacity: .6
}

.button-icon__icon_white:hover {
    opacity: 1
}

.file-download__arrow {
    position: relative;
    top: 3px;
    margin-left: 5px
}

.file-download__arrow,
.file-download__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.file-download__icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 10px
}

.file-download__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px
}

body.is-files-dropdown-opened {
    overflow: hidden
}

@media (min-width:43.75em) {
    body.is-files-dropdown-opened {
        overflow: visible;
        overflow: initial
    }
}

.files-dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 89;
    padding: 11px 0
}

.files-dropdown li,
.files-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.files-dropdown li+li {
    margin-top: 15px
}

.files-dropdown svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.files-dropdown svg.at-right {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.files-dropdown__items {
    position: fixed;
    z-index: 9990;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 20, 31, .8);
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.files-dropdown__items ul {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 20px;
    border-radius: 10px 10px 0 0
}

.files-dropdown__items ul a {
    cursor: pointer
}

.files-dropdown__items button {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid #06445c
}

.files-dropdown.is-opened {
    z-index: 450
}

.files-dropdown.is-opened .files-dropdown__items {
    opacity: 1;
    visibility: visible
}

.files-dropdown.is-opened svg.at-right {
    top: 1px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:30em) {
    .files-dropdown {
        padding: 11px 0 0
    }

    .files-dropdown li+li {
        margin-top: 5px
    }

    .files-dropdown .files-dropdown__items {
        position: static;
        white-space: normal
    }

    .files-dropdown .files-dropdown__items ul {
        top: 100%;
        bottom: auto;
        left: 0;
        right: auto;
        padding: 20px 15px 20px 30px;
        min-width: calc(100% + 30px);
        border: 1px solid #cdd0d2;
        border-radius: 0
    }

    .files-dropdown .files-dropdown__items ul .files-dropdown__close {
        display: none
    }

    .files-dropdown_right .files-dropdown__items ul {
        left: auto;
        right: 0
    }

    .files-dropdown_bottom .files-dropdown__items ul {
        top: calc(100% + 10px);
        bottom: auto
    }
}

@media (min-width:64em) {
    .files-dropdown {
        padding: 0
    }

    .files-dropdown .files-dropdown__items {
        white-space: nowrap
    }
}

.find-dealer-link {
    position: relative;
    display: none
}

@media (min-width:64em) {
    .find-dealer-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.file-error {
    font-size: 12px;
    margin-top: 15px;
    color: #bb162b
}

.pStyle {
    color: #666;
    font-weight: 100;
    font-size: 12px;
    display: inline
}

.form-control-external_has-value .form-control-external__body {
    background: #f8f8f8
}

.form-control-external__body {
    padding: 20px 20px 10px;
    min-height: 90px;
    border: 1px solid #f8f8f8
}

.form-control-external__label-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

.form-control-external__label-icon:hover {
    color: #06445c
}

.form-control {
    position: relative
}

.form-control__error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #ea0029;
    text-transform: none
}

.form-control__error_external {
    margin-top: -15px;
    margin-bottom: -5px
}

.form-control__error_multiline {
    white-space: pre
}

.form-control input[type=checkbox],
.form-control input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0
}

.form-control input[type=checkbox]+label,
.form-control input[type=radio]+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer
}

.form-control input[type=checkbox]+label:hover:before,
.form-control input[type=radio]+label:hover:before {
    border-color: #06445c
}

.form-control input[type=checkbox]+label:after,
.form-control input[type=checkbox]+label:before,
.form-control input[type=radio]+label:after,
.form-control input[type=radio]+label:before {
    position: absolute;
    top: -1px;
    left: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-control input[type=checkbox]+label:before,
.form-control input[type=radio]+label:before {
    border: 1px solid #cdd0d2
}

.form-control input[type=checkbox]+label:after,
.form-control input[type=radio]+label:after {
    background: url(../i/check-black.svg) 50% no-repeat;
    background-size: 10px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.form-control input[type=checkbox]+label figure,
.form-control input[type=radio]+label figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.form-control input[type=checkbox]+label+.form-control__error,
.form-control input[type=radio]+label+.form-control__error {
    margin-top: 0;
    margin-left: 30px
}

.form-control input[type=checkbox]+label a,
.form-control input[type=radio]+label a {
    text-decoration: underline
}

.form-control input[type=checkbox]+label a:after,
.form-control input[type=radio]+label a:after {
    display: none
}

.form-control input[type=checkbox]+label a:hover,
.form-control input[type=radio]+label a:hover {
    text-decoration: none
}

.form-control input[type=checkbox]:checked+label:before,
.form-control input[type=radio]:checked+label:before {
    border-color: #06445c
}

.form-control input[type=checkbox]:checked+label:after,
.form-control input[type=radio]:checked+label:after {
    opacity: 1
}

.form-control input[type=checkbox]:disabled+label,
.form-control input[type=radio]:disabled+label {
    color: #9ba1a5;
    cursor: default
}

.form-control input[type=checkbox]:disabled+label:before,
.form-control input[type=radio]:disabled+label:before {
    background-color: #cdd0d2;
    border-color: #cdd0d2
}

.form-control input[type=radio]+label:before {
    border-radius: 100%
}

.form-control input[type=radio]+label:after {
    background: url(../i/check-circle.svg) 50% no-repeat
}

.form-control_timeslot input[type=radio]+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px 5px 0;
    padding: 10px 5px;
    background: #f8f8f8;
    cursor: pointer;
    text-align: center
}

.form-control_timeslot input[type=radio]+label:after,
.form-control_timeslot input[type=radio]+label:before {
    display: none
}

.form-control_timeslot input[type=radio]:checked+label {
    background: #06445c;
    color: #fff
}

.form-control_timeslot input[type=radio]:disabled+label {
    color: #cdd0d2
}

.form-control.has-color input[type=checkbox]+label,
.form-control.has-color input[type=radio]+label {
    padding-left: 0;
    line-height: 1.16667
}

.form-control.has-color input[type=checkbox]+label:before,
.form-control.has-color input[type=radio]+label:before {
    display: none
}

.form-control.has-color input[type=checkbox]+label:after,
.form-control.has-color input[type=radio]+label:after {
    top: 0;
    bottom: 0;
    width: 35px;
    height: auto;
    background-size: 14px;
    -webkit-transition: all 0s;
    transition: all 0s
}

.form-control.has-color input[type=checkbox]+label figure,
.form-control.has-color input[type=radio]+label figure {
    display: block;
    margin: 0 15px 0 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: 50% no-repeat;
    background-size: cover;
    border: 1px solid #cdd0d2;
    overflow: hidden
}

.form-control.has-color.is-disabled input[type=checkbox]+label:after,
.form-control.has-color.is-disabled input[type=radio]+label:after {
    left: 50%
}

.form-control.has-color.is-disabled input[type=checkbox].interior+label:after,
.form-control.has-color.is-disabled input[type=radio].interior+label:after {
    left: 7%
}

.form-control.has-color.is-disabled input[type=checkbox]+label:after,
.form-control.has-color.is-disabled input[type=radio]+label:after {
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 14px;
    height: 2px;
    background: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 1px 1px rgba(5, 20, 31, .2);
    box-shadow: 0 0 1px 1px rgba(5, 20, 31, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form-control.is-empty input+label figure {
    margin: 0 !important
}

.form-control_password,
.form-control_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 3px;
    height: 60px;
    border-bottom: 1px solid #cdd0d2
}

.form-control_password:after,
.form-control_text:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #06445c;
    z-index: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
    content: ""
}

.form-control_password input,
.form-control_text input {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0;
    height: 30px;
    width: 100%;
    border: 0;
    outline: 0 none
}

.form-control_password label,
.form-control_text label {
    position: absolute;
    z-index: 3;
    top: 32px;
    left: 0;
    right: 0;
    line-height: 20px;
    color: #697279;
    -webkit-transition: all .2s;
    transition: all .2s;
    pointer-events: none
}

.form-control_password.has-focus label,
.form-control_password.has-value label,
.form-control_text.has-focus label,
.form-control_text.has-value label {
    top: 5px;
    font-size: 12px
}

.form-control_password.has-focus:after,
.form-control_text.has-focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.form-control_password.has-error,
.form-control_text.has-error {
    margin-bottom: 44px;
    border-bottom-color: #ea0029
}

.form-control_password.has-error.mb-0,
.form-control_text.has-error.mb-0 {
    margin-bottom: 0
}

.form-control_password.has-error.is-external-error,
.form-control_password.has-error.is-outside-error,
.form-control_text.has-error.is-external-error,
.form-control_text.has-error.is-outside-error {
    margin-bottom: 20px
}

.form-control_password.has-error .form-control__error,
.form-control_text.has-error .form-control__error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.form-control_password.has-error .form-control__error_external,
.form-control_text.has-error .form-control__error_external {
    position: static;
    top: 0
}

.form-control_password.has-error .form-control__error_outside,
.form-control_text.has-error .form-control__error_outside {
    white-space: nowrap
}

.form-control_password.has-search input,
.form-control_password.has-search label,
.form-control_text.has-search input,
.form-control_text.has-search label {
    margin-left: 30px
}

.form-control_password.has-search svg,
.form-control_text.has-search svg {
    position: absolute;
    bottom: 10px;
    left: 3px;
    padding: 3px;
    color: #9ba1a5
}

.form-control_password.has-search svg.clear,
.form-control_text.has-search svg.clear {
    z-index: 4;
    left: auto;
    right: 0;
    cursor: pointer
}

.form-control_password.has-search-inv input,
.form-control_password.has-search-inv label,
.form-control_text.has-search-inv input,
.form-control_text.has-search-inv label {
    margin-left: 0
}

.form-control_password.has-search-inv svg,
.form-control_text.has-search-inv svg {
    left: auto;
    right: 3px
}

.form-control_password.has-search-inv svg.clear,
.form-control_text.has-search-inv svg.clear {
    margin-right: 25px
}

.form-control_password.has-search-inv .form-control-container,
.form-control_text.has-search-inv .form-control-container {
    padding-right: 40px
}

.form-control_password.has-clear svg,
.form-control_text.has-clear svg {
    position: absolute;
    bottom: 7px;
    left: 3px;
    padding: 3px;
    color: #9ba1a5
}

.form-control_password.has-clear svg.clear,
.form-control_text.has-clear svg.clear {
    z-index: 4;
    left: auto;
    right: 0;
    cursor: pointer
}

.form-control_password.text-align-center input,
.form-control_text.text-align-center input {
    text-align: inherit
}

.form-control__toggle-password {
    position: absolute;
    z-index: 3;
    top: 34px;
    right: 0;
    cursor: pointer
}

.form-control_password input {
    padding-right: 40px
}

.form-control_common {
    margin: 0;
    padding: 0;
    height: auto;
    border: 1px solid #cdd0d2
}

.form-control_common:after {
    display: none
}

.form-control_common input {
    padding: 0 10px;
    height: 38px
}

.form-control_transparent {
    border: 0
}

.form-control_textarea {
    height: auto
}

.form-control_textarea textarea {
    display: block;
    padding: 20px;
    width: 100%;
    border: 1px solid #cdd0d2;
    resize: none;
    outline: 0 none
}

.form-control.text-uppercase input {
    text-transform: uppercase
}

.form-control.text-uppercase input::-webkit-input-placeholder {
    text-transform: none
}

.form-control.text-uppercase input:-moz-placeholder,
.form-control.text-uppercase input::-moz-placeholder {
    text-transform: none
}

.form-control.text-uppercase input:-ms-input-placeholder {
    text-transform: none
}

.form-control__caption {
    margin-top: 5px;
    font-size: 12px;
    line-height: 125%;
    color: #9ba1a5
}

.form-control__caption~.form-control__error {
    margin-top: 20px
}

.form-control_quantity {
    margin: 0;
    padding: 0;
    height: 40px;
    border: 0
}

.form-control_quantity:after {
    display: none
}

.form-control_quantity input {
    padding: 0;
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    text-align: center
}

.form-control_checkbox.form-control.is-switch input[type=checkbox]+label {
    padding-left: 50px
}

.form-control_checkbox.form-control.is-switch input[type=checkbox]+label:before {
    border: 0;
    width: 40px;
    background: #cdd0d2;
    border-radius: 10px
}

.form-control_checkbox.form-control.is-switch input[type=checkbox]+label:after {
    top: 2px;
    left: 3px;
    background: #fff;
    opacity: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.form-control_checkbox.form-control.is-switch input[type=checkbox]:checked+label:before {
    background: #06445c
}

.form-control_checkbox.form-control.is-switch input[type=checkbox]:checked+label:after {
    margin-left: 20px
}

.form-control_checkbox.form-control.is-transparent input[type=checkbox]+label:before {
    border-width: 1px
}

.form-control_checkbox.form-control.is-transparent input[type=checkbox]+label:after {
    background-image: url(../i/check-black.svg)
}

.form-control_checkbox.form-control.is-transparent input[type=checkbox]:checked+label:before {
    background: #fff
}

.form-datepicker .form-control__error {
    margin-top: -15px
}

.mx-input {
    height: 40px;
    border: 1px solid #cdd0d2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #06445c;
    font-family: PT Sans, Helvetica Neue, Arial, sans-serif
}

.mx-datepicker.form-control_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.mx-datepicker.form-control_text .mx-input-wrapper {
    position: static;
    width: 100%
}

.mx-datepicker.form-control_text .mx-input {
    background: transparent;
    border-radius: 0;
    font-size: 100%;
    line-height: 1.15;
    color: #06445c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mx-datepicker.form-control_text .mx-icon-calendar {
    position: absolute;
    z-index: 3;
    top: 32px;
    left: 0;
    right: 0;
    line-height: 20px;
    color: #697279;
    -webkit-transition: all .2s;
    transition: all .2s;
    pointer-events: none;
    -webkit-transform: none;
    transform: none;
    font-size: inherit;
    font-style: normal
}

.mx-datepicker.form-control_text.has-focus .mx-icon-calendar,
.mx-datepicker.form-control_text.has-value .mx-icon-calendar {
    top: 5px;
    font-size: 12px
}

.mx-datepicker.form-control_text.black-active .mx-calendar {
    width: 280px
}

.mx-datepicker.form-control_text.black-active .mx-calendar-content .cell.active {
    background-color: #06445c;
    border-radius: 20px
}

.mx-datepicker.form-control_text.black-active .mx-calendar-content .cell:hover:not(.disabled):not(.active) {
    color: #ccc;
    border-radius: 20px
}

.mx-datepicker.form-control_text.black-active .mx-calendar-content .cell.today:not(.active) {
    color: #000;
    font-weight: 700
}

.mx-datepicker-popup {
    z-index: 800;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #cdd0d2;
    font: inherit;
    color: #06445c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mx-datepicker-content-wrapper {
    width: 330px;
    max-width: calc(100vw - 60px)
}

.mx-calendar {
    padding: 0
}

.mx-calendar-header {
    padding: 15px 10px;
    height: auto;
    background: #f8f8f8;
    line-height: 20px
}

.mx-calendar-header-label {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #06445c
}

.mx-calendar-header-label .mx-btn {
    font-weight: inherit;
    font-size: inherit;
    color: inherit
}

.mx-calendar-content {
    width: 100%;
    height: auto
}

.mx-calendar-content .cell:hover {
    background-color: hsla(0, 0%, 97.3%, .65)
}

.mx-calendar-content .cell.active {
    background-color: #bb162b
}

.mx-calendar .mx-table {
    margin: 0;
    border: 0
}

.mx-calendar .mx-table td {
    padding: 10px 0
}

.mx-calendar .mx-table-date td,
.mx-calendar .mx-table-date th {
    height: 20px;
    font-size: 15px;
    line-height: 20px
}

.mx-calendar .mx-table-date thead {
    background: #f8f8f8
}

.mx-calendar .mx-table-date thead th {
    padding-bottom: 15px;
    color: #cdd0d2;
    text-transform: capitalize
}

.mx-calendar .mx-table tr td:first-child,
.mx-calendar .mx-table tr th:first-child {
    padding-left: 0;
    text-align: center
}

.mx-calendar .mx-table tr td:last-child,
.mx-calendar .mx-table tr th:last-child {
    padding-right: 0;
    text-align: center
}

.mx-btn-icon-double-left,
.mx-btn-icon-double-right {
    display: none !important
}

.mx-btn-icon-left,
.mx-btn-icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../i/tick-left-2.svg) 50% no-repeat
}

.mx-btn-icon-left i,
.mx-btn-icon-right i {
    display: none
}

.mx-btn-icon-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mx-icon-calendar,
.mx-icon-clear {
    color: #06445c
}

.form__split-select .mx-datepicker {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.form-wrapper_black,
.form-wrapper_dark {
    background: #37434c;
    color: #fff
}

.form-wrapper_black .button,
.form-wrapper_dark .button {
    background: #fff;
    color: #06445c;
    border: 0
}

.form-wrapper_black .button:hover,
.form-wrapper_dark .button:hover {
    background: #bb162b;
    color: #fff
}

.form-wrapper_black .form-control_text:after,
.form-wrapper_dark .form-control_text:after {
    background-color: #cdd0d2
}

.form-wrapper_black .form-control input,
.form-wrapper_black .form-control select,
.form-wrapper_black .form-control textarea,
.form-wrapper_dark .form-control input,
.form-wrapper_dark .form-control select,
.form-wrapper_dark .form-control textarea {
    color: #fff
}

.form-wrapper_black .form-control input[type=checkbox]+label:before,
.form-wrapper_black .form-control input[type=radio]+label:before,
.form-wrapper_dark .form-control input[type=checkbox]+label:before,
.form-wrapper_dark .form-control input[type=radio]+label:before {
    border-color: #cdd0d2
}

.form-wrapper_black .form-control input[type=checkbox]+label:after,
.form-wrapper_black .form-control input[type=radio]+label:after,
.form-wrapper_dark .form-control input[type=checkbox]+label:after,
.form-wrapper_dark .form-control input[type=radio]+label:after {
    background-image: url(../i/check-black.svg)
}

.form-wrapper_black .form-control input[type=checkbox]:checked+label:before,
.form-wrapper_black .form-control input[type=radio]:checked+label:before,
.form-wrapper_dark .form-control input[type=checkbox]:checked+label:before,
.form-wrapper_dark .form-control input[type=radio]:checked+label:before {
    background-color: #fff;
    border-color: #fff
}

.form-wrapper_black {
    background: #06445c
}

.form-wrapper__body {
    margin: 0 auto;
    max-width: 840px
}

.form-wrapper fieldset,
.form-wrapper li,
.form-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0
}

.form-wrapper ul.form-fields .button {
    margin: 10px 0 20px;
    width: 290px;
    max-width: 100%
}

@media (min-width:43.75em) {
    .form-wrapper ul.form-fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -20px
    }

    .form-wrapper ul.form-fields li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: calc(50% - 40px);
        padding: 0 20px
    }
}

.button-icon__icon {
    -webkit-transition: all .2s;
    transition: all .2s
}

.button-icon__icon_gray:hover {
    color: #06445c
}

.button-icon__icon_white {
    opacity: .6
}

.button-icon__icon_white:hover {
    opacity: 1
}

.button-icon__icon_black {
    opacity: .7
}

.button-icon__icon_black:hover {
    opacity: 1
}

.feedback-link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 11px 0 0
}

@media (min-width:64em) {
    .feedback-link {
        margin: 0
    }
}

.feedback-link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width:80em) {
    .g-margin {
        margin-left: 220px;
        margin-right: 220px
    }
}

@media (min-width:100em) {
    .g-margin {
        margin-left: 300px;
        margin-right: 300px
    }
}

.nav-actions li,
.nav-actions ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-actions ul {
    margin: 0 -10px
}

.nav-actions li {
    padding: 0 10px
}

.nav-actions svg {
    display: block
}

.nav-link {
    font-weight: 700
}

.nav-link-button {
    padding: 0;
    margin: 0;
    position: relative
}

.nav-link-button:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-link-button:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #06445c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    will-change: transform;
    pointer-events: none
}

.hover-white:after {
    background-color: #fff
}

.navigation-tabs {
    overflow-y: hidden;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:64em) {
    .navigation-tabs {
        overflow-x: hidden;
        height: auto
    }
}

.navigation-tabs div:last-child {
    margin: 0
}

.navigation-tabs__item {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.navigation-tabs__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #bb162b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.navigation-tabs__item.active {
    font-weight: 700
}

.navigation-tabs__item.active:after,
.navigation-tabs__item:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.g-padding {
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:43.75em) {
    .g-padding {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:80em) {
    .g-padding {
        padding-left: 30px;
        padding-right: 30px
    }
}

.pagination {
    display: inline-block
}

.pagination__links-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.pagination__links-list li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px
}

.pagination__link {
    position: relative;
    cursor: pointer
}

.pagination__link.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: #ea0029
}

.pagination__button {
    cursor: pointer
}

.pagination__button.disabled {
    color: rgba(5, 20, 31, .5);
    cursor: default
}

.pagination__button--prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.progress-steps {
    height: 100px;
    overflow: hidden
}

.progress-steps.is-inner .g-padding {
    padding: 0
}

.progress-steps strong {
    display: block;
    margin-bottom: 10px;
    color: #bb162b
}

.progress-steps__wrap {
    height: 130px;
    overflow: auto;
    border-top: 1px solid #cdd0d2
}

@media (min-width:30em) {
    .progress-steps__wrap {
        border-top: 0
    }
}

.progress-steps__body li,
.progress-steps__body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.progress-steps__body ul {
    padding-right: calc(100vw - 290px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.progress-steps__body li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 260px;
    flex: 1 0 260px;
    position: relative;
    padding-top: 10px
}

.progress-steps__body li:after,
.progress-steps__body li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    content: "";
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out
}

.progress-steps__body li:before {
    background: #bb162b
}

.progress-steps__body li:after {
    background: #4ba29a
}

.progress-steps__body li.current {
    font-weight: 700;
    color: #06445c
}

.progress-steps__body li.current:before,
.progress-steps__body li.passed:after,
.progress-steps__body li.passed:before {
    width: 100%
}

.progress-steps__body li.passed strong {
    color: #4ba29a
}

@media (min-width:30em) {
    .progress-steps__body {
        border-top: 1px solid #cdd0d2
    }

    .progress-steps__body ul {
        width: auto !important;
        padding-right: 0
    }
}

@media (min-width:64em) {
    .progress-steps__body {
        width: auto
    }
}

.box-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    background: #f8f8f8;
    border-radius: 4px
}

.box-quantity__button {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 36px;
    height: 40px;
    cursor: pointer
}

.box-quantity__button_more:after {
    width: 2px;
    height: 12px
}

.box-quantity__button:after,
.box-quantity__button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #37434c;
    content: ""
}

.box-quantity__button:before {
    width: 12px;
    height: 2px
}

.box-quantity__control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 38px
}

.radio-toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.radio-toggle_on .radio-toggle__icon {
    color: #06445c
}

.showroom-fullscreen_bg .radio-toggle_on .radio-toggle__icon {
    border-color: #fff;
    color: #fff
}

.showroom-fullscreen_bg.showroom-fullscreen_interior .radio-toggle_on .radio-toggle__icon {
    border-color: #06445c;
    color: #06445c
}

@media (min-width:64em) {

    .showroom-fullscreen_bg.showroom-fullscreen_interior .radio-toggle_on .radio-toggle__icon,
    .showroom-fullscreen_interior .radio-toggle_on .radio-toggle__icon {
        border-color: #fff;
        color: #fff
    }
}

.radio-toggle__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #06445c;
    border-radius: 50%
}

.showroom-fullscreen_bg .radio-toggle__icon {
    border-color: #fff
}

.showroom-fullscreen_bg.showroom-fullscreen_interior .radio-toggle__icon {
    border-color: #06445c
}

@media (min-width:64em) {

    .showroom-fullscreen_bg.showroom-fullscreen_interior .radio-toggle__icon,
    .showroom-fullscreen_interior .radio-toggle__icon {
        border-color: #fff
    }
}

.radio {
    border-radius: 9999px;
    width: 20px;
    height: 20px;
    border: 1px solid #cdd0d2
}

.radio>svg {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px
}

.black.radio,
.black.radio--on {
    border-color: #06445c
}

.black.radio--on {
    color: #06445c
}

.white.radio,
.white.radio--on {
    border-color: #fff
}

.white.radio--on {
    color: #fff
}

.range-control {
    position: relative
}

.range-control_non-clickable {
    pointer-events: none
}

.range-control_disabled {
    opacity: .2
}

.range-control_percentage .range-control__values-item:after {
    content: "%"
}

.range-control_percentage .range-control__values-item[hidden] {
    visibility: hidden
}

.range-control__body {
    position: relative
}

.range-control__input {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #cdd0d2;
    padding: 0 20px;
    -moz-appearance: textfield
}

.range-control__input:focus {
    border-color: #06445c
}

.range-control__input::-webkit-inner-spin-button,
.range-control__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.range-control__values {
    margin-top: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 15px;
    color: #9ba1a5
}

.range-control__values,
.range-control__values-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.range-control .vue-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -10px
}

.range-control .vue-slider-rail {
    background: transparent
}

.range-control .vue-slider-dot-handle,
.range-control .vue-slider-process {
    background: #06445c
}

.range-control .vue-slider-dot-handle:after {
    display: none
}

.range-control .vue-slider-dot-tooltip-bottom {
    bottom: -10px
}

.range-slider .vue-slider-rail {
    background: #9ba1a5
}

.range-slider .vue-slider-dot-handle,
.range-slider .vue-slider-process {
    background: #06445c
}

.range-slider .vue-slider-dot-handle:after {
    background: rgba(5, 20, 31, .25)
}

.range-slider ul.flex {
    margin: 0 -10px;
    padding: 0;
    list-style: none
}

.range-slider ul.flex li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0;
    padding: 0 10px
}

.range-slider ul.flex li input {
    padding: 10px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(55, 67, 76, .6);
    outline: 0 none
}

.range-slider ul.flex li input::-webkit-inner-spin-button {
    display: none
}

.red-label {
    height: 20px;
    border-radius: 1px;
    line-height: 0
}

.multiselect {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0;
    font-size: inherit;
    color: #06445c
}

.multiselect.is-opened {
    z-index: 55
}

.multiselect--disabled {
    background: none
}

.multiselect .multiselect {
    width: 100%
}

.multiselect__error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #bb162b
}

.multiselect--disabled .multiselect__select,
.multiselect__select {
    top: 50%;
    bottom: 0;
    right: 25px;
    margin-top: -3px;
    padding: 0;
    width: 10px;
    height: 7px;
    background: url(../i/angle-down.svg) 0 50% no-repeat
}

.multiselect--disabled .multiselect__select:before,
.multiselect__select:before {
    display: none
}

.multiselect__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px 0 20px;
    width: 100%;
    min-height: 0;
    height: 60px;
    background: transparent;
    border-color: #06445c;
    border-radius: 0;
    font-size: inherit;
    color: inherit;
    cursor: pointer
}

.multiselect__tags-wrap {
    display: none !important
}

.multiselect__input,
.multiselect__single {
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: inherit;
    line-height: 1.2;
    background: none;
    border-radius: 0
}

.multiselect__single {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis
}

.multiselect__input::-webkit-input-placeholder {
    color: transparent
}

.multiselect__input::-moz-placeholder {
    color: transparent
}

.multiselect__input:-ms-input-placeholder {
    color: transparent
}

.multiselect__input::-ms-input-placeholder {
    color: transparent
}

.multiselect__input::placeholder {
    color: transparent
}

.multiselect__placeholder {
    display: block;
    margin: 0;
    padding: 0;
    color: #06445c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.multiselect__placeholder_fly {
    display: none;
    position: absolute;
    z-index: 3;
    top: 32px;
    left: 0;
    right: 0;
    line-height: 20px;
    color: #697279;
    -webkit-transition: all .2s;
    transition: all .2s;
    pointer-events: none
}

.has-value+.multiselect__placeholder_fly,
.is-opened+.multiselect__placeholder_fly {
    top: 5px;
    font-size: 12px
}

.has-label .multiselect__placeholder {
    opacity: 0
}

.has-label .multiselect__placeholder_fly {
    display: block;
    opacity: 1
}

.multiselect__content-wrapper {
    top: 100%;
    left: 0;
    margin: -1px 0;
    width: auto;
    min-width: 100%;
    max-width: calc(100vw - 30px);
    background: #fff;
    max-height: 320px;
    border: 1px solid #06445c !important;
    border-radius: 0 !important;
    z-index: 50
}

.multiselect--above .multiselect__content-wrapper {
    top: auto;
    bottom: 100%
}

.config-filter .multiselect--above .multiselect__content-wrapper {
    top: 100%;
    bottom: auto
}

.config-filter .multiselect--aboveest .multiselect__content-wrapper,
.multiselect--aboveest .multiselect__content-wrapper {
    top: auto;
    bottom: 100%
}

@media (min-width:64em) {
    .multiselect.at_right .multiselect__content-wrapper {
        left: auto;
        right: 0
    }
}

.multiselect__content,
.multiselect__content li,
.multiselect__element {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none
}

.multiselect__content {
    padding: 10px 0 !important;
    min-width: 220px;
    width: 100%
}

.multiselect__option {
    padding: 4px 15px;
    min-height: 0;
    line-height: 20px;
    background-color: transparent !important;
    color: #06445c !important;
    white-space: normal
}

.multiselect__option--selected {
    font-weight: 400;
    color: #06445c !important
}

.multiselect__option--highlight {
    background: #f8f8f8 !important
}

.is-multiple .multiselect__option {
    padding-left: 40px
}

.is-multiple .multiselect__option--selected {
    background: url(../i/check-black.svg) 18px 50% no-repeat !important
}

.multiselect_small .multiselect .multiselect__select,
.multiselect_small .multiselect__select {
    right: 15px
}

.multiselect_small .multiselect .multiselect__tags,
.multiselect_small .multiselect__tags {
    padding: 0 35px 0 15px;
    height: 40px
}

@media (min-width:64em) {

    .multiselect_sort,
    .multiselect_sort .multiselect {
        width: auto
    }

    .multiselect_sort .multiselect .multiselect__select,
    .multiselect_sort .multiselect__select {
        right: 0
    }

    .multiselect_sort .multiselect .multiselect__content,
    .multiselect_sort .multiselect__content {
        min-width: 100%
    }

    .multiselect_sort .multiselect .multiselect__option,
    .multiselect_sort .multiselect__option {
        white-space: nowrap
    }

    .multiselect_sort .multiselect .multiselect__tags,
    .multiselect_sort .multiselect__tags {
        padding: 0 15px 0 0;
        height: auto;
        border: 0
    }
}

.multiselect.form-control_text {
    padding-top: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0
}

.multiselect.form-control_text .multiselect__select {
    right: 0
}

.multiselect.form-control_text .multiselect__tags {
    padding: 0 20px 0 0;
    border: 0
}

.multiselect.mb-0 {
    margin-bottom: 0
}

.multiselect_geo-ip .multiselect__content-wrapper {
    max-height: none;
    height: 200px;
    border: 0 !important;
    top: 100%;
    bottom: auto;
    -webkit-box-shadow: 0 10px 0 10px #fff;
    box-shadow: 0 10px 0 10px #fff
}

.multiselect_geo-ip .multiselect__option {
    padding-left: 0
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.popup-wrap {
    position: relative;
    width: 100vw;
    margin: 0 auto;
    min-height: 100vh
}

@media (min-width:64em) {
    .popup-wrap {
        min-height: 0
    }
}

.popup__container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer
}

@media (min-width:64em) {
    .popup__close {
        margin: 15px
    }
}

.popup__body {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    background: #fff;
    overflow: auto
}

@media (min-width:64em) {
    .popup__body {
        width: auto;
        height: auto
    }
}

.popup .constructor-block {
    background: none !important
}

@media (min-width:64em) {
    .popup {
        background: rgba(0, 0, 0, .7)
    }
}

.video-popup {
    background: rgba(0, 0, 0, .7)
}

.video-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    color: #fff
}

@media (min-width:43.75em) {
    .video-popup__close {
        margin: 45px
    }
}

.video-popup__close svg {
    width: 20px;
    height: 20px
}

@media (min-width:43.75em) {
    .video-popup__close svg {
        width: 30px;
        height: 30px
    }
}

.video-popup__content {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    max-width: 1190px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.video-popup__iframe {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.video-popup__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.news-card {
    background: #f8f8f8
}

.news-card__cover {
    height: 0;
    padding-bottom: 67.5%;
    overflow: hidden;
    position: relative;
    background: #9ba1a5 50% no-repeat;
    background-size: cover
}

.news-card__cover .news-card__cover-image {
    display: none;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1
}

.news-card__cover .news-card__video-overlay {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 2
}

.news-card__cover .news-card__video-button {
    width: 60px;
    height: 60px;
    background: rgba(5, 20, 31, .4);
    border-radius: 50%;
    border: 2px solid #fff;
    stroke: #fff;
    stroke-width: 2;
    color: #fff
}

.news-card__cover:hover .news-card__video-button {
    background: #06445c
}

.news-card-content__title {
    font-weight: 700;
    overflow: hidden;
    height: 72px
}

.news-card-content__date,
.news-card-content__source {
    font-weight: 500;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-card-content__date {
    color: #9ba1a5
}

.videos-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 12px 20px;
    cursor: pointer
}

.videos-element+.videos-element:before {
    display: block;
    margin: 0 -30px 20px;
    border-top: 20px solid #f8f8f8;
    content: ""
}

.videos-element.swiper-slide:before {
    display: none !important
}

.videos-element figure {
    display: block;
    position: relative;
    margin: 0;
    padding-bottom: 66.66%;
    background: 50% no-repeat;
    background-size: cover;
    overflow: hidden;
    cursor: pointer
}

.videos-element figure span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -30px;
    width: 60px;
    height: 60px;
    background: #bb162b;
    border-radius: 100%;
    color: #fff
}

.videos-element figure span svg {
    display: block;
    margin: auto
}

.videos-element__descr {
    cursor: pointer
}

@media (min-width:30em) {
    .videos-element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-bottom: 40px
    }

    .videos-element+.videos-element:before {
        display: none
    }
}

@media (min-width:64em) {
    .videos-element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        padding: 20px 20px 40px
    }
}

@media (min-width:80em) {
    .videos-element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

.videos-carousel {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

.videos-carousel .swiper-container {
    overflow: visible
}

@media (min-width:43.75em) {
    .videos-carousel .swiper-container {
        overflow: hidden
    }
}

.videos-carousel .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.videos-carousel__header {
    border-bottom: 2px solid #06445c
}

@media (min-width:30em) {
    .videos-carousel__header {
        border-bottom-color: #cdd0d2
    }
}

.videos-carousel__header__descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:43.75em) {
    .videos-carousel__header__descr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.videos-carousel__header__counter {
    display: none;
    margin-left: 20px
}

@media (min-width:30em) {
    .videos-carousel__header__counter {
        display: inline
    }
}

.videos-carousel__header__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    padding-bottom: 5px
}

@media (min-width:43.75em) {
    .videos-carousel__header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.videos-carousel__header__nav div {
    outline: 0 none;
    cursor: pointer;
    -webkit-transition: color 1s ease-out;
    transition: color 1s ease-out
}

.videos-carousel__header__nav div.button-videos-carousel-next {
    margin-left: 10px
}

.videos-carousel__header__nav div svg {
    display: block
}

.videos-carousel__header__nav div:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    color: #bb162b
}

.videos-carousel__header__nav div.swiper-button-disabled {
    color: #9ba1a5;
    cursor: default;
    -webkit-transition: color 1s ease-out;
    transition: color 1s ease-out
}

.videos-carousel .videos-items {
    margin: 0
}

@media (min-width:43.75em) {
    .videos-carousel .videos-items {
        margin: 0 -12px
    }
}

@media (min-width:64em) {
    .videos-carousel .videos-items {
        margin: 0 -20px
    }
}

.videos-carousel .videos-element {
    padding: 0 0 40px
}

@media (min-width:43.75em) {
    .videos-carousel .videos-element {
        padding: 0 12px 60px
    }
}

@media (min-width:64em) {
    .videos-carousel .videos-element {
        padding: 0 20px 80px
    }
}