﻿/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";
@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";
@import"../webfonts/stylesheet.css";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #F40000;
    --bs-secondary: #FFB600;
    --bs-success: #198754;
    --bs-info: #6F6F7B;
    --bs-warning: #FFDD00;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #222222;
    --bs-primary-rgb: 244, 0, 0;
    --bs-secondary-rgb: 255, 182, 0;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 111, 111, 123;
    --bs-warning-rgb: 255, 221, 0;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 34, 34, 34;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*, *::before, *::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: 0.875em
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #f40000;
    text-decoration: underline
}

    a:hover {
        color: #c30000
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

pre, code, kbd, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:first-child) {
        border-top: 2px solid currentColor
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #fdcccc;
    --bs-table-striped-bg: #f0c2c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4b8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eabdbd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e4b8b8
}

.table-secondary {
    --bs-table-bg: #fff0cc;
    --bs-table-striped-bg: #f2e4c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdebd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d8b8
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #e2e2e5;
    --bs-table-striped-bg: #d7d7da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbcbce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d1d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbcbce
}

.table-warning {
    --bs-table-bg: #fff8cc;
    --bs-table-striped-bg: #f2ecc2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dfb8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece5bd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dfb8
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #222222;
    --bs-table-striped-bg: #2d2d2d;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #383838;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #333333;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #383838
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fa8080;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(244,0,0,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #fa8080;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(244,0,0,.25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    appearance: none;
    color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #fa8080;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(244,0,0,.25)
    }

    .form-check-input:checked {
        background-color: #f40000;
        border-color: #f40000
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #f40000;
        border-color: #f40000;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fa8080'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(244,0,0,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(244,0,0,.25)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #f40000;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        appearance: none
    }

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #fcb3b3
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f40000;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #fcb3b3
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

@media(prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

    .form-floating > .form-control::placeholder {
        color: transparent
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .25rem
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
    z-index: 1
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
        z-index: 3
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: 2
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
        z-index: 3
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(244,0,0,.25)
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #000;
    background-color: #f40000;
    border-color: #f40000
}

    .btn-primary:hover {
        color: #000;
        background-color: #f62626;
        border-color: #f51a1a
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #000;
        background-color: #f62626;
        border-color: #f51a1a;
        box-shadow: 0 0 0 .25rem rgba(207,0,0,.5)
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #f63333;
        border-color: #f51a1a
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(207,0,0,.5)
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #000;
        background-color: #f40000;
        border-color: #f40000
    }

.btn-secondary {
    color: #000;
    background-color: #ffb600;
    border-color: #ffb600
}

    .btn-secondary:hover {
        color: #000;
        background-color: #ffc126;
        border-color: #ffbd1a
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #000;
        background-color: #ffc126;
        border-color: #ffbd1a;
        box-shadow: 0 0 0 .25rem rgba(217,155,0,.5)
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #ffc533;
        border-color: #ffbd1a
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,155,0,.5)
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #000;
        background-color: #ffb600;
        border-color: #ffb600
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

.btn-info {
    color: #fff;
    background-color: #6f6f7b;
    border-color: #6f6f7b
}

    .btn-info:hover {
        color: #fff;
        background-color: #5e5e69;
        border-color: #595962
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #fff;
        background-color: #5e5e69;
        border-color: #595962;
        box-shadow: 0 0 0 .25rem rgba(133,133,143,.5)
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #595962;
        border-color: #53535c
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(133,133,143,.5)
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #fff;
        background-color: #6f6f7b;
        border-color: #6f6f7b
    }

.btn-warning {
    color: #000;
    background-color: #fd0;
    border-color: #fd0
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffe226;
        border-color: #ffe01a
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffe226;
        border-color: #ffe01a;
        box-shadow: 0 0 0 .25rem rgba(217,188,0,.5)
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffe433;
        border-color: #ffe01a
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,188,0,.5)
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #fd0;
        border-color: #fd0
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

.btn-dark {
    color: #fff;
    background-color: #222;
    border-color: #222
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1d1d1d;
        border-color: #1b1b1b
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1d1d1d;
        border-color: #1b1b1b;
        box-shadow: 0 0 0 .25rem rgba(67,67,67,.5)
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1b1b1b;
        border-color: #1a1a1a
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(67,67,67,.5)
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #222;
        border-color: #222
    }

.btn-outline-primary {
    color: #f40000;
    border-color: #f40000
}

    .btn-outline-primary:hover {
        color: #000;
        background-color: #f40000;
        border-color: #f40000
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(244,0,0,.5)
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #000;
        background-color: #f40000;
        border-color: #f40000
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(244,0,0,.5)
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #f40000;
        background-color: transparent
    }

.btn-outline-secondary {
    color: #ffb600;
    border-color: #ffb600
}

    .btn-outline-secondary:hover {
        color: #000;
        background-color: #ffb600;
        border-color: #ffb600
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(255,182,0,.5)
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #000;
        background-color: #ffb600;
        border-color: #ffb600
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(255,182,0,.5)
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #ffb600;
        background-color: transparent
    }

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #198754;
        background-color: transparent
    }

.btn-outline-info {
    color: #6f6f7b;
    border-color: #6f6f7b
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #6f6f7b;
        border-color: #6f6f7b
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(111,111,123,.5)
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #fff;
        background-color: #6f6f7b;
        border-color: #6f6f7b
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(111,111,123,.5)
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #6f6f7b;
        background-color: transparent
    }

.btn-outline-warning {
    color: #fd0;
    border-color: #fd0
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #fd0;
        border-color: #fd0
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .25rem rgba(255,221,0,.5)
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #fd0;
        border-color: #fd0
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(255,221,0,.5)
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #fd0;
        background-color: transparent
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #dc3545;
        background-color: transparent
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f8f9fa;
        background-color: transparent
    }

.btn-outline-dark {
    color: #222;
    border-color: #222
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #222;
        border-color: #222
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(34,34,34,.5)
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #222;
        border-color: #222
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(34,34,34,.5)
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #222;
        background-color: transparent
    }

.btn-link {
    font-weight: 400;
    color: #f40000;
    text-decoration: underline
}

    .btn-link:hover {
        color: #c30000
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #f40000
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,.15)
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255,255,255,.15)
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #f40000
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,.15)
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #f40000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover, .nav-link:focus {
    color: #c30000
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #f40000
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .offcanvas-header {
            display: none
        }

        .navbar-expand-sm .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .offcanvas-header {
            display: none
        }

        .navbar-expand-md .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .offcanvas-header {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .offcanvas-header {
            display: none
        }

        .navbar-expand-xl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }

        .navbar-expand-xxl .offcanvas-header {
            display: none
        }

        .navbar-expand-xxl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .offcanvas-header {
        display: none
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55)
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.55)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
        color: #fff
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
    }

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-group > .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #dc0000;
    background-color: #fee6e6;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fa8080;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(244,0,0,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #f40000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #c30000;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #c30000;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(244,0,0,.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f40000;
    border-color: #f40000
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 0.875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    color: #920000;
    background-color: #fdcccc;
    border-color: #fcb3b3
}

    .alert-primary .alert-link {
        color: #750000
    }

.alert-secondary {
    color: #664900;
    background-color: #fff0cc;
    border-color: #ffe9b3
}

    .alert-secondary .alert-link {
        color: #523a00
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

    .alert-success .alert-link {
        color: #0c4128
    }

.alert-info {
    color: #43434a;
    background-color: #e2e2e5;
    border-color: #d4d4d7
}

    .alert-info .alert-link {
        color: #36363b
    }

.alert-warning {
    color: #665800;
    background-color: #fff8cc;
    border-color: #fff5b3
}

    .alert-warning .alert-link {
        color: #524600
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

    .alert-danger .alert-link {
        color: #6a1a21
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light .alert-link {
        color: #4f5050
    }

.alert-dark {
    color: #141414;
    background-color: #d3d3d3;
    border-color: #bdbdbd
}

    .alert-dark .alert-link {
        color: #101010
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f40000;
    transition: width .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

    .list-group-numbered > li::before {
        content: counters(section, ".") ". ";
        counter-increment: section
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #f40000;
        border-color: #f40000
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #920000;
    background-color: #fdcccc
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #920000;
        background-color: #e4b8b8
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #920000;
        border-color: #920000
    }

.list-group-item-secondary {
    color: #664900;
    background-color: #fff0cc
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #664900;
        background-color: #e6d8b8
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #664900;
        border-color: #664900
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #0f5132;
        background-color: #bcd0c7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132
    }

.list-group-item-info {
    color: #43434a;
    background-color: #e2e2e5
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #43434a;
        background-color: #cbcbce
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #43434a;
        border-color: #43434a
    }

.list-group-item-warning {
    color: #665800;
    background-color: #fff8cc
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #665800;
        background-color: #e6dfb8
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #665800;
        border-color: #665800
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #842029;
        background-color: #dfc2c4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #636464;
        background-color: #e5e5e5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464
    }

.list-group-item-dark {
    color: #141414;
    background-color: #d3d3d3
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #141414;
        background-color: #bebebe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141414;
        border-color: #141414
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(244,0,0,.25);
        opacity: 1
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .25rem
}

    .toast.showing {
        opacity: 0
    }

    .toast:not(.show) {
        display: none
    }

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

    .toast-container > :not(:last-child) {
        margin-bottom: .75rem
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: .75rem
    }

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -0.5rem -0.5rem -0.5rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: .4rem 0
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: -1px;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 .4rem
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: -1px;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 .4rem
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px)
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25)
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25)
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px)
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25)
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25)
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

    .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media(prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .offcanvas-backdrop.fade {
        opacity: 0
    }

    .offcanvas-backdrop.show {
        opacity: .5
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

    .offcanvas-header .btn-close {
        padding: .5rem .5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

    .placeholder.btn::before {
        display: inline-block;
        content: ""
    }

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #f40000
}

    .link-primary:hover, .link-primary:focus {
        color: #f63333
    }

.link-secondary {
    color: #ffb600
}

    .link-secondary:hover, .link-secondary:focus {
        color: #ffc533
    }

.link-success {
    color: #198754
}

    .link-success:hover, .link-success:focus {
        color: #146c43
    }

.link-info {
    color: #6f6f7b
}

    .link-info:hover, .link-info:focus {
        color: #595962
    }

.link-warning {
    color: #fd0
}

    .link-warning:hover, .link-warning:focus {
        color: #ffe433
    }

.link-danger {
    color: #dc3545
}

    .link-danger:hover, .link-danger:focus {
        color: #b02a37
    }

.link-light {
    color: #f8f9fa
}

    .link-light:hover, .link-light:focus {
        color: #f9fafb
    }

.link-dark {
    color: #222
}

    .link-dark:hover, .link-dark:focus {
        color: #1b1b1b
    }

.ratio {
    position: relative;
    width: 100%
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #f40000 !important
}

.border-secondary {
    border-color: #ffb600 !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #6f6f7b !important
}

.border-warning {
    border-color: #fd0 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #222 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.PlatformOLX-Regular-Web {
    font-family: "Platform OLX Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

.PlatformOLX-RegularItalic-Web {
    font-family: "Platform OLX Web";
    font-weight: 400;
    font-style: italic;
    font-stretch: normal
}

.PlatformOLX-Medium-Web {
    font-family: "Platform OLX Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

.PlatformOLX-Bold-Web {
    font-family: "Platform OLX Web";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "Platform OLX Regular";
    src: url("../fonts/olx/PlatformOLX-Regular-Web.woff2") format("woff2"),url("../fonts/olx/PlatformOLX-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Platform OLX Regular Italic";
    src: url("../fonts/olx/PlatformOLX-RegularItalic-Web.woff2") format("woff2"),url("../fonts/olx/PlatformOLX-RegularItalic-Web.woff") format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Platform OLX Medium";
    src: url("../fonts/olx/PlatformOLX-Medium-Web.woff2") format("woff2"),url("../fonts/olx/PlatformOLX-Medium-Web.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Platform OLX Bold";
    src: url("../fonts/olx/PlatformOLX-Bold-Web.woff2") format("woff2"),url("../fonts/olx/PlatformOLX-Bold-Web.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

.d__block {
    display: block
}

.d__inline {
    display: inline
}

.d__run-in {
    display: run-in
}

.d__flow {
    display: flow
}

.d__flow-root {
    display: flow-root
}

.d__table {
    display: table
}

.d__flex {
    display: flex
}

.d__grid {
    display: grid
}

.d__ruby {
    display: ruby
}

.d__subgrid {
    display: subgrid
}

.d__contents {
    display: contents
}

.d__none {
    display: none
}

.d__inline-block {
    display: inline-block
}

.d__inline-table {
    display: inline-table
}

.d__inline-flex {
    display: inline-flex
}

.d__inline-grid {
    display: inline-grid
}

.d__initial {
    display: initial
}

.d__unset {
    display: unset
}

.align-items__flex-start {
    align-items: flex-start
}

.align-items__flex-end {
    align-items: flex-end
}

.align-items__center {
    align-items: center
}

.align-items__baseline {
    align-items: baseline
}

.align-items__stretch {
    align-items: stretch
}

.justify-content__flex-start {
    justify-content: flex-start
}

.justify-content__flex-end {
    justify-content: flex-end
}

.justify-content__center {
    justify-content: center
}

.justify-content__space-between {
    justify-content: space-between
}

.justify-content__space-around {
    justify-content: space-around
}

.justify-content__space-evenly {
    justify-content: space-evenly
}

.w-0 {
    width: 0
}

.w-25 {
    width: 25%
}

.w-50 {
    width: 50%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

.w-25px {
    width: 25px
}

.w-50px {
    width: 50px
}

.w-75px {
    width: 75px
}

.w-100px {
    width: 100px
}

.w-1em {
    width: 1em
}

.w-2em {
    width: 2em
}

.w-3em {
    width: 3em
}

.w-25vh {
    width: 25vh
}

.w-50vh {
    width: 50vh
}

.w-75vh {
    width: 75vh
}

.w-100vh {
    width: 100vh
}

.w-25vmax {
    width: 25vmax
}

.w-50vmax {
    width: 50vmax
}

.w-75vmax {
    width: 75vmax
}

.w-100vmax {
    width: 100vmax
}

@media(min-width: 768px) {
    .w-md-auto {
        width: auto !important
    }
}

.h-0 {
    height: 0 !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-25px {
    height: 25px !important
}

.h-40px {
    height: 40px !important
}

.h-50px {
    height: 50px !important
}

.h-75px {
    height: 75px !important
}

.h-100px {
    height: 100px !important
}

.h-125px {
    height: 125px !important
}

.h-130px {
    height: 130px !important
}

.h-135px {
    height: 135px !important
}

.h-145px {
    height: 145px !important
}

.h-150px {
    height: 150px !important
}

.h-155px {
    height: 155px !important
}

.h-160px {
    height: 160px !important
}

.h-165px {
    height: 165px !important
}

.h-175px {
    height: 175px !important
}

.h-200px {
    height: 200px !important
}

.h-207px {
    height: 207px !important
}

.h-210px {
    height: 210px !important
}

.h-250px {
    height: 250px !important
}

.h-1em {
    height: 1em !important
}

.h-2em {
    height: 2em !important
}

.h-3em {
    height: 3em !important
}

.h-25vh {
    height: 25vh !important
}

.h-50vh {
    height: 50vh !important
}

.h-75vh {
    height: 75vh !important
}

.h-100vh {
    height: 100vh !important
}

.h-25vmax {
    height: 25vmax !important
}

.h-50vmax {
    height: 50vmax !important
}

.h-75vmax {
    height: 75vmax !important
}

.h-100vmax {
    height: 100vmax !important
}

.font-0 {
    font-size: 0
}

.font-25 {
    font-size: 25%
}

.font-50 {
    font-size: 50%
}

.font-75 {
    font-size: 75%
}

.font-100 {
    font-size: 100%
}

.font-14px {
    font-size: 14px
}

.font-24px {
    font-size: 24px
}

.font-25px {
    font-size: 25px
}

.font-36px {
    font-size: 36px
}

.font-40px {
    font-size: 40px
}

.font-50px {
    font-size: 50px
}

.font-75px {
    font-size: 75px
}

.font-100px {
    font-size: 100px
}

.font-125px {
    font-size: 125px
}

.font-150px {
    font-size: 150px
}

.font-175px {
    font-size: 175px
}

.font-200px {
    font-size: 200px
}

.font-1em {
    font-size: 1em
}

.font-2em {
    font-size: 2em
}

.font-3em {
    font-size: 3em
}

.font-25vh {
    font-size: 25vh
}

.font-50vh {
    font-size: 50vh
}

.font-75vh {
    font-size: 75vh
}

.font-100vh {
    font-size: 100vh
}

.font-25vmax {
    font-size: 25vmax
}

.font-50vmax {
    font-size: 50vmax
}

.font-75vmax {
    font-size: 75vmax
}

.font-100vmax {
    font-size: 100vmax
}

.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

.p-1px {
    padding: 1px
}

.pl-1px {
    padding-left: 1px
}

.pr-1px {
    padding-right: 1px
}

.pt-1px {
    padding-top: 1px
}

.pb-1px {
    padding-bottom: 1px
}

.px-1px {
    padding-left: 1px;
    padding-right: 1px
}

.py-1px {
    padding-top: 1px;
    padding-bottom: 1px
}

.p-2px {
    padding: 2px
}

.pl-2px {
    padding-left: 2px
}

.pr-2px {
    padding-right: 2px
}

.pt-2px {
    padding-top: 2px
}

.pb-2px {
    padding-bottom: 2px
}

.px-2px {
    padding-left: 2px;
    padding-right: 2px
}

.py-2px {
    padding-top: 2px;
    padding-bottom: 2px
}

.p-3px {
    padding: 3px
}

.pl-3px {
    padding-left: 3px
}

.pr-3px {
    padding-right: 3px
}

.pt-3px {
    padding-top: 3px
}

.pb-3px {
    padding-bottom: 3px
}

.px-3px {
    padding-left: 3px;
    padding-right: 3px
}

.py-3px {
    padding-top: 3px;
    padding-bottom: 3px
}

.p-4px {
    padding: 4px
}

.pl-4px {
    padding-left: 4px
}

.pr-4px {
    padding-right: 4px
}

.pt-4px {
    padding-top: 4px
}

.pb-4px {
    padding-bottom: 4px
}

.px-4px {
    padding-left: 4px;
    padding-right: 4px
}

.py-4px {
    padding-top: 4px;
    padding-bottom: 4px
}

.p-5px {
    padding: 5px
}

.pl-5px {
    padding-left: 5px
}

.pr-5px {
    padding-right: 5px
}

.pt-5px {
    padding-top: 5px
}

.pb-5px {
    padding-bottom: 5px
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px
}

.p-6px {
    padding: 6px
}

.pl-6px {
    padding-left: 6px
}

.pr-6px {
    padding-right: 6px
}

.pt-6px {
    padding-top: 6px
}

.pb-6px {
    padding-bottom: 6px
}

.px-6px {
    padding-left: 6px;
    padding-right: 6px
}

.py-6px {
    padding-top: 6px;
    padding-bottom: 6px
}

.p-7px {
    padding: 7px
}

.pl-7px {
    padding-left: 7px
}

.pr-7px {
    padding-right: 7px
}

.pt-7px {
    padding-top: 7px
}

.pb-7px {
    padding-bottom: 7px
}

.px-7px {
    padding-left: 7px;
    padding-right: 7px
}

.py-7px {
    padding-top: 7px;
    padding-bottom: 7px
}

.p-8px {
    padding: 8px
}

.pl-8px {
    padding-left: 8px
}

.pr-8px {
    padding-right: 8px
}

.pt-8px {
    padding-top: 8px
}

.pb-8px {
    padding-bottom: 8px
}

.px-8px {
    padding-left: 8px;
    padding-right: 8px
}

.py-8px {
    padding-top: 8px;
    padding-bottom: 8px
}

.p-9px {
    padding: 9px
}

.pl-9px {
    padding-left: 9px
}

.pr-9px {
    padding-right: 9px
}

.pt-9px {
    padding-top: 9px
}

.pb-9px {
    padding-bottom: 9px
}

.px-9px {
    padding-left: 9px;
    padding-right: 9px
}

.py-9px {
    padding-top: 9px;
    padding-bottom: 9px
}

.p-10px {
    padding: 10px
}

.pl-10px {
    padding-left: 10px
}

.pr-10px {
    padding-right: 10px
}

.pt-10px {
    padding-top: 10px
}

.pb-10px {
    padding-bottom: 10px
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-11px {
    padding: 11px
}

.pl-11px {
    padding-left: 11px
}

.pr-11px {
    padding-right: 11px
}

.pt-11px {
    padding-top: 11px
}

.pb-11px {
    padding-bottom: 11px
}

.px-11px {
    padding-left: 11px;
    padding-right: 11px
}

.py-11px {
    padding-top: 11px;
    padding-bottom: 11px
}

.p-12px {
    padding: 12px
}

.pl-12px {
    padding-left: 12px
}

.pr-12px {
    padding-right: 12px
}

.pt-12px {
    padding-top: 12px
}

.pb-12px {
    padding-bottom: 12px
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px
}

.py-12px {
    padding-top: 12px;
    padding-bottom: 12px
}

.p-13px {
    padding: 13px
}

.pl-13px {
    padding-left: 13px
}

.pr-13px {
    padding-right: 13px
}

.pt-13px {
    padding-top: 13px
}

.pb-13px {
    padding-bottom: 13px
}

.px-13px {
    padding-left: 13px;
    padding-right: 13px
}

.py-13px {
    padding-top: 13px;
    padding-bottom: 13px
}

.p-14px {
    padding: 14px
}

.pl-14px {
    padding-left: 14px
}

.pr-14px {
    padding-right: 14px
}

.pt-14px {
    padding-top: 14px
}

.pb-14px {
    padding-bottom: 14px
}

.px-14px {
    padding-left: 14px;
    padding-right: 14px
}

.py-14px {
    padding-top: 14px;
    padding-bottom: 14px
}

.p-15px {
    padding: 15px
}

.pl-15px {
    padding-left: 15px
}

.pr-15px {
    padding-right: 15px
}

.pt-15px {
    padding-top: 15px
}

.pb-15px {
    padding-bottom: 15px
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px
}

.py-15px {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-16px {
    padding: 16px
}

.pl-16px {
    padding-left: 16px
}

.pr-16px {
    padding-right: 16px
}

.pt-16px {
    padding-top: 16px
}

.pb-16px {
    padding-bottom: 16px
}

.px-16px {
    padding-left: 16px;
    padding-right: 16px
}

.py-16px {
    padding-top: 16px;
    padding-bottom: 16px
}

.p-17px {
    padding: 17px
}

.pl-17px {
    padding-left: 17px
}

.pr-17px {
    padding-right: 17px
}

.pt-17px {
    padding-top: 17px
}

.pb-17px {
    padding-bottom: 17px
}

.px-17px {
    padding-left: 17px;
    padding-right: 17px
}

.py-17px {
    padding-top: 17px;
    padding-bottom: 17px
}

.p-18px {
    padding: 18px
}

.pl-18px {
    padding-left: 18px
}

.pr-18px {
    padding-right: 18px
}

.pt-18px {
    padding-top: 18px
}

.pb-18px {
    padding-bottom: 18px
}

.px-18px {
    padding-left: 18px;
    padding-right: 18px
}

.py-18px {
    padding-top: 18px;
    padding-bottom: 18px
}

.p-19px {
    padding: 19px
}

.pl-19px {
    padding-left: 19px
}

.pr-19px {
    padding-right: 19px
}

.pt-19px {
    padding-top: 19px
}

.pb-19px {
    padding-bottom: 19px
}

.px-19px {
    padding-left: 19px;
    padding-right: 19px
}

.py-19px {
    padding-top: 19px;
    padding-bottom: 19px
}

.p-20px {
    padding: 20px
}

.pl-20px {
    padding-left: 20px
}

.pr-20px {
    padding-right: 20px
}

.pt-20px {
    padding-top: 20px
}

.pb-20px {
    padding-bottom: 20px
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-21px {
    padding: 21px
}

.pl-21px {
    padding-left: 21px
}

.pr-21px {
    padding-right: 21px
}

.pt-21px {
    padding-top: 21px
}

.pb-21px {
    padding-bottom: 21px
}

.px-21px {
    padding-left: 21px;
    padding-right: 21px
}

.py-21px {
    padding-top: 21px;
    padding-bottom: 21px
}

.p-22px {
    padding: 22px
}

.pl-22px {
    padding-left: 22px
}

.pr-22px {
    padding-right: 22px
}

.pt-22px {
    padding-top: 22px
}

.pb-22px {
    padding-bottom: 22px
}

.px-22px {
    padding-left: 22px;
    padding-right: 22px
}

.py-22px {
    padding-top: 22px;
    padding-bottom: 22px
}

.p-23px {
    padding: 23px
}

.pl-23px {
    padding-left: 23px
}

.pr-23px {
    padding-right: 23px
}

.pt-23px {
    padding-top: 23px
}

.pb-23px {
    padding-bottom: 23px
}

.px-23px {
    padding-left: 23px;
    padding-right: 23px
}

.py-23px {
    padding-top: 23px;
    padding-bottom: 23px
}

.p-24px {
    padding: 24px
}

.pl-24px {
    padding-left: 24px
}

.pr-24px {
    padding-right: 24px
}

.pt-24px {
    padding-top: 24px
}

.pb-24px {
    padding-bottom: 24px
}

.px-24px {
    padding-left: 24px;
    padding-right: 24px
}

.py-24px {
    padding-top: 24px;
    padding-bottom: 24px
}

.p-25px {
    padding: 25px
}

.pl-25px {
    padding-left: 25px
}

.pr-25px {
    padding-right: 25px
}

.pt-25px {
    padding-top: 25px
}

.pb-25px {
    padding-bottom: 25px
}

.px-25px {
    padding-left: 25px;
    padding-right: 25px
}

.py-25px {
    padding-top: 25px;
    padding-bottom: 25px
}

.p-26px {
    padding: 26px
}

.pl-26px {
    padding-left: 26px
}

.pr-26px {
    padding-right: 26px
}

.pt-26px {
    padding-top: 26px
}

.pb-26px {
    padding-bottom: 26px
}

.px-26px {
    padding-left: 26px;
    padding-right: 26px
}

.py-26px {
    padding-top: 26px;
    padding-bottom: 26px
}

.p-27px {
    padding: 27px
}

.pl-27px {
    padding-left: 27px
}

.pr-27px {
    padding-right: 27px
}

.pt-27px {
    padding-top: 27px
}

.pb-27px {
    padding-bottom: 27px
}

.px-27px {
    padding-left: 27px;
    padding-right: 27px
}

.py-27px {
    padding-top: 27px;
    padding-bottom: 27px
}

.p-28px {
    padding: 28px
}

.pl-28px {
    padding-left: 28px
}

.pr-28px {
    padding-right: 28px
}

.pt-28px {
    padding-top: 28px
}

.pb-28px {
    padding-bottom: 28px
}

.px-28px {
    padding-left: 28px;
    padding-right: 28px
}

.py-28px {
    padding-top: 28px;
    padding-bottom: 28px
}

.p-29px {
    padding: 29px
}

.pl-29px {
    padding-left: 29px
}

.pr-29px {
    padding-right: 29px
}

.pt-29px {
    padding-top: 29px
}

.pb-29px {
    padding-bottom: 29px
}

.px-29px {
    padding-left: 29px;
    padding-right: 29px
}

.py-29px {
    padding-top: 29px;
    padding-bottom: 29px
}

.p-30px {
    padding: 30px
}

.pl-30px {
    padding-left: 30px
}

.pr-30px {
    padding-right: 30px
}

.pt-30px {
    padding-top: 30px
}

.pb-30px {
    padding-bottom: 30px
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px
}

.py-30px {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-31px {
    padding: 31px
}

.pl-31px {
    padding-left: 31px
}

.pr-31px {
    padding-right: 31px
}

.pt-31px {
    padding-top: 31px
}

.pb-31px {
    padding-bottom: 31px
}

.px-31px {
    padding-left: 31px;
    padding-right: 31px
}

.py-31px {
    padding-top: 31px;
    padding-bottom: 31px
}

.p-32px {
    padding: 32px
}

.pl-32px {
    padding-left: 32px
}

.pr-32px {
    padding-right: 32px
}

.pt-32px {
    padding-top: 32px
}

.pb-32px {
    padding-bottom: 32px
}

.px-32px {
    padding-left: 32px;
    padding-right: 32px
}

.py-32px {
    padding-top: 32px;
    padding-bottom: 32px
}

.p-33px {
    padding: 33px
}

.pl-33px {
    padding-left: 33px
}

.pr-33px {
    padding-right: 33px
}

.pt-33px {
    padding-top: 33px
}

.pb-33px {
    padding-bottom: 33px
}

.px-33px {
    padding-left: 33px;
    padding-right: 33px
}

.py-33px {
    padding-top: 33px;
    padding-bottom: 33px
}

.p-34px {
    padding: 34px
}

.pl-34px {
    padding-left: 34px
}

.pr-34px {
    padding-right: 34px
}

.pt-34px {
    padding-top: 34px
}

.pb-34px {
    padding-bottom: 34px
}

.px-34px {
    padding-left: 34px;
    padding-right: 34px
}

.py-34px {
    padding-top: 34px;
    padding-bottom: 34px
}

.p-35px {
    padding: 35px
}

.pl-35px {
    padding-left: 35px
}

.pr-35px {
    padding-right: 35px
}

.pt-35px {
    padding-top: 35px
}

.pb-35px {
    padding-bottom: 35px
}

.px-35px {
    padding-left: 35px;
    padding-right: 35px
}

.py-35px {
    padding-top: 35px;
    padding-bottom: 35px
}

.p-36px {
    padding: 36px
}

.pl-36px {
    padding-left: 36px
}

.pr-36px {
    padding-right: 36px
}

.pt-36px {
    padding-top: 36px
}

.pb-36px {
    padding-bottom: 36px
}

.px-36px {
    padding-left: 36px;
    padding-right: 36px
}

.py-36px {
    padding-top: 36px;
    padding-bottom: 36px
}

.p-37px {
    padding: 37px
}

.pl-37px {
    padding-left: 37px
}

.pr-37px {
    padding-right: 37px
}

.pt-37px {
    padding-top: 37px
}

.pb-37px {
    padding-bottom: 37px
}

.px-37px {
    padding-left: 37px;
    padding-right: 37px
}

.py-37px {
    padding-top: 37px;
    padding-bottom: 37px
}

.p-38px {
    padding: 38px
}

.pl-38px {
    padding-left: 38px
}

.pr-38px {
    padding-right: 38px
}

.pt-38px {
    padding-top: 38px
}

.pb-38px {
    padding-bottom: 38px
}

.px-38px {
    padding-left: 38px;
    padding-right: 38px
}

.py-38px {
    padding-top: 38px;
    padding-bottom: 38px
}

.p-39px {
    padding: 39px
}

.pl-39px {
    padding-left: 39px
}

.pr-39px {
    padding-right: 39px
}

.pt-39px {
    padding-top: 39px
}

.pb-39px {
    padding-bottom: 39px
}

.px-39px {
    padding-left: 39px;
    padding-right: 39px
}

.py-39px {
    padding-top: 39px;
    padding-bottom: 39px
}

.p-40px {
    padding: 40px
}

.pl-40px {
    padding-left: 40px
}

.pr-40px {
    padding-right: 40px
}

.pt-40px {
    padding-top: 40px
}

.pb-40px {
    padding-bottom: 40px
}

.px-40px {
    padding-left: 40px;
    padding-right: 40px
}

.py-40px {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-41px {
    padding: 41px
}

.pl-41px {
    padding-left: 41px
}

.pr-41px {
    padding-right: 41px
}

.pt-41px {
    padding-top: 41px
}

.pb-41px {
    padding-bottom: 41px
}

.px-41px {
    padding-left: 41px;
    padding-right: 41px
}

.py-41px {
    padding-top: 41px;
    padding-bottom: 41px
}

.p-42px {
    padding: 42px
}

.pl-42px {
    padding-left: 42px
}

.pr-42px {
    padding-right: 42px
}

.pt-42px {
    padding-top: 42px
}

.pb-42px {
    padding-bottom: 42px
}

.px-42px {
    padding-left: 42px;
    padding-right: 42px
}

.py-42px {
    padding-top: 42px;
    padding-bottom: 42px
}

.p-43px {
    padding: 43px
}

.pl-43px {
    padding-left: 43px
}

.pr-43px {
    padding-right: 43px
}

.pt-43px {
    padding-top: 43px
}

.pb-43px {
    padding-bottom: 43px
}

.px-43px {
    padding-left: 43px;
    padding-right: 43px
}

.py-43px {
    padding-top: 43px;
    padding-bottom: 43px
}

.p-44px {
    padding: 44px
}

.pl-44px {
    padding-left: 44px
}

.pr-44px {
    padding-right: 44px
}

.pt-44px {
    padding-top: 44px
}

.pb-44px {
    padding-bottom: 44px
}

.px-44px {
    padding-left: 44px;
    padding-right: 44px
}

.py-44px {
    padding-top: 44px;
    padding-bottom: 44px
}

.p-45px {
    padding: 45px
}

.pl-45px {
    padding-left: 45px
}

.pr-45px {
    padding-right: 45px
}

.pt-45px {
    padding-top: 45px
}

.pb-45px {
    padding-bottom: 45px
}

.px-45px {
    padding-left: 45px;
    padding-right: 45px
}

.py-45px {
    padding-top: 45px;
    padding-bottom: 45px
}

.p-46px {
    padding: 46px
}

.pl-46px {
    padding-left: 46px
}

.pr-46px {
    padding-right: 46px
}

.pt-46px {
    padding-top: 46px
}

.pb-46px {
    padding-bottom: 46px
}

.px-46px {
    padding-left: 46px;
    padding-right: 46px
}

.py-46px {
    padding-top: 46px;
    padding-bottom: 46px
}

.p-47px {
    padding: 47px
}

.pl-47px {
    padding-left: 47px
}

.pr-47px {
    padding-right: 47px
}

.pt-47px {
    padding-top: 47px
}

.pb-47px {
    padding-bottom: 47px
}

.px-47px {
    padding-left: 47px;
    padding-right: 47px
}

.py-47px {
    padding-top: 47px;
    padding-bottom: 47px
}

.p-48px {
    padding: 48px
}

.pl-48px {
    padding-left: 48px
}

.pr-48px {
    padding-right: 48px
}

.pt-48px {
    padding-top: 48px
}

.pb-48px {
    padding-bottom: 48px
}

.px-48px {
    padding-left: 48px;
    padding-right: 48px
}

.py-48px {
    padding-top: 48px;
    padding-bottom: 48px
}

.p-49px {
    padding: 49px
}

.pl-49px {
    padding-left: 49px
}

.pr-49px {
    padding-right: 49px
}

.pt-49px {
    padding-top: 49px
}

.pb-49px {
    padding-bottom: 49px
}

.px-49px {
    padding-left: 49px;
    padding-right: 49px
}

.py-49px {
    padding-top: 49px;
    padding-bottom: 49px
}

.p-50px {
    padding: 50px
}

.pl-50px {
    padding-left: 50px
}

.pr-50px {
    padding-right: 50px
}

.pt-50px {
    padding-top: 50px
}

.pb-50px {
    padding-bottom: 50px
}

.px-50px {
    padding-left: 50px;
    padding-right: 50px
}

.py-50px {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-51px {
    padding: 51px
}

.pl-51px {
    padding-left: 51px
}

.pr-51px {
    padding-right: 51px
}

.pt-51px {
    padding-top: 51px
}

.pb-51px {
    padding-bottom: 51px
}

.px-51px {
    padding-left: 51px;
    padding-right: 51px
}

.py-51px {
    padding-top: 51px;
    padding-bottom: 51px
}

.p-52px {
    padding: 52px
}

.pl-52px {
    padding-left: 52px
}

.pr-52px {
    padding-right: 52px
}

.pt-52px {
    padding-top: 52px
}

.pb-52px {
    padding-bottom: 52px
}

.px-52px {
    padding-left: 52px;
    padding-right: 52px
}

.py-52px {
    padding-top: 52px;
    padding-bottom: 52px
}

.p-53px {
    padding: 53px
}

.pl-53px {
    padding-left: 53px
}

.pr-53px {
    padding-right: 53px
}

.pt-53px {
    padding-top: 53px
}

.pb-53px {
    padding-bottom: 53px
}

.px-53px {
    padding-left: 53px;
    padding-right: 53px
}

.py-53px {
    padding-top: 53px;
    padding-bottom: 53px
}

.p-54px {
    padding: 54px
}

.pl-54px {
    padding-left: 54px
}

.pr-54px {
    padding-right: 54px
}

.pt-54px {
    padding-top: 54px
}

.pb-54px {
    padding-bottom: 54px
}

.px-54px {
    padding-left: 54px;
    padding-right: 54px
}

.py-54px {
    padding-top: 54px;
    padding-bottom: 54px
}

.p-55px {
    padding: 55px
}

.pl-55px {
    padding-left: 55px
}

.pr-55px {
    padding-right: 55px
}

.pt-55px {
    padding-top: 55px
}

.pb-55px {
    padding-bottom: 55px
}

.px-55px {
    padding-left: 55px;
    padding-right: 55px
}

.py-55px {
    padding-top: 55px;
    padding-bottom: 55px
}

.p-56px {
    padding: 56px
}

.pl-56px {
    padding-left: 56px
}

.pr-56px {
    padding-right: 56px
}

.pt-56px {
    padding-top: 56px
}

.pb-56px {
    padding-bottom: 56px
}

.px-56px {
    padding-left: 56px;
    padding-right: 56px
}

.py-56px {
    padding-top: 56px;
    padding-bottom: 56px
}

.p-57px {
    padding: 57px
}

.pl-57px {
    padding-left: 57px
}

.pr-57px {
    padding-right: 57px
}

.pt-57px {
    padding-top: 57px
}

.pb-57px {
    padding-bottom: 57px
}

.px-57px {
    padding-left: 57px;
    padding-right: 57px
}

.py-57px {
    padding-top: 57px;
    padding-bottom: 57px
}

.p-58px {
    padding: 58px
}

.pl-58px {
    padding-left: 58px
}

.pr-58px {
    padding-right: 58px
}

.pt-58px {
    padding-top: 58px
}

.pb-58px {
    padding-bottom: 58px
}

.px-58px {
    padding-left: 58px;
    padding-right: 58px
}

.py-58px {
    padding-top: 58px;
    padding-bottom: 58px
}

.p-59px {
    padding: 59px
}

.pl-59px {
    padding-left: 59px
}

.pr-59px {
    padding-right: 59px
}

.pt-59px {
    padding-top: 59px
}

.pb-59px {
    padding-bottom: 59px
}

.px-59px {
    padding-left: 59px;
    padding-right: 59px
}

.py-59px {
    padding-top: 59px;
    padding-bottom: 59px
}

.p-60px {
    padding: 60px
}

.pl-60px {
    padding-left: 60px
}

.pr-60px {
    padding-right: 60px
}

.pt-60px {
    padding-top: 60px
}

.pb-60px {
    padding-bottom: 60px
}

.px-60px {
    padding-left: 60px;
    padding-right: 60px
}

.py-60px {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-61px {
    padding: 61px
}

.pl-61px {
    padding-left: 61px
}

.pr-61px {
    padding-right: 61px
}

.pt-61px {
    padding-top: 61px
}

.pb-61px {
    padding-bottom: 61px
}

.px-61px {
    padding-left: 61px;
    padding-right: 61px
}

.py-61px {
    padding-top: 61px;
    padding-bottom: 61px
}

.p-62px {
    padding: 62px
}

.pl-62px {
    padding-left: 62px
}

.pr-62px {
    padding-right: 62px
}

.pt-62px {
    padding-top: 62px
}

.pb-62px {
    padding-bottom: 62px
}

.px-62px {
    padding-left: 62px;
    padding-right: 62px
}

.py-62px {
    padding-top: 62px;
    padding-bottom: 62px
}

.p-63px {
    padding: 63px
}

.pl-63px {
    padding-left: 63px
}

.pr-63px {
    padding-right: 63px
}

.pt-63px {
    padding-top: 63px
}

.pb-63px {
    padding-bottom: 63px
}

.px-63px {
    padding-left: 63px;
    padding-right: 63px
}

.py-63px {
    padding-top: 63px;
    padding-bottom: 63px
}

.p-64px {
    padding: 64px
}

.pl-64px {
    padding-left: 64px
}

.pr-64px {
    padding-right: 64px
}

.pt-64px {
    padding-top: 64px
}

.pb-64px {
    padding-bottom: 64px
}

.px-64px {
    padding-left: 64px;
    padding-right: 64px
}

.py-64px {
    padding-top: 64px;
    padding-bottom: 64px
}

.p-65px {
    padding: 65px
}

.pl-65px {
    padding-left: 65px
}

.pr-65px {
    padding-right: 65px
}

.pt-65px {
    padding-top: 65px
}

.pb-65px {
    padding-bottom: 65px
}

.px-65px {
    padding-left: 65px;
    padding-right: 65px
}

.py-65px {
    padding-top: 65px;
    padding-bottom: 65px
}

.p-66px {
    padding: 66px
}

.pl-66px {
    padding-left: 66px
}

.pr-66px {
    padding-right: 66px
}

.pt-66px {
    padding-top: 66px
}

.pb-66px {
    padding-bottom: 66px
}

.px-66px {
    padding-left: 66px;
    padding-right: 66px
}

.py-66px {
    padding-top: 66px;
    padding-bottom: 66px
}

.p-67px {
    padding: 67px
}

.pl-67px {
    padding-left: 67px
}

.pr-67px {
    padding-right: 67px
}

.pt-67px {
    padding-top: 67px
}

.pb-67px {
    padding-bottom: 67px
}

.px-67px {
    padding-left: 67px;
    padding-right: 67px
}

.py-67px {
    padding-top: 67px;
    padding-bottom: 67px
}

.p-68px {
    padding: 68px
}

.pl-68px {
    padding-left: 68px
}

.pr-68px {
    padding-right: 68px
}

.pt-68px {
    padding-top: 68px
}

.pb-68px {
    padding-bottom: 68px
}

.px-68px {
    padding-left: 68px;
    padding-right: 68px
}

.py-68px {
    padding-top: 68px;
    padding-bottom: 68px
}

.p-69px {
    padding: 69px
}

.pl-69px {
    padding-left: 69px
}

.pr-69px {
    padding-right: 69px
}

.pt-69px {
    padding-top: 69px
}

.pb-69px {
    padding-bottom: 69px
}

.px-69px {
    padding-left: 69px;
    padding-right: 69px
}

.py-69px {
    padding-top: 69px;
    padding-bottom: 69px
}

.p-70px {
    padding: 70px
}

.pl-70px {
    padding-left: 70px
}

.pr-70px {
    padding-right: 70px
}

.pt-70px {
    padding-top: 70px
}

.pb-70px {
    padding-bottom: 70px
}

.px-70px {
    padding-left: 70px;
    padding-right: 70px
}

.py-70px {
    padding-top: 70px;
    padding-bottom: 70px
}

.p-71px {
    padding: 71px
}

.pl-71px {
    padding-left: 71px
}

.pr-71px {
    padding-right: 71px
}

.pt-71px {
    padding-top: 71px
}

.pb-71px {
    padding-bottom: 71px
}

.px-71px {
    padding-left: 71px;
    padding-right: 71px
}

.py-71px {
    padding-top: 71px;
    padding-bottom: 71px
}

.p-72px {
    padding: 72px
}

.pl-72px {
    padding-left: 72px
}

.pr-72px {
    padding-right: 72px
}

.pt-72px {
    padding-top: 72px
}

.pb-72px {
    padding-bottom: 72px
}

.px-72px {
    padding-left: 72px;
    padding-right: 72px
}

.py-72px {
    padding-top: 72px;
    padding-bottom: 72px
}

.p-73px {
    padding: 73px
}

.pl-73px {
    padding-left: 73px
}

.pr-73px {
    padding-right: 73px
}

.pt-73px {
    padding-top: 73px
}

.pb-73px {
    padding-bottom: 73px
}

.px-73px {
    padding-left: 73px;
    padding-right: 73px
}

.py-73px {
    padding-top: 73px;
    padding-bottom: 73px
}

.p-74px {
    padding: 74px
}

.pl-74px {
    padding-left: 74px
}

.pr-74px {
    padding-right: 74px
}

.pt-74px {
    padding-top: 74px
}

.pb-74px {
    padding-bottom: 74px
}

.px-74px {
    padding-left: 74px;
    padding-right: 74px
}

.py-74px {
    padding-top: 74px;
    padding-bottom: 74px
}

.p-75px {
    padding: 75px
}

.pl-75px {
    padding-left: 75px
}

.pr-75px {
    padding-right: 75px
}

.pt-75px {
    padding-top: 75px
}

.pb-75px {
    padding-bottom: 75px
}

.px-75px {
    padding-left: 75px;
    padding-right: 75px
}

.py-75px {
    padding-top: 75px;
    padding-bottom: 75px
}

.p-76px {
    padding: 76px
}

.pl-76px {
    padding-left: 76px
}

.pr-76px {
    padding-right: 76px
}

.pt-76px {
    padding-top: 76px
}

.pb-76px {
    padding-bottom: 76px
}

.px-76px {
    padding-left: 76px;
    padding-right: 76px
}

.py-76px {
    padding-top: 76px;
    padding-bottom: 76px
}

.p-77px {
    padding: 77px
}

.pl-77px {
    padding-left: 77px
}

.pr-77px {
    padding-right: 77px
}

.pt-77px {
    padding-top: 77px
}

.pb-77px {
    padding-bottom: 77px
}

.px-77px {
    padding-left: 77px;
    padding-right: 77px
}

.py-77px {
    padding-top: 77px;
    padding-bottom: 77px
}

.p-78px {
    padding: 78px
}

.pl-78px {
    padding-left: 78px
}

.pr-78px {
    padding-right: 78px
}

.pt-78px {
    padding-top: 78px
}

.pb-78px {
    padding-bottom: 78px
}

.px-78px {
    padding-left: 78px;
    padding-right: 78px
}

.py-78px {
    padding-top: 78px;
    padding-bottom: 78px
}

.p-79px {
    padding: 79px
}

.pl-79px {
    padding-left: 79px
}

.pr-79px {
    padding-right: 79px
}

.pt-79px {
    padding-top: 79px
}

.pb-79px {
    padding-bottom: 79px
}

.px-79px {
    padding-left: 79px;
    padding-right: 79px
}

.py-79px {
    padding-top: 79px;
    padding-bottom: 79px
}

.p-80px {
    padding: 80px
}

.pl-80px {
    padding-left: 80px
}

.pr-80px {
    padding-right: 80px
}

.pt-80px {
    padding-top: 80px
}

.pb-80px {
    padding-bottom: 80px
}

.px-80px {
    padding-left: 80px;
    padding-right: 80px
}

.py-80px {
    padding-top: 80px;
    padding-bottom: 80px
}

.p-81px {
    padding: 81px
}

.pl-81px {
    padding-left: 81px
}

.pr-81px {
    padding-right: 81px
}

.pt-81px {
    padding-top: 81px
}

.pb-81px {
    padding-bottom: 81px
}

.px-81px {
    padding-left: 81px;
    padding-right: 81px
}

.py-81px {
    padding-top: 81px;
    padding-bottom: 81px
}

.p-82px {
    padding: 82px
}

.pl-82px {
    padding-left: 82px
}

.pr-82px {
    padding-right: 82px
}

.pt-82px {
    padding-top: 82px
}

.pb-82px {
    padding-bottom: 82px
}

.px-82px {
    padding-left: 82px;
    padding-right: 82px
}

.py-82px {
    padding-top: 82px;
    padding-bottom: 82px
}

.p-83px {
    padding: 83px
}

.pl-83px {
    padding-left: 83px
}

.pr-83px {
    padding-right: 83px
}

.pt-83px {
    padding-top: 83px
}

.pb-83px {
    padding-bottom: 83px
}

.px-83px {
    padding-left: 83px;
    padding-right: 83px
}

.py-83px {
    padding-top: 83px;
    padding-bottom: 83px
}

.p-84px {
    padding: 84px
}

.pl-84px {
    padding-left: 84px
}

.pr-84px {
    padding-right: 84px
}

.pt-84px {
    padding-top: 84px
}

.pb-84px {
    padding-bottom: 84px
}

.px-84px {
    padding-left: 84px;
    padding-right: 84px
}

.py-84px {
    padding-top: 84px;
    padding-bottom: 84px
}

.p-85px {
    padding: 85px
}

.pl-85px {
    padding-left: 85px
}

.pr-85px {
    padding-right: 85px
}

.pt-85px {
    padding-top: 85px
}

.pb-85px {
    padding-bottom: 85px
}

.px-85px {
    padding-left: 85px;
    padding-right: 85px
}

.py-85px {
    padding-top: 85px;
    padding-bottom: 85px
}

.p-86px {
    padding: 86px
}

.pl-86px {
    padding-left: 86px
}

.pr-86px {
    padding-right: 86px
}

.pt-86px {
    padding-top: 86px
}

.pb-86px {
    padding-bottom: 86px
}

.px-86px {
    padding-left: 86px;
    padding-right: 86px
}

.py-86px {
    padding-top: 86px;
    padding-bottom: 86px
}

.p-87px {
    padding: 87px
}

.pl-87px {
    padding-left: 87px
}

.pr-87px {
    padding-right: 87px
}

.pt-87px {
    padding-top: 87px
}

.pb-87px {
    padding-bottom: 87px
}

.px-87px {
    padding-left: 87px;
    padding-right: 87px
}

.py-87px {
    padding-top: 87px;
    padding-bottom: 87px
}

.p-88px {
    padding: 88px
}

.pl-88px {
    padding-left: 88px
}

.pr-88px {
    padding-right: 88px
}

.pt-88px {
    padding-top: 88px
}

.pb-88px {
    padding-bottom: 88px
}

.px-88px {
    padding-left: 88px;
    padding-right: 88px
}

.py-88px {
    padding-top: 88px;
    padding-bottom: 88px
}

.p-89px {
    padding: 89px
}

.pl-89px {
    padding-left: 89px
}

.pr-89px {
    padding-right: 89px
}

.pt-89px {
    padding-top: 89px
}

.pb-89px {
    padding-bottom: 89px
}

.px-89px {
    padding-left: 89px;
    padding-right: 89px
}

.py-89px {
    padding-top: 89px;
    padding-bottom: 89px
}

.p-90px {
    padding: 90px
}

.pl-90px {
    padding-left: 90px
}

.pr-90px {
    padding-right: 90px
}

.pt-90px {
    padding-top: 90px
}

.pb-90px {
    padding-bottom: 90px
}

.px-90px {
    padding-left: 90px;
    padding-right: 90px
}

.py-90px {
    padding-top: 90px;
    padding-bottom: 90px
}

.p-91px {
    padding: 91px
}

.pl-91px {
    padding-left: 91px
}

.pr-91px {
    padding-right: 91px
}

.pt-91px {
    padding-top: 91px
}

.pb-91px {
    padding-bottom: 91px
}

.px-91px {
    padding-left: 91px;
    padding-right: 91px
}

.py-91px {
    padding-top: 91px;
    padding-bottom: 91px
}

.p-92px {
    padding: 92px
}

.pl-92px {
    padding-left: 92px
}

.pr-92px {
    padding-right: 92px
}

.pt-92px {
    padding-top: 92px
}

.pb-92px {
    padding-bottom: 92px
}

.px-92px {
    padding-left: 92px;
    padding-right: 92px
}

.py-92px {
    padding-top: 92px;
    padding-bottom: 92px
}

.p-93px {
    padding: 93px
}

.pl-93px {
    padding-left: 93px
}

.pr-93px {
    padding-right: 93px
}

.pt-93px {
    padding-top: 93px
}

.pb-93px {
    padding-bottom: 93px
}

.px-93px {
    padding-left: 93px;
    padding-right: 93px
}

.py-93px {
    padding-top: 93px;
    padding-bottom: 93px
}

.p-94px {
    padding: 94px
}

.pl-94px {
    padding-left: 94px
}

.pr-94px {
    padding-right: 94px
}

.pt-94px {
    padding-top: 94px
}

.pb-94px {
    padding-bottom: 94px
}

.px-94px {
    padding-left: 94px;
    padding-right: 94px
}

.py-94px {
    padding-top: 94px;
    padding-bottom: 94px
}

.p-95px {
    padding: 95px
}

.pl-95px {
    padding-left: 95px
}

.pr-95px {
    padding-right: 95px
}

.pt-95px {
    padding-top: 95px
}

.pb-95px {
    padding-bottom: 95px
}

.px-95px {
    padding-left: 95px;
    padding-right: 95px
}

.py-95px {
    padding-top: 95px;
    padding-bottom: 95px
}

.p-96px {
    padding: 96px
}

.pl-96px {
    padding-left: 96px
}

.pr-96px {
    padding-right: 96px
}

.pt-96px {
    padding-top: 96px
}

.pb-96px {
    padding-bottom: 96px
}

.px-96px {
    padding-left: 96px;
    padding-right: 96px
}

.py-96px {
    padding-top: 96px;
    padding-bottom: 96px
}

.p-97px {
    padding: 97px
}

.pl-97px {
    padding-left: 97px
}

.pr-97px {
    padding-right: 97px
}

.pt-97px {
    padding-top: 97px
}

.pb-97px {
    padding-bottom: 97px
}

.px-97px {
    padding-left: 97px;
    padding-right: 97px
}

.py-97px {
    padding-top: 97px;
    padding-bottom: 97px
}

.p-98px {
    padding: 98px
}

.pl-98px {
    padding-left: 98px
}

.pr-98px {
    padding-right: 98px
}

.pt-98px {
    padding-top: 98px
}

.pb-98px {
    padding-bottom: 98px
}

.px-98px {
    padding-left: 98px;
    padding-right: 98px
}

.py-98px {
    padding-top: 98px;
    padding-bottom: 98px
}

.p-99px {
    padding: 99px
}

.pl-99px {
    padding-left: 99px
}

.pr-99px {
    padding-right: 99px
}

.pt-99px {
    padding-top: 99px
}

.pb-99px {
    padding-bottom: 99px
}

.px-99px {
    padding-left: 99px;
    padding-right: 99px
}

.py-99px {
    padding-top: 99px;
    padding-bottom: 99px
}

.p-100px {
    padding: 100px
}

.pl-100px {
    padding-left: 100px
}

.pr-100px {
    padding-right: 100px
}

.pt-100px {
    padding-top: 100px
}

.pb-100px {
    padding-bottom: 100px
}

.px-100px {
    padding-left: 100px;
    padding-right: 100px
}

.py-100px {
    padding-top: 100px;
    padding-bottom: 100px
}

.m-1px {
    margin: 1px
}

.ml-1px {
    margin-left: 1px
}

.mr-1px {
    margin-right: 1px
}

.mt-1px {
    margin-top: 1px
}

.mb-1px {
    margin-bottom: 1px
}

.mx-1px {
    margin-left: 1px;
    margin-right: 1px
}

.my-1px {
    margin-top: 1px;
    margin-bottom: 1px
}

.m-2px {
    margin: 2px
}

.ml-2px {
    margin-left: 2px
}

.mr-2px {
    margin-right: 2px
}

.mt-2px {
    margin-top: 2px
}

.mb-2px {
    margin-bottom: 2px
}

.mx-2px {
    margin-left: 2px;
    margin-right: 2px
}

.my-2px {
    margin-top: 2px;
    margin-bottom: 2px
}

.m-3px {
    margin: 3px
}

.ml-3px {
    margin-left: 3px
}

.mr-3px {
    margin-right: 3px
}

.mt-3px {
    margin-top: 3px
}

.mb-3px {
    margin-bottom: 3px
}

.mx-3px {
    margin-left: 3px;
    margin-right: 3px
}

.my-3px {
    margin-top: 3px;
    margin-bottom: 3px
}

.m-4px {
    margin: 4px
}

.ml-4px {
    margin-left: 4px
}

.mr-4px {
    margin-right: 4px
}

.mt-4px {
    margin-top: 4px
}

.mb-4px {
    margin-bottom: 4px
}

.mx-4px {
    margin-left: 4px;
    margin-right: 4px
}

.my-4px {
    margin-top: 4px;
    margin-bottom: 4px
}

.m-5px {
    margin: 5px
}

.ml-5px {
    margin-left: 5px
}

.mr-5px {
    margin-right: 5px
}

.mt-5px {
    margin-top: 5px
}

.mb-5px {
    margin-bottom: 5px
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px
}

.my-5px {
    margin-top: 5px;
    margin-bottom: 5px
}

.m-6px {
    margin: 6px
}

.ml-6px {
    margin-left: 6px
}

.mr-6px {
    margin-right: 6px
}

.mt-6px {
    margin-top: 6px
}

.mb-6px {
    margin-bottom: 6px
}

.mx-6px {
    margin-left: 6px;
    margin-right: 6px
}

.my-6px {
    margin-top: 6px;
    margin-bottom: 6px
}

.m-7px {
    margin: 7px
}

.ml-7px {
    margin-left: 7px
}

.mr-7px {
    margin-right: 7px
}

.mt-7px {
    margin-top: 7px
}

.mb-7px {
    margin-bottom: 7px
}

.mx-7px {
    margin-left: 7px;
    margin-right: 7px
}

.my-7px {
    margin-top: 7px;
    margin-bottom: 7px
}

.m-8px {
    margin: 8px
}

.ml-8px {
    margin-left: 8px
}

.mr-8px {
    margin-right: 8px
}

.mt-8px {
    margin-top: 8px
}

.mb-8px {
    margin-bottom: 8px
}

.mx-8px {
    margin-left: 8px;
    margin-right: 8px
}

.my-8px {
    margin-top: 8px;
    margin-bottom: 8px
}

.m-9px {
    margin: 9px
}

.ml-9px {
    margin-left: 9px
}

.mr-9px {
    margin-right: 9px
}

.mt-9px {
    margin-top: 9px
}

.mb-9px {
    margin-bottom: 9px
}

.mx-9px {
    margin-left: 9px;
    margin-right: 9px
}

.my-9px {
    margin-top: 9px;
    margin-bottom: 9px
}

.m-10px {
    margin: 10px
}

.ml-10px {
    margin-left: 10px
}

.mr-10px {
    margin-right: 10px
}

.mt-10px {
    margin-top: 10px
}

.mb-10px {
    margin-bottom: 10px
}

.mx-10px {
    margin-left: 10px;
    margin-right: 10px
}

.my-10px {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-11px {
    margin: 11px
}

.ml-11px {
    margin-left: 11px
}

.mr-11px {
    margin-right: 11px
}

.mt-11px {
    margin-top: 11px
}

.mb-11px {
    margin-bottom: 11px
}

.mx-11px {
    margin-left: 11px;
    margin-right: 11px
}

.my-11px {
    margin-top: 11px;
    margin-bottom: 11px
}

.m-12px {
    margin: 12px
}

.ml-12px {
    margin-left: 12px
}

.mr-12px {
    margin-right: 12px
}

.mt-12px {
    margin-top: 12px
}

.mb-12px {
    margin-bottom: 12px
}

.mx-12px {
    margin-left: 12px;
    margin-right: 12px
}

.my-12px {
    margin-top: 12px;
    margin-bottom: 12px
}

.m-13px {
    margin: 13px
}

.ml-13px {
    margin-left: 13px
}

.mr-13px {
    margin-right: 13px
}

.mt-13px {
    margin-top: 13px
}

.mb-13px {
    margin-bottom: 13px
}

.mx-13px {
    margin-left: 13px;
    margin-right: 13px
}

.my-13px {
    margin-top: 13px;
    margin-bottom: 13px
}

.m-14px {
    margin: 14px
}

.ml-14px {
    margin-left: 14px
}

.mr-14px {
    margin-right: 14px
}

.mt-14px {
    margin-top: 14px
}

.mb-14px {
    margin-bottom: 14px
}

.mx-14px {
    margin-left: 14px;
    margin-right: 14px
}

.my-14px {
    margin-top: 14px;
    margin-bottom: 14px
}

.m-15px {
    margin: 15px
}

.ml-15px {
    margin-left: 15px
}

.mr-15px {
    margin-right: 15px
}

.mt-15px {
    margin-top: 15px
}

.mb-15px {
    margin-bottom: 15px
}

.mx-15px {
    margin-left: 15px;
    margin-right: 15px
}

.my-15px {
    margin-top: 15px;
    margin-bottom: 15px
}

.m-16px {
    margin: 16px
}

.ml-16px {
    margin-left: 16px
}

.mr-16px {
    margin-right: 16px
}

.mt-16px {
    margin-top: 16px
}

.mb-16px {
    margin-bottom: 16px
}

.mx-16px {
    margin-left: 16px;
    margin-right: 16px
}

.my-16px {
    margin-top: 16px;
    margin-bottom: 16px
}

.m-17px {
    margin: 17px
}

.ml-17px {
    margin-left: 17px
}

.mr-17px {
    margin-right: 17px
}

.mt-17px {
    margin-top: 17px
}

.mb-17px {
    margin-bottom: 17px
}

.mx-17px {
    margin-left: 17px;
    margin-right: 17px
}

.my-17px {
    margin-top: 17px;
    margin-bottom: 17px
}

.m-18px {
    margin: 18px
}

.ml-18px {
    margin-left: 18px
}

.mr-18px {
    margin-right: 18px
}

.mt-18px {
    margin-top: 18px
}

.mb-18px {
    margin-bottom: 18px
}

.mx-18px {
    margin-left: 18px;
    margin-right: 18px
}

.my-18px {
    margin-top: 18px;
    margin-bottom: 18px
}

.m-19px {
    margin: 19px
}

.ml-19px {
    margin-left: 19px
}

.mr-19px {
    margin-right: 19px
}

.mt-19px {
    margin-top: 19px
}

.mb-19px {
    margin-bottom: 19px
}

.mx-19px {
    margin-left: 19px;
    margin-right: 19px
}

.my-19px {
    margin-top: 19px;
    margin-bottom: 19px
}

.m-20px {
    margin: 20px
}

.ml-20px {
    margin-left: 20px
}

.mr-20px {
    margin-right: 20px
}

.mt-20px {
    margin-top: 20px
}

.mb-20px {
    margin-bottom: 20px
}

.mx-20px {
    margin-left: 20px;
    margin-right: 20px
}

.my-20px {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-21px {
    margin: 21px
}

.ml-21px {
    margin-left: 21px
}

.mr-21px {
    margin-right: 21px
}

.mt-21px {
    margin-top: 21px
}

.mb-21px {
    margin-bottom: 21px
}

.mx-21px {
    margin-left: 21px;
    margin-right: 21px
}

.my-21px {
    margin-top: 21px;
    margin-bottom: 21px
}

.m-22px {
    margin: 22px
}

.ml-22px {
    margin-left: 22px
}

.mr-22px {
    margin-right: 22px
}

.mt-22px {
    margin-top: 22px
}

.mb-22px {
    margin-bottom: 22px
}

.mx-22px {
    margin-left: 22px;
    margin-right: 22px
}

.my-22px {
    margin-top: 22px;
    margin-bottom: 22px
}

.m-23px {
    margin: 23px
}

.ml-23px {
    margin-left: 23px
}

.mr-23px {
    margin-right: 23px
}

.mt-23px {
    margin-top: 23px
}

.mb-23px {
    margin-bottom: 23px
}

.mx-23px {
    margin-left: 23px;
    margin-right: 23px
}

.my-23px {
    margin-top: 23px;
    margin-bottom: 23px
}

.m-24px {
    margin: 24px
}

.ml-24px {
    margin-left: 24px
}

.mr-24px {
    margin-right: 24px
}

.mt-24px {
    margin-top: 24px
}

.mb-24px {
    margin-bottom: 24px
}

.mx-24px {
    margin-left: 24px;
    margin-right: 24px
}

.my-24px {
    margin-top: 24px;
    margin-bottom: 24px
}

.m-25px {
    margin: 25px
}

.ml-25px {
    margin-left: 25px
}

.mr-25px {
    margin-right: 25px
}

.mt-25px {
    margin-top: 25px
}

.mb-25px {
    margin-bottom: 25px
}

.mx-25px {
    margin-left: 25px;
    margin-right: 25px
}

.my-25px {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-26px {
    margin: 26px
}

.ml-26px {
    margin-left: 26px
}

.mr-26px {
    margin-right: 26px
}

.mt-26px {
    margin-top: 26px
}

.mb-26px {
    margin-bottom: 26px
}

.mx-26px {
    margin-left: 26px;
    margin-right: 26px
}

.my-26px {
    margin-top: 26px;
    margin-bottom: 26px
}

.m-27px {
    margin: 27px
}

.ml-27px {
    margin-left: 27px
}

.mr-27px {
    margin-right: 27px
}

.mt-27px {
    margin-top: 27px
}

.mb-27px {
    margin-bottom: 27px
}

.mx-27px {
    margin-left: 27px;
    margin-right: 27px
}

.my-27px {
    margin-top: 27px;
    margin-bottom: 27px
}

.m-28px {
    margin: 28px
}

.ml-28px {
    margin-left: 28px
}

.mr-28px {
    margin-right: 28px
}

.mt-28px {
    margin-top: 28px
}

.mb-28px {
    margin-bottom: 28px
}

.mx-28px {
    margin-left: 28px;
    margin-right: 28px
}

.my-28px {
    margin-top: 28px;
    margin-bottom: 28px
}

.m-29px {
    margin: 29px
}

.ml-29px {
    margin-left: 29px
}

.mr-29px {
    margin-right: 29px
}

.mt-29px {
    margin-top: 29px
}

.mb-29px {
    margin-bottom: 29px
}

.mx-29px {
    margin-left: 29px;
    margin-right: 29px
}

.my-29px {
    margin-top: 29px;
    margin-bottom: 29px
}

.m-30px {
    margin: 30px
}

.ml-30px {
    margin-left: 30px
}

.mr-30px {
    margin-right: 30px
}

.mt-30px {
    margin-top: 30px
}

.mb-30px {
    margin-bottom: 30px
}

.mx-30px {
    margin-left: 30px;
    margin-right: 30px
}

.my-30px {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-31px {
    margin: 31px
}

.ml-31px {
    margin-left: 31px
}

.mr-31px {
    margin-right: 31px
}

.mt-31px {
    margin-top: 31px
}

.mb-31px {
    margin-bottom: 31px
}

.mx-31px {
    margin-left: 31px;
    margin-right: 31px
}

.my-31px {
    margin-top: 31px;
    margin-bottom: 31px
}

.m-32px {
    margin: 32px
}

.ml-32px {
    margin-left: 32px
}

.mr-32px {
    margin-right: 32px
}

.mt-32px {
    margin-top: 32px
}

.mb-32px {
    margin-bottom: 32px
}

.mx-32px {
    margin-left: 32px;
    margin-right: 32px
}

.my-32px {
    margin-top: 32px;
    margin-bottom: 32px
}

.m-33px {
    margin: 33px
}

.ml-33px {
    margin-left: 33px
}

.mr-33px {
    margin-right: 33px
}

.mt-33px {
    margin-top: 33px
}

.mb-33px {
    margin-bottom: 33px
}

.mx-33px {
    margin-left: 33px;
    margin-right: 33px
}

.my-33px {
    margin-top: 33px;
    margin-bottom: 33px
}

.m-34px {
    margin: 34px
}

.ml-34px {
    margin-left: 34px
}

.mr-34px {
    margin-right: 34px
}

.mt-34px {
    margin-top: 34px
}

.mb-34px {
    margin-bottom: 34px
}

.mx-34px {
    margin-left: 34px;
    margin-right: 34px
}

.my-34px {
    margin-top: 34px;
    margin-bottom: 34px
}

.m-35px {
    margin: 35px
}

.ml-35px {
    margin-left: 35px
}

.mr-35px {
    margin-right: 35px
}

.mt-35px {
    margin-top: 35px
}

.mb-35px {
    margin-bottom: 35px
}

.mx-35px {
    margin-left: 35px;
    margin-right: 35px
}

.my-35px {
    margin-top: 35px;
    margin-bottom: 35px
}

.m-36px {
    margin: 36px
}

.ml-36px {
    margin-left: 36px
}

.mr-36px {
    margin-right: 36px
}

.mt-36px {
    margin-top: 36px
}

.mb-36px {
    margin-bottom: 36px
}

.mx-36px {
    margin-left: 36px;
    margin-right: 36px
}

.my-36px {
    margin-top: 36px;
    margin-bottom: 36px
}

.m-37px {
    margin: 37px
}

.ml-37px {
    margin-left: 37px
}

.mr-37px {
    margin-right: 37px
}

.mt-37px {
    margin-top: 37px
}

.mb-37px {
    margin-bottom: 37px
}

.mx-37px {
    margin-left: 37px;
    margin-right: 37px
}

.my-37px {
    margin-top: 37px;
    margin-bottom: 37px
}

.m-38px {
    margin: 38px
}

.ml-38px {
    margin-left: 38px
}

.mr-38px {
    margin-right: 38px
}

.mt-38px {
    margin-top: 38px
}

.mb-38px {
    margin-bottom: 38px
}

.mx-38px {
    margin-left: 38px;
    margin-right: 38px
}

.my-38px {
    margin-top: 38px;
    margin-bottom: 38px
}

.m-39px {
    margin: 39px
}

.ml-39px {
    margin-left: 39px
}

.mr-39px {
    margin-right: 39px
}

.mt-39px {
    margin-top: 39px
}

.mb-39px {
    margin-bottom: 39px
}

.mx-39px {
    margin-left: 39px;
    margin-right: 39px
}

.my-39px {
    margin-top: 39px;
    margin-bottom: 39px
}

.m-40px {
    margin: 40px
}

.ml-40px {
    margin-left: 40px
}

.mr-40px {
    margin-right: 40px
}

.mt-40px {
    margin-top: 40px
}

.mb-40px {
    margin-bottom: 40px
}

.mx-40px {
    margin-left: 40px;
    margin-right: 40px
}

.my-40px {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-41px {
    margin: 41px
}

.ml-41px {
    margin-left: 41px
}

.mr-41px {
    margin-right: 41px
}

.mt-41px {
    margin-top: 41px
}

.mb-41px {
    margin-bottom: 41px
}

.mx-41px {
    margin-left: 41px;
    margin-right: 41px
}

.my-41px {
    margin-top: 41px;
    margin-bottom: 41px
}

.m-42px {
    margin: 42px
}

.ml-42px {
    margin-left: 42px
}

.mr-42px {
    margin-right: 42px
}

.mt-42px {
    margin-top: 42px
}

.mb-42px {
    margin-bottom: 42px
}

.mx-42px {
    margin-left: 42px;
    margin-right: 42px
}

.my-42px {
    margin-top: 42px;
    margin-bottom: 42px
}

.m-43px {
    margin: 43px
}

.ml-43px {
    margin-left: 43px
}

.mr-43px {
    margin-right: 43px
}

.mt-43px {
    margin-top: 43px
}

.mb-43px {
    margin-bottom: 43px
}

.mx-43px {
    margin-left: 43px;
    margin-right: 43px
}

.my-43px {
    margin-top: 43px;
    margin-bottom: 43px
}

.m-44px {
    margin: 44px
}

.ml-44px {
    margin-left: 44px
}

.mr-44px {
    margin-right: 44px
}

.mt-44px {
    margin-top: 44px
}

.mb-44px {
    margin-bottom: 44px
}

.mx-44px {
    margin-left: 44px;
    margin-right: 44px
}

.my-44px {
    margin-top: 44px;
    margin-bottom: 44px
}

.m-45px {
    margin: 45px
}

.ml-45px {
    margin-left: 45px
}

.mr-45px {
    margin-right: 45px
}

.mt-45px {
    margin-top: 45px
}

.mb-45px {
    margin-bottom: 45px
}

.mx-45px {
    margin-left: 45px;
    margin-right: 45px
}

.my-45px {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-46px {
    margin: 46px
}

.ml-46px {
    margin-left: 46px
}

.mr-46px {
    margin-right: 46px
}

.mt-46px {
    margin-top: 46px
}

.mb-46px {
    margin-bottom: 46px
}

.mx-46px {
    margin-left: 46px;
    margin-right: 46px
}

.my-46px {
    margin-top: 46px;
    margin-bottom: 46px
}

.m-47px {
    margin: 47px
}

.ml-47px {
    margin-left: 47px
}

.mr-47px {
    margin-right: 47px
}

.mt-47px {
    margin-top: 47px
}

.mb-47px {
    margin-bottom: 47px
}

.mx-47px {
    margin-left: 47px;
    margin-right: 47px
}

.my-47px {
    margin-top: 47px;
    margin-bottom: 47px
}

.m-48px {
    margin: 48px
}

.ml-48px {
    margin-left: 48px
}

.mr-48px {
    margin-right: 48px
}

.mt-48px {
    margin-top: 48px
}

.mb-48px {
    margin-bottom: 48px
}

.mx-48px {
    margin-left: 48px;
    margin-right: 48px
}

.my-48px {
    margin-top: 48px;
    margin-bottom: 48px
}

.m-49px {
    margin: 49px
}

.ml-49px {
    margin-left: 49px
}

.mr-49px {
    margin-right: 49px
}

.mt-49px {
    margin-top: 49px
}

.mb-49px {
    margin-bottom: 49px
}

.mx-49px {
    margin-left: 49px;
    margin-right: 49px
}

.my-49px {
    margin-top: 49px;
    margin-bottom: 49px
}

.m-50px {
    margin: 50px
}

.ml-50px {
    margin-left: 50px
}

.mr-50px {
    margin-right: 50px
}

.mt-50px {
    margin-top: 50px
}

.mb-50px {
    margin-bottom: 50px
}

.mx-50px {
    margin-left: 50px;
    margin-right: 50px
}

.my-50px {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-51px {
    margin: 51px
}

.ml-51px {
    margin-left: 51px
}

.mr-51px {
    margin-right: 51px
}

.mt-51px {
    margin-top: 51px
}

.mb-51px {
    margin-bottom: 51px
}

.mx-51px {
    margin-left: 51px;
    margin-right: 51px
}

.my-51px {
    margin-top: 51px;
    margin-bottom: 51px
}

.m-52px {
    margin: 52px
}

.ml-52px {
    margin-left: 52px
}

.mr-52px {
    margin-right: 52px
}

.mt-52px {
    margin-top: 52px
}

.mb-52px {
    margin-bottom: 52px
}

.mx-52px {
    margin-left: 52px;
    margin-right: 52px
}

.my-52px {
    margin-top: 52px;
    margin-bottom: 52px
}

.m-53px {
    margin: 53px
}

.ml-53px {
    margin-left: 53px
}

.mr-53px {
    margin-right: 53px
}

.mt-53px {
    margin-top: 53px
}

.mb-53px {
    margin-bottom: 53px
}

.mx-53px {
    margin-left: 53px;
    margin-right: 53px
}

.my-53px {
    margin-top: 53px;
    margin-bottom: 53px
}

.m-54px {
    margin: 54px
}

.ml-54px {
    margin-left: 54px
}

.mr-54px {
    margin-right: 54px
}

.mt-54px {
    margin-top: 54px
}

.mb-54px {
    margin-bottom: 54px
}

.mx-54px {
    margin-left: 54px;
    margin-right: 54px
}

.my-54px {
    margin-top: 54px;
    margin-bottom: 54px
}

.m-55px {
    margin: 55px
}

.ml-55px {
    margin-left: 55px
}

.mr-55px {
    margin-right: 55px
}

.mt-55px {
    margin-top: 55px
}

.mb-55px {
    margin-bottom: 55px
}

.mx-55px {
    margin-left: 55px;
    margin-right: 55px
}

.my-55px {
    margin-top: 55px;
    margin-bottom: 55px
}

.m-56px {
    margin: 56px
}

.ml-56px {
    margin-left: 56px
}

.mr-56px {
    margin-right: 56px
}

.mt-56px {
    margin-top: 56px
}

.mb-56px {
    margin-bottom: 56px
}

.mx-56px {
    margin-left: 56px;
    margin-right: 56px
}

.my-56px {
    margin-top: 56px;
    margin-bottom: 56px
}

.m-57px {
    margin: 57px
}

.ml-57px {
    margin-left: 57px
}

.mr-57px {
    margin-right: 57px
}

.mt-57px {
    margin-top: 57px
}

.mb-57px {
    margin-bottom: 57px
}

.mx-57px {
    margin-left: 57px;
    margin-right: 57px
}

.my-57px {
    margin-top: 57px;
    margin-bottom: 57px
}

.m-58px {
    margin: 58px
}

.ml-58px {
    margin-left: 58px
}

.mr-58px {
    margin-right: 58px
}

.mt-58px {
    margin-top: 58px
}

.mb-58px {
    margin-bottom: 58px
}

.mx-58px {
    margin-left: 58px;
    margin-right: 58px
}

.my-58px {
    margin-top: 58px;
    margin-bottom: 58px
}

.m-59px {
    margin: 59px
}

.ml-59px {
    margin-left: 59px
}

.mr-59px {
    margin-right: 59px
}

.mt-59px {
    margin-top: 59px
}

.mb-59px {
    margin-bottom: 59px
}

.mx-59px {
    margin-left: 59px;
    margin-right: 59px
}

.my-59px {
    margin-top: 59px;
    margin-bottom: 59px
}

.m-60px {
    margin: 60px
}

.ml-60px {
    margin-left: 60px
}

.mr-60px {
    margin-right: 60px
}

.mt-60px {
    margin-top: 60px
}

.mb-60px {
    margin-bottom: 60px
}

.mx-60px {
    margin-left: 60px;
    margin-right: 60px
}

.my-60px {
    margin-top: 60px;
    margin-bottom: 60px
}

.m-61px {
    margin: 61px
}

.ml-61px {
    margin-left: 61px
}

.mr-61px {
    margin-right: 61px
}

.mt-61px {
    margin-top: 61px
}

.mb-61px {
    margin-bottom: 61px
}

.mx-61px {
    margin-left: 61px;
    margin-right: 61px
}

.my-61px {
    margin-top: 61px;
    margin-bottom: 61px
}

.m-62px {
    margin: 62px
}

.ml-62px {
    margin-left: 62px
}

.mr-62px {
    margin-right: 62px
}

.mt-62px {
    margin-top: 62px
}

.mb-62px {
    margin-bottom: 62px
}

.mx-62px {
    margin-left: 62px;
    margin-right: 62px
}

.my-62px {
    margin-top: 62px;
    margin-bottom: 62px
}

.m-63px {
    margin: 63px
}

.ml-63px {
    margin-left: 63px
}

.mr-63px {
    margin-right: 63px
}

.mt-63px {
    margin-top: 63px
}

.mb-63px {
    margin-bottom: 63px
}

.mx-63px {
    margin-left: 63px;
    margin-right: 63px
}

.my-63px {
    margin-top: 63px;
    margin-bottom: 63px
}

.m-64px {
    margin: 64px
}

.ml-64px {
    margin-left: 64px
}

.mr-64px {
    margin-right: 64px
}

.mt-64px {
    margin-top: 64px
}

.mb-64px {
    margin-bottom: 64px
}

.mx-64px {
    margin-left: 64px;
    margin-right: 64px
}

.my-64px {
    margin-top: 64px;
    margin-bottom: 64px
}

.m-65px {
    margin: 65px
}

.ml-65px {
    margin-left: 65px
}

.mr-65px {
    margin-right: 65px
}

.mt-65px {
    margin-top: 65px
}

.mb-65px {
    margin-bottom: 65px
}

.mx-65px {
    margin-left: 65px;
    margin-right: 65px
}

.my-65px {
    margin-top: 65px;
    margin-bottom: 65px
}

.m-66px {
    margin: 66px
}

.ml-66px {
    margin-left: 66px
}

.mr-66px {
    margin-right: 66px
}

.mt-66px {
    margin-top: 66px
}

.mb-66px {
    margin-bottom: 66px
}

.mx-66px {
    margin-left: 66px;
    margin-right: 66px
}

.my-66px {
    margin-top: 66px;
    margin-bottom: 66px
}

.m-67px {
    margin: 67px
}

.ml-67px {
    margin-left: 67px
}

.mr-67px {
    margin-right: 67px
}

.mt-67px {
    margin-top: 67px
}

.mb-67px {
    margin-bottom: 67px
}

.mx-67px {
    margin-left: 67px;
    margin-right: 67px
}

.my-67px {
    margin-top: 67px;
    margin-bottom: 67px
}

.m-68px {
    margin: 68px
}

.ml-68px {
    margin-left: 68px
}

.mr-68px {
    margin-right: 68px
}

.mt-68px {
    margin-top: 68px
}

.mb-68px {
    margin-bottom: 68px
}

.mx-68px {
    margin-left: 68px;
    margin-right: 68px
}

.my-68px {
    margin-top: 68px;
    margin-bottom: 68px
}

.m-69px {
    margin: 69px
}

.ml-69px {
    margin-left: 69px
}

.mr-69px {
    margin-right: 69px
}

.mt-69px {
    margin-top: 69px
}

.mb-69px {
    margin-bottom: 69px
}

.mx-69px {
    margin-left: 69px;
    margin-right: 69px
}

.my-69px {
    margin-top: 69px;
    margin-bottom: 69px
}

.m-70px {
    margin: 70px
}

.ml-70px {
    margin-left: 70px
}

.mr-70px {
    margin-right: 70px
}

.mt-70px {
    margin-top: 70px
}

.mb-70px {
    margin-bottom: 70px
}

.mx-70px {
    margin-left: 70px;
    margin-right: 70px
}

.my-70px {
    margin-top: 70px;
    margin-bottom: 70px
}

.m-71px {
    margin: 71px
}

.ml-71px {
    margin-left: 71px
}

.mr-71px {
    margin-right: 71px
}

.mt-71px {
    margin-top: 71px
}

.mb-71px {
    margin-bottom: 71px
}

.mx-71px {
    margin-left: 71px;
    margin-right: 71px
}

.my-71px {
    margin-top: 71px;
    margin-bottom: 71px
}

.m-72px {
    margin: 72px
}

.ml-72px {
    margin-left: 72px
}

.mr-72px {
    margin-right: 72px
}

.mt-72px {
    margin-top: 72px
}

.mb-72px {
    margin-bottom: 72px
}

.mx-72px {
    margin-left: 72px;
    margin-right: 72px
}

.my-72px {
    margin-top: 72px;
    margin-bottom: 72px
}

.m-73px {
    margin: 73px
}

.ml-73px {
    margin-left: 73px
}

.mr-73px {
    margin-right: 73px
}

.mt-73px {
    margin-top: 73px
}

.mb-73px {
    margin-bottom: 73px
}

.mx-73px {
    margin-left: 73px;
    margin-right: 73px
}

.my-73px {
    margin-top: 73px;
    margin-bottom: 73px
}

.m-74px {
    margin: 74px
}

.ml-74px {
    margin-left: 74px
}

.mr-74px {
    margin-right: 74px
}

.mt-74px {
    margin-top: 74px
}

.mb-74px {
    margin-bottom: 74px
}

.mx-74px {
    margin-left: 74px;
    margin-right: 74px
}

.my-74px {
    margin-top: 74px;
    margin-bottom: 74px
}

.m-75px {
    margin: 75px
}

.ml-75px {
    margin-left: 75px
}

.mr-75px {
    margin-right: 75px
}

.mt-75px {
    margin-top: 75px
}

.mb-75px {
    margin-bottom: 75px
}

.mx-75px {
    margin-left: 75px;
    margin-right: 75px
}

.my-75px {
    margin-top: 75px;
    margin-bottom: 75px
}

.m-76px {
    margin: 76px
}

.ml-76px {
    margin-left: 76px
}

.mr-76px {
    margin-right: 76px
}

.mt-76px {
    margin-top: 76px
}

.mb-76px {
    margin-bottom: 76px
}

.mx-76px {
    margin-left: 76px;
    margin-right: 76px
}

.my-76px {
    margin-top: 76px;
    margin-bottom: 76px
}

.m-77px {
    margin: 77px
}

.ml-77px {
    margin-left: 77px
}

.mr-77px {
    margin-right: 77px
}

.mt-77px {
    margin-top: 77px
}

.mb-77px {
    margin-bottom: 77px
}

.mx-77px {
    margin-left: 77px;
    margin-right: 77px
}

.my-77px {
    margin-top: 77px;
    margin-bottom: 77px
}

.m-78px {
    margin: 78px
}

.ml-78px {
    margin-left: 78px
}

.mr-78px {
    margin-right: 78px
}

.mt-78px {
    margin-top: 78px
}

.mb-78px {
    margin-bottom: 78px
}

.mx-78px {
    margin-left: 78px;
    margin-right: 78px
}

.my-78px {
    margin-top: 78px;
    margin-bottom: 78px
}

.m-79px {
    margin: 79px
}

.ml-79px {
    margin-left: 79px
}

.mr-79px {
    margin-right: 79px
}

.mt-79px {
    margin-top: 79px
}

.mb-79px {
    margin-bottom: 79px
}

.mx-79px {
    margin-left: 79px;
    margin-right: 79px
}

.my-79px {
    margin-top: 79px;
    margin-bottom: 79px
}

.m-80px {
    margin: 80px
}

.ml-80px {
    margin-left: 80px
}

.mr-80px {
    margin-right: 80px
}

.mt-80px {
    margin-top: 80px
}

.mb-80px {
    margin-bottom: 80px
}

.mx-80px {
    margin-left: 80px;
    margin-right: 80px
}

.my-80px {
    margin-top: 80px;
    margin-bottom: 80px
}

.m-81px {
    margin: 81px
}

.ml-81px {
    margin-left: 81px
}

.mr-81px {
    margin-right: 81px
}

.mt-81px {
    margin-top: 81px
}

.mb-81px {
    margin-bottom: 81px
}

.mx-81px {
    margin-left: 81px;
    margin-right: 81px
}

.my-81px {
    margin-top: 81px;
    margin-bottom: 81px
}

.m-82px {
    margin: 82px
}

.ml-82px {
    margin-left: 82px
}

.mr-82px {
    margin-right: 82px
}

.mt-82px {
    margin-top: 82px
}

.mb-82px {
    margin-bottom: 82px
}

.mx-82px {
    margin-left: 82px;
    margin-right: 82px
}

.my-82px {
    margin-top: 82px;
    margin-bottom: 82px
}

.m-83px {
    margin: 83px
}

.ml-83px {
    margin-left: 83px
}

.mr-83px {
    margin-right: 83px
}

.mt-83px {
    margin-top: 83px
}

.mb-83px {
    margin-bottom: 83px
}

.mx-83px {
    margin-left: 83px;
    margin-right: 83px
}

.my-83px {
    margin-top: 83px;
    margin-bottom: 83px
}

.m-84px {
    margin: 84px
}

.ml-84px {
    margin-left: 84px
}

.mr-84px {
    margin-right: 84px
}

.mt-84px {
    margin-top: 84px
}

.mb-84px {
    margin-bottom: 84px
}

.mx-84px {
    margin-left: 84px;
    margin-right: 84px
}

.my-84px {
    margin-top: 84px;
    margin-bottom: 84px
}

.m-85px {
    margin: 85px
}

.ml-85px {
    margin-left: 85px
}

.mr-85px {
    margin-right: 85px
}

.mt-85px {
    margin-top: 85px
}

.mb-85px {
    margin-bottom: 85px
}

.mx-85px {
    margin-left: 85px;
    margin-right: 85px
}

.my-85px {
    margin-top: 85px;
    margin-bottom: 85px
}

.m-86px {
    margin: 86px
}

.ml-86px {
    margin-left: 86px
}

.mr-86px {
    margin-right: 86px
}

.mt-86px {
    margin-top: 86px
}

.mb-86px {
    margin-bottom: 86px
}

.mx-86px {
    margin-left: 86px;
    margin-right: 86px
}

.my-86px {
    margin-top: 86px;
    margin-bottom: 86px
}

.m-87px {
    margin: 87px
}

.ml-87px {
    margin-left: 87px
}

.mr-87px {
    margin-right: 87px
}

.mt-87px {
    margin-top: 87px
}

.mb-87px {
    margin-bottom: 87px
}

.mx-87px {
    margin-left: 87px;
    margin-right: 87px
}

.my-87px {
    margin-top: 87px;
    margin-bottom: 87px
}

.m-88px {
    margin: 88px
}

.ml-88px {
    margin-left: 88px
}

.mr-88px {
    margin-right: 88px
}

.mt-88px {
    margin-top: 88px
}

.mb-88px {
    margin-bottom: 88px
}

.mx-88px {
    margin-left: 88px;
    margin-right: 88px
}

.my-88px {
    margin-top: 88px;
    margin-bottom: 88px
}

.m-89px {
    margin: 89px
}

.ml-89px {
    margin-left: 89px
}

.mr-89px {
    margin-right: 89px
}

.mt-89px {
    margin-top: 89px
}

.mb-89px {
    margin-bottom: 89px
}

.mx-89px {
    margin-left: 89px;
    margin-right: 89px
}

.my-89px {
    margin-top: 89px;
    margin-bottom: 89px
}

.m-90px {
    margin: 90px
}

.ml-90px {
    margin-left: 90px
}

.mr-90px {
    margin-right: 90px
}

.mt-90px {
    margin-top: 90px
}

.mb-90px {
    margin-bottom: 90px
}

.mx-90px {
    margin-left: 90px;
    margin-right: 90px
}

.my-90px {
    margin-top: 90px;
    margin-bottom: 90px
}

.m-91px {
    margin: 91px
}

.ml-91px {
    margin-left: 91px
}

.mr-91px {
    margin-right: 91px
}

.mt-91px {
    margin-top: 91px
}

.mb-91px {
    margin-bottom: 91px
}

.mx-91px {
    margin-left: 91px;
    margin-right: 91px
}

.my-91px {
    margin-top: 91px;
    margin-bottom: 91px
}

.m-92px {
    margin: 92px
}

.ml-92px {
    margin-left: 92px
}

.mr-92px {
    margin-right: 92px
}

.mt-92px {
    margin-top: 92px
}

.mb-92px {
    margin-bottom: 92px
}

.mx-92px {
    margin-left: 92px;
    margin-right: 92px
}

.my-92px {
    margin-top: 92px;
    margin-bottom: 92px
}

.m-93px {
    margin: 93px
}

.ml-93px {
    margin-left: 93px
}

.mr-93px {
    margin-right: 93px
}

.mt-93px {
    margin-top: 93px
}

.mb-93px {
    margin-bottom: 93px
}

.mx-93px {
    margin-left: 93px;
    margin-right: 93px
}

.my-93px {
    margin-top: 93px;
    margin-bottom: 93px
}

.m-94px {
    margin: 94px
}

.ml-94px {
    margin-left: 94px
}

.mr-94px {
    margin-right: 94px
}

.mt-94px {
    margin-top: 94px
}

.mb-94px {
    margin-bottom: 94px
}

.mx-94px {
    margin-left: 94px;
    margin-right: 94px
}

.my-94px {
    margin-top: 94px;
    margin-bottom: 94px
}

.m-95px {
    margin: 95px
}

.ml-95px {
    margin-left: 95px
}

.mr-95px {
    margin-right: 95px
}

.mt-95px {
    margin-top: 95px
}

.mb-95px {
    margin-bottom: 95px
}

.mx-95px {
    margin-left: 95px;
    margin-right: 95px
}

.my-95px {
    margin-top: 95px;
    margin-bottom: 95px
}

.m-96px {
    margin: 96px
}

.ml-96px {
    margin-left: 96px
}

.mr-96px {
    margin-right: 96px
}

.mt-96px {
    margin-top: 96px
}

.mb-96px {
    margin-bottom: 96px
}

.mx-96px {
    margin-left: 96px;
    margin-right: 96px
}

.my-96px {
    margin-top: 96px;
    margin-bottom: 96px
}

.m-97px {
    margin: 97px
}

.ml-97px {
    margin-left: 97px
}

.mr-97px {
    margin-right: 97px
}

.mt-97px {
    margin-top: 97px
}

.mb-97px {
    margin-bottom: 97px
}

.mx-97px {
    margin-left: 97px;
    margin-right: 97px
}

.my-97px {
    margin-top: 97px;
    margin-bottom: 97px
}

.m-98px {
    margin: 98px
}

.ml-98px {
    margin-left: 98px
}

.mr-98px {
    margin-right: 98px
}

.mt-98px {
    margin-top: 98px
}

.mb-98px {
    margin-bottom: 98px
}

.mx-98px {
    margin-left: 98px;
    margin-right: 98px
}

.my-98px {
    margin-top: 98px;
    margin-bottom: 98px
}

.m-99px {
    margin: 99px
}

.ml-99px {
    margin-left: 99px
}

.mr-99px {
    margin-right: 99px
}

.mt-99px {
    margin-top: 99px
}

.mb-99px {
    margin-bottom: 99px
}

.mx-99px {
    margin-left: 99px;
    margin-right: 99px
}

.my-99px {
    margin-top: 99px;
    margin-bottom: 99px
}

.m-100px {
    margin: 100px
}

.ml-100px {
    margin-left: 100px
}

.mr-100px {
    margin-right: 100px
}

.mt-100px {
    margin-top: 100px
}

.mb-100px {
    margin-bottom: 100px
}

.mx-100px {
    margin-left: 100px;
    margin-right: 100px
}

.my-100px {
    margin-top: 100px;
    margin-bottom: 100px
}

.w-1px {
    width: 1px
}

.w-1rem {
    width: 1rem
}

.w-1em {
    width: 1em
}

.w-1 {
    width: 1%
}

.w-2px {
    width: 2px
}

.w-2rem {
    width: 2rem
}

.w-2em {
    width: 2em
}

.w-2 {
    width: 2%
}

.w-3px {
    width: 3px
}

.w-3rem {
    width: 3rem
}

.w-3em {
    width: 3em
}

.w-3 {
    width: 3%
}

.w-4px {
    width: 4px
}

.w-4rem {
    width: 4rem
}

.w-4em {
    width: 4em
}

.w-4 {
    width: 4%
}

.w-5px {
    width: 5px
}

.w-5rem {
    width: 5rem
}

.w-5em {
    width: 5em
}

.w-5 {
    width: 5%
}

.w-6px {
    width: 6px
}

.w-6rem {
    width: 6rem
}

.w-6em {
    width: 6em
}

.w-6 {
    width: 6%
}

.w-7px {
    width: 7px
}

.w-7rem {
    width: 7rem
}

.w-7em {
    width: 7em
}

.w-7 {
    width: 7%
}

.w-8px {
    width: 8px
}

.w-8rem {
    width: 8rem
}

.w-8em {
    width: 8em
}

.w-8 {
    width: 8%
}

.w-9px {
    width: 9px
}

.w-9rem {
    width: 9rem
}

.w-9em {
    width: 9em
}

.w-9 {
    width: 9%
}

.w-10px {
    width: 10px
}

.w-10rem {
    width: 10rem
}

.w-10em {
    width: 10em
}

.w-10 {
    width: 10%
}

.w-11px {
    width: 11px
}

.w-11rem {
    width: 11rem
}

.w-11em {
    width: 11em
}

.w-11 {
    width: 11%
}

.w-12px {
    width: 12px
}

.w-12rem {
    width: 12rem
}

.w-12em {
    width: 12em
}

.w-12 {
    width: 12%
}

.w-13px {
    width: 13px
}

.w-13rem {
    width: 13rem
}

.w-13em {
    width: 13em
}

.w-13 {
    width: 13%
}

.w-14px {
    width: 14px
}

.w-14rem {
    width: 14rem
}

.w-14em {
    width: 14em
}

.w-14 {
    width: 14%
}

.w-15px {
    width: 15px
}

.w-15rem {
    width: 15rem
}

.w-15em {
    width: 15em
}

.w-15 {
    width: 15%
}

.w-16px {
    width: 16px
}

.w-16rem {
    width: 16rem
}

.w-16em {
    width: 16em
}

.w-16 {
    width: 16%
}

.w-17px {
    width: 17px
}

.w-17rem {
    width: 17rem
}

.w-17em {
    width: 17em
}

.w-17 {
    width: 17%
}

.w-18px {
    width: 18px
}

.w-18rem {
    width: 18rem
}

.w-18em {
    width: 18em
}

.w-18 {
    width: 18%
}

.w-19px {
    width: 19px
}

.w-19rem {
    width: 19rem
}

.w-19em {
    width: 19em
}

.w-19 {
    width: 19%
}

.w-20px {
    width: 20px
}

.w-20rem {
    width: 20rem
}

.w-20em {
    width: 20em
}

.w-20 {
    width: 20%
}

.w-21px {
    width: 21px
}

.w-21rem {
    width: 21rem
}

.w-21em {
    width: 21em
}

.w-21 {
    width: 21%
}

.w-22px {
    width: 22px
}

.w-22rem {
    width: 22rem
}

.w-22em {
    width: 22em
}

.w-22 {
    width: 22%
}

.w-23px {
    width: 23px
}

.w-23rem {
    width: 23rem
}

.w-23em {
    width: 23em
}

.w-23 {
    width: 23%
}

.w-24px {
    width: 24px
}

.w-24rem {
    width: 24rem
}

.w-24em {
    width: 24em
}

.w-24 {
    width: 24%
}

.w-25px {
    width: 25px
}

.w-25rem {
    width: 25rem
}

.w-25em {
    width: 25em
}

.w-25 {
    width: 25%
}

.w-26px {
    width: 26px
}

.w-26rem {
    width: 26rem
}

.w-26em {
    width: 26em
}

.w-26 {
    width: 26%
}

.w-27px {
    width: 27px
}

.w-27rem {
    width: 27rem
}

.w-27em {
    width: 27em
}

.w-27 {
    width: 27%
}

.w-28px {
    width: 28px
}

.w-28rem {
    width: 28rem
}

.w-28em {
    width: 28em
}

.w-28 {
    width: 28%
}

.w-29px {
    width: 29px
}

.w-29rem {
    width: 29rem
}

.w-29em {
    width: 29em
}

.w-29 {
    width: 29%
}

.w-30px {
    width: 30px
}

.w-30rem {
    width: 30rem
}

.w-30em {
    width: 30em
}

.w-30 {
    width: 30%
}

.w-31px {
    width: 31px
}

.w-31rem {
    width: 31rem
}

.w-31em {
    width: 31em
}

.w-31 {
    width: 31%
}

.w-32px {
    width: 32px
}

.w-32rem {
    width: 32rem
}

.w-32em {
    width: 32em
}

.w-32 {
    width: 32%
}

.w-33px {
    width: 33px
}

.w-33rem {
    width: 33rem
}

.w-33em {
    width: 33em
}

.w-33 {
    width: 33%
}

.w-34px {
    width: 34px
}

.w-34rem {
    width: 34rem
}

.w-34em {
    width: 34em
}

.w-34 {
    width: 34%
}

.w-35px {
    width: 35px
}

.w-35rem {
    width: 35rem
}

.w-35em {
    width: 35em
}

.w-35 {
    width: 35%
}

.w-36px {
    width: 36px
}

.w-36rem {
    width: 36rem
}

.w-36em {
    width: 36em
}

.w-36 {
    width: 36%
}

.w-37px {
    width: 37px
}

.w-37rem {
    width: 37rem
}

.w-37em {
    width: 37em
}

.w-37 {
    width: 37%
}

.w-38px {
    width: 38px
}

.w-38rem {
    width: 38rem
}

.w-38em {
    width: 38em
}

.w-38 {
    width: 38%
}

.w-39px {
    width: 39px
}

.w-39rem {
    width: 39rem
}

.w-39em {
    width: 39em
}

.w-39 {
    width: 39%
}

.w-40px {
    width: 40px
}

.w-40rem {
    width: 40rem
}

.w-40em {
    width: 40em
}

.w-40 {
    width: 40%
}

.w-41px {
    width: 41px
}

.w-41rem {
    width: 41rem
}

.w-41em {
    width: 41em
}

.w-41 {
    width: 41%
}

.w-42px {
    width: 42px
}

.w-42rem {
    width: 42rem
}

.w-42em {
    width: 42em
}

.w-42 {
    width: 42%
}

.w-43px {
    width: 43px
}

.w-43rem {
    width: 43rem
}

.w-43em {
    width: 43em
}

.w-43 {
    width: 43%
}

.w-44px {
    width: 44px
}

.w-44rem {
    width: 44rem
}

.w-44em {
    width: 44em
}

.w-44 {
    width: 44%
}

.w-45px {
    width: 45px
}

.w-45rem {
    width: 45rem
}

.w-45em {
    width: 45em
}

.w-45 {
    width: 45%
}

.w-46px {
    width: 46px
}

.w-46rem {
    width: 46rem
}

.w-46em {
    width: 46em
}

.w-46 {
    width: 46%
}

.w-47px {
    width: 47px
}

.w-47rem {
    width: 47rem
}

.w-47em {
    width: 47em
}

.w-47 {
    width: 47%
}

.w-48px {
    width: 48px
}

.w-48rem {
    width: 48rem
}

.w-48em {
    width: 48em
}

.w-48 {
    width: 48%
}

.w-49px {
    width: 49px
}

.w-49rem {
    width: 49rem
}

.w-49em {
    width: 49em
}

.w-49 {
    width: 49%
}

.w-50px {
    width: 50px
}

.w-50rem {
    width: 50rem
}

.w-50em {
    width: 50em
}

.w-50 {
    width: 50%
}

.w-51px {
    width: 51px
}

.w-51rem {
    width: 51rem
}

.w-51em {
    width: 51em
}

.w-51 {
    width: 51%
}

.w-52px {
    width: 52px
}

.w-52rem {
    width: 52rem
}

.w-52em {
    width: 52em
}

.w-52 {
    width: 52%
}

.w-53px {
    width: 53px
}

.w-53rem {
    width: 53rem
}

.w-53em {
    width: 53em
}

.w-53 {
    width: 53%
}

.w-54px {
    width: 54px
}

.w-54rem {
    width: 54rem
}

.w-54em {
    width: 54em
}

.w-54 {
    width: 54%
}

.w-55px {
    width: 55px
}

.w-55rem {
    width: 55rem
}

.w-55em {
    width: 55em
}

.w-55 {
    width: 55%
}

.w-56px {
    width: 56px
}

.w-56rem {
    width: 56rem
}

.w-56em {
    width: 56em
}

.w-56 {
    width: 56%
}

.w-57px {
    width: 57px
}

.w-57rem {
    width: 57rem
}

.w-57em {
    width: 57em
}

.w-57 {
    width: 57%
}

.w-58px {
    width: 58px
}

.w-58rem {
    width: 58rem
}

.w-58em {
    width: 58em
}

.w-58 {
    width: 58%
}

.w-59px {
    width: 59px
}

.w-59rem {
    width: 59rem
}

.w-59em {
    width: 59em
}

.w-59 {
    width: 59%
}

.w-60px {
    width: 60px
}

.w-60rem {
    width: 60rem
}

.w-60em {
    width: 60em
}

.w-60 {
    width: 60%
}

.w-61px {
    width: 61px
}

.w-61rem {
    width: 61rem
}

.w-61em {
    width: 61em
}

.w-61 {
    width: 61%
}

.w-62px {
    width: 62px
}

.w-62rem {
    width: 62rem
}

.w-62em {
    width: 62em
}

.w-62 {
    width: 62%
}

.w-63px {
    width: 63px
}

.w-63rem {
    width: 63rem
}

.w-63em {
    width: 63em
}

.w-63 {
    width: 63%
}

.w-64px {
    width: 64px
}

.w-64rem {
    width: 64rem
}

.w-64em {
    width: 64em
}

.w-64 {
    width: 64%
}

.w-65px {
    width: 65px
}

.w-65rem {
    width: 65rem
}

.w-65em {
    width: 65em
}

.w-65 {
    width: 65%
}

.w-66px {
    width: 66px
}

.w-66rem {
    width: 66rem
}

.w-66em {
    width: 66em
}

.w-66 {
    width: 66%
}

.w-67px {
    width: 67px
}

.w-67rem {
    width: 67rem
}

.w-67em {
    width: 67em
}

.w-67 {
    width: 67%
}

.w-68px {
    width: 68px
}

.w-68rem {
    width: 68rem
}

.w-68em {
    width: 68em
}

.w-68 {
    width: 68%
}

.w-69px {
    width: 69px
}

.w-69rem {
    width: 69rem
}

.w-69em {
    width: 69em
}

.w-69 {
    width: 69%
}

.w-70px {
    width: 70px
}

.w-70rem {
    width: 70rem
}

.w-70em {
    width: 70em
}

.w-70 {
    width: 70%
}

.w-71px {
    width: 71px
}

.w-71rem {
    width: 71rem
}

.w-71em {
    width: 71em
}

.w-71 {
    width: 71%
}

.w-72px {
    width: 72px
}

.w-72rem {
    width: 72rem
}

.w-72em {
    width: 72em
}

.w-72 {
    width: 72%
}

.w-73px {
    width: 73px
}

.w-73rem {
    width: 73rem
}

.w-73em {
    width: 73em
}

.w-73 {
    width: 73%
}

.w-74px {
    width: 74px
}

.w-74rem {
    width: 74rem
}

.w-74em {
    width: 74em
}

.w-74 {
    width: 74%
}

.w-75px {
    width: 75px
}

.w-75rem {
    width: 75rem
}

.w-75em {
    width: 75em
}

.w-75 {
    width: 75%
}

.w-76px {
    width: 76px
}

.w-76rem {
    width: 76rem
}

.w-76em {
    width: 76em
}

.w-76 {
    width: 76%
}

.w-77px {
    width: 77px
}

.w-77rem {
    width: 77rem
}

.w-77em {
    width: 77em
}

.w-77 {
    width: 77%
}

.w-78px {
    width: 78px
}

.w-78rem {
    width: 78rem
}

.w-78em {
    width: 78em
}

.w-78 {
    width: 78%
}

.w-79px {
    width: 79px
}

.w-79rem {
    width: 79rem
}

.w-79em {
    width: 79em
}

.w-79 {
    width: 79%
}

.w-80px {
    width: 80px
}

.w-80rem {
    width: 80rem
}

.w-80em {
    width: 80em
}

.w-80 {
    width: 80%
}

.w-81px {
    width: 81px
}

.w-81rem {
    width: 81rem
}

.w-81em {
    width: 81em
}

.w-81 {
    width: 81%
}

.w-82px {
    width: 82px
}

.w-82rem {
    width: 82rem
}

.w-82em {
    width: 82em
}

.w-82 {
    width: 82%
}

.w-83px {
    width: 83px
}

.w-83rem {
    width: 83rem
}

.w-83em {
    width: 83em
}

.w-83 {
    width: 83%
}

.w-84px {
    width: 84px
}

.w-84rem {
    width: 84rem
}

.w-84em {
    width: 84em
}

.w-84 {
    width: 84%
}

.w-85px {
    width: 85px
}

.w-85rem {
    width: 85rem
}

.w-85em {
    width: 85em
}

.w-85 {
    width: 85%
}

.w-86px {
    width: 86px
}

.w-86rem {
    width: 86rem
}

.w-86em {
    width: 86em
}

.w-86 {
    width: 86%
}

.w-87px {
    width: 87px
}

.w-87rem {
    width: 87rem
}

.w-87em {
    width: 87em
}

.w-87 {
    width: 87%
}

.w-88px {
    width: 88px
}

.w-88rem {
    width: 88rem
}

.w-88em {
    width: 88em
}

.w-88 {
    width: 88%
}

.w-89px {
    width: 89px
}

.w-89rem {
    width: 89rem
}

.w-89em {
    width: 89em
}

.w-89 {
    width: 89%
}

.w-90px {
    width: 90px
}

.w-90rem {
    width: 90rem
}

.w-90em {
    width: 90em
}

.w-90 {
    width: 90%
}

.w-91px {
    width: 91px
}

.w-91rem {
    width: 91rem
}

.w-91em {
    width: 91em
}

.w-91 {
    width: 91%
}

.w-92px {
    width: 92px
}

.w-92rem {
    width: 92rem
}

.w-92em {
    width: 92em
}

.w-92 {
    width: 92%
}

.w-93px {
    width: 93px
}

.w-93rem {
    width: 93rem
}

.w-93em {
    width: 93em
}

.w-93 {
    width: 93%
}

.w-94px {
    width: 94px
}

.w-94rem {
    width: 94rem
}

.w-94em {
    width: 94em
}

.w-94 {
    width: 94%
}

.w-95px {
    width: 95px
}

.w-95rem {
    width: 95rem
}

.w-95em {
    width: 95em
}

.w-95 {
    width: 95%
}

.w-96px {
    width: 96px
}

.w-96rem {
    width: 96rem
}

.w-96em {
    width: 96em
}

.w-96 {
    width: 96%
}

.w-97px {
    width: 97px
}

.w-97rem {
    width: 97rem
}

.w-97em {
    width: 97em
}

.w-97 {
    width: 97%
}

.w-98px {
    width: 98px
}

.w-98rem {
    width: 98rem
}

.w-98em {
    width: 98em
}

.w-98 {
    width: 98%
}

.w-99px {
    width: 99px
}

.w-99rem {
    width: 99rem
}

.w-99em {
    width: 99em
}

.w-99 {
    width: 99%
}

.w-100px {
    width: 100px
}

.w-100rem {
    width: 100rem
}

.w-100em {
    width: 100em
}

.w-100 {
    width: 100%
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.none {
    float: none !important
}

.w-auto {
    width: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.wrap {
    flex-wrap: wrap
}

.m-0 {
    margin: 0em !important
}

.mt-0 {
    margin-top: 0em !important
}

.mb-0 {
    margin-bottom: 0em !important
}

.ml-0 {
    margin-left: 0em !important
}

.mr-0 {
    margin-right: 0em !important
}

.mx-0 {
    margin-right: 0em !important;
    margin-left: 0em !important
}

.my-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important
}

.mn-t0 {
    margin-top: 0em !important
}

.p-0 {
    padding: 0em !important
}

.pt-0 {
    padding-top: 0em !important
}

.pb-0 {
    padding-bottom: 0em !important
}

.pl-0 {
    padding-left: 0em !important
}

.pr-0 {
    padding-right: 0em !important
}

.px-0 {
    padding-right: 0em !important;
    padding-left: 0em !important
}

.py-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important
}

.m-1 {
    margin: 1em !important
}

.mt-1 {
    margin-top: 1em !important
}

.mb-1 {
    margin-bottom: 1em !important
}

.ml-1 {
    margin-left: 1em !important
}

.mr-1 {
    margin-right: 1em !important
}

.mx-1 {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.my-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.mn-t1 {
    margin-top: -1em !important
}

.p-1 {
    padding: 1em !important
}

.pt-1 {
    padding-top: 1em !important
}

.pb-1 {
    padding-bottom: 1em !important
}

.pl-1 {
    padding-left: 1em !important
}

.pr-1 {
    padding-right: 1em !important
}

.px-1 {
    padding-right: 1em !important;
    padding-left: 1em !important
}

.py-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.m-2 {
    margin: 2em !important
}

.mt-2 {
    margin-top: 2em !important
}

.mb-2 {
    margin-bottom: 2em !important
}

.ml-2 {
    margin-left: 2em !important
}

.mr-2 {
    margin-right: 2em !important
}

.mx-2 {
    margin-right: 2em !important;
    margin-left: 2em !important
}

.my-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important
}

.mn-t2 {
    margin-top: -2em !important
}

.p-2 {
    padding: 2em !important
}

.pt-2 {
    padding-top: 2em !important
}

.pb-2 {
    padding-bottom: 2em !important
}

.pl-2 {
    padding-left: 2em !important
}

.pr-2 {
    padding-right: 2em !important
}

.px-2 {
    padding-right: 2em !important;
    padding-left: 2em !important
}

.py-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important
}

.m-3 {
    margin: 3em !important
}

.mt-3 {
    margin-top: 3em !important
}

.mb-3 {
    margin-bottom: 3em !important
}

.ml-3 {
    margin-left: 3em !important
}

.mr-3 {
    margin-right: 3em !important
}

.mx-3 {
    margin-right: 3em !important;
    margin-left: 3em !important
}

.my-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important
}

.mn-t3 {
    margin-top: -3em !important
}

.p-3 {
    padding: 3em !important
}

.pt-3 {
    padding-top: 3em !important
}

.pb-3 {
    padding-bottom: 3em !important
}

.pl-3 {
    padding-left: 3em !important
}

.pr-3 {
    padding-right: 3em !important
}

.px-3 {
    padding-right: 3em !important;
    padding-left: 3em !important
}

.py-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important
}

.m-4 {
    margin: 4em !important
}

.mt-4 {
    margin-top: 4em !important
}

.mb-4 {
    margin-bottom: 4em !important
}

.ml-4 {
    margin-left: 4em !important
}

.mr-4 {
    margin-right: 4em !important
}

.mx-4 {
    margin-right: 4em !important;
    margin-left: 4em !important
}

.my-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important
}

.mn-t4 {
    margin-top: -4em !important
}

.p-4 {
    padding: 4em !important
}

.pt-4 {
    padding-top: 4em !important
}

.pb-4 {
    padding-bottom: 4em !important
}

.pl-4 {
    padding-left: 4em !important
}

.pr-4 {
    padding-right: 4em !important
}

.px-4 {
    padding-right: 4em !important;
    padding-left: 4em !important
}

.py-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important
}

.m-5 {
    margin: 5em !important
}

.mt-5 {
    margin-top: 5em !important
}

.mb-5 {
    margin-bottom: 5em !important
}

.ml-5 {
    margin-left: 5em !important
}

.mr-5 {
    margin-right: 5em !important
}

.mx-5 {
    margin-right: 5em !important;
    margin-left: 5em !important
}

.my-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important
}

.mn-t5 {
    margin-top: -5em !important
}

.p-5 {
    padding: 5em !important
}

.pt-5 {
    padding-top: 5em !important
}

.pb-5 {
    padding-bottom: 5em !important
}

.pl-5 {
    padding-left: 5em !important
}

.pr-5 {
    padding-right: 5em !important
}

.px-5 {
    padding-right: 5em !important;
    padding-left: 5em !important
}

.py-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important
}

.m-6 {
    margin: 6em !important
}

.mt-6 {
    margin-top: 6em !important
}

.mb-6 {
    margin-bottom: 6em !important
}

.ml-6 {
    margin-left: 6em !important
}

.mr-6 {
    margin-right: 6em !important
}

.mx-6 {
    margin-right: 6em !important;
    margin-left: 6em !important
}

.my-6 {
    margin-top: 6em !important;
    margin-bottom: 6em !important
}

.mn-t6 {
    margin-top: -6em !important
}

.p-6 {
    padding: 6em !important
}

.pt-6 {
    padding-top: 6em !important
}

.pb-6 {
    padding-bottom: 6em !important
}

.pl-6 {
    padding-left: 6em !important
}

.pr-6 {
    padding-right: 6em !important
}

.px-6 {
    padding-right: 6em !important;
    padding-left: 6em !important
}

.py-6 {
    padding-top: 6em !important;
    padding-bottom: 6em !important
}

.m-7 {
    margin: 7em !important
}

.mt-7 {
    margin-top: 7em !important
}

.mb-7 {
    margin-bottom: 7em !important
}

.ml-7 {
    margin-left: 7em !important
}

.mr-7 {
    margin-right: 7em !important
}

.mx-7 {
    margin-right: 7em !important;
    margin-left: 7em !important
}

.my-7 {
    margin-top: 7em !important;
    margin-bottom: 7em !important
}

.mn-t7 {
    margin-top: -7em !important
}

.p-7 {
    padding: 7em !important
}

.pt-7 {
    padding-top: 7em !important
}

.pb-7 {
    padding-bottom: 7em !important
}

.pl-7 {
    padding-left: 7em !important
}

.pr-7 {
    padding-right: 7em !important
}

.px-7 {
    padding-right: 7em !important;
    padding-left: 7em !important
}

.py-7 {
    padding-top: 7em !important;
    padding-bottom: 7em !important
}

.m-8 {
    margin: 8em !important
}

.mt-8 {
    margin-top: 8em !important
}

.mb-8 {
    margin-bottom: 8em !important
}

.ml-8 {
    margin-left: 8em !important
}

.mr-8 {
    margin-right: 8em !important
}

.mx-8 {
    margin-right: 8em !important;
    margin-left: 8em !important
}

.my-8 {
    margin-top: 8em !important;
    margin-bottom: 8em !important
}

.mn-t8 {
    margin-top: -8em !important
}

.p-8 {
    padding: 8em !important
}

.pt-8 {
    padding-top: 8em !important
}

.pb-8 {
    padding-bottom: 8em !important
}

.pl-8 {
    padding-left: 8em !important
}

.pr-8 {
    padding-right: 8em !important
}

.px-8 {
    padding-right: 8em !important;
    padding-left: 8em !important
}

.py-8 {
    padding-top: 8em !important;
    padding-bottom: 8em !important
}

.m-9 {
    margin: 9em !important
}

.mt-9 {
    margin-top: 9em !important
}

.mb-9 {
    margin-bottom: 9em !important
}

.ml-9 {
    margin-left: 9em !important
}

.mr-9 {
    margin-right: 9em !important
}

.mx-9 {
    margin-right: 9em !important;
    margin-left: 9em !important
}

.my-9 {
    margin-top: 9em !important;
    margin-bottom: 9em !important
}

.mn-t9 {
    margin-top: -9em !important
}

.p-9 {
    padding: 9em !important
}

.pt-9 {
    padding-top: 9em !important
}

.pb-9 {
    padding-bottom: 9em !important
}

.pl-9 {
    padding-left: 9em !important
}

.pr-9 {
    padding-right: 9em !important
}

.px-9 {
    padding-right: 9em !important;
    padding-left: 9em !important
}

.py-9 {
    padding-top: 9em !important;
    padding-bottom: 9em !important
}

.m-10 {
    margin: 10em !important
}

.mt-10 {
    margin-top: 10em !important
}

.mb-10 {
    margin-bottom: 10em !important
}

.ml-10 {
    margin-left: 10em !important
}

.mr-10 {
    margin-right: 10em !important
}

.mx-10 {
    margin-right: 10em !important;
    margin-left: 10em !important
}

.my-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important
}

.mn-t10 {
    margin-top: -10em !important
}

.p-10 {
    padding: 10em !important
}

.pt-10 {
    padding-top: 10em !important
}

.pb-10 {
    padding-bottom: 10em !important
}

.pl-10 {
    padding-left: 10em !important
}

.pr-10 {
    padding-right: 10em !important
}

.px-10 {
    padding-right: 10em !important;
    padding-left: 10em !important
}

.py-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important
}

.m-11 {
    margin: 11em !important
}

.mt-11 {
    margin-top: 11em !important
}

.mb-11 {
    margin-bottom: 11em !important
}

.ml-11 {
    margin-left: 11em !important
}

.mr-11 {
    margin-right: 11em !important
}

.mx-11 {
    margin-right: 11em !important;
    margin-left: 11em !important
}

.my-11 {
    margin-top: 11em !important;
    margin-bottom: 11em !important
}

.mn-t11 {
    margin-top: -11em !important
}

.p-11 {
    padding: 11em !important
}

.pt-11 {
    padding-top: 11em !important
}

.pb-11 {
    padding-bottom: 11em !important
}

.pl-11 {
    padding-left: 11em !important
}

.pr-11 {
    padding-right: 11em !important
}

.px-11 {
    padding-right: 11em !important;
    padding-left: 11em !important
}

.py-11 {
    padding-top: 11em !important;
    padding-bottom: 11em !important
}

.m-12 {
    margin: 12em !important
}

.mt-12 {
    margin-top: 12em !important
}

.mb-12 {
    margin-bottom: 12em !important
}

.ml-12 {
    margin-left: 12em !important
}

.mr-12 {
    margin-right: 12em !important
}

.mx-12 {
    margin-right: 12em !important;
    margin-left: 12em !important
}

.my-12 {
    margin-top: 12em !important;
    margin-bottom: 12em !important
}

.mn-t12 {
    margin-top: -12em !important
}

.p-12 {
    padding: 12em !important
}

.pt-12 {
    padding-top: 12em !important
}

.pb-12 {
    padding-bottom: 12em !important
}

.pl-12 {
    padding-left: 12em !important
}

.pr-12 {
    padding-right: 12em !important
}

.px-12 {
    padding-right: 12em !important;
    padding-left: 12em !important
}

.py-12 {
    padding-top: 12em !important;
    padding-bottom: 12em !important
}

.m-13 {
    margin: 13em !important
}

.mt-13 {
    margin-top: 13em !important
}

.mb-13 {
    margin-bottom: 13em !important
}

.ml-13 {
    margin-left: 13em !important
}

.mr-13 {
    margin-right: 13em !important
}

.mx-13 {
    margin-right: 13em !important;
    margin-left: 13em !important
}

.my-13 {
    margin-top: 13em !important;
    margin-bottom: 13em !important
}

.mn-t13 {
    margin-top: -13em !important
}

.p-13 {
    padding: 13em !important
}

.pt-13 {
    padding-top: 13em !important
}

.pb-13 {
    padding-bottom: 13em !important
}

.pl-13 {
    padding-left: 13em !important
}

.pr-13 {
    padding-right: 13em !important
}

.px-13 {
    padding-right: 13em !important;
    padding-left: 13em !important
}

.py-13 {
    padding-top: 13em !important;
    padding-bottom: 13em !important
}

.m-14 {
    margin: 14em !important
}

.mt-14 {
    margin-top: 14em !important
}

.mb-14 {
    margin-bottom: 14em !important
}

.ml-14 {
    margin-left: 14em !important
}

.mr-14 {
    margin-right: 14em !important
}

.mx-14 {
    margin-right: 14em !important;
    margin-left: 14em !important
}

.my-14 {
    margin-top: 14em !important;
    margin-bottom: 14em !important
}

.mn-t14 {
    margin-top: -14em !important
}

.p-14 {
    padding: 14em !important
}

.pt-14 {
    padding-top: 14em !important
}

.pb-14 {
    padding-bottom: 14em !important
}

.pl-14 {
    padding-left: 14em !important
}

.pr-14 {
    padding-right: 14em !important
}

.px-14 {
    padding-right: 14em !important;
    padding-left: 14em !important
}

.py-14 {
    padding-top: 14em !important;
    padding-bottom: 14em !important
}

.m-15 {
    margin: 15em !important
}

.mt-15 {
    margin-top: 15em !important
}

.mb-15 {
    margin-bottom: 15em !important
}

.ml-15 {
    margin-left: 15em !important
}

.mr-15 {
    margin-right: 15em !important
}

.mx-15 {
    margin-right: 15em !important;
    margin-left: 15em !important
}

.my-15 {
    margin-top: 15em !important;
    margin-bottom: 15em !important
}

.mn-t15 {
    margin-top: -15em !important
}

.p-15 {
    padding: 15em !important
}

.pt-15 {
    padding-top: 15em !important
}

.pb-15 {
    padding-bottom: 15em !important
}

.pl-15 {
    padding-left: 15em !important
}

.pr-15 {
    padding-right: 15em !important
}

.px-15 {
    padding-right: 15em !important;
    padding-left: 15em !important
}

.py-15 {
    padding-top: 15em !important;
    padding-bottom: 15em !important
}

.m-16 {
    margin: 16em !important
}

.mt-16 {
    margin-top: 16em !important
}

.mb-16 {
    margin-bottom: 16em !important
}

.ml-16 {
    margin-left: 16em !important
}

.mr-16 {
    margin-right: 16em !important
}

.mx-16 {
    margin-right: 16em !important;
    margin-left: 16em !important
}

.my-16 {
    margin-top: 16em !important;
    margin-bottom: 16em !important
}

.mn-t16 {
    margin-top: -16em !important
}

.p-16 {
    padding: 16em !important
}

.pt-16 {
    padding-top: 16em !important
}

.pb-16 {
    padding-bottom: 16em !important
}

.pl-16 {
    padding-left: 16em !important
}

.pr-16 {
    padding-right: 16em !important
}

.px-16 {
    padding-right: 16em !important;
    padding-left: 16em !important
}

.py-16 {
    padding-top: 16em !important;
    padding-bottom: 16em !important
}

.m-17 {
    margin: 17em !important
}

.mt-17 {
    margin-top: 17em !important
}

.mb-17 {
    margin-bottom: 17em !important
}

.ml-17 {
    margin-left: 17em !important
}

.mr-17 {
    margin-right: 17em !important
}

.mx-17 {
    margin-right: 17em !important;
    margin-left: 17em !important
}

.my-17 {
    margin-top: 17em !important;
    margin-bottom: 17em !important
}

.mn-t17 {
    margin-top: -17em !important
}

.p-17 {
    padding: 17em !important
}

.pt-17 {
    padding-top: 17em !important
}

.pb-17 {
    padding-bottom: 17em !important
}

.pl-17 {
    padding-left: 17em !important
}

.pr-17 {
    padding-right: 17em !important
}

.px-17 {
    padding-right: 17em !important;
    padding-left: 17em !important
}

.py-17 {
    padding-top: 17em !important;
    padding-bottom: 17em !important
}

.m-18 {
    margin: 18em !important
}

.mt-18 {
    margin-top: 18em !important
}

.mb-18 {
    margin-bottom: 18em !important
}

.ml-18 {
    margin-left: 18em !important
}

.mr-18 {
    margin-right: 18em !important
}

.mx-18 {
    margin-right: 18em !important;
    margin-left: 18em !important
}

.my-18 {
    margin-top: 18em !important;
    margin-bottom: 18em !important
}

.mn-t18 {
    margin-top: -18em !important
}

.p-18 {
    padding: 18em !important
}

.pt-18 {
    padding-top: 18em !important
}

.pb-18 {
    padding-bottom: 18em !important
}

.pl-18 {
    padding-left: 18em !important
}

.pr-18 {
    padding-right: 18em !important
}

.px-18 {
    padding-right: 18em !important;
    padding-left: 18em !important
}

.py-18 {
    padding-top: 18em !important;
    padding-bottom: 18em !important
}

.m-19 {
    margin: 19em !important
}

.mt-19 {
    margin-top: 19em !important
}

.mb-19 {
    margin-bottom: 19em !important
}

.ml-19 {
    margin-left: 19em !important
}

.mr-19 {
    margin-right: 19em !important
}

.mx-19 {
    margin-right: 19em !important;
    margin-left: 19em !important
}

.my-19 {
    margin-top: 19em !important;
    margin-bottom: 19em !important
}

.mn-t19 {
    margin-top: -19em !important
}

.p-19 {
    padding: 19em !important
}

.pt-19 {
    padding-top: 19em !important
}

.pb-19 {
    padding-bottom: 19em !important
}

.pl-19 {
    padding-left: 19em !important
}

.pr-19 {
    padding-right: 19em !important
}

.px-19 {
    padding-right: 19em !important;
    padding-left: 19em !important
}

.py-19 {
    padding-top: 19em !important;
    padding-bottom: 19em !important
}

.m-20 {
    margin: 20em !important
}

.mt-20 {
    margin-top: 20em !important
}

.mb-20 {
    margin-bottom: 20em !important
}

.ml-20 {
    margin-left: 20em !important
}

.mr-20 {
    margin-right: 20em !important
}

.mx-20 {
    margin-right: 20em !important;
    margin-left: 20em !important
}

.my-20 {
    margin-top: 20em !important;
    margin-bottom: 20em !important
}

.mn-t20 {
    margin-top: -20em !important
}

.p-20 {
    padding: 20em !important
}

.pt-20 {
    padding-top: 20em !important
}

.pb-20 {
    padding-bottom: 20em !important
}

.pl-20 {
    padding-left: 20em !important
}

.pr-20 {
    padding-right: 20em !important
}

.px-20 {
    padding-right: 20em !important;
    padding-left: 20em !important
}

.py-20 {
    padding-top: 20em !important;
    padding-bottom: 20em !important
}

.m-21 {
    margin: 21em !important
}

.mt-21 {
    margin-top: 21em !important
}

.mb-21 {
    margin-bottom: 21em !important
}

.ml-21 {
    margin-left: 21em !important
}

.mr-21 {
    margin-right: 21em !important
}

.mx-21 {
    margin-right: 21em !important;
    margin-left: 21em !important
}

.my-21 {
    margin-top: 21em !important;
    margin-bottom: 21em !important
}

.mn-t21 {
    margin-top: -21em !important
}

.p-21 {
    padding: 21em !important
}

.pt-21 {
    padding-top: 21em !important
}

.pb-21 {
    padding-bottom: 21em !important
}

.pl-21 {
    padding-left: 21em !important
}

.pr-21 {
    padding-right: 21em !important
}

.px-21 {
    padding-right: 21em !important;
    padding-left: 21em !important
}

.py-21 {
    padding-top: 21em !important;
    padding-bottom: 21em !important
}

.m-22 {
    margin: 22em !important
}

.mt-22 {
    margin-top: 22em !important
}

.mb-22 {
    margin-bottom: 22em !important
}

.ml-22 {
    margin-left: 22em !important
}

.mr-22 {
    margin-right: 22em !important
}

.mx-22 {
    margin-right: 22em !important;
    margin-left: 22em !important
}

.my-22 {
    margin-top: 22em !important;
    margin-bottom: 22em !important
}

.mn-t22 {
    margin-top: -22em !important
}

.p-22 {
    padding: 22em !important
}

.pt-22 {
    padding-top: 22em !important
}

.pb-22 {
    padding-bottom: 22em !important
}

.pl-22 {
    padding-left: 22em !important
}

.pr-22 {
    padding-right: 22em !important
}

.px-22 {
    padding-right: 22em !important;
    padding-left: 22em !important
}

.py-22 {
    padding-top: 22em !important;
    padding-bottom: 22em !important
}

.m-23 {
    margin: 23em !important
}

.mt-23 {
    margin-top: 23em !important
}

.mb-23 {
    margin-bottom: 23em !important
}

.ml-23 {
    margin-left: 23em !important
}

.mr-23 {
    margin-right: 23em !important
}

.mx-23 {
    margin-right: 23em !important;
    margin-left: 23em !important
}

.my-23 {
    margin-top: 23em !important;
    margin-bottom: 23em !important
}

.mn-t23 {
    margin-top: -23em !important
}

.p-23 {
    padding: 23em !important
}

.pt-23 {
    padding-top: 23em !important
}

.pb-23 {
    padding-bottom: 23em !important
}

.pl-23 {
    padding-left: 23em !important
}

.pr-23 {
    padding-right: 23em !important
}

.px-23 {
    padding-right: 23em !important;
    padding-left: 23em !important
}

.py-23 {
    padding-top: 23em !important;
    padding-bottom: 23em !important
}

.m-24 {
    margin: 24em !important
}

.mt-24 {
    margin-top: 24em !important
}

.mb-24 {
    margin-bottom: 24em !important
}

.ml-24 {
    margin-left: 24em !important
}

.mr-24 {
    margin-right: 24em !important
}

.mx-24 {
    margin-right: 24em !important;
    margin-left: 24em !important
}

.my-24 {
    margin-top: 24em !important;
    margin-bottom: 24em !important
}

.mn-t24 {
    margin-top: -24em !important
}

.p-24 {
    padding: 24em !important
}

.pt-24 {
    padding-top: 24em !important
}

.pb-24 {
    padding-bottom: 24em !important
}

.pl-24 {
    padding-left: 24em !important
}

.pr-24 {
    padding-right: 24em !important
}

.px-24 {
    padding-right: 24em !important;
    padding-left: 24em !important
}

.py-24 {
    padding-top: 24em !important;
    padding-bottom: 24em !important
}

.m-25 {
    margin: 25em !important
}

.mt-25 {
    margin-top: 25em !important
}

.mb-25 {
    margin-bottom: 25em !important
}

.ml-25 {
    margin-left: 25em !important
}

.mr-25 {
    margin-right: 25em !important
}

.mx-25 {
    margin-right: 25em !important;
    margin-left: 25em !important
}

.my-25 {
    margin-top: 25em !important;
    margin-bottom: 25em !important
}

.mn-t25 {
    margin-top: -25em !important
}

.p-25 {
    padding: 25em !important
}

.pt-25 {
    padding-top: 25em !important
}

.pb-25 {
    padding-bottom: 25em !important
}

.pl-25 {
    padding-left: 25em !important
}

.pr-25 {
    padding-right: 25em !important
}

.px-25 {
    padding-right: 25em !important;
    padding-left: 25em !important
}

.py-25 {
    padding-top: 25em !important;
    padding-bottom: 25em !important
}

.m-26 {
    margin: 26em !important
}

.mt-26 {
    margin-top: 26em !important
}

.mb-26 {
    margin-bottom: 26em !important
}

.ml-26 {
    margin-left: 26em !important
}

.mr-26 {
    margin-right: 26em !important
}

.mx-26 {
    margin-right: 26em !important;
    margin-left: 26em !important
}

.my-26 {
    margin-top: 26em !important;
    margin-bottom: 26em !important
}

.mn-t26 {
    margin-top: -26em !important
}

.p-26 {
    padding: 26em !important
}

.pt-26 {
    padding-top: 26em !important
}

.pb-26 {
    padding-bottom: 26em !important
}

.pl-26 {
    padding-left: 26em !important
}

.pr-26 {
    padding-right: 26em !important
}

.px-26 {
    padding-right: 26em !important;
    padding-left: 26em !important
}

.py-26 {
    padding-top: 26em !important;
    padding-bottom: 26em !important
}

.m-27 {
    margin: 27em !important
}

.mt-27 {
    margin-top: 27em !important
}

.mb-27 {
    margin-bottom: 27em !important
}

.ml-27 {
    margin-left: 27em !important
}

.mr-27 {
    margin-right: 27em !important
}

.mx-27 {
    margin-right: 27em !important;
    margin-left: 27em !important
}

.my-27 {
    margin-top: 27em !important;
    margin-bottom: 27em !important
}

.mn-t27 {
    margin-top: -27em !important
}

.p-27 {
    padding: 27em !important
}

.pt-27 {
    padding-top: 27em !important
}

.pb-27 {
    padding-bottom: 27em !important
}

.pl-27 {
    padding-left: 27em !important
}

.pr-27 {
    padding-right: 27em !important
}

.px-27 {
    padding-right: 27em !important;
    padding-left: 27em !important
}

.py-27 {
    padding-top: 27em !important;
    padding-bottom: 27em !important
}

.m-28 {
    margin: 28em !important
}

.mt-28 {
    margin-top: 28em !important
}

.mb-28 {
    margin-bottom: 28em !important
}

.ml-28 {
    margin-left: 28em !important
}

.mr-28 {
    margin-right: 28em !important
}

.mx-28 {
    margin-right: 28em !important;
    margin-left: 28em !important
}

.my-28 {
    margin-top: 28em !important;
    margin-bottom: 28em !important
}

.mn-t28 {
    margin-top: -28em !important
}

.p-28 {
    padding: 28em !important
}

.pt-28 {
    padding-top: 28em !important
}

.pb-28 {
    padding-bottom: 28em !important
}

.pl-28 {
    padding-left: 28em !important
}

.pr-28 {
    padding-right: 28em !important
}

.px-28 {
    padding-right: 28em !important;
    padding-left: 28em !important
}

.py-28 {
    padding-top: 28em !important;
    padding-bottom: 28em !important
}

.m-29 {
    margin: 29em !important
}

.mt-29 {
    margin-top: 29em !important
}

.mb-29 {
    margin-bottom: 29em !important
}

.ml-29 {
    margin-left: 29em !important
}

.mr-29 {
    margin-right: 29em !important
}

.mx-29 {
    margin-right: 29em !important;
    margin-left: 29em !important
}

.my-29 {
    margin-top: 29em !important;
    margin-bottom: 29em !important
}

.mn-t29 {
    margin-top: -29em !important
}

.p-29 {
    padding: 29em !important
}

.pt-29 {
    padding-top: 29em !important
}

.pb-29 {
    padding-bottom: 29em !important
}

.pl-29 {
    padding-left: 29em !important
}

.pr-29 {
    padding-right: 29em !important
}

.px-29 {
    padding-right: 29em !important;
    padding-left: 29em !important
}

.py-29 {
    padding-top: 29em !important;
    padding-bottom: 29em !important
}

.m-30 {
    margin: 30em !important
}

.mt-30 {
    margin-top: 30em !important
}

.mb-30 {
    margin-bottom: 30em !important
}

.ml-30 {
    margin-left: 30em !important
}

.mr-30 {
    margin-right: 30em !important
}

.mx-30 {
    margin-right: 30em !important;
    margin-left: 30em !important
}

.my-30 {
    margin-top: 30em !important;
    margin-bottom: 30em !important
}

.mn-t30 {
    margin-top: -30em !important
}

.p-30 {
    padding: 30em !important
}

.pt-30 {
    padding-top: 30em !important
}

.pb-30 {
    padding-bottom: 30em !important
}

.pl-30 {
    padding-left: 30em !important
}

.pr-30 {
    padding-right: 30em !important
}

.px-30 {
    padding-right: 30em !important;
    padding-left: 30em !important
}

.py-30 {
    padding-top: 30em !important;
    padding-bottom: 30em !important
}

.m-31 {
    margin: 31em !important
}

.mt-31 {
    margin-top: 31em !important
}

.mb-31 {
    margin-bottom: 31em !important
}

.ml-31 {
    margin-left: 31em !important
}

.mr-31 {
    margin-right: 31em !important
}

.mx-31 {
    margin-right: 31em !important;
    margin-left: 31em !important
}

.my-31 {
    margin-top: 31em !important;
    margin-bottom: 31em !important
}

.mn-t31 {
    margin-top: -31em !important
}

.p-31 {
    padding: 31em !important
}

.pt-31 {
    padding-top: 31em !important
}

.pb-31 {
    padding-bottom: 31em !important
}

.pl-31 {
    padding-left: 31em !important
}

.pr-31 {
    padding-right: 31em !important
}

.px-31 {
    padding-right: 31em !important;
    padding-left: 31em !important
}

.py-31 {
    padding-top: 31em !important;
    padding-bottom: 31em !important
}

.m-32 {
    margin: 32em !important
}

.mt-32 {
    margin-top: 32em !important
}

.mb-32 {
    margin-bottom: 32em !important
}

.ml-32 {
    margin-left: 32em !important
}

.mr-32 {
    margin-right: 32em !important
}

.mx-32 {
    margin-right: 32em !important;
    margin-left: 32em !important
}

.my-32 {
    margin-top: 32em !important;
    margin-bottom: 32em !important
}

.mn-t32 {
    margin-top: -32em !important
}

.p-32 {
    padding: 32em !important
}

.pt-32 {
    padding-top: 32em !important
}

.pb-32 {
    padding-bottom: 32em !important
}

.pl-32 {
    padding-left: 32em !important
}

.pr-32 {
    padding-right: 32em !important
}

.px-32 {
    padding-right: 32em !important;
    padding-left: 32em !important
}

.py-32 {
    padding-top: 32em !important;
    padding-bottom: 32em !important
}

.m-33 {
    margin: 33em !important
}

.mt-33 {
    margin-top: 33em !important
}

.mb-33 {
    margin-bottom: 33em !important
}

.ml-33 {
    margin-left: 33em !important
}

.mr-33 {
    margin-right: 33em !important
}

.mx-33 {
    margin-right: 33em !important;
    margin-left: 33em !important
}

.my-33 {
    margin-top: 33em !important;
    margin-bottom: 33em !important
}

.mn-t33 {
    margin-top: -33em !important
}

.p-33 {
    padding: 33em !important
}

.pt-33 {
    padding-top: 33em !important
}

.pb-33 {
    padding-bottom: 33em !important
}

.pl-33 {
    padding-left: 33em !important
}

.pr-33 {
    padding-right: 33em !important
}

.px-33 {
    padding-right: 33em !important;
    padding-left: 33em !important
}

.py-33 {
    padding-top: 33em !important;
    padding-bottom: 33em !important
}

.m-34 {
    margin: 34em !important
}

.mt-34 {
    margin-top: 34em !important
}

.mb-34 {
    margin-bottom: 34em !important
}

.ml-34 {
    margin-left: 34em !important
}

.mr-34 {
    margin-right: 34em !important
}

.mx-34 {
    margin-right: 34em !important;
    margin-left: 34em !important
}

.my-34 {
    margin-top: 34em !important;
    margin-bottom: 34em !important
}

.mn-t34 {
    margin-top: -34em !important
}

.p-34 {
    padding: 34em !important
}

.pt-34 {
    padding-top: 34em !important
}

.pb-34 {
    padding-bottom: 34em !important
}

.pl-34 {
    padding-left: 34em !important
}

.pr-34 {
    padding-right: 34em !important
}

.px-34 {
    padding-right: 34em !important;
    padding-left: 34em !important
}

.py-34 {
    padding-top: 34em !important;
    padding-bottom: 34em !important
}

.m-35 {
    margin: 35em !important
}

.mt-35 {
    margin-top: 35em !important
}

.mb-35 {
    margin-bottom: 35em !important
}

.ml-35 {
    margin-left: 35em !important
}

.mr-35 {
    margin-right: 35em !important
}

.mx-35 {
    margin-right: 35em !important;
    margin-left: 35em !important
}

.my-35 {
    margin-top: 35em !important;
    margin-bottom: 35em !important
}

.mn-t35 {
    margin-top: -35em !important
}

.p-35 {
    padding: 35em !important
}

.pt-35 {
    padding-top: 35em !important
}

.pb-35 {
    padding-bottom: 35em !important
}

.pl-35 {
    padding-left: 35em !important
}

.pr-35 {
    padding-right: 35em !important
}

.px-35 {
    padding-right: 35em !important;
    padding-left: 35em !important
}

.py-35 {
    padding-top: 35em !important;
    padding-bottom: 35em !important
}

.m-36 {
    margin: 36em !important
}

.mt-36 {
    margin-top: 36em !important
}

.mb-36 {
    margin-bottom: 36em !important
}

.ml-36 {
    margin-left: 36em !important
}

.mr-36 {
    margin-right: 36em !important
}

.mx-36 {
    margin-right: 36em !important;
    margin-left: 36em !important
}

.my-36 {
    margin-top: 36em !important;
    margin-bottom: 36em !important
}

.mn-t36 {
    margin-top: -36em !important
}

.p-36 {
    padding: 36em !important
}

.pt-36 {
    padding-top: 36em !important
}

.pb-36 {
    padding-bottom: 36em !important
}

.pl-36 {
    padding-left: 36em !important
}

.pr-36 {
    padding-right: 36em !important
}

.px-36 {
    padding-right: 36em !important;
    padding-left: 36em !important
}

.py-36 {
    padding-top: 36em !important;
    padding-bottom: 36em !important
}

.m-37 {
    margin: 37em !important
}

.mt-37 {
    margin-top: 37em !important
}

.mb-37 {
    margin-bottom: 37em !important
}

.ml-37 {
    margin-left: 37em !important
}

.mr-37 {
    margin-right: 37em !important
}

.mx-37 {
    margin-right: 37em !important;
    margin-left: 37em !important
}

.my-37 {
    margin-top: 37em !important;
    margin-bottom: 37em !important
}

.mn-t37 {
    margin-top: -37em !important
}

.p-37 {
    padding: 37em !important
}

.pt-37 {
    padding-top: 37em !important
}

.pb-37 {
    padding-bottom: 37em !important
}

.pl-37 {
    padding-left: 37em !important
}

.pr-37 {
    padding-right: 37em !important
}

.px-37 {
    padding-right: 37em !important;
    padding-left: 37em !important
}

.py-37 {
    padding-top: 37em !important;
    padding-bottom: 37em !important
}

.m-38 {
    margin: 38em !important
}

.mt-38 {
    margin-top: 38em !important
}

.mb-38 {
    margin-bottom: 38em !important
}

.ml-38 {
    margin-left: 38em !important
}

.mr-38 {
    margin-right: 38em !important
}

.mx-38 {
    margin-right: 38em !important;
    margin-left: 38em !important
}

.my-38 {
    margin-top: 38em !important;
    margin-bottom: 38em !important
}

.mn-t38 {
    margin-top: -38em !important
}

.p-38 {
    padding: 38em !important
}

.pt-38 {
    padding-top: 38em !important
}

.pb-38 {
    padding-bottom: 38em !important
}

.pl-38 {
    padding-left: 38em !important
}

.pr-38 {
    padding-right: 38em !important
}

.px-38 {
    padding-right: 38em !important;
    padding-left: 38em !important
}

.py-38 {
    padding-top: 38em !important;
    padding-bottom: 38em !important
}

.m-39 {
    margin: 39em !important
}

.mt-39 {
    margin-top: 39em !important
}

.mb-39 {
    margin-bottom: 39em !important
}

.ml-39 {
    margin-left: 39em !important
}

.mr-39 {
    margin-right: 39em !important
}

.mx-39 {
    margin-right: 39em !important;
    margin-left: 39em !important
}

.my-39 {
    margin-top: 39em !important;
    margin-bottom: 39em !important
}

.mn-t39 {
    margin-top: -39em !important
}

.p-39 {
    padding: 39em !important
}

.pt-39 {
    padding-top: 39em !important
}

.pb-39 {
    padding-bottom: 39em !important
}

.pl-39 {
    padding-left: 39em !important
}

.pr-39 {
    padding-right: 39em !important
}

.px-39 {
    padding-right: 39em !important;
    padding-left: 39em !important
}

.py-39 {
    padding-top: 39em !important;
    padding-bottom: 39em !important
}

.m-40 {
    margin: 40em !important
}

.mt-40 {
    margin-top: 40em !important
}

.mb-40 {
    margin-bottom: 40em !important
}

.ml-40 {
    margin-left: 40em !important
}

.mr-40 {
    margin-right: 40em !important
}

.mx-40 {
    margin-right: 40em !important;
    margin-left: 40em !important
}

.my-40 {
    margin-top: 40em !important;
    margin-bottom: 40em !important
}

.mn-t40 {
    margin-top: -40em !important
}

.p-40 {
    padding: 40em !important
}

.pt-40 {
    padding-top: 40em !important
}

.pb-40 {
    padding-bottom: 40em !important
}

.pl-40 {
    padding-left: 40em !important
}

.pr-40 {
    padding-right: 40em !important
}

.px-40 {
    padding-right: 40em !important;
    padding-left: 40em !important
}

.py-40 {
    padding-top: 40em !important;
    padding-bottom: 40em !important
}

.m-41 {
    margin: 41em !important
}

.mt-41 {
    margin-top: 41em !important
}

.mb-41 {
    margin-bottom: 41em !important
}

.ml-41 {
    margin-left: 41em !important
}

.mr-41 {
    margin-right: 41em !important
}

.mx-41 {
    margin-right: 41em !important;
    margin-left: 41em !important
}

.my-41 {
    margin-top: 41em !important;
    margin-bottom: 41em !important
}

.mn-t41 {
    margin-top: -41em !important
}

.p-41 {
    padding: 41em !important
}

.pt-41 {
    padding-top: 41em !important
}

.pb-41 {
    padding-bottom: 41em !important
}

.pl-41 {
    padding-left: 41em !important
}

.pr-41 {
    padding-right: 41em !important
}

.px-41 {
    padding-right: 41em !important;
    padding-left: 41em !important
}

.py-41 {
    padding-top: 41em !important;
    padding-bottom: 41em !important
}

.m-42 {
    margin: 42em !important
}

.mt-42 {
    margin-top: 42em !important
}

.mb-42 {
    margin-bottom: 42em !important
}

.ml-42 {
    margin-left: 42em !important
}

.mr-42 {
    margin-right: 42em !important
}

.mx-42 {
    margin-right: 42em !important;
    margin-left: 42em !important
}

.my-42 {
    margin-top: 42em !important;
    margin-bottom: 42em !important
}

.mn-t42 {
    margin-top: -42em !important
}

.p-42 {
    padding: 42em !important
}

.pt-42 {
    padding-top: 42em !important
}

.pb-42 {
    padding-bottom: 42em !important
}

.pl-42 {
    padding-left: 42em !important
}

.pr-42 {
    padding-right: 42em !important
}

.px-42 {
    padding-right: 42em !important;
    padding-left: 42em !important
}

.py-42 {
    padding-top: 42em !important;
    padding-bottom: 42em !important
}

.m-43 {
    margin: 43em !important
}

.mt-43 {
    margin-top: 43em !important
}

.mb-43 {
    margin-bottom: 43em !important
}

.ml-43 {
    margin-left: 43em !important
}

.mr-43 {
    margin-right: 43em !important
}

.mx-43 {
    margin-right: 43em !important;
    margin-left: 43em !important
}

.my-43 {
    margin-top: 43em !important;
    margin-bottom: 43em !important
}

.mn-t43 {
    margin-top: -43em !important
}

.p-43 {
    padding: 43em !important
}

.pt-43 {
    padding-top: 43em !important
}

.pb-43 {
    padding-bottom: 43em !important
}

.pl-43 {
    padding-left: 43em !important
}

.pr-43 {
    padding-right: 43em !important
}

.px-43 {
    padding-right: 43em !important;
    padding-left: 43em !important
}

.py-43 {
    padding-top: 43em !important;
    padding-bottom: 43em !important
}

.m-44 {
    margin: 44em !important
}

.mt-44 {
    margin-top: 44em !important
}

.mb-44 {
    margin-bottom: 44em !important
}

.ml-44 {
    margin-left: 44em !important
}

.mr-44 {
    margin-right: 44em !important
}

.mx-44 {
    margin-right: 44em !important;
    margin-left: 44em !important
}

.my-44 {
    margin-top: 44em !important;
    margin-bottom: 44em !important
}

.mn-t44 {
    margin-top: -44em !important
}

.p-44 {
    padding: 44em !important
}

.pt-44 {
    padding-top: 44em !important
}

.pb-44 {
    padding-bottom: 44em !important
}

.pl-44 {
    padding-left: 44em !important
}

.pr-44 {
    padding-right: 44em !important
}

.px-44 {
    padding-right: 44em !important;
    padding-left: 44em !important
}

.py-44 {
    padding-top: 44em !important;
    padding-bottom: 44em !important
}

.m-45 {
    margin: 45em !important
}

.mt-45 {
    margin-top: 45em !important
}

.mb-45 {
    margin-bottom: 45em !important
}

.ml-45 {
    margin-left: 45em !important
}

.mr-45 {
    margin-right: 45em !important
}

.mx-45 {
    margin-right: 45em !important;
    margin-left: 45em !important
}

.my-45 {
    margin-top: 45em !important;
    margin-bottom: 45em !important
}

.mn-t45 {
    margin-top: -45em !important
}

.p-45 {
    padding: 45em !important
}

.pt-45 {
    padding-top: 45em !important
}

.pb-45 {
    padding-bottom: 45em !important
}

.pl-45 {
    padding-left: 45em !important
}

.pr-45 {
    padding-right: 45em !important
}

.px-45 {
    padding-right: 45em !important;
    padding-left: 45em !important
}

.py-45 {
    padding-top: 45em !important;
    padding-bottom: 45em !important
}

.m-46 {
    margin: 46em !important
}

.mt-46 {
    margin-top: 46em !important
}

.mb-46 {
    margin-bottom: 46em !important
}

.ml-46 {
    margin-left: 46em !important
}

.mr-46 {
    margin-right: 46em !important
}

.mx-46 {
    margin-right: 46em !important;
    margin-left: 46em !important
}

.my-46 {
    margin-top: 46em !important;
    margin-bottom: 46em !important
}

.mn-t46 {
    margin-top: -46em !important
}

.p-46 {
    padding: 46em !important
}

.pt-46 {
    padding-top: 46em !important
}

.pb-46 {
    padding-bottom: 46em !important
}

.pl-46 {
    padding-left: 46em !important
}

.pr-46 {
    padding-right: 46em !important
}

.px-46 {
    padding-right: 46em !important;
    padding-left: 46em !important
}

.py-46 {
    padding-top: 46em !important;
    padding-bottom: 46em !important
}

.m-47 {
    margin: 47em !important
}

.mt-47 {
    margin-top: 47em !important
}

.mb-47 {
    margin-bottom: 47em !important
}

.ml-47 {
    margin-left: 47em !important
}

.mr-47 {
    margin-right: 47em !important
}

.mx-47 {
    margin-right: 47em !important;
    margin-left: 47em !important
}

.my-47 {
    margin-top: 47em !important;
    margin-bottom: 47em !important
}

.mn-t47 {
    margin-top: -47em !important
}

.p-47 {
    padding: 47em !important
}

.pt-47 {
    padding-top: 47em !important
}

.pb-47 {
    padding-bottom: 47em !important
}

.pl-47 {
    padding-left: 47em !important
}

.pr-47 {
    padding-right: 47em !important
}

.px-47 {
    padding-right: 47em !important;
    padding-left: 47em !important
}

.py-47 {
    padding-top: 47em !important;
    padding-bottom: 47em !important
}

.m-48 {
    margin: 48em !important
}

.mt-48 {
    margin-top: 48em !important
}

.mb-48 {
    margin-bottom: 48em !important
}

.ml-48 {
    margin-left: 48em !important
}

.mr-48 {
    margin-right: 48em !important
}

.mx-48 {
    margin-right: 48em !important;
    margin-left: 48em !important
}

.my-48 {
    margin-top: 48em !important;
    margin-bottom: 48em !important
}

.mn-t48 {
    margin-top: -48em !important
}

.p-48 {
    padding: 48em !important
}

.pt-48 {
    padding-top: 48em !important
}

.pb-48 {
    padding-bottom: 48em !important
}

.pl-48 {
    padding-left: 48em !important
}

.pr-48 {
    padding-right: 48em !important
}

.px-48 {
    padding-right: 48em !important;
    padding-left: 48em !important
}

.py-48 {
    padding-top: 48em !important;
    padding-bottom: 48em !important
}

.m-49 {
    margin: 49em !important
}

.mt-49 {
    margin-top: 49em !important
}

.mb-49 {
    margin-bottom: 49em !important
}

.ml-49 {
    margin-left: 49em !important
}

.mr-49 {
    margin-right: 49em !important
}

.mx-49 {
    margin-right: 49em !important;
    margin-left: 49em !important
}

.my-49 {
    margin-top: 49em !important;
    margin-bottom: 49em !important
}

.mn-t49 {
    margin-top: -49em !important
}

.p-49 {
    padding: 49em !important
}

.pt-49 {
    padding-top: 49em !important
}

.pb-49 {
    padding-bottom: 49em !important
}

.pl-49 {
    padding-left: 49em !important
}

.pr-49 {
    padding-right: 49em !important
}

.px-49 {
    padding-right: 49em !important;
    padding-left: 49em !important
}

.py-49 {
    padding-top: 49em !important;
    padding-bottom: 49em !important
}

.m-50 {
    margin: 50em !important
}

.mt-50 {
    margin-top: 50em !important
}

.mb-50 {
    margin-bottom: 50em !important
}

.ml-50 {
    margin-left: 50em !important
}

.mr-50 {
    margin-right: 50em !important
}

.mx-50 {
    margin-right: 50em !important;
    margin-left: 50em !important
}

.my-50 {
    margin-top: 50em !important;
    margin-bottom: 50em !important
}

.mn-t50 {
    margin-top: -50em !important
}

.p-50 {
    padding: 50em !important
}

.pt-50 {
    padding-top: 50em !important
}

.pb-50 {
    padding-bottom: 50em !important
}

.pl-50 {
    padding-left: 50em !important
}

.pr-50 {
    padding-right: 50em !important
}

.px-50 {
    padding-right: 50em !important;
    padding-left: 50em !important
}

.py-50 {
    padding-top: 50em !important;
    padding-bottom: 50em !important
}

.mt-05 {
    margin-top: .5rem
}

.mt-15 {
    margin-top: 1.5rem
}

.px-03px {
    padding-left: 3px;
    padding-right: 3px
}

.px-05px {
    padding-left: 5px;
    padding-right: 5px
}

.center-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.font-1 {
    font-size: 1%
}

.font-2 {
    font-size: 2%
}

.font-3 {
    font-size: 3%
}

.font-4 {
    font-size: 4%
}

.font-5 {
    font-size: 5%
}

.font-6 {
    font-size: 6%
}

.font-7 {
    font-size: 7%
}

.font-8 {
    font-size: 8%
}

.font-9 {
    font-size: 9%
}

.font-10 {
    font-size: 10%
}

.font-11 {
    font-size: 11%
}

.font-12 {
    font-size: 12%
}

.font-13 {
    font-size: 13%
}

.font-14 {
    font-size: 14%
}

.font-15 {
    font-size: 15%
}

.font-16 {
    font-size: 16%
}

.font-17 {
    font-size: 17%
}

.font-18 {
    font-size: 18%
}

.font-19 {
    font-size: 19%
}

.font-20 {
    font-size: 20%
}

.font-21 {
    font-size: 21%
}

.font-22 {
    font-size: 22%
}

.font-23 {
    font-size: 23%
}

.font-24 {
    font-size: 24%
}

.font-25 {
    font-size: 25%
}

.font-26 {
    font-size: 26%
}

.font-27 {
    font-size: 27%
}

.font-28 {
    font-size: 28%
}

.font-29 {
    font-size: 29%
}

.font-30 {
    font-size: 30%
}

.font-31 {
    font-size: 31%
}

.font-32 {
    font-size: 32%
}

.font-33 {
    font-size: 33%
}

.font-34 {
    font-size: 34%
}

.font-35 {
    font-size: 35%
}

.font-36 {
    font-size: 36%
}

.font-37 {
    font-size: 37%
}

.font-38 {
    font-size: 38%
}

.font-39 {
    font-size: 39%
}

.font-40 {
    font-size: 40%
}

.font-41 {
    font-size: 41%
}

.font-42 {
    font-size: 42%
}

.font-43 {
    font-size: 43%
}

.font-44 {
    font-size: 44%
}

.font-45 {
    font-size: 45%
}

.font-46 {
    font-size: 46%
}

.font-47 {
    font-size: 47%
}

.font-48 {
    font-size: 48%
}

.font-49 {
    font-size: 49%
}

.font-50 {
    font-size: 50%
}

.font-51 {
    font-size: 51%
}

.font-52 {
    font-size: 52%
}

.font-53 {
    font-size: 53%
}

.font-54 {
    font-size: 54%
}

.font-55 {
    font-size: 55%
}

.font-56 {
    font-size: 56%
}

.font-57 {
    font-size: 57%
}

.font-58 {
    font-size: 58%
}

.font-59 {
    font-size: 59%
}

.font-60 {
    font-size: 60%
}

.font-61 {
    font-size: 61%
}

.font-62 {
    font-size: 62%
}

.font-63 {
    font-size: 63%
}

.font-64 {
    font-size: 64%
}

.font-65 {
    font-size: 65%
}

.font-66 {
    font-size: 66%
}

.font-67 {
    font-size: 67%
}

.font-68 {
    font-size: 68%
}

.font-69 {
    font-size: 69%
}

.font-70 {
    font-size: 70%
}

.font-71 {
    font-size: 71%
}

.font-72 {
    font-size: 72%
}

.font-73 {
    font-size: 73%
}

.font-74 {
    font-size: 74%
}

.font-75 {
    font-size: 75%
}

.font-76 {
    font-size: 76%
}

.font-77 {
    font-size: 77%
}

.font-78 {
    font-size: 78%
}

.font-79 {
    font-size: 79%
}

.font-80 {
    font-size: 80%
}

.font-81 {
    font-size: 81%
}

.font-82 {
    font-size: 82%
}

.font-83 {
    font-size: 83%
}

.font-84 {
    font-size: 84%
}

.font-85 {
    font-size: 85%
}

.font-86 {
    font-size: 86%
}

.font-87 {
    font-size: 87%
}

.font-88 {
    font-size: 88%
}

.font-89 {
    font-size: 89%
}

.font-90 {
    font-size: 90%
}

.font-91 {
    font-size: 91%
}

.font-92 {
    font-size: 92%
}

.font-93 {
    font-size: 93%
}

.font-94 {
    font-size: 94%
}

.font-95 {
    font-size: 95%
}

.font-96 {
    font-size: 96%
}

.font-97 {
    font-size: 97%
}

.font-98 {
    font-size: 98%
}

.font-99 {
    font-size: 99%
}

.font-100 {
    font-size: 100%
}

.font-1px {
    font-size: 1px
}

.font-1pt {
    font-size: 1pt
}

.font-1pc {
    font-size: 1pc
}

.font-1in {
    font-size: 1in
}

.font-1cm {
    font-size: 1cm
}

.font-1mm {
    font-size: 1mm
}

.font-1ex {
    font-size: 1ex
}

.font-1ch {
    font-size: 1ch
}

.font-1vw {
    font-size: 1vw
}

.font-1vh {
    font-size: 1vh
}

.font-1vmin {
    font-size: 1vmin
}

.font-1vmax {
    font-size: 1vmax
}

.font-1em {
    font-size: 1em
}

.font-1rem {
    font-size: 1rem
}

.font-2px {
    font-size: 2px
}

.font-2pt {
    font-size: 2pt
}

.font-2pc {
    font-size: 2pc
}

.font-2in {
    font-size: 2in
}

.font-2cm {
    font-size: 2cm
}

.font-2mm {
    font-size: 2mm
}

.font-2ex {
    font-size: 2ex
}

.font-2ch {
    font-size: 2ch
}

.font-2vw {
    font-size: 2vw
}

.font-2vh {
    font-size: 2vh
}

.font-2vmin {
    font-size: 2vmin
}

.font-2vmax {
    font-size: 2vmax
}

.font-2em {
    font-size: 2em
}

.font-2rem {
    font-size: 2rem
}

.font-3px {
    font-size: 3px
}

.font-3pt {
    font-size: 3pt
}

.font-3pc {
    font-size: 3pc
}

.font-3in {
    font-size: 3in
}

.font-3cm {
    font-size: 3cm
}

.font-3mm {
    font-size: 3mm
}

.font-3ex {
    font-size: 3ex
}

.font-3ch {
    font-size: 3ch
}

.font-3vw {
    font-size: 3vw
}

.font-3vh {
    font-size: 3vh
}

.font-3vmin {
    font-size: 3vmin
}

.font-3vmax {
    font-size: 3vmax
}

.font-3em {
    font-size: 3em
}

.font-3rem {
    font-size: 3rem
}

.font-4px {
    font-size: 4px
}

.font-4pt {
    font-size: 4pt
}

.font-4pc {
    font-size: 4pc
}

.font-4in {
    font-size: 4in
}

.font-4cm {
    font-size: 4cm
}

.font-4mm {
    font-size: 4mm
}

.font-4ex {
    font-size: 4ex
}

.font-4ch {
    font-size: 4ch
}

.font-4vw {
    font-size: 4vw
}

.font-4vh {
    font-size: 4vh
}

.font-4vmin {
    font-size: 4vmin
}

.font-4vmax {
    font-size: 4vmax
}

.font-4em {
    font-size: 4em
}

.font-4rem {
    font-size: 4rem
}

.font-5px {
    font-size: 5px
}

.font-5pt {
    font-size: 5pt
}

.font-5pc {
    font-size: 5pc
}

.font-5in {
    font-size: 5in
}

.font-5cm {
    font-size: 5cm
}

.font-5mm {
    font-size: 5mm
}

.font-5ex {
    font-size: 5ex
}

.font-5ch {
    font-size: 5ch
}

.font-5vw {
    font-size: 5vw
}

.font-5vh {
    font-size: 5vh
}

.font-5vmin {
    font-size: 5vmin
}

.font-5vmax {
    font-size: 5vmax
}

.font-5em {
    font-size: 5em
}

.font-5rem {
    font-size: 5rem
}

.font-6px {
    font-size: 6px
}

.font-6pt {
    font-size: 6pt
}

.font-6pc {
    font-size: 6pc
}

.font-6in {
    font-size: 6in
}

.font-6cm {
    font-size: 6cm
}

.font-6mm {
    font-size: 6mm
}

.font-6ex {
    font-size: 6ex
}

.font-6ch {
    font-size: 6ch
}

.font-6vw {
    font-size: 6vw
}

.font-6vh {
    font-size: 6vh
}

.font-6vmin {
    font-size: 6vmin
}

.font-6vmax {
    font-size: 6vmax
}

.font-6em {
    font-size: 6em
}

.font-6rem {
    font-size: 6rem
}

.font-7px {
    font-size: 7px
}

.font-7pt {
    font-size: 7pt
}

.font-7pc {
    font-size: 7pc
}

.font-7in {
    font-size: 7in
}

.font-7cm {
    font-size: 7cm
}

.font-7mm {
    font-size: 7mm
}

.font-7ex {
    font-size: 7ex
}

.font-7ch {
    font-size: 7ch
}

.font-7vw {
    font-size: 7vw
}

.font-7vh {
    font-size: 7vh
}

.font-7vmin {
    font-size: 7vmin
}

.font-7vmax {
    font-size: 7vmax
}

.font-7em {
    font-size: 7em
}

.font-7rem {
    font-size: 7rem
}

.font-8px {
    font-size: 8px
}

.font-8pt {
    font-size: 8pt
}

.font-8pc {
    font-size: 8pc
}

.font-8in {
    font-size: 8in
}

.font-8cm {
    font-size: 8cm
}

.font-8mm {
    font-size: 8mm
}

.font-8ex {
    font-size: 8ex
}

.font-8ch {
    font-size: 8ch
}

.font-8vw {
    font-size: 8vw
}

.font-8vh {
    font-size: 8vh
}

.font-8vmin {
    font-size: 8vmin
}

.font-8vmax {
    font-size: 8vmax
}

.font-8em {
    font-size: 8em
}

.font-8rem {
    font-size: 8rem
}

.font-9px {
    font-size: 9px
}

.font-9pt {
    font-size: 9pt
}

.font-9pc {
    font-size: 9pc
}

.font-9in {
    font-size: 9in
}

.font-9cm {
    font-size: 9cm
}

.font-9mm {
    font-size: 9mm
}

.font-9ex {
    font-size: 9ex
}

.font-9ch {
    font-size: 9ch
}

.font-9vw {
    font-size: 9vw
}

.font-9vh {
    font-size: 9vh
}

.font-9vmin {
    font-size: 9vmin
}

.font-9vmax {
    font-size: 9vmax
}

.font-9em {
    font-size: 9em
}

.font-9rem {
    font-size: 9rem
}

.font-10px {
    font-size: 10px
}

.font-10pt {
    font-size: 10pt
}

.font-10pc {
    font-size: 10pc
}

.font-10in {
    font-size: 10in
}

.font-10cm {
    font-size: 10cm
}

.font-10mm {
    font-size: 10mm
}

.font-10ex {
    font-size: 10ex
}

.font-10ch {
    font-size: 10ch
}

.font-10vw {
    font-size: 10vw
}

.font-10vh {
    font-size: 10vh
}

.font-10vmin {
    font-size: 10vmin
}

.font-10vmax {
    font-size: 10vmax
}

.font-10em {
    font-size: 10em
}

.font-10rem {
    font-size: 10rem
}

.font-11px {
    font-size: 11px
}

.font-11pt {
    font-size: 11pt
}

.font-11pc {
    font-size: 11pc
}

.font-11in {
    font-size: 11in
}

.font-11cm {
    font-size: 11cm
}

.font-11mm {
    font-size: 11mm
}

.font-11ex {
    font-size: 11ex
}

.font-11ch {
    font-size: 11ch
}

.font-11vw {
    font-size: 11vw
}

.font-11vh {
    font-size: 11vh
}

.font-11vmin {
    font-size: 11vmin
}

.font-11vmax {
    font-size: 11vmax
}

.font-11em {
    font-size: 11em
}

.font-11rem {
    font-size: 11rem
}

.font-12px {
    font-size: 12px
}

.font-12pt {
    font-size: 12pt
}

.font-12pc {
    font-size: 12pc
}

.font-12in {
    font-size: 12in
}

.font-12cm {
    font-size: 12cm
}

.font-12mm {
    font-size: 12mm
}

.font-12ex {
    font-size: 12ex
}

.font-12ch {
    font-size: 12ch
}

.font-12vw {
    font-size: 12vw
}

.font-12vh {
    font-size: 12vh
}

.font-12vmin {
    font-size: 12vmin
}

.font-12vmax {
    font-size: 12vmax
}

.font-12em {
    font-size: 12em
}

.font-12rem {
    font-size: 12rem
}

.font-13px {
    font-size: 13px
}

.font-13pt {
    font-size: 13pt
}

.font-13pc {
    font-size: 13pc
}

.font-13in {
    font-size: 13in
}

.font-13cm {
    font-size: 13cm
}

.font-13mm {
    font-size: 13mm
}

.font-13ex {
    font-size: 13ex
}

.font-13ch {
    font-size: 13ch
}

.font-13vw {
    font-size: 13vw
}

.font-13vh {
    font-size: 13vh
}

.font-13vmin {
    font-size: 13vmin
}

.font-13vmax {
    font-size: 13vmax
}

.font-13em {
    font-size: 13em
}

.font-13rem {
    font-size: 13rem
}

.font-14px {
    font-size: 14px
}

.font-14pt {
    font-size: 14pt
}

.font-14pc {
    font-size: 14pc
}

.font-14in {
    font-size: 14in
}

.font-14cm {
    font-size: 14cm
}

.font-14mm {
    font-size: 14mm
}

.font-14ex {
    font-size: 14ex
}

.font-14ch {
    font-size: 14ch
}

.font-14vw {
    font-size: 14vw
}

.font-14vh {
    font-size: 14vh
}

.font-14vmin {
    font-size: 14vmin
}

.font-14vmax {
    font-size: 14vmax
}

.font-14em {
    font-size: 14em
}

.font-14rem {
    font-size: 14rem
}

.font-15px {
    font-size: 15px
}

.font-15pt {
    font-size: 15pt
}

.font-15pc {
    font-size: 15pc
}

.font-15in {
    font-size: 15in
}

.font-15cm {
    font-size: 15cm
}

.font-15mm {
    font-size: 15mm
}

.font-15ex {
    font-size: 15ex
}

.font-15ch {
    font-size: 15ch
}

.font-15vw {
    font-size: 15vw
}

.font-15vh {
    font-size: 15vh
}

.font-15vmin {
    font-size: 15vmin
}

.font-15vmax {
    font-size: 15vmax
}

.font-15em {
    font-size: 15em
}

.font-15rem {
    font-size: 15rem
}

.font-16px {
    font-size: 16px
}

.font-16pt {
    font-size: 16pt
}

.font-16pc {
    font-size: 16pc
}

.font-16in {
    font-size: 16in
}

.font-16cm {
    font-size: 16cm
}

.font-16mm {
    font-size: 16mm
}

.font-16ex {
    font-size: 16ex
}

.font-16ch {
    font-size: 16ch
}

.font-16vw {
    font-size: 16vw
}

.font-16vh {
    font-size: 16vh
}

.font-16vmin {
    font-size: 16vmin
}

.font-16vmax {
    font-size: 16vmax
}

.font-16em {
    font-size: 16em
}

.font-16rem {
    font-size: 16rem
}

.font-17px {
    font-size: 17px
}

.font-17pt {
    font-size: 17pt
}

.font-17pc {
    font-size: 17pc
}

.font-17in {
    font-size: 17in
}

.font-17cm {
    font-size: 17cm
}

.font-17mm {
    font-size: 17mm
}

.font-17ex {
    font-size: 17ex
}

.font-17ch {
    font-size: 17ch
}

.font-17vw {
    font-size: 17vw
}

.font-17vh {
    font-size: 17vh
}

.font-17vmin {
    font-size: 17vmin
}

.font-17vmax {
    font-size: 17vmax
}

.font-17em {
    font-size: 17em
}

.font-17rem {
    font-size: 17rem
}

.font-18px {
    font-size: 18px
}

.font-18pt {
    font-size: 18pt
}

.font-18pc {
    font-size: 18pc
}

.font-18in {
    font-size: 18in
}

.font-18cm {
    font-size: 18cm
}

.font-18mm {
    font-size: 18mm
}

.font-18ex {
    font-size: 18ex
}

.font-18ch {
    font-size: 18ch
}

.font-18vw {
    font-size: 18vw
}

.font-18vh {
    font-size: 18vh
}

.font-18vmin {
    font-size: 18vmin
}

.font-18vmax {
    font-size: 18vmax
}

.font-18em {
    font-size: 18em
}

.font-18rem {
    font-size: 18rem
}

.font-19px {
    font-size: 19px
}

.font-19pt {
    font-size: 19pt
}

.font-19pc {
    font-size: 19pc
}

.font-19in {
    font-size: 19in
}

.font-19cm {
    font-size: 19cm
}

.font-19mm {
    font-size: 19mm
}

.font-19ex {
    font-size: 19ex
}

.font-19ch {
    font-size: 19ch
}

.font-19vw {
    font-size: 19vw
}

.font-19vh {
    font-size: 19vh
}

.font-19vmin {
    font-size: 19vmin
}

.font-19vmax {
    font-size: 19vmax
}

.font-19em {
    font-size: 19em
}

.font-19rem {
    font-size: 19rem
}

.font-20px {
    font-size: 20px
}

.font-20pt {
    font-size: 20pt
}

.font-20pc {
    font-size: 20pc
}

.font-20in {
    font-size: 20in
}

.font-20cm {
    font-size: 20cm
}

.font-20mm {
    font-size: 20mm
}

.font-20ex {
    font-size: 20ex
}

.font-20ch {
    font-size: 20ch
}

.font-20vw {
    font-size: 20vw
}

.font-20vh {
    font-size: 20vh
}

.font-20vmin {
    font-size: 20vmin
}

.font-20vmax {
    font-size: 20vmax
}

.font-20em {
    font-size: 20em
}

.font-20rem {
    font-size: 20rem
}

.font-21px {
    font-size: 21px
}

.font-21pt {
    font-size: 21pt
}

.font-21pc {
    font-size: 21pc
}

.font-21in {
    font-size: 21in
}

.font-21cm {
    font-size: 21cm
}

.font-21mm {
    font-size: 21mm
}

.font-21ex {
    font-size: 21ex
}

.font-21ch {
    font-size: 21ch
}

.font-21vw {
    font-size: 21vw
}

.font-21vh {
    font-size: 21vh
}

.font-21vmin {
    font-size: 21vmin
}

.font-21vmax {
    font-size: 21vmax
}

.font-21em {
    font-size: 21em
}

.font-21rem {
    font-size: 21rem
}

.font-22px {
    font-size: 22px
}

.font-22pt {
    font-size: 22pt
}

.font-22pc {
    font-size: 22pc
}

.font-22in {
    font-size: 22in
}

.font-22cm {
    font-size: 22cm
}

.font-22mm {
    font-size: 22mm
}

.font-22ex {
    font-size: 22ex
}

.font-22ch {
    font-size: 22ch
}

.font-22vw {
    font-size: 22vw
}

.font-22vh {
    font-size: 22vh
}

.font-22vmin {
    font-size: 22vmin
}

.font-22vmax {
    font-size: 22vmax
}

.font-22em {
    font-size: 22em
}

.font-22rem {
    font-size: 22rem
}

.font-23px {
    font-size: 23px
}

.font-23pt {
    font-size: 23pt
}

.font-23pc {
    font-size: 23pc
}

.font-23in {
    font-size: 23in
}

.font-23cm {
    font-size: 23cm
}

.font-23mm {
    font-size: 23mm
}

.font-23ex {
    font-size: 23ex
}

.font-23ch {
    font-size: 23ch
}

.font-23vw {
    font-size: 23vw
}

.font-23vh {
    font-size: 23vh
}

.font-23vmin {
    font-size: 23vmin
}

.font-23vmax {
    font-size: 23vmax
}

.font-23em {
    font-size: 23em
}

.font-23rem {
    font-size: 23rem
}

.font-24px {
    font-size: 24px
}

.font-24pt {
    font-size: 24pt
}

.font-24pc {
    font-size: 24pc
}

.font-24in {
    font-size: 24in
}

.font-24cm {
    font-size: 24cm
}

.font-24mm {
    font-size: 24mm
}

.font-24ex {
    font-size: 24ex
}

.font-24ch {
    font-size: 24ch
}

.font-24vw {
    font-size: 24vw
}

.font-24vh {
    font-size: 24vh
}

.font-24vmin {
    font-size: 24vmin
}

.font-24vmax {
    font-size: 24vmax
}

.font-24em {
    font-size: 24em
}

.font-24rem {
    font-size: 24rem
}

.font-25px {
    font-size: 25px
}

.font-25pt {
    font-size: 25pt
}

.font-25pc {
    font-size: 25pc
}

.font-25in {
    font-size: 25in
}

.font-25cm {
    font-size: 25cm
}

.font-25mm {
    font-size: 25mm
}

.font-25ex {
    font-size: 25ex
}

.font-25ch {
    font-size: 25ch
}

.font-25vw {
    font-size: 25vw
}

.font-25vh {
    font-size: 25vh
}

.font-25vmin {
    font-size: 25vmin
}

.font-25vmax {
    font-size: 25vmax
}

.font-25em {
    font-size: 25em
}

.font-25rem {
    font-size: 25rem
}

.font-26px {
    font-size: 26px
}

.font-26pt {
    font-size: 26pt
}

.font-26pc {
    font-size: 26pc
}

.font-26in {
    font-size: 26in
}

.font-26cm {
    font-size: 26cm
}

.font-26mm {
    font-size: 26mm
}

.font-26ex {
    font-size: 26ex
}

.font-26ch {
    font-size: 26ch
}

.font-26vw {
    font-size: 26vw
}

.font-26vh {
    font-size: 26vh
}

.font-26vmin {
    font-size: 26vmin
}

.font-26vmax {
    font-size: 26vmax
}

.font-26em {
    font-size: 26em
}

.font-26rem {
    font-size: 26rem
}

.font-27px {
    font-size: 27px
}

.font-27pt {
    font-size: 27pt
}

.font-27pc {
    font-size: 27pc
}

.font-27in {
    font-size: 27in
}

.font-27cm {
    font-size: 27cm
}

.font-27mm {
    font-size: 27mm
}

.font-27ex {
    font-size: 27ex
}

.font-27ch {
    font-size: 27ch
}

.font-27vw {
    font-size: 27vw
}

.font-27vh {
    font-size: 27vh
}

.font-27vmin {
    font-size: 27vmin
}

.font-27vmax {
    font-size: 27vmax
}

.font-27em {
    font-size: 27em
}

.font-27rem {
    font-size: 27rem
}

.font-28px {
    font-size: 28px
}

.font-28pt {
    font-size: 28pt
}

.font-28pc {
    font-size: 28pc
}

.font-28in {
    font-size: 28in
}

.font-28cm {
    font-size: 28cm
}

.font-28mm {
    font-size: 28mm
}

.font-28ex {
    font-size: 28ex
}

.font-28ch {
    font-size: 28ch
}

.font-28vw {
    font-size: 28vw
}

.font-28vh {
    font-size: 28vh
}

.font-28vmin {
    font-size: 28vmin
}

.font-28vmax {
    font-size: 28vmax
}

.font-28em {
    font-size: 28em
}

.font-28rem {
    font-size: 28rem
}

.font-29px {
    font-size: 29px
}

.font-29pt {
    font-size: 29pt
}

.font-29pc {
    font-size: 29pc
}

.font-29in {
    font-size: 29in
}

.font-29cm {
    font-size: 29cm
}

.font-29mm {
    font-size: 29mm
}

.font-29ex {
    font-size: 29ex
}

.font-29ch {
    font-size: 29ch
}

.font-29vw {
    font-size: 29vw
}

.font-29vh {
    font-size: 29vh
}

.font-29vmin {
    font-size: 29vmin
}

.font-29vmax {
    font-size: 29vmax
}

.font-29em {
    font-size: 29em
}

.font-29rem {
    font-size: 29rem
}

.font-30px {
    font-size: 30px
}

.font-30pt {
    font-size: 30pt
}

.font-30pc {
    font-size: 30pc
}

.font-30in {
    font-size: 30in
}

.font-30cm {
    font-size: 30cm
}

.font-30mm {
    font-size: 30mm
}

.font-30ex {
    font-size: 30ex
}

.font-30ch {
    font-size: 30ch
}

.font-30vw {
    font-size: 30vw
}

.font-30vh {
    font-size: 30vh
}

.font-30vmin {
    font-size: 30vmin
}

.font-30vmax {
    font-size: 30vmax
}

.font-30em {
    font-size: 30em
}

.font-30rem {
    font-size: 30rem
}

.font-31px {
    font-size: 31px
}

.font-31pt {
    font-size: 31pt
}

.font-31pc {
    font-size: 31pc
}

.font-31in {
    font-size: 31in
}

.font-31cm {
    font-size: 31cm
}

.font-31mm {
    font-size: 31mm
}

.font-31ex {
    font-size: 31ex
}

.font-31ch {
    font-size: 31ch
}

.font-31vw {
    font-size: 31vw
}

.font-31vh {
    font-size: 31vh
}

.font-31vmin {
    font-size: 31vmin
}

.font-31vmax {
    font-size: 31vmax
}

.font-31em {
    font-size: 31em
}

.font-31rem {
    font-size: 31rem
}

.font-32px {
    font-size: 32px
}

.font-32pt {
    font-size: 32pt
}

.font-32pc {
    font-size: 32pc
}

.font-32in {
    font-size: 32in
}

.font-32cm {
    font-size: 32cm
}

.font-32mm {
    font-size: 32mm
}

.font-32ex {
    font-size: 32ex
}

.font-32ch {
    font-size: 32ch
}

.font-32vw {
    font-size: 32vw
}

.font-32vh {
    font-size: 32vh
}

.font-32vmin {
    font-size: 32vmin
}

.font-32vmax {
    font-size: 32vmax
}

.font-32em {
    font-size: 32em
}

.font-32rem {
    font-size: 32rem
}

.font-33px {
    font-size: 33px
}

.font-33pt {
    font-size: 33pt
}

.font-33pc {
    font-size: 33pc
}

.font-33in {
    font-size: 33in
}

.font-33cm {
    font-size: 33cm
}

.font-33mm {
    font-size: 33mm
}

.font-33ex {
    font-size: 33ex
}

.font-33ch {
    font-size: 33ch
}

.font-33vw {
    font-size: 33vw
}

.font-33vh {
    font-size: 33vh
}

.font-33vmin {
    font-size: 33vmin
}

.font-33vmax {
    font-size: 33vmax
}

.font-33em {
    font-size: 33em
}

.font-33rem {
    font-size: 33rem
}

.font-34px {
    font-size: 34px
}

.font-34pt {
    font-size: 34pt
}

.font-34pc {
    font-size: 34pc
}

.font-34in {
    font-size: 34in
}

.font-34cm {
    font-size: 34cm
}

.font-34mm {
    font-size: 34mm
}

.font-34ex {
    font-size: 34ex
}

.font-34ch {
    font-size: 34ch
}

.font-34vw {
    font-size: 34vw
}

.font-34vh {
    font-size: 34vh
}

.font-34vmin {
    font-size: 34vmin
}

.font-34vmax {
    font-size: 34vmax
}

.font-34em {
    font-size: 34em
}

.font-34rem {
    font-size: 34rem
}

.font-35px {
    font-size: 35px
}

.font-35pt {
    font-size: 35pt
}

.font-35pc {
    font-size: 35pc
}

.font-35in {
    font-size: 35in
}

.font-35cm {
    font-size: 35cm
}

.font-35mm {
    font-size: 35mm
}

.font-35ex {
    font-size: 35ex
}

.font-35ch {
    font-size: 35ch
}

.font-35vw {
    font-size: 35vw
}

.font-35vh {
    font-size: 35vh
}

.font-35vmin {
    font-size: 35vmin
}

.font-35vmax {
    font-size: 35vmax
}

.font-35em {
    font-size: 35em
}

.font-35rem {
    font-size: 35rem
}

.font-36px {
    font-size: 36px
}

.font-36pt {
    font-size: 36pt
}

.font-36pc {
    font-size: 36pc
}

.font-36in {
    font-size: 36in
}

.font-36cm {
    font-size: 36cm
}

.font-36mm {
    font-size: 36mm
}

.font-36ex {
    font-size: 36ex
}

.font-36ch {
    font-size: 36ch
}

.font-36vw {
    font-size: 36vw
}

.font-36vh {
    font-size: 36vh
}

.font-36vmin {
    font-size: 36vmin
}

.font-36vmax {
    font-size: 36vmax
}

.font-36em {
    font-size: 36em
}

.font-36rem {
    font-size: 36rem
}

.font-37px {
    font-size: 37px
}

.font-37pt {
    font-size: 37pt
}

.font-37pc {
    font-size: 37pc
}

.font-37in {
    font-size: 37in
}

.font-37cm {
    font-size: 37cm
}

.font-37mm {
    font-size: 37mm
}

.font-37ex {
    font-size: 37ex
}

.font-37ch {
    font-size: 37ch
}

.font-37vw {
    font-size: 37vw
}

.font-37vh {
    font-size: 37vh
}

.font-37vmin {
    font-size: 37vmin
}

.font-37vmax {
    font-size: 37vmax
}

.font-37em {
    font-size: 37em
}

.font-37rem {
    font-size: 37rem
}

.font-38px {
    font-size: 38px
}

.font-38pt {
    font-size: 38pt
}

.font-38pc {
    font-size: 38pc
}

.font-38in {
    font-size: 38in
}

.font-38cm {
    font-size: 38cm
}

.font-38mm {
    font-size: 38mm
}

.font-38ex {
    font-size: 38ex
}

.font-38ch {
    font-size: 38ch
}

.font-38vw {
    font-size: 38vw
}

.font-38vh {
    font-size: 38vh
}

.font-38vmin {
    font-size: 38vmin
}

.font-38vmax {
    font-size: 38vmax
}

.font-38em {
    font-size: 38em
}

.font-38rem {
    font-size: 38rem
}

.font-39px {
    font-size: 39px
}

.font-39pt {
    font-size: 39pt
}

.font-39pc {
    font-size: 39pc
}

.font-39in {
    font-size: 39in
}

.font-39cm {
    font-size: 39cm
}

.font-39mm {
    font-size: 39mm
}

.font-39ex {
    font-size: 39ex
}

.font-39ch {
    font-size: 39ch
}

.font-39vw {
    font-size: 39vw
}

.font-39vh {
    font-size: 39vh
}

.font-39vmin {
    font-size: 39vmin
}

.font-39vmax {
    font-size: 39vmax
}

.font-39em {
    font-size: 39em
}

.font-39rem {
    font-size: 39rem
}

.font-40px {
    font-size: 40px
}

.font-40pt {
    font-size: 40pt
}

.font-40pc {
    font-size: 40pc
}

.font-40in {
    font-size: 40in
}

.font-40cm {
    font-size: 40cm
}

.font-40mm {
    font-size: 40mm
}

.font-40ex {
    font-size: 40ex
}

.font-40ch {
    font-size: 40ch
}

.font-40vw {
    font-size: 40vw
}

.font-40vh {
    font-size: 40vh
}

.font-40vmin {
    font-size: 40vmin
}

.font-40vmax {
    font-size: 40vmax
}

.font-40em {
    font-size: 40em
}

.font-40rem {
    font-size: 40rem
}

.font-41px {
    font-size: 41px
}

.font-41pt {
    font-size: 41pt
}

.font-41pc {
    font-size: 41pc
}

.font-41in {
    font-size: 41in
}

.font-41cm {
    font-size: 41cm
}

.font-41mm {
    font-size: 41mm
}

.font-41ex {
    font-size: 41ex
}

.font-41ch {
    font-size: 41ch
}

.font-41vw {
    font-size: 41vw
}

.font-41vh {
    font-size: 41vh
}

.font-41vmin {
    font-size: 41vmin
}

.font-41vmax {
    font-size: 41vmax
}

.font-41em {
    font-size: 41em
}

.font-41rem {
    font-size: 41rem
}

.font-42px {
    font-size: 42px
}

.font-42pt {
    font-size: 42pt
}

.font-42pc {
    font-size: 42pc
}

.font-42in {
    font-size: 42in
}

.font-42cm {
    font-size: 42cm
}

.font-42mm {
    font-size: 42mm
}

.font-42ex {
    font-size: 42ex
}

.font-42ch {
    font-size: 42ch
}

.font-42vw {
    font-size: 42vw
}

.font-42vh {
    font-size: 42vh
}

.font-42vmin {
    font-size: 42vmin
}

.font-42vmax {
    font-size: 42vmax
}

.font-42em {
    font-size: 42em
}

.font-42rem {
    font-size: 42rem
}

.font-43px {
    font-size: 43px
}

.font-43pt {
    font-size: 43pt
}

.font-43pc {
    font-size: 43pc
}

.font-43in {
    font-size: 43in
}

.font-43cm {
    font-size: 43cm
}

.font-43mm {
    font-size: 43mm
}

.font-43ex {
    font-size: 43ex
}

.font-43ch {
    font-size: 43ch
}

.font-43vw {
    font-size: 43vw
}

.font-43vh {
    font-size: 43vh
}

.font-43vmin {
    font-size: 43vmin
}

.font-43vmax {
    font-size: 43vmax
}

.font-43em {
    font-size: 43em
}

.font-43rem {
    font-size: 43rem
}

.font-44px {
    font-size: 44px
}

.font-44pt {
    font-size: 44pt
}

.font-44pc {
    font-size: 44pc
}

.font-44in {
    font-size: 44in
}

.font-44cm {
    font-size: 44cm
}

.font-44mm {
    font-size: 44mm
}

.font-44ex {
    font-size: 44ex
}

.font-44ch {
    font-size: 44ch
}

.font-44vw {
    font-size: 44vw
}

.font-44vh {
    font-size: 44vh
}

.font-44vmin {
    font-size: 44vmin
}

.font-44vmax {
    font-size: 44vmax
}

.font-44em {
    font-size: 44em
}

.font-44rem {
    font-size: 44rem
}

.font-45px {
    font-size: 45px
}

.font-45pt {
    font-size: 45pt
}

.font-45pc {
    font-size: 45pc
}

.font-45in {
    font-size: 45in
}

.font-45cm {
    font-size: 45cm
}

.font-45mm {
    font-size: 45mm
}

.font-45ex {
    font-size: 45ex
}

.font-45ch {
    font-size: 45ch
}

.font-45vw {
    font-size: 45vw
}

.font-45vh {
    font-size: 45vh
}

.font-45vmin {
    font-size: 45vmin
}

.font-45vmax {
    font-size: 45vmax
}

.font-45em {
    font-size: 45em
}

.font-45rem {
    font-size: 45rem
}

.font-46px {
    font-size: 46px
}

.font-46pt {
    font-size: 46pt
}

.font-46pc {
    font-size: 46pc
}

.font-46in {
    font-size: 46in
}

.font-46cm {
    font-size: 46cm
}

.font-46mm {
    font-size: 46mm
}

.font-46ex {
    font-size: 46ex
}

.font-46ch {
    font-size: 46ch
}

.font-46vw {
    font-size: 46vw
}

.font-46vh {
    font-size: 46vh
}

.font-46vmin {
    font-size: 46vmin
}

.font-46vmax {
    font-size: 46vmax
}

.font-46em {
    font-size: 46em
}

.font-46rem {
    font-size: 46rem
}

.font-47px {
    font-size: 47px
}

.font-47pt {
    font-size: 47pt
}

.font-47pc {
    font-size: 47pc
}

.font-47in {
    font-size: 47in
}

.font-47cm {
    font-size: 47cm
}

.font-47mm {
    font-size: 47mm
}

.font-47ex {
    font-size: 47ex
}

.font-47ch {
    font-size: 47ch
}

.font-47vw {
    font-size: 47vw
}

.font-47vh {
    font-size: 47vh
}

.font-47vmin {
    font-size: 47vmin
}

.font-47vmax {
    font-size: 47vmax
}

.font-47em {
    font-size: 47em
}

.font-47rem {
    font-size: 47rem
}

.font-48px {
    font-size: 48px
}

.font-48pt {
    font-size: 48pt
}

.font-48pc {
    font-size: 48pc
}

.font-48in {
    font-size: 48in
}

.font-48cm {
    font-size: 48cm
}

.font-48mm {
    font-size: 48mm
}

.font-48ex {
    font-size: 48ex
}

.font-48ch {
    font-size: 48ch
}

.font-48vw {
    font-size: 48vw
}

.font-48vh {
    font-size: 48vh
}

.font-48vmin {
    font-size: 48vmin
}

.font-48vmax {
    font-size: 48vmax
}

.font-48em {
    font-size: 48em
}

.font-48rem {
    font-size: 48rem
}

.font-49px {
    font-size: 49px
}

.font-49pt {
    font-size: 49pt
}

.font-49pc {
    font-size: 49pc
}

.font-49in {
    font-size: 49in
}

.font-49cm {
    font-size: 49cm
}

.font-49mm {
    font-size: 49mm
}

.font-49ex {
    font-size: 49ex
}

.font-49ch {
    font-size: 49ch
}

.font-49vw {
    font-size: 49vw
}

.font-49vh {
    font-size: 49vh
}

.font-49vmin {
    font-size: 49vmin
}

.font-49vmax {
    font-size: 49vmax
}

.font-49em {
    font-size: 49em
}

.font-49rem {
    font-size: 49rem
}

.font-50px {
    font-size: 50px
}

.font-50pt {
    font-size: 50pt
}

.font-50pc {
    font-size: 50pc
}

.font-50in {
    font-size: 50in
}

.font-50cm {
    font-size: 50cm
}

.font-50mm {
    font-size: 50mm
}

.font-50ex {
    font-size: 50ex
}

.font-50ch {
    font-size: 50ch
}

.font-50vw {
    font-size: 50vw
}

.font-50vh {
    font-size: 50vh
}

.font-50vmin {
    font-size: 50vmin
}

.font-50vmax {
    font-size: 50vmax
}

.font-50em {
    font-size: 50em
}

.font-50rem {
    font-size: 50rem
}

.font-51px {
    font-size: 51px
}

.font-51pt {
    font-size: 51pt
}

.font-51pc {
    font-size: 51pc
}

.font-51in {
    font-size: 51in
}

.font-51cm {
    font-size: 51cm
}

.font-51mm {
    font-size: 51mm
}

.font-51ex {
    font-size: 51ex
}

.font-51ch {
    font-size: 51ch
}

.font-51vw {
    font-size: 51vw
}

.font-51vh {
    font-size: 51vh
}

.font-51vmin {
    font-size: 51vmin
}

.font-51vmax {
    font-size: 51vmax
}

.font-51em {
    font-size: 51em
}

.font-51rem {
    font-size: 51rem
}

.font-52px {
    font-size: 52px
}

.font-52pt {
    font-size: 52pt
}

.font-52pc {
    font-size: 52pc
}

.font-52in {
    font-size: 52in
}

.font-52cm {
    font-size: 52cm
}

.font-52mm {
    font-size: 52mm
}

.font-52ex {
    font-size: 52ex
}

.font-52ch {
    font-size: 52ch
}

.font-52vw {
    font-size: 52vw
}

.font-52vh {
    font-size: 52vh
}

.font-52vmin {
    font-size: 52vmin
}

.font-52vmax {
    font-size: 52vmax
}

.font-52em {
    font-size: 52em
}

.font-52rem {
    font-size: 52rem
}

.font-53px {
    font-size: 53px
}

.font-53pt {
    font-size: 53pt
}

.font-53pc {
    font-size: 53pc
}

.font-53in {
    font-size: 53in
}

.font-53cm {
    font-size: 53cm
}

.font-53mm {
    font-size: 53mm
}

.font-53ex {
    font-size: 53ex
}

.font-53ch {
    font-size: 53ch
}

.font-53vw {
    font-size: 53vw
}

.font-53vh {
    font-size: 53vh
}

.font-53vmin {
    font-size: 53vmin
}

.font-53vmax {
    font-size: 53vmax
}

.font-53em {
    font-size: 53em
}

.font-53rem {
    font-size: 53rem
}

.font-54px {
    font-size: 54px
}

.font-54pt {
    font-size: 54pt
}

.font-54pc {
    font-size: 54pc
}

.font-54in {
    font-size: 54in
}

.font-54cm {
    font-size: 54cm
}

.font-54mm {
    font-size: 54mm
}

.font-54ex {
    font-size: 54ex
}

.font-54ch {
    font-size: 54ch
}

.font-54vw {
    font-size: 54vw
}

.font-54vh {
    font-size: 54vh
}

.font-54vmin {
    font-size: 54vmin
}

.font-54vmax {
    font-size: 54vmax
}

.font-54em {
    font-size: 54em
}

.font-54rem {
    font-size: 54rem
}

.font-55px {
    font-size: 55px
}

.font-55pt {
    font-size: 55pt
}

.font-55pc {
    font-size: 55pc
}

.font-55in {
    font-size: 55in
}

.font-55cm {
    font-size: 55cm
}

.font-55mm {
    font-size: 55mm
}

.font-55ex {
    font-size: 55ex
}

.font-55ch {
    font-size: 55ch
}

.font-55vw {
    font-size: 55vw
}

.font-55vh {
    font-size: 55vh
}

.font-55vmin {
    font-size: 55vmin
}

.font-55vmax {
    font-size: 55vmax
}

.font-55em {
    font-size: 55em
}

.font-55rem {
    font-size: 55rem
}

.font-56px {
    font-size: 56px
}

.font-56pt {
    font-size: 56pt
}

.font-56pc {
    font-size: 56pc
}

.font-56in {
    font-size: 56in
}

.font-56cm {
    font-size: 56cm
}

.font-56mm {
    font-size: 56mm
}

.font-56ex {
    font-size: 56ex
}

.font-56ch {
    font-size: 56ch
}

.font-56vw {
    font-size: 56vw
}

.font-56vh {
    font-size: 56vh
}

.font-56vmin {
    font-size: 56vmin
}

.font-56vmax {
    font-size: 56vmax
}

.font-56em {
    font-size: 56em
}

.font-56rem {
    font-size: 56rem
}

.font-57px {
    font-size: 57px
}

.font-57pt {
    font-size: 57pt
}

.font-57pc {
    font-size: 57pc
}

.font-57in {
    font-size: 57in
}

.font-57cm {
    font-size: 57cm
}

.font-57mm {
    font-size: 57mm
}

.font-57ex {
    font-size: 57ex
}

.font-57ch {
    font-size: 57ch
}

.font-57vw {
    font-size: 57vw
}

.font-57vh {
    font-size: 57vh
}

.font-57vmin {
    font-size: 57vmin
}

.font-57vmax {
    font-size: 57vmax
}

.font-57em {
    font-size: 57em
}

.font-57rem {
    font-size: 57rem
}

.font-58px {
    font-size: 58px
}

.font-58pt {
    font-size: 58pt
}

.font-58pc {
    font-size: 58pc
}

.font-58in {
    font-size: 58in
}

.font-58cm {
    font-size: 58cm
}

.font-58mm {
    font-size: 58mm
}

.font-58ex {
    font-size: 58ex
}

.font-58ch {
    font-size: 58ch
}

.font-58vw {
    font-size: 58vw
}

.font-58vh {
    font-size: 58vh
}

.font-58vmin {
    font-size: 58vmin
}

.font-58vmax {
    font-size: 58vmax
}

.font-58em {
    font-size: 58em
}

.font-58rem {
    font-size: 58rem
}

.font-59px {
    font-size: 59px
}

.font-59pt {
    font-size: 59pt
}

.font-59pc {
    font-size: 59pc
}

.font-59in {
    font-size: 59in
}

.font-59cm {
    font-size: 59cm
}

.font-59mm {
    font-size: 59mm
}

.font-59ex {
    font-size: 59ex
}

.font-59ch {
    font-size: 59ch
}

.font-59vw {
    font-size: 59vw
}

.font-59vh {
    font-size: 59vh
}

.font-59vmin {
    font-size: 59vmin
}

.font-59vmax {
    font-size: 59vmax
}

.font-59em {
    font-size: 59em
}

.font-59rem {
    font-size: 59rem
}

.font-60px {
    font-size: 60px
}

.font-60pt {
    font-size: 60pt
}

.font-60pc {
    font-size: 60pc
}

.font-60in {
    font-size: 60in
}

.font-60cm {
    font-size: 60cm
}

.font-60mm {
    font-size: 60mm
}

.font-60ex {
    font-size: 60ex
}

.font-60ch {
    font-size: 60ch
}

.font-60vw {
    font-size: 60vw
}

.font-60vh {
    font-size: 60vh
}

.font-60vmin {
    font-size: 60vmin
}

.font-60vmax {
    font-size: 60vmax
}

.font-60em {
    font-size: 60em
}

.font-60rem {
    font-size: 60rem
}

.font-61px {
    font-size: 61px
}

.font-61pt {
    font-size: 61pt
}

.font-61pc {
    font-size: 61pc
}

.font-61in {
    font-size: 61in
}

.font-61cm {
    font-size: 61cm
}

.font-61mm {
    font-size: 61mm
}

.font-61ex {
    font-size: 61ex
}

.font-61ch {
    font-size: 61ch
}

.font-61vw {
    font-size: 61vw
}

.font-61vh {
    font-size: 61vh
}

.font-61vmin {
    font-size: 61vmin
}

.font-61vmax {
    font-size: 61vmax
}

.font-61em {
    font-size: 61em
}

.font-61rem {
    font-size: 61rem
}

.font-62px {
    font-size: 62px
}

.font-62pt {
    font-size: 62pt
}

.font-62pc {
    font-size: 62pc
}

.font-62in {
    font-size: 62in
}

.font-62cm {
    font-size: 62cm
}

.font-62mm {
    font-size: 62mm
}

.font-62ex {
    font-size: 62ex
}

.font-62ch {
    font-size: 62ch
}

.font-62vw {
    font-size: 62vw
}

.font-62vh {
    font-size: 62vh
}

.font-62vmin {
    font-size: 62vmin
}

.font-62vmax {
    font-size: 62vmax
}

.font-62em {
    font-size: 62em
}

.font-62rem {
    font-size: 62rem
}

.font-63px {
    font-size: 63px
}

.font-63pt {
    font-size: 63pt
}

.font-63pc {
    font-size: 63pc
}

.font-63in {
    font-size: 63in
}

.font-63cm {
    font-size: 63cm
}

.font-63mm {
    font-size: 63mm
}

.font-63ex {
    font-size: 63ex
}

.font-63ch {
    font-size: 63ch
}

.font-63vw {
    font-size: 63vw
}

.font-63vh {
    font-size: 63vh
}

.font-63vmin {
    font-size: 63vmin
}

.font-63vmax {
    font-size: 63vmax
}

.font-63em {
    font-size: 63em
}

.font-63rem {
    font-size: 63rem
}

.font-64px {
    font-size: 64px
}

.font-64pt {
    font-size: 64pt
}

.font-64pc {
    font-size: 64pc
}

.font-64in {
    font-size: 64in
}

.font-64cm {
    font-size: 64cm
}

.font-64mm {
    font-size: 64mm
}

.font-64ex {
    font-size: 64ex
}

.font-64ch {
    font-size: 64ch
}

.font-64vw {
    font-size: 64vw
}

.font-64vh {
    font-size: 64vh
}

.font-64vmin {
    font-size: 64vmin
}

.font-64vmax {
    font-size: 64vmax
}

.font-64em {
    font-size: 64em
}

.font-64rem {
    font-size: 64rem
}

.font-65px {
    font-size: 65px
}

.font-65pt {
    font-size: 65pt
}

.font-65pc {
    font-size: 65pc
}

.font-65in {
    font-size: 65in
}

.font-65cm {
    font-size: 65cm
}

.font-65mm {
    font-size: 65mm
}

.font-65ex {
    font-size: 65ex
}

.font-65ch {
    font-size: 65ch
}

.font-65vw {
    font-size: 65vw
}

.font-65vh {
    font-size: 65vh
}

.font-65vmin {
    font-size: 65vmin
}

.font-65vmax {
    font-size: 65vmax
}

.font-65em {
    font-size: 65em
}

.font-65rem {
    font-size: 65rem
}

.font-66px {
    font-size: 66px
}

.font-66pt {
    font-size: 66pt
}

.font-66pc {
    font-size: 66pc
}

.font-66in {
    font-size: 66in
}

.font-66cm {
    font-size: 66cm
}

.font-66mm {
    font-size: 66mm
}

.font-66ex {
    font-size: 66ex
}

.font-66ch {
    font-size: 66ch
}

.font-66vw {
    font-size: 66vw
}

.font-66vh {
    font-size: 66vh
}

.font-66vmin {
    font-size: 66vmin
}

.font-66vmax {
    font-size: 66vmax
}

.font-66em {
    font-size: 66em
}

.font-66rem {
    font-size: 66rem
}

.font-67px {
    font-size: 67px
}

.font-67pt {
    font-size: 67pt
}

.font-67pc {
    font-size: 67pc
}

.font-67in {
    font-size: 67in
}

.font-67cm {
    font-size: 67cm
}

.font-67mm {
    font-size: 67mm
}

.font-67ex {
    font-size: 67ex
}

.font-67ch {
    font-size: 67ch
}

.font-67vw {
    font-size: 67vw
}

.font-67vh {
    font-size: 67vh
}

.font-67vmin {
    font-size: 67vmin
}

.font-67vmax {
    font-size: 67vmax
}

.font-67em {
    font-size: 67em
}

.font-67rem {
    font-size: 67rem
}

.font-68px {
    font-size: 68px
}

.font-68pt {
    font-size: 68pt
}

.font-68pc {
    font-size: 68pc
}

.font-68in {
    font-size: 68in
}

.font-68cm {
    font-size: 68cm
}

.font-68mm {
    font-size: 68mm
}

.font-68ex {
    font-size: 68ex
}

.font-68ch {
    font-size: 68ch
}

.font-68vw {
    font-size: 68vw
}

.font-68vh {
    font-size: 68vh
}

.font-68vmin {
    font-size: 68vmin
}

.font-68vmax {
    font-size: 68vmax
}

.font-68em {
    font-size: 68em
}

.font-68rem {
    font-size: 68rem
}

.font-69px {
    font-size: 69px
}

.font-69pt {
    font-size: 69pt
}

.font-69pc {
    font-size: 69pc
}

.font-69in {
    font-size: 69in
}

.font-69cm {
    font-size: 69cm
}

.font-69mm {
    font-size: 69mm
}

.font-69ex {
    font-size: 69ex
}

.font-69ch {
    font-size: 69ch
}

.font-69vw {
    font-size: 69vw
}

.font-69vh {
    font-size: 69vh
}

.font-69vmin {
    font-size: 69vmin
}

.font-69vmax {
    font-size: 69vmax
}

.font-69em {
    font-size: 69em
}

.font-69rem {
    font-size: 69rem
}

.font-70px {
    font-size: 70px
}

.font-70pt {
    font-size: 70pt
}

.font-70pc {
    font-size: 70pc
}

.font-70in {
    font-size: 70in
}

.font-70cm {
    font-size: 70cm
}

.font-70mm {
    font-size: 70mm
}

.font-70ex {
    font-size: 70ex
}

.font-70ch {
    font-size: 70ch
}

.font-70vw {
    font-size: 70vw
}

.font-70vh {
    font-size: 70vh
}

.font-70vmin {
    font-size: 70vmin
}

.font-70vmax {
    font-size: 70vmax
}

.font-70em {
    font-size: 70em
}

.font-70rem {
    font-size: 70rem
}

.font-71px {
    font-size: 71px
}

.font-71pt {
    font-size: 71pt
}

.font-71pc {
    font-size: 71pc
}

.font-71in {
    font-size: 71in
}

.font-71cm {
    font-size: 71cm
}

.font-71mm {
    font-size: 71mm
}

.font-71ex {
    font-size: 71ex
}

.font-71ch {
    font-size: 71ch
}

.font-71vw {
    font-size: 71vw
}

.font-71vh {
    font-size: 71vh
}

.font-71vmin {
    font-size: 71vmin
}

.font-71vmax {
    font-size: 71vmax
}

.font-71em {
    font-size: 71em
}

.font-71rem {
    font-size: 71rem
}

.font-72px {
    font-size: 72px
}

.font-72pt {
    font-size: 72pt
}

.font-72pc {
    font-size: 72pc
}

.font-72in {
    font-size: 72in
}

.font-72cm {
    font-size: 72cm
}

.font-72mm {
    font-size: 72mm
}

.font-72ex {
    font-size: 72ex
}

.font-72ch {
    font-size: 72ch
}

.font-72vw {
    font-size: 72vw
}

.font-72vh {
    font-size: 72vh
}

.font-72vmin {
    font-size: 72vmin
}

.font-72vmax {
    font-size: 72vmax
}

.font-72em {
    font-size: 72em
}

.font-72rem {
    font-size: 72rem
}

.font-73px {
    font-size: 73px
}

.font-73pt {
    font-size: 73pt
}

.font-73pc {
    font-size: 73pc
}

.font-73in {
    font-size: 73in
}

.font-73cm {
    font-size: 73cm
}

.font-73mm {
    font-size: 73mm
}

.font-73ex {
    font-size: 73ex
}

.font-73ch {
    font-size: 73ch
}

.font-73vw {
    font-size: 73vw
}

.font-73vh {
    font-size: 73vh
}

.font-73vmin {
    font-size: 73vmin
}

.font-73vmax {
    font-size: 73vmax
}

.font-73em {
    font-size: 73em
}

.font-73rem {
    font-size: 73rem
}

.font-74px {
    font-size: 74px
}

.font-74pt {
    font-size: 74pt
}

.font-74pc {
    font-size: 74pc
}

.font-74in {
    font-size: 74in
}

.font-74cm {
    font-size: 74cm
}

.font-74mm {
    font-size: 74mm
}

.font-74ex {
    font-size: 74ex
}

.font-74ch {
    font-size: 74ch
}

.font-74vw {
    font-size: 74vw
}

.font-74vh {
    font-size: 74vh
}

.font-74vmin {
    font-size: 74vmin
}

.font-74vmax {
    font-size: 74vmax
}

.font-74em {
    font-size: 74em
}

.font-74rem {
    font-size: 74rem
}

.font-75px {
    font-size: 75px
}

.font-75pt {
    font-size: 75pt
}

.font-75pc {
    font-size: 75pc
}

.font-75in {
    font-size: 75in
}

.font-75cm {
    font-size: 75cm
}

.font-75mm {
    font-size: 75mm
}

.font-75ex {
    font-size: 75ex
}

.font-75ch {
    font-size: 75ch
}

.font-75vw {
    font-size: 75vw
}

.font-75vh {
    font-size: 75vh
}

.font-75vmin {
    font-size: 75vmin
}

.font-75vmax {
    font-size: 75vmax
}

.font-75em {
    font-size: 75em
}

.font-75rem {
    font-size: 75rem
}

.font-76px {
    font-size: 76px
}

.font-76pt {
    font-size: 76pt
}

.font-76pc {
    font-size: 76pc
}

.font-76in {
    font-size: 76in
}

.font-76cm {
    font-size: 76cm
}

.font-76mm {
    font-size: 76mm
}

.font-76ex {
    font-size: 76ex
}

.font-76ch {
    font-size: 76ch
}

.font-76vw {
    font-size: 76vw
}

.font-76vh {
    font-size: 76vh
}

.font-76vmin {
    font-size: 76vmin
}

.font-76vmax {
    font-size: 76vmax
}

.font-76em {
    font-size: 76em
}

.font-76rem {
    font-size: 76rem
}

.font-77px {
    font-size: 77px
}

.font-77pt {
    font-size: 77pt
}

.font-77pc {
    font-size: 77pc
}

.font-77in {
    font-size: 77in
}

.font-77cm {
    font-size: 77cm
}

.font-77mm {
    font-size: 77mm
}

.font-77ex {
    font-size: 77ex
}

.font-77ch {
    font-size: 77ch
}

.font-77vw {
    font-size: 77vw
}

.font-77vh {
    font-size: 77vh
}

.font-77vmin {
    font-size: 77vmin
}

.font-77vmax {
    font-size: 77vmax
}

.font-77em {
    font-size: 77em
}

.font-77rem {
    font-size: 77rem
}

.font-78px {
    font-size: 78px
}

.font-78pt {
    font-size: 78pt
}

.font-78pc {
    font-size: 78pc
}

.font-78in {
    font-size: 78in
}

.font-78cm {
    font-size: 78cm
}

.font-78mm {
    font-size: 78mm
}

.font-78ex {
    font-size: 78ex
}

.font-78ch {
    font-size: 78ch
}

.font-78vw {
    font-size: 78vw
}

.font-78vh {
    font-size: 78vh
}

.font-78vmin {
    font-size: 78vmin
}

.font-78vmax {
    font-size: 78vmax
}

.font-78em {
    font-size: 78em
}

.font-78rem {
    font-size: 78rem
}

.font-79px {
    font-size: 79px
}

.font-79pt {
    font-size: 79pt
}

.font-79pc {
    font-size: 79pc
}

.font-79in {
    font-size: 79in
}

.font-79cm {
    font-size: 79cm
}

.font-79mm {
    font-size: 79mm
}

.font-79ex {
    font-size: 79ex
}

.font-79ch {
    font-size: 79ch
}

.font-79vw {
    font-size: 79vw
}

.font-79vh {
    font-size: 79vh
}

.font-79vmin {
    font-size: 79vmin
}

.font-79vmax {
    font-size: 79vmax
}

.font-79em {
    font-size: 79em
}

.font-79rem {
    font-size: 79rem
}

.font-80px {
    font-size: 80px
}

.font-80pt {
    font-size: 80pt
}

.font-80pc {
    font-size: 80pc
}

.font-80in {
    font-size: 80in
}

.font-80cm {
    font-size: 80cm
}

.font-80mm {
    font-size: 80mm
}

.font-80ex {
    font-size: 80ex
}

.font-80ch {
    font-size: 80ch
}

.font-80vw {
    font-size: 80vw
}

.font-80vh {
    font-size: 80vh
}

.font-80vmin {
    font-size: 80vmin
}

.font-80vmax {
    font-size: 80vmax
}

.font-80em {
    font-size: 80em
}

.font-80rem {
    font-size: 80rem
}

.font-81px {
    font-size: 81px
}

.font-81pt {
    font-size: 81pt
}

.font-81pc {
    font-size: 81pc
}

.font-81in {
    font-size: 81in
}

.font-81cm {
    font-size: 81cm
}

.font-81mm {
    font-size: 81mm
}

.font-81ex {
    font-size: 81ex
}

.font-81ch {
    font-size: 81ch
}

.font-81vw {
    font-size: 81vw
}

.font-81vh {
    font-size: 81vh
}

.font-81vmin {
    font-size: 81vmin
}

.font-81vmax {
    font-size: 81vmax
}

.font-81em {
    font-size: 81em
}

.font-81rem {
    font-size: 81rem
}

.font-82px {
    font-size: 82px
}

.font-82pt {
    font-size: 82pt
}

.font-82pc {
    font-size: 82pc
}

.font-82in {
    font-size: 82in
}

.font-82cm {
    font-size: 82cm
}

.font-82mm {
    font-size: 82mm
}

.font-82ex {
    font-size: 82ex
}

.font-82ch {
    font-size: 82ch
}

.font-82vw {
    font-size: 82vw
}

.font-82vh {
    font-size: 82vh
}

.font-82vmin {
    font-size: 82vmin
}

.font-82vmax {
    font-size: 82vmax
}

.font-82em {
    font-size: 82em
}

.font-82rem {
    font-size: 82rem
}

.font-83px {
    font-size: 83px
}

.font-83pt {
    font-size: 83pt
}

.font-83pc {
    font-size: 83pc
}

.font-83in {
    font-size: 83in
}

.font-83cm {
    font-size: 83cm
}

.font-83mm {
    font-size: 83mm
}

.font-83ex {
    font-size: 83ex
}

.font-83ch {
    font-size: 83ch
}

.font-83vw {
    font-size: 83vw
}

.font-83vh {
    font-size: 83vh
}

.font-83vmin {
    font-size: 83vmin
}

.font-83vmax {
    font-size: 83vmax
}

.font-83em {
    font-size: 83em
}

.font-83rem {
    font-size: 83rem
}

.font-84px {
    font-size: 84px
}

.font-84pt {
    font-size: 84pt
}

.font-84pc {
    font-size: 84pc
}

.font-84in {
    font-size: 84in
}

.font-84cm {
    font-size: 84cm
}

.font-84mm {
    font-size: 84mm
}

.font-84ex {
    font-size: 84ex
}

.font-84ch {
    font-size: 84ch
}

.font-84vw {
    font-size: 84vw
}

.font-84vh {
    font-size: 84vh
}

.font-84vmin {
    font-size: 84vmin
}

.font-84vmax {
    font-size: 84vmax
}

.font-84em {
    font-size: 84em
}

.font-84rem {
    font-size: 84rem
}

.font-85px {
    font-size: 85px
}

.font-85pt {
    font-size: 85pt
}

.font-85pc {
    font-size: 85pc
}

.font-85in {
    font-size: 85in
}

.font-85cm {
    font-size: 85cm
}

.font-85mm {
    font-size: 85mm
}

.font-85ex {
    font-size: 85ex
}

.font-85ch {
    font-size: 85ch
}

.font-85vw {
    font-size: 85vw
}

.font-85vh {
    font-size: 85vh
}

.font-85vmin {
    font-size: 85vmin
}

.font-85vmax {
    font-size: 85vmax
}

.font-85em {
    font-size: 85em
}

.font-85rem {
    font-size: 85rem
}

.font-86px {
    font-size: 86px
}

.font-86pt {
    font-size: 86pt
}

.font-86pc {
    font-size: 86pc
}

.font-86in {
    font-size: 86in
}

.font-86cm {
    font-size: 86cm
}

.font-86mm {
    font-size: 86mm
}

.font-86ex {
    font-size: 86ex
}

.font-86ch {
    font-size: 86ch
}

.font-86vw {
    font-size: 86vw
}

.font-86vh {
    font-size: 86vh
}

.font-86vmin {
    font-size: 86vmin
}

.font-86vmax {
    font-size: 86vmax
}

.font-86em {
    font-size: 86em
}

.font-86rem {
    font-size: 86rem
}

.font-87px {
    font-size: 87px
}

.font-87pt {
    font-size: 87pt
}

.font-87pc {
    font-size: 87pc
}

.font-87in {
    font-size: 87in
}

.font-87cm {
    font-size: 87cm
}

.font-87mm {
    font-size: 87mm
}

.font-87ex {
    font-size: 87ex
}

.font-87ch {
    font-size: 87ch
}

.font-87vw {
    font-size: 87vw
}

.font-87vh {
    font-size: 87vh
}

.font-87vmin {
    font-size: 87vmin
}

.font-87vmax {
    font-size: 87vmax
}

.font-87em {
    font-size: 87em
}

.font-87rem {
    font-size: 87rem
}

.font-88px {
    font-size: 88px
}

.font-88pt {
    font-size: 88pt
}

.font-88pc {
    font-size: 88pc
}

.font-88in {
    font-size: 88in
}

.font-88cm {
    font-size: 88cm
}

.font-88mm {
    font-size: 88mm
}

.font-88ex {
    font-size: 88ex
}

.font-88ch {
    font-size: 88ch
}

.font-88vw {
    font-size: 88vw
}

.font-88vh {
    font-size: 88vh
}

.font-88vmin {
    font-size: 88vmin
}

.font-88vmax {
    font-size: 88vmax
}

.font-88em {
    font-size: 88em
}

.font-88rem {
    font-size: 88rem
}

.font-89px {
    font-size: 89px
}

.font-89pt {
    font-size: 89pt
}

.font-89pc {
    font-size: 89pc
}

.font-89in {
    font-size: 89in
}

.font-89cm {
    font-size: 89cm
}

.font-89mm {
    font-size: 89mm
}

.font-89ex {
    font-size: 89ex
}

.font-89ch {
    font-size: 89ch
}

.font-89vw {
    font-size: 89vw
}

.font-89vh {
    font-size: 89vh
}

.font-89vmin {
    font-size: 89vmin
}

.font-89vmax {
    font-size: 89vmax
}

.font-89em {
    font-size: 89em
}

.font-89rem {
    font-size: 89rem
}

.font-90px {
    font-size: 90px
}

.font-90pt {
    font-size: 90pt
}

.font-90pc {
    font-size: 90pc
}

.font-90in {
    font-size: 90in
}

.font-90cm {
    font-size: 90cm
}

.font-90mm {
    font-size: 90mm
}

.font-90ex {
    font-size: 90ex
}

.font-90ch {
    font-size: 90ch
}

.font-90vw {
    font-size: 90vw
}

.font-90vh {
    font-size: 90vh
}

.font-90vmin {
    font-size: 90vmin
}

.font-90vmax {
    font-size: 90vmax
}

.font-90em {
    font-size: 90em
}

.font-90rem {
    font-size: 90rem
}

.font-91px {
    font-size: 91px
}

.font-91pt {
    font-size: 91pt
}

.font-91pc {
    font-size: 91pc
}

.font-91in {
    font-size: 91in
}

.font-91cm {
    font-size: 91cm
}

.font-91mm {
    font-size: 91mm
}

.font-91ex {
    font-size: 91ex
}

.font-91ch {
    font-size: 91ch
}

.font-91vw {
    font-size: 91vw
}

.font-91vh {
    font-size: 91vh
}

.font-91vmin {
    font-size: 91vmin
}

.font-91vmax {
    font-size: 91vmax
}

.font-91em {
    font-size: 91em
}

.font-91rem {
    font-size: 91rem
}

.font-92px {
    font-size: 92px
}

.font-92pt {
    font-size: 92pt
}

.font-92pc {
    font-size: 92pc
}

.font-92in {
    font-size: 92in
}

.font-92cm {
    font-size: 92cm
}

.font-92mm {
    font-size: 92mm
}

.font-92ex {
    font-size: 92ex
}

.font-92ch {
    font-size: 92ch
}

.font-92vw {
    font-size: 92vw
}

.font-92vh {
    font-size: 92vh
}

.font-92vmin {
    font-size: 92vmin
}

.font-92vmax {
    font-size: 92vmax
}

.font-92em {
    font-size: 92em
}

.font-92rem {
    font-size: 92rem
}

.font-93px {
    font-size: 93px
}

.font-93pt {
    font-size: 93pt
}

.font-93pc {
    font-size: 93pc
}

.font-93in {
    font-size: 93in
}

.font-93cm {
    font-size: 93cm
}

.font-93mm {
    font-size: 93mm
}

.font-93ex {
    font-size: 93ex
}

.font-93ch {
    font-size: 93ch
}

.font-93vw {
    font-size: 93vw
}

.font-93vh {
    font-size: 93vh
}

.font-93vmin {
    font-size: 93vmin
}

.font-93vmax {
    font-size: 93vmax
}

.font-93em {
    font-size: 93em
}

.font-93rem {
    font-size: 93rem
}

.font-94px {
    font-size: 94px
}

.font-94pt {
    font-size: 94pt
}

.font-94pc {
    font-size: 94pc
}

.font-94in {
    font-size: 94in
}

.font-94cm {
    font-size: 94cm
}

.font-94mm {
    font-size: 94mm
}

.font-94ex {
    font-size: 94ex
}

.font-94ch {
    font-size: 94ch
}

.font-94vw {
    font-size: 94vw
}

.font-94vh {
    font-size: 94vh
}

.font-94vmin {
    font-size: 94vmin
}

.font-94vmax {
    font-size: 94vmax
}

.font-94em {
    font-size: 94em
}

.font-94rem {
    font-size: 94rem
}

.font-95px {
    font-size: 95px
}

.font-95pt {
    font-size: 95pt
}

.font-95pc {
    font-size: 95pc
}

.font-95in {
    font-size: 95in
}

.font-95cm {
    font-size: 95cm
}

.font-95mm {
    font-size: 95mm
}

.font-95ex {
    font-size: 95ex
}

.font-95ch {
    font-size: 95ch
}

.font-95vw {
    font-size: 95vw
}

.font-95vh {
    font-size: 95vh
}

.font-95vmin {
    font-size: 95vmin
}

.font-95vmax {
    font-size: 95vmax
}

.font-95em {
    font-size: 95em
}

.font-95rem {
    font-size: 95rem
}

.font-96px {
    font-size: 96px
}

.font-96pt {
    font-size: 96pt
}

.font-96pc {
    font-size: 96pc
}

.font-96in {
    font-size: 96in
}

.font-96cm {
    font-size: 96cm
}

.font-96mm {
    font-size: 96mm
}

.font-96ex {
    font-size: 96ex
}

.font-96ch {
    font-size: 96ch
}

.font-96vw {
    font-size: 96vw
}

.font-96vh {
    font-size: 96vh
}

.font-96vmin {
    font-size: 96vmin
}

.font-96vmax {
    font-size: 96vmax
}

.font-96em {
    font-size: 96em
}

.font-96rem {
    font-size: 96rem
}

.font-97px {
    font-size: 97px
}

.font-97pt {
    font-size: 97pt
}

.font-97pc {
    font-size: 97pc
}

.font-97in {
    font-size: 97in
}

.font-97cm {
    font-size: 97cm
}

.font-97mm {
    font-size: 97mm
}

.font-97ex {
    font-size: 97ex
}

.font-97ch {
    font-size: 97ch
}

.font-97vw {
    font-size: 97vw
}

.font-97vh {
    font-size: 97vh
}

.font-97vmin {
    font-size: 97vmin
}

.font-97vmax {
    font-size: 97vmax
}

.font-97em {
    font-size: 97em
}

.font-97rem {
    font-size: 97rem
}

.font-98px {
    font-size: 98px
}

.font-98pt {
    font-size: 98pt
}

.font-98pc {
    font-size: 98pc
}

.font-98in {
    font-size: 98in
}

.font-98cm {
    font-size: 98cm
}

.font-98mm {
    font-size: 98mm
}

.font-98ex {
    font-size: 98ex
}

.font-98ch {
    font-size: 98ch
}

.font-98vw {
    font-size: 98vw
}

.font-98vh {
    font-size: 98vh
}

.font-98vmin {
    font-size: 98vmin
}

.font-98vmax {
    font-size: 98vmax
}

.font-98em {
    font-size: 98em
}

.font-98rem {
    font-size: 98rem
}

.font-99px {
    font-size: 99px
}

.font-99pt {
    font-size: 99pt
}

.font-99pc {
    font-size: 99pc
}

.font-99in {
    font-size: 99in
}

.font-99cm {
    font-size: 99cm
}

.font-99mm {
    font-size: 99mm
}

.font-99ex {
    font-size: 99ex
}

.font-99ch {
    font-size: 99ch
}

.font-99vw {
    font-size: 99vw
}

.font-99vh {
    font-size: 99vh
}

.font-99vmin {
    font-size: 99vmin
}

.font-99vmax {
    font-size: 99vmax
}

.font-99em {
    font-size: 99em
}

.font-99rem {
    font-size: 99rem
}

.font-100px {
    font-size: 100px
}

.font-100pt {
    font-size: 100pt
}

.font-100pc {
    font-size: 100pc
}

.font-100in {
    font-size: 100in
}

.font-100cm {
    font-size: 100cm
}

.font-100mm {
    font-size: 100mm
}

.font-100ex {
    font-size: 100ex
}

.font-100ch {
    font-size: 100ch
}

.font-100vw {
    font-size: 100vw
}

.font-100vh {
    font-size: 100vh
}

.font-100vmin {
    font-size: 100vmin
}

.font-100vmax {
    font-size: 100vmax
}

.font-100em {
    font-size: 100em
}

.font-100rem {
    font-size: 100rem
}

.h-1 {
    height: 1%
}

.h-2 {
    height: 2%
}

.h-3 {
    height: 3%
}

.h-4 {
    height: 4%
}

.h-5 {
    height: 5%
}

.h-6 {
    height: 6%
}

.h-7 {
    height: 7%
}

.h-8 {
    height: 8%
}

.h-9 {
    height: 9%
}

.h-10 {
    height: 10%
}

.h-11 {
    height: 11%
}

.h-12 {
    height: 12%
}

.h-13 {
    height: 13%
}

.h-14 {
    height: 14%
}

.h-15 {
    height: 15%
}

.h-16 {
    height: 16%
}

.h-17 {
    height: 17%
}

.h-18 {
    height: 18%
}

.h-19 {
    height: 19%
}

.h-20 {
    height: 20%
}

.h-21 {
    height: 21%
}

.h-22 {
    height: 22%
}

.h-23 {
    height: 23%
}

.h-24 {
    height: 24%
}

.h-25 {
    height: 25%
}

.h-26 {
    height: 26%
}

.h-27 {
    height: 27%
}

.h-28 {
    height: 28%
}

.h-29 {
    height: 29%
}

.h-30 {
    height: 30%
}

.h-31 {
    height: 31%
}

.h-32 {
    height: 32%
}

.h-33 {
    height: 33%
}

.h-34 {
    height: 34%
}

.h-35 {
    height: 35%
}

.h-36 {
    height: 36%
}

.h-37 {
    height: 37%
}

.h-38 {
    height: 38%
}

.h-39 {
    height: 39%
}

.h-40 {
    height: 40%
}

.h-41 {
    height: 41%
}

.h-42 {
    height: 42%
}

.h-43 {
    height: 43%
}

.h-44 {
    height: 44%
}

.h-45 {
    height: 45%
}

.h-46 {
    height: 46%
}

.h-47 {
    height: 47%
}

.h-48 {
    height: 48%
}

.h-49 {
    height: 49%
}

.h-50 {
    height: 50%
}

.h-51 {
    height: 51%
}

.h-52 {
    height: 52%
}

.h-53 {
    height: 53%
}

.h-54 {
    height: 54%
}

.h-55 {
    height: 55%
}

.h-56 {
    height: 56%
}

.h-57 {
    height: 57%
}

.h-58 {
    height: 58%
}

.h-59 {
    height: 59%
}

.h-60 {
    height: 60%
}

.h-61 {
    height: 61%
}

.h-62 {
    height: 62%
}

.h-63 {
    height: 63%
}

.h-64 {
    height: 64%
}

.h-65 {
    height: 65%
}

.h-66 {
    height: 66%
}

.h-67 {
    height: 67%
}

.h-68 {
    height: 68%
}

.h-69 {
    height: 69%
}

.h-70 {
    height: 70%
}

.h-71 {
    height: 71%
}

.h-72 {
    height: 72%
}

.h-73 {
    height: 73%
}

.h-74 {
    height: 74%
}

.h-75 {
    height: 75%
}

.h-76 {
    height: 76%
}

.h-77 {
    height: 77%
}

.h-78 {
    height: 78%
}

.h-79 {
    height: 79%
}

.h-80 {
    height: 80%
}

.h-81 {
    height: 81%
}

.h-82 {
    height: 82%
}

.h-83 {
    height: 83%
}

.h-84 {
    height: 84%
}

.h-85 {
    height: 85%
}

.h-86 {
    height: 86%
}

.h-87 {
    height: 87%
}

.h-88 {
    height: 88%
}

.h-89 {
    height: 89%
}

.h-90 {
    height: 90%
}

.h-91 {
    height: 91%
}

.h-92 {
    height: 92%
}

.h-93 {
    height: 93%
}

.h-94 {
    height: 94%
}

.h-95 {
    height: 95%
}

.h-96 {
    height: 96%
}

.h-97 {
    height: 97%
}

.h-98 {
    height: 98%
}

.h-99 {
    height: 99%
}

.h-100 {
    height: 100%
}

.h-1px {
    height: 1px
}

.h-1pt {
    height: 1pt
}

.h-1pc {
    height: 1pc
}

.h-1in {
    height: 1in
}

.h-1cm {
    height: 1cm
}

.h-1mm {
    height: 1mm
}

.h-1ex {
    height: 1ex
}

.h-1ch {
    height: 1ch
}

.h-1vw {
    height: 1vw
}

.h-1vh {
    height: 1vh
}

.h-1vmin {
    height: 1vmin
}

.h-1vmax {
    height: 1vmax
}

.h-1em {
    height: 1em
}

.h-1rem {
    height: 1rem
}

.h-2px {
    height: 2px
}

.h-2pt {
    height: 2pt
}

.h-2pc {
    height: 2pc
}

.h-2in {
    height: 2in
}

.h-2cm {
    height: 2cm
}

.h-2mm {
    height: 2mm
}

.h-2ex {
    height: 2ex
}

.h-2ch {
    height: 2ch
}

.h-2vw {
    height: 2vw
}

.h-2vh {
    height: 2vh
}

.h-2vmin {
    height: 2vmin
}

.h-2vmax {
    height: 2vmax
}

.h-2em {
    height: 2em
}

.h-2rem {
    height: 2rem
}

.h-3px {
    height: 3px
}

.h-3pt {
    height: 3pt
}

.h-3pc {
    height: 3pc
}

.h-3in {
    height: 3in
}

.h-3cm {
    height: 3cm
}

.h-3mm {
    height: 3mm
}

.h-3ex {
    height: 3ex
}

.h-3ch {
    height: 3ch
}

.h-3vw {
    height: 3vw
}

.h-3vh {
    height: 3vh
}

.h-3vmin {
    height: 3vmin
}

.h-3vmax {
    height: 3vmax
}

.h-3em {
    height: 3em
}

.h-3rem {
    height: 3rem
}

.h-4px {
    height: 4px
}

.h-4pt {
    height: 4pt
}

.h-4pc {
    height: 4pc
}

.h-4in {
    height: 4in
}

.h-4cm {
    height: 4cm
}

.h-4mm {
    height: 4mm
}

.h-4ex {
    height: 4ex
}

.h-4ch {
    height: 4ch
}

.h-4vw {
    height: 4vw
}

.h-4vh {
    height: 4vh
}

.h-4vmin {
    height: 4vmin
}

.h-4vmax {
    height: 4vmax
}

.h-4em {
    height: 4em
}

.h-4rem {
    height: 4rem
}

.h-5px {
    height: 5px
}

.h-5pt {
    height: 5pt
}

.h-5pc {
    height: 5pc
}

.h-5in {
    height: 5in
}

.h-5cm {
    height: 5cm
}

.h-5mm {
    height: 5mm
}

.h-5ex {
    height: 5ex
}

.h-5ch {
    height: 5ch
}

.h-5vw {
    height: 5vw
}

.h-5vh {
    height: 5vh
}

.h-5vmin {
    height: 5vmin
}

.h-5vmax {
    height: 5vmax
}

.h-5em {
    height: 5em
}

.h-5rem {
    height: 5rem
}

.h-6px {
    height: 6px
}

.h-6pt {
    height: 6pt
}

.h-6pc {
    height: 6pc
}

.h-6in {
    height: 6in
}

.h-6cm {
    height: 6cm
}

.h-6mm {
    height: 6mm
}

.h-6ex {
    height: 6ex
}

.h-6ch {
    height: 6ch
}

.h-6vw {
    height: 6vw
}

.h-6vh {
    height: 6vh
}

.h-6vmin {
    height: 6vmin
}

.h-6vmax {
    height: 6vmax
}

.h-6em {
    height: 6em
}

.h-6rem {
    height: 6rem
}

.h-7px {
    height: 7px
}

.h-7pt {
    height: 7pt
}

.h-7pc {
    height: 7pc
}

.h-7in {
    height: 7in
}

.h-7cm {
    height: 7cm
}

.h-7mm {
    height: 7mm
}

.h-7ex {
    height: 7ex
}

.h-7ch {
    height: 7ch
}

.h-7vw {
    height: 7vw
}

.h-7vh {
    height: 7vh
}

.h-7vmin {
    height: 7vmin
}

.h-7vmax {
    height: 7vmax
}

.h-7em {
    height: 7em
}

.h-7rem {
    height: 7rem
}

.h-8px {
    height: 8px
}

.h-8pt {
    height: 8pt
}

.h-8pc {
    height: 8pc
}

.h-8in {
    height: 8in
}

.h-8cm {
    height: 8cm
}

.h-8mm {
    height: 8mm
}

.h-8ex {
    height: 8ex
}

.h-8ch {
    height: 8ch
}

.h-8vw {
    height: 8vw
}

.h-8vh {
    height: 8vh
}

.h-8vmin {
    height: 8vmin
}

.h-8vmax {
    height: 8vmax
}

.h-8em {
    height: 8em
}

.h-8rem {
    height: 8rem
}

.h-9px {
    height: 9px
}

.h-9pt {
    height: 9pt
}

.h-9pc {
    height: 9pc
}

.h-9in {
    height: 9in
}

.h-9cm {
    height: 9cm
}

.h-9mm {
    height: 9mm
}

.h-9ex {
    height: 9ex
}

.h-9ch {
    height: 9ch
}

.h-9vw {
    height: 9vw
}

.h-9vh {
    height: 9vh
}

.h-9vmin {
    height: 9vmin
}

.h-9vmax {
    height: 9vmax
}

.h-9em {
    height: 9em
}

.h-9rem {
    height: 9rem
}

.h-10px {
    height: 10px
}

.h-10pt {
    height: 10pt
}

.h-10pc {
    height: 10pc
}

.h-10in {
    height: 10in
}

.h-10cm {
    height: 10cm
}

.h-10mm {
    height: 10mm
}

.h-10ex {
    height: 10ex
}

.h-10ch {
    height: 10ch
}

.h-10vw {
    height: 10vw
}

.h-10vh {
    height: 10vh
}

.h-10vmin {
    height: 10vmin
}

.h-10vmax {
    height: 10vmax
}

.h-10em {
    height: 10em
}

.h-10rem {
    height: 10rem
}

.h-11px {
    height: 11px
}

.h-11pt {
    height: 11pt
}

.h-11pc {
    height: 11pc
}

.h-11in {
    height: 11in
}

.h-11cm {
    height: 11cm
}

.h-11mm {
    height: 11mm
}

.h-11ex {
    height: 11ex
}

.h-11ch {
    height: 11ch
}

.h-11vw {
    height: 11vw
}

.h-11vh {
    height: 11vh
}

.h-11vmin {
    height: 11vmin
}

.h-11vmax {
    height: 11vmax
}

.h-11em {
    height: 11em
}

.h-11rem {
    height: 11rem
}

.h-12px {
    height: 12px
}

.h-12pt {
    height: 12pt
}

.h-12pc {
    height: 12pc
}

.h-12in {
    height: 12in
}

.h-12cm {
    height: 12cm
}

.h-12mm {
    height: 12mm
}

.h-12ex {
    height: 12ex
}

.h-12ch {
    height: 12ch
}

.h-12vw {
    height: 12vw
}

.h-12vh {
    height: 12vh
}

.h-12vmin {
    height: 12vmin
}

.h-12vmax {
    height: 12vmax
}

.h-12em {
    height: 12em
}

.h-12rem {
    height: 12rem
}

.h-13px {
    height: 13px
}

.h-13pt {
    height: 13pt
}

.h-13pc {
    height: 13pc
}

.h-13in {
    height: 13in
}

.h-13cm {
    height: 13cm
}

.h-13mm {
    height: 13mm
}

.h-13ex {
    height: 13ex
}

.h-13ch {
    height: 13ch
}

.h-13vw {
    height: 13vw
}

.h-13vh {
    height: 13vh
}

.h-13vmin {
    height: 13vmin
}

.h-13vmax {
    height: 13vmax
}

.h-13em {
    height: 13em
}

.h-13rem {
    height: 13rem
}

.h-14px {
    height: 14px
}

.h-14pt {
    height: 14pt
}

.h-14pc {
    height: 14pc
}

.h-14in {
    height: 14in
}

.h-14cm {
    height: 14cm
}

.h-14mm {
    height: 14mm
}

.h-14ex {
    height: 14ex
}

.h-14ch {
    height: 14ch
}

.h-14vw {
    height: 14vw
}

.h-14vh {
    height: 14vh
}

.h-14vmin {
    height: 14vmin
}

.h-14vmax {
    height: 14vmax
}

.h-14em {
    height: 14em
}

.h-14rem {
    height: 14rem
}

.h-15px {
    height: 15px
}

.h-15pt {
    height: 15pt
}

.h-15pc {
    height: 15pc
}

.h-15in {
    height: 15in
}

.h-15cm {
    height: 15cm
}

.h-15mm {
    height: 15mm
}

.h-15ex {
    height: 15ex
}

.h-15ch {
    height: 15ch
}

.h-15vw {
    height: 15vw
}

.h-15vh {
    height: 15vh
}

.h-15vmin {
    height: 15vmin
}

.h-15vmax {
    height: 15vmax
}

.h-15em {
    height: 15em
}

.h-15rem {
    height: 15rem
}

.h-16px {
    height: 16px
}

.h-16pt {
    height: 16pt
}

.h-16pc {
    height: 16pc
}

.h-16in {
    height: 16in
}

.h-16cm {
    height: 16cm
}

.h-16mm {
    height: 16mm
}

.h-16ex {
    height: 16ex
}

.h-16ch {
    height: 16ch
}

.h-16vw {
    height: 16vw
}

.h-16vh {
    height: 16vh
}

.h-16vmin {
    height: 16vmin
}

.h-16vmax {
    height: 16vmax
}

.h-16em {
    height: 16em
}

.h-16rem {
    height: 16rem
}

.h-17px {
    height: 17px
}

.h-17pt {
    height: 17pt
}

.h-17pc {
    height: 17pc
}

.h-17in {
    height: 17in
}

.h-17cm {
    height: 17cm
}

.h-17mm {
    height: 17mm
}

.h-17ex {
    height: 17ex
}

.h-17ch {
    height: 17ch
}

.h-17vw {
    height: 17vw
}

.h-17vh {
    height: 17vh
}

.h-17vmin {
    height: 17vmin
}

.h-17vmax {
    height: 17vmax
}

.h-17em {
    height: 17em
}

.h-17rem {
    height: 17rem
}

.h-18px {
    height: 18px
}

.h-18pt {
    height: 18pt
}

.h-18pc {
    height: 18pc
}

.h-18in {
    height: 18in
}

.h-18cm {
    height: 18cm
}

.h-18mm {
    height: 18mm
}

.h-18ex {
    height: 18ex
}

.h-18ch {
    height: 18ch
}

.h-18vw {
    height: 18vw
}

.h-18vh {
    height: 18vh
}

.h-18vmin {
    height: 18vmin
}

.h-18vmax {
    height: 18vmax
}

.h-18em {
    height: 18em
}

.h-18rem {
    height: 18rem
}

.h-19px {
    height: 19px
}

.h-19pt {
    height: 19pt
}

.h-19pc {
    height: 19pc
}

.h-19in {
    height: 19in
}

.h-19cm {
    height: 19cm
}

.h-19mm {
    height: 19mm
}

.h-19ex {
    height: 19ex
}

.h-19ch {
    height: 19ch
}

.h-19vw {
    height: 19vw
}

.h-19vh {
    height: 19vh
}

.h-19vmin {
    height: 19vmin
}

.h-19vmax {
    height: 19vmax
}

.h-19em {
    height: 19em
}

.h-19rem {
    height: 19rem
}

.h-20px {
    height: 20px
}

.h-20pt {
    height: 20pt
}

.h-20pc {
    height: 20pc
}

.h-20in {
    height: 20in
}

.h-20cm {
    height: 20cm
}

.h-20mm {
    height: 20mm
}

.h-20ex {
    height: 20ex
}

.h-20ch {
    height: 20ch
}

.h-20vw {
    height: 20vw
}

.h-20vh {
    height: 20vh
}

.h-20vmin {
    height: 20vmin
}

.h-20vmax {
    height: 20vmax
}

.h-20em {
    height: 20em
}

.h-20rem {
    height: 20rem
}

.h-21px {
    height: 21px
}

.h-21pt {
    height: 21pt
}

.h-21pc {
    height: 21pc
}

.h-21in {
    height: 21in
}

.h-21cm {
    height: 21cm
}

.h-21mm {
    height: 21mm
}

.h-21ex {
    height: 21ex
}

.h-21ch {
    height: 21ch
}

.h-21vw {
    height: 21vw
}

.h-21vh {
    height: 21vh
}

.h-21vmin {
    height: 21vmin
}

.h-21vmax {
    height: 21vmax
}

.h-21em {
    height: 21em
}

.h-21rem {
    height: 21rem
}

.h-22px {
    height: 22px
}

.h-22pt {
    height: 22pt
}

.h-22pc {
    height: 22pc
}

.h-22in {
    height: 22in
}

.h-22cm {
    height: 22cm
}

.h-22mm {
    height: 22mm
}

.h-22ex {
    height: 22ex
}

.h-22ch {
    height: 22ch
}

.h-22vw {
    height: 22vw
}

.h-22vh {
    height: 22vh
}

.h-22vmin {
    height: 22vmin
}

.h-22vmax {
    height: 22vmax
}

.h-22em {
    height: 22em
}

.h-22rem {
    height: 22rem
}

.h-23px {
    height: 23px
}

.h-23pt {
    height: 23pt
}

.h-23pc {
    height: 23pc
}

.h-23in {
    height: 23in
}

.h-23cm {
    height: 23cm
}

.h-23mm {
    height: 23mm
}

.h-23ex {
    height: 23ex
}

.h-23ch {
    height: 23ch
}

.h-23vw {
    height: 23vw
}

.h-23vh {
    height: 23vh
}

.h-23vmin {
    height: 23vmin
}

.h-23vmax {
    height: 23vmax
}

.h-23em {
    height: 23em
}

.h-23rem {
    height: 23rem
}

.h-24px {
    height: 24px
}

.h-24pt {
    height: 24pt
}

.h-24pc {
    height: 24pc
}

.h-24in {
    height: 24in
}

.h-24cm {
    height: 24cm
}

.h-24mm {
    height: 24mm
}

.h-24ex {
    height: 24ex
}

.h-24ch {
    height: 24ch
}

.h-24vw {
    height: 24vw
}

.h-24vh {
    height: 24vh
}

.h-24vmin {
    height: 24vmin
}

.h-24vmax {
    height: 24vmax
}

.h-24em {
    height: 24em
}

.h-24rem {
    height: 24rem
}

.h-25px {
    height: 25px
}

.h-25pt {
    height: 25pt
}

.h-25pc {
    height: 25pc
}

.h-25in {
    height: 25in
}

.h-25cm {
    height: 25cm
}

.h-25mm {
    height: 25mm
}

.h-25ex {
    height: 25ex
}

.h-25ch {
    height: 25ch
}

.h-25vw {
    height: 25vw
}

.h-25vh {
    height: 25vh
}

.h-25vmin {
    height: 25vmin
}

.h-25vmax {
    height: 25vmax
}

.h-25em {
    height: 25em
}

.h-25rem {
    height: 25rem
}

.h-26px {
    height: 26px
}

.h-26pt {
    height: 26pt
}

.h-26pc {
    height: 26pc
}

.h-26in {
    height: 26in
}

.h-26cm {
    height: 26cm
}

.h-26mm {
    height: 26mm
}

.h-26ex {
    height: 26ex
}

.h-26ch {
    height: 26ch
}

.h-26vw {
    height: 26vw
}

.h-26vh {
    height: 26vh
}

.h-26vmin {
    height: 26vmin
}

.h-26vmax {
    height: 26vmax
}

.h-26em {
    height: 26em
}

.h-26rem {
    height: 26rem
}

.h-27px {
    height: 27px
}

.h-27pt {
    height: 27pt
}

.h-27pc {
    height: 27pc
}

.h-27in {
    height: 27in
}

.h-27cm {
    height: 27cm
}

.h-27mm {
    height: 27mm
}

.h-27ex {
    height: 27ex
}

.h-27ch {
    height: 27ch
}

.h-27vw {
    height: 27vw
}

.h-27vh {
    height: 27vh
}

.h-27vmin {
    height: 27vmin
}

.h-27vmax {
    height: 27vmax
}

.h-27em {
    height: 27em
}

.h-27rem {
    height: 27rem
}

.h-28px {
    height: 28px
}

.h-28pt {
    height: 28pt
}

.h-28pc {
    height: 28pc
}

.h-28in {
    height: 28in
}

.h-28cm {
    height: 28cm
}

.h-28mm {
    height: 28mm
}

.h-28ex {
    height: 28ex
}

.h-28ch {
    height: 28ch
}

.h-28vw {
    height: 28vw
}

.h-28vh {
    height: 28vh
}

.h-28vmin {
    height: 28vmin
}

.h-28vmax {
    height: 28vmax
}

.h-28em {
    height: 28em
}

.h-28rem {
    height: 28rem
}

.h-29px {
    height: 29px
}

.h-29pt {
    height: 29pt
}

.h-29pc {
    height: 29pc
}

.h-29in {
    height: 29in
}

.h-29cm {
    height: 29cm
}

.h-29mm {
    height: 29mm
}

.h-29ex {
    height: 29ex
}

.h-29ch {
    height: 29ch
}

.h-29vw {
    height: 29vw
}

.h-29vh {
    height: 29vh
}

.h-29vmin {
    height: 29vmin
}

.h-29vmax {
    height: 29vmax
}

.h-29em {
    height: 29em
}

.h-29rem {
    height: 29rem
}

.h-30px {
    height: 30px
}

.h-30pt {
    height: 30pt
}

.h-30pc {
    height: 30pc
}

.h-30in {
    height: 30in
}

.h-30cm {
    height: 30cm
}

.h-30mm {
    height: 30mm
}

.h-30ex {
    height: 30ex
}

.h-30ch {
    height: 30ch
}

.h-30vw {
    height: 30vw
}

.h-30vh {
    height: 30vh
}

.h-30vmin {
    height: 30vmin
}

.h-30vmax {
    height: 30vmax
}

.h-30em {
    height: 30em
}

.h-30rem {
    height: 30rem
}

.h-31px {
    height: 31px
}

.h-31pt {
    height: 31pt
}

.h-31pc {
    height: 31pc
}

.h-31in {
    height: 31in
}

.h-31cm {
    height: 31cm
}

.h-31mm {
    height: 31mm
}

.h-31ex {
    height: 31ex
}

.h-31ch {
    height: 31ch
}

.h-31vw {
    height: 31vw
}

.h-31vh {
    height: 31vh
}

.h-31vmin {
    height: 31vmin
}

.h-31vmax {
    height: 31vmax
}

.h-31em {
    height: 31em
}

.h-31rem {
    height: 31rem
}

.h-32px {
    height: 32px
}

.h-32pt {
    height: 32pt
}

.h-32pc {
    height: 32pc
}

.h-32in {
    height: 32in
}

.h-32cm {
    height: 32cm
}

.h-32mm {
    height: 32mm
}

.h-32ex {
    height: 32ex
}

.h-32ch {
    height: 32ch
}

.h-32vw {
    height: 32vw
}

.h-32vh {
    height: 32vh
}

.h-32vmin {
    height: 32vmin
}

.h-32vmax {
    height: 32vmax
}

.h-32em {
    height: 32em
}

.h-32rem {
    height: 32rem
}

.h-33px {
    height: 33px
}

.h-33pt {
    height: 33pt
}

.h-33pc {
    height: 33pc
}

.h-33in {
    height: 33in
}

.h-33cm {
    height: 33cm
}

.h-33mm {
    height: 33mm
}

.h-33ex {
    height: 33ex
}

.h-33ch {
    height: 33ch
}

.h-33vw {
    height: 33vw
}

.h-33vh {
    height: 33vh
}

.h-33vmin {
    height: 33vmin
}

.h-33vmax {
    height: 33vmax
}

.h-33em {
    height: 33em
}

.h-33rem {
    height: 33rem
}

.h-34px {
    height: 34px
}

.h-34pt {
    height: 34pt
}

.h-34pc {
    height: 34pc
}

.h-34in {
    height: 34in
}

.h-34cm {
    height: 34cm
}

.h-34mm {
    height: 34mm
}

.h-34ex {
    height: 34ex
}

.h-34ch {
    height: 34ch
}

.h-34vw {
    height: 34vw
}

.h-34vh {
    height: 34vh
}

.h-34vmin {
    height: 34vmin
}

.h-34vmax {
    height: 34vmax
}

.h-34em {
    height: 34em
}

.h-34rem {
    height: 34rem
}

.h-35px {
    height: 35px
}

.h-35pt {
    height: 35pt
}

.h-35pc {
    height: 35pc
}

.h-35in {
    height: 35in
}

.h-35cm {
    height: 35cm
}

.h-35mm {
    height: 35mm
}

.h-35ex {
    height: 35ex
}

.h-35ch {
    height: 35ch
}

.h-35vw {
    height: 35vw
}

.h-35vh {
    height: 35vh
}

.h-35vmin {
    height: 35vmin
}

.h-35vmax {
    height: 35vmax
}

.h-35em {
    height: 35em
}

.h-35rem {
    height: 35rem
}

.h-36px {
    height: 36px
}

.h-36pt {
    height: 36pt
}

.h-36pc {
    height: 36pc
}

.h-36in {
    height: 36in
}

.h-36cm {
    height: 36cm
}

.h-36mm {
    height: 36mm
}

.h-36ex {
    height: 36ex
}

.h-36ch {
    height: 36ch
}

.h-36vw {
    height: 36vw
}

.h-36vh {
    height: 36vh
}

.h-36vmin {
    height: 36vmin
}

.h-36vmax {
    height: 36vmax
}

.h-36em {
    height: 36em
}

.h-36rem {
    height: 36rem
}

.h-37px {
    height: 37px
}

.h-37pt {
    height: 37pt
}

.h-37pc {
    height: 37pc
}

.h-37in {
    height: 37in
}

.h-37cm {
    height: 37cm
}

.h-37mm {
    height: 37mm
}

.h-37ex {
    height: 37ex
}

.h-37ch {
    height: 37ch
}

.h-37vw {
    height: 37vw
}

.h-37vh {
    height: 37vh
}

.h-37vmin {
    height: 37vmin
}

.h-37vmax {
    height: 37vmax
}

.h-37em {
    height: 37em
}

.h-37rem {
    height: 37rem
}

.h-38px {
    height: 38px
}

.h-38pt {
    height: 38pt
}

.h-38pc {
    height: 38pc
}

.h-38in {
    height: 38in
}

.h-38cm {
    height: 38cm
}

.h-38mm {
    height: 38mm
}

.h-38ex {
    height: 38ex
}

.h-38ch {
    height: 38ch
}

.h-38vw {
    height: 38vw
}

.h-38vh {
    height: 38vh
}

.h-38vmin {
    height: 38vmin
}

.h-38vmax {
    height: 38vmax
}

.h-38em {
    height: 38em
}

.h-38rem {
    height: 38rem
}

.h-39px {
    height: 39px
}

.h-39pt {
    height: 39pt
}

.h-39pc {
    height: 39pc
}

.h-39in {
    height: 39in
}

.h-39cm {
    height: 39cm
}

.h-39mm {
    height: 39mm
}

.h-39ex {
    height: 39ex
}

.h-39ch {
    height: 39ch
}

.h-39vw {
    height: 39vw
}

.h-39vh {
    height: 39vh
}

.h-39vmin {
    height: 39vmin
}

.h-39vmax {
    height: 39vmax
}

.h-39em {
    height: 39em
}

.h-39rem {
    height: 39rem
}

.h-40px {
    height: 40px
}

.h-40pt {
    height: 40pt
}

.h-40pc {
    height: 40pc
}

.h-40in {
    height: 40in
}

.h-40cm {
    height: 40cm
}

.h-40mm {
    height: 40mm
}

.h-40ex {
    height: 40ex
}

.h-40ch {
    height: 40ch
}

.h-40vw {
    height: 40vw
}

.h-40vh {
    height: 40vh
}

.h-40vmin {
    height: 40vmin
}

.h-40vmax {
    height: 40vmax
}

.h-40em {
    height: 40em
}

.h-40rem {
    height: 40rem
}

.h-41px {
    height: 41px
}

.h-41pt {
    height: 41pt
}

.h-41pc {
    height: 41pc
}

.h-41in {
    height: 41in
}

.h-41cm {
    height: 41cm
}

.h-41mm {
    height: 41mm
}

.h-41ex {
    height: 41ex
}

.h-41ch {
    height: 41ch
}

.h-41vw {
    height: 41vw
}

.h-41vh {
    height: 41vh
}

.h-41vmin {
    height: 41vmin
}

.h-41vmax {
    height: 41vmax
}

.h-41em {
    height: 41em
}

.h-41rem {
    height: 41rem
}

.h-42px {
    height: 42px
}

.h-42pt {
    height: 42pt
}

.h-42pc {
    height: 42pc
}

.h-42in {
    height: 42in
}

.h-42cm {
    height: 42cm
}

.h-42mm {
    height: 42mm
}

.h-42ex {
    height: 42ex
}

.h-42ch {
    height: 42ch
}

.h-42vw {
    height: 42vw
}

.h-42vh {
    height: 42vh
}

.h-42vmin {
    height: 42vmin
}

.h-42vmax {
    height: 42vmax
}

.h-42em {
    height: 42em
}

.h-42rem {
    height: 42rem
}

.h-43px {
    height: 43px
}

.h-43pt {
    height: 43pt
}

.h-43pc {
    height: 43pc
}

.h-43in {
    height: 43in
}

.h-43cm {
    height: 43cm
}

.h-43mm {
    height: 43mm
}

.h-43ex {
    height: 43ex
}

.h-43ch {
    height: 43ch
}

.h-43vw {
    height: 43vw
}

.h-43vh {
    height: 43vh
}

.h-43vmin {
    height: 43vmin
}

.h-43vmax {
    height: 43vmax
}

.h-43em {
    height: 43em
}

.h-43rem {
    height: 43rem
}

.h-44px {
    height: 44px
}

.h-44pt {
    height: 44pt
}

.h-44pc {
    height: 44pc
}

.h-44in {
    height: 44in
}

.h-44cm {
    height: 44cm
}

.h-44mm {
    height: 44mm
}

.h-44ex {
    height: 44ex
}

.h-44ch {
    height: 44ch
}

.h-44vw {
    height: 44vw
}

.h-44vh {
    height: 44vh
}

.h-44vmin {
    height: 44vmin
}

.h-44vmax {
    height: 44vmax
}

.h-44em {
    height: 44em
}

.h-44rem {
    height: 44rem
}

.h-45px {
    height: 45px
}

.h-45pt {
    height: 45pt
}

.h-45pc {
    height: 45pc
}

.h-45in {
    height: 45in
}

.h-45cm {
    height: 45cm
}

.h-45mm {
    height: 45mm
}

.h-45ex {
    height: 45ex
}

.h-45ch {
    height: 45ch
}

.h-45vw {
    height: 45vw
}

.h-45vh {
    height: 45vh
}

.h-45vmin {
    height: 45vmin
}

.h-45vmax {
    height: 45vmax
}

.h-45em {
    height: 45em
}

.h-45rem {
    height: 45rem
}

.h-46px {
    height: 46px
}

.h-46pt {
    height: 46pt
}

.h-46pc {
    height: 46pc
}

.h-46in {
    height: 46in
}

.h-46cm {
    height: 46cm
}

.h-46mm {
    height: 46mm
}

.h-46ex {
    height: 46ex
}

.h-46ch {
    height: 46ch
}

.h-46vw {
    height: 46vw
}

.h-46vh {
    height: 46vh
}

.h-46vmin {
    height: 46vmin
}

.h-46vmax {
    height: 46vmax
}

.h-46em {
    height: 46em
}

.h-46rem {
    height: 46rem
}

.h-47px {
    height: 47px
}

.h-47pt {
    height: 47pt
}

.h-47pc {
    height: 47pc
}

.h-47in {
    height: 47in
}

.h-47cm {
    height: 47cm
}

.h-47mm {
    height: 47mm
}

.h-47ex {
    height: 47ex
}

.h-47ch {
    height: 47ch
}

.h-47vw {
    height: 47vw
}

.h-47vh {
    height: 47vh
}

.h-47vmin {
    height: 47vmin
}

.h-47vmax {
    height: 47vmax
}

.h-47em {
    height: 47em
}

.h-47rem {
    height: 47rem
}

.h-48px {
    height: 48px
}

.h-48pt {
    height: 48pt
}

.h-48pc {
    height: 48pc
}

.h-48in {
    height: 48in
}

.h-48cm {
    height: 48cm
}

.h-48mm {
    height: 48mm
}

.h-48ex {
    height: 48ex
}

.h-48ch {
    height: 48ch
}

.h-48vw {
    height: 48vw
}

.h-48vh {
    height: 48vh
}

.h-48vmin {
    height: 48vmin
}

.h-48vmax {
    height: 48vmax
}

.h-48em {
    height: 48em
}

.h-48rem {
    height: 48rem
}

.h-49px {
    height: 49px
}

.h-49pt {
    height: 49pt
}

.h-49pc {
    height: 49pc
}

.h-49in {
    height: 49in
}

.h-49cm {
    height: 49cm
}

.h-49mm {
    height: 49mm
}

.h-49ex {
    height: 49ex
}

.h-49ch {
    height: 49ch
}

.h-49vw {
    height: 49vw
}

.h-49vh {
    height: 49vh
}

.h-49vmin {
    height: 49vmin
}

.h-49vmax {
    height: 49vmax
}

.h-49em {
    height: 49em
}

.h-49rem {
    height: 49rem
}

.h-50px {
    height: 50px
}

.h-50pt {
    height: 50pt
}

.h-50pc {
    height: 50pc
}

.h-50in {
    height: 50in
}

.h-50cm {
    height: 50cm
}

.h-50mm {
    height: 50mm
}

.h-50ex {
    height: 50ex
}

.h-50ch {
    height: 50ch
}

.h-50vw {
    height: 50vw
}

.h-50vh {
    height: 50vh
}

.h-50vmin {
    height: 50vmin
}

.h-50vmax {
    height: 50vmax
}

.h-50em {
    height: 50em
}

.h-50rem {
    height: 50rem
}

.h-51px {
    height: 51px
}

.h-51pt {
    height: 51pt
}

.h-51pc {
    height: 51pc
}

.h-51in {
    height: 51in
}

.h-51cm {
    height: 51cm
}

.h-51mm {
    height: 51mm
}

.h-51ex {
    height: 51ex
}

.h-51ch {
    height: 51ch
}

.h-51vw {
    height: 51vw
}

.h-51vh {
    height: 51vh
}

.h-51vmin {
    height: 51vmin
}

.h-51vmax {
    height: 51vmax
}

.h-51em {
    height: 51em
}

.h-51rem {
    height: 51rem
}

.h-52px {
    height: 52px
}

.h-52pt {
    height: 52pt
}

.h-52pc {
    height: 52pc
}

.h-52in {
    height: 52in
}

.h-52cm {
    height: 52cm
}

.h-52mm {
    height: 52mm
}

.h-52ex {
    height: 52ex
}

.h-52ch {
    height: 52ch
}

.h-52vw {
    height: 52vw
}

.h-52vh {
    height: 52vh
}

.h-52vmin {
    height: 52vmin
}

.h-52vmax {
    height: 52vmax
}

.h-52em {
    height: 52em
}

.h-52rem {
    height: 52rem
}

.h-53px {
    height: 53px
}

.h-53pt {
    height: 53pt
}

.h-53pc {
    height: 53pc
}

.h-53in {
    height: 53in
}

.h-53cm {
    height: 53cm
}

.h-53mm {
    height: 53mm
}

.h-53ex {
    height: 53ex
}

.h-53ch {
    height: 53ch
}

.h-53vw {
    height: 53vw
}

.h-53vh {
    height: 53vh
}

.h-53vmin {
    height: 53vmin
}

.h-53vmax {
    height: 53vmax
}

.h-53em {
    height: 53em
}

.h-53rem {
    height: 53rem
}

.h-54px {
    height: 54px
}

.h-54pt {
    height: 54pt
}

.h-54pc {
    height: 54pc
}

.h-54in {
    height: 54in
}

.h-54cm {
    height: 54cm
}

.h-54mm {
    height: 54mm
}

.h-54ex {
    height: 54ex
}

.h-54ch {
    height: 54ch
}

.h-54vw {
    height: 54vw
}

.h-54vh {
    height: 54vh
}

.h-54vmin {
    height: 54vmin
}

.h-54vmax {
    height: 54vmax
}

.h-54em {
    height: 54em
}

.h-54rem {
    height: 54rem
}

.h-55px {
    height: 55px
}

.h-55pt {
    height: 55pt
}

.h-55pc {
    height: 55pc
}

.h-55in {
    height: 55in
}

.h-55cm {
    height: 55cm
}

.h-55mm {
    height: 55mm
}

.h-55ex {
    height: 55ex
}

.h-55ch {
    height: 55ch
}

.h-55vw {
    height: 55vw
}

.h-55vh {
    height: 55vh
}

.h-55vmin {
    height: 55vmin
}

.h-55vmax {
    height: 55vmax
}

.h-55em {
    height: 55em
}

.h-55rem {
    height: 55rem
}

.h-56px {
    height: 56px
}

.h-56pt {
    height: 56pt
}

.h-56pc {
    height: 56pc
}

.h-56in {
    height: 56in
}

.h-56cm {
    height: 56cm
}

.h-56mm {
    height: 56mm
}

.h-56ex {
    height: 56ex
}

.h-56ch {
    height: 56ch
}

.h-56vw {
    height: 56vw
}

.h-56vh {
    height: 56vh
}

.h-56vmin {
    height: 56vmin
}

.h-56vmax {
    height: 56vmax
}

.h-56em {
    height: 56em
}

.h-56rem {
    height: 56rem
}

.h-57px {
    height: 57px
}

.h-57pt {
    height: 57pt
}

.h-57pc {
    height: 57pc
}

.h-57in {
    height: 57in
}

.h-57cm {
    height: 57cm
}

.h-57mm {
    height: 57mm
}

.h-57ex {
    height: 57ex
}

.h-57ch {
    height: 57ch
}

.h-57vw {
    height: 57vw
}

.h-57vh {
    height: 57vh
}

.h-57vmin {
    height: 57vmin
}

.h-57vmax {
    height: 57vmax
}

.h-57em {
    height: 57em
}

.h-57rem {
    height: 57rem
}

.h-58px {
    height: 58px
}

.h-58pt {
    height: 58pt
}

.h-58pc {
    height: 58pc
}

.h-58in {
    height: 58in
}

.h-58cm {
    height: 58cm
}

.h-58mm {
    height: 58mm
}

.h-58ex {
    height: 58ex
}

.h-58ch {
    height: 58ch
}

.h-58vw {
    height: 58vw
}

.h-58vh {
    height: 58vh
}

.h-58vmin {
    height: 58vmin
}

.h-58vmax {
    height: 58vmax
}

.h-58em {
    height: 58em
}

.h-58rem {
    height: 58rem
}

.h-59px {
    height: 59px
}

.h-59pt {
    height: 59pt
}

.h-59pc {
    height: 59pc
}

.h-59in {
    height: 59in
}

.h-59cm {
    height: 59cm
}

.h-59mm {
    height: 59mm
}

.h-59ex {
    height: 59ex
}

.h-59ch {
    height: 59ch
}

.h-59vw {
    height: 59vw
}

.h-59vh {
    height: 59vh
}

.h-59vmin {
    height: 59vmin
}

.h-59vmax {
    height: 59vmax
}

.h-59em {
    height: 59em
}

.h-59rem {
    height: 59rem
}

.h-60px {
    height: 60px
}

.h-60pt {
    height: 60pt
}

.h-60pc {
    height: 60pc
}

.h-60in {
    height: 60in
}

.h-60cm {
    height: 60cm
}

.h-60mm {
    height: 60mm
}

.h-60ex {
    height: 60ex
}

.h-60ch {
    height: 60ch
}

.h-60vw {
    height: 60vw
}

.h-60vh {
    height: 60vh
}

.h-60vmin {
    height: 60vmin
}

.h-60vmax {
    height: 60vmax
}

.h-60em {
    height: 60em
}

.h-60rem {
    height: 60rem
}

.h-61px {
    height: 61px
}

.h-61pt {
    height: 61pt
}

.h-61pc {
    height: 61pc
}

.h-61in {
    height: 61in
}

.h-61cm {
    height: 61cm
}

.h-61mm {
    height: 61mm
}

.h-61ex {
    height: 61ex
}

.h-61ch {
    height: 61ch
}

.h-61vw {
    height: 61vw
}

.h-61vh {
    height: 61vh
}

.h-61vmin {
    height: 61vmin
}

.h-61vmax {
    height: 61vmax
}

.h-61em {
    height: 61em
}

.h-61rem {
    height: 61rem
}

.h-62px {
    height: 62px
}

.h-62pt {
    height: 62pt
}

.h-62pc {
    height: 62pc
}

.h-62in {
    height: 62in
}

.h-62cm {
    height: 62cm
}

.h-62mm {
    height: 62mm
}

.h-62ex {
    height: 62ex
}

.h-62ch {
    height: 62ch
}

.h-62vw {
    height: 62vw
}

.h-62vh {
    height: 62vh
}

.h-62vmin {
    height: 62vmin
}

.h-62vmax {
    height: 62vmax
}

.h-62em {
    height: 62em
}

.h-62rem {
    height: 62rem
}

.h-63px {
    height: 63px
}

.h-63pt {
    height: 63pt
}

.h-63pc {
    height: 63pc
}

.h-63in {
    height: 63in
}

.h-63cm {
    height: 63cm
}

.h-63mm {
    height: 63mm
}

.h-63ex {
    height: 63ex
}

.h-63ch {
    height: 63ch
}

.h-63vw {
    height: 63vw
}

.h-63vh {
    height: 63vh
}

.h-63vmin {
    height: 63vmin
}

.h-63vmax {
    height: 63vmax
}

.h-63em {
    height: 63em
}

.h-63rem {
    height: 63rem
}

.h-64px {
    height: 64px
}

.h-64pt {
    height: 64pt
}

.h-64pc {
    height: 64pc
}

.h-64in {
    height: 64in
}

.h-64cm {
    height: 64cm
}

.h-64mm {
    height: 64mm
}

.h-64ex {
    height: 64ex
}

.h-64ch {
    height: 64ch
}

.h-64vw {
    height: 64vw
}

.h-64vh {
    height: 64vh
}

.h-64vmin {
    height: 64vmin
}

.h-64vmax {
    height: 64vmax
}

.h-64em {
    height: 64em
}

.h-64rem {
    height: 64rem
}

.h-65px {
    height: 65px
}

.h-65pt {
    height: 65pt
}

.h-65pc {
    height: 65pc
}

.h-65in {
    height: 65in
}

.h-65cm {
    height: 65cm
}

.h-65mm {
    height: 65mm
}

.h-65ex {
    height: 65ex
}

.h-65ch {
    height: 65ch
}

.h-65vw {
    height: 65vw
}

.h-65vh {
    height: 65vh
}

.h-65vmin {
    height: 65vmin
}

.h-65vmax {
    height: 65vmax
}

.h-65em {
    height: 65em
}

.h-65rem {
    height: 65rem
}

.h-66px {
    height: 66px
}

.h-66pt {
    height: 66pt
}

.h-66pc {
    height: 66pc
}

.h-66in {
    height: 66in
}

.h-66cm {
    height: 66cm
}

.h-66mm {
    height: 66mm
}

.h-66ex {
    height: 66ex
}

.h-66ch {
    height: 66ch
}

.h-66vw {
    height: 66vw
}

.h-66vh {
    height: 66vh
}

.h-66vmin {
    height: 66vmin
}

.h-66vmax {
    height: 66vmax
}

.h-66em {
    height: 66em
}

.h-66rem {
    height: 66rem
}

.h-67px {
    height: 67px
}

.h-67pt {
    height: 67pt
}

.h-67pc {
    height: 67pc
}

.h-67in {
    height: 67in
}

.h-67cm {
    height: 67cm
}

.h-67mm {
    height: 67mm
}

.h-67ex {
    height: 67ex
}

.h-67ch {
    height: 67ch
}

.h-67vw {
    height: 67vw
}

.h-67vh {
    height: 67vh
}

.h-67vmin {
    height: 67vmin
}

.h-67vmax {
    height: 67vmax
}

.h-67em {
    height: 67em
}

.h-67rem {
    height: 67rem
}

.h-68px {
    height: 68px
}

.h-68pt {
    height: 68pt
}

.h-68pc {
    height: 68pc
}

.h-68in {
    height: 68in
}

.h-68cm {
    height: 68cm
}

.h-68mm {
    height: 68mm
}

.h-68ex {
    height: 68ex
}

.h-68ch {
    height: 68ch
}

.h-68vw {
    height: 68vw
}

.h-68vh {
    height: 68vh
}

.h-68vmin {
    height: 68vmin
}

.h-68vmax {
    height: 68vmax
}

.h-68em {
    height: 68em
}

.h-68rem {
    height: 68rem
}

.h-69px {
    height: 69px
}

.h-69pt {
    height: 69pt
}

.h-69pc {
    height: 69pc
}

.h-69in {
    height: 69in
}

.h-69cm {
    height: 69cm
}

.h-69mm {
    height: 69mm
}

.h-69ex {
    height: 69ex
}

.h-69ch {
    height: 69ch
}

.h-69vw {
    height: 69vw
}

.h-69vh {
    height: 69vh
}

.h-69vmin {
    height: 69vmin
}

.h-69vmax {
    height: 69vmax
}

.h-69em {
    height: 69em
}

.h-69rem {
    height: 69rem
}

.h-70px {
    height: 70px
}

.h-70pt {
    height: 70pt
}

.h-70pc {
    height: 70pc
}

.h-70in {
    height: 70in
}

.h-70cm {
    height: 70cm
}

.h-70mm {
    height: 70mm
}

.h-70ex {
    height: 70ex
}

.h-70ch {
    height: 70ch
}

.h-70vw {
    height: 70vw
}

.h-70vh {
    height: 70vh
}

.h-70vmin {
    height: 70vmin
}

.h-70vmax {
    height: 70vmax
}

.h-70em {
    height: 70em
}

.h-70rem {
    height: 70rem
}

.h-71px {
    height: 71px
}

.h-71pt {
    height: 71pt
}

.h-71pc {
    height: 71pc
}

.h-71in {
    height: 71in
}

.h-71cm {
    height: 71cm
}

.h-71mm {
    height: 71mm
}

.h-71ex {
    height: 71ex
}

.h-71ch {
    height: 71ch
}

.h-71vw {
    height: 71vw
}

.h-71vh {
    height: 71vh
}

.h-71vmin {
    height: 71vmin
}

.h-71vmax {
    height: 71vmax
}

.h-71em {
    height: 71em
}

.h-71rem {
    height: 71rem
}

.h-72px {
    height: 72px
}

.h-72pt {
    height: 72pt
}

.h-72pc {
    height: 72pc
}

.h-72in {
    height: 72in
}

.h-72cm {
    height: 72cm
}

.h-72mm {
    height: 72mm
}

.h-72ex {
    height: 72ex
}

.h-72ch {
    height: 72ch
}

.h-72vw {
    height: 72vw
}

.h-72vh {
    height: 72vh
}

.h-72vmin {
    height: 72vmin
}

.h-72vmax {
    height: 72vmax
}

.h-72em {
    height: 72em
}

.h-72rem {
    height: 72rem
}

.h-73px {
    height: 73px
}

.h-73pt {
    height: 73pt
}

.h-73pc {
    height: 73pc
}

.h-73in {
    height: 73in
}

.h-73cm {
    height: 73cm
}

.h-73mm {
    height: 73mm
}

.h-73ex {
    height: 73ex
}

.h-73ch {
    height: 73ch
}

.h-73vw {
    height: 73vw
}

.h-73vh {
    height: 73vh
}

.h-73vmin {
    height: 73vmin
}

.h-73vmax {
    height: 73vmax
}

.h-73em {
    height: 73em
}

.h-73rem {
    height: 73rem
}

.h-74px {
    height: 74px
}

.h-74pt {
    height: 74pt
}

.h-74pc {
    height: 74pc
}

.h-74in {
    height: 74in
}

.h-74cm {
    height: 74cm
}

.h-74mm {
    height: 74mm
}

.h-74ex {
    height: 74ex
}

.h-74ch {
    height: 74ch
}

.h-74vw {
    height: 74vw
}

.h-74vh {
    height: 74vh
}

.h-74vmin {
    height: 74vmin
}

.h-74vmax {
    height: 74vmax
}

.h-74em {
    height: 74em
}

.h-74rem {
    height: 74rem
}

.h-75px {
    height: 75px
}

.h-75pt {
    height: 75pt
}

.h-75pc {
    height: 75pc
}

.h-75in {
    height: 75in
}

.h-75cm {
    height: 75cm
}

.h-75mm {
    height: 75mm
}

.h-75ex {
    height: 75ex
}

.h-75ch {
    height: 75ch
}

.h-75vw {
    height: 75vw
}

.h-75vh {
    height: 75vh
}

.h-75vmin {
    height: 75vmin
}

.h-75vmax {
    height: 75vmax
}

.h-75em {
    height: 75em
}

.h-75rem {
    height: 75rem
}

.h-76px {
    height: 76px
}

.h-76pt {
    height: 76pt
}

.h-76pc {
    height: 76pc
}

.h-76in {
    height: 76in
}

.h-76cm {
    height: 76cm
}

.h-76mm {
    height: 76mm
}

.h-76ex {
    height: 76ex
}

.h-76ch {
    height: 76ch
}

.h-76vw {
    height: 76vw
}

.h-76vh {
    height: 76vh
}

.h-76vmin {
    height: 76vmin
}

.h-76vmax {
    height: 76vmax
}

.h-76em {
    height: 76em
}

.h-76rem {
    height: 76rem
}

.h-77px {
    height: 77px
}

.h-77pt {
    height: 77pt
}

.h-77pc {
    height: 77pc
}

.h-77in {
    height: 77in
}

.h-77cm {
    height: 77cm
}

.h-77mm {
    height: 77mm
}

.h-77ex {
    height: 77ex
}

.h-77ch {
    height: 77ch
}

.h-77vw {
    height: 77vw
}

.h-77vh {
    height: 77vh
}

.h-77vmin {
    height: 77vmin
}

.h-77vmax {
    height: 77vmax
}

.h-77em {
    height: 77em
}

.h-77rem {
    height: 77rem
}

.h-78px {
    height: 78px
}

.h-78pt {
    height: 78pt
}

.h-78pc {
    height: 78pc
}

.h-78in {
    height: 78in
}

.h-78cm {
    height: 78cm
}

.h-78mm {
    height: 78mm
}

.h-78ex {
    height: 78ex
}

.h-78ch {
    height: 78ch
}

.h-78vw {
    height: 78vw
}

.h-78vh {
    height: 78vh
}

.h-78vmin {
    height: 78vmin
}

.h-78vmax {
    height: 78vmax
}

.h-78em {
    height: 78em
}

.h-78rem {
    height: 78rem
}

.h-79px {
    height: 79px
}

.h-79pt {
    height: 79pt
}

.h-79pc {
    height: 79pc
}

.h-79in {
    height: 79in
}

.h-79cm {
    height: 79cm
}

.h-79mm {
    height: 79mm
}

.h-79ex {
    height: 79ex
}

.h-79ch {
    height: 79ch
}

.h-79vw {
    height: 79vw
}

.h-79vh {
    height: 79vh
}

.h-79vmin {
    height: 79vmin
}

.h-79vmax {
    height: 79vmax
}

.h-79em {
    height: 79em
}

.h-79rem {
    height: 79rem
}

.h-80px {
    height: 80px
}

.h-80pt {
    height: 80pt
}

.h-80pc {
    height: 80pc
}

.h-80in {
    height: 80in
}

.h-80cm {
    height: 80cm
}

.h-80mm {
    height: 80mm
}

.h-80ex {
    height: 80ex
}

.h-80ch {
    height: 80ch
}

.h-80vw {
    height: 80vw
}

.h-80vh {
    height: 80vh
}

.h-80vmin {
    height: 80vmin
}

.h-80vmax {
    height: 80vmax
}

.h-80em {
    height: 80em
}

.h-80rem {
    height: 80rem
}

.h-81px {
    height: 81px
}

.h-81pt {
    height: 81pt
}

.h-81pc {
    height: 81pc
}

.h-81in {
    height: 81in
}

.h-81cm {
    height: 81cm
}

.h-81mm {
    height: 81mm
}

.h-81ex {
    height: 81ex
}

.h-81ch {
    height: 81ch
}

.h-81vw {
    height: 81vw
}

.h-81vh {
    height: 81vh
}

.h-81vmin {
    height: 81vmin
}

.h-81vmax {
    height: 81vmax
}

.h-81em {
    height: 81em
}

.h-81rem {
    height: 81rem
}

.h-82px {
    height: 82px
}

.h-82pt {
    height: 82pt
}

.h-82pc {
    height: 82pc
}

.h-82in {
    height: 82in
}

.h-82cm {
    height: 82cm
}

.h-82mm {
    height: 82mm
}

.h-82ex {
    height: 82ex
}

.h-82ch {
    height: 82ch
}

.h-82vw {
    height: 82vw
}

.h-82vh {
    height: 82vh
}

.h-82vmin {
    height: 82vmin
}

.h-82vmax {
    height: 82vmax
}

.h-82em {
    height: 82em
}

.h-82rem {
    height: 82rem
}

.h-83px {
    height: 83px
}

.h-83pt {
    height: 83pt
}

.h-83pc {
    height: 83pc
}

.h-83in {
    height: 83in
}

.h-83cm {
    height: 83cm
}

.h-83mm {
    height: 83mm
}

.h-83ex {
    height: 83ex
}

.h-83ch {
    height: 83ch
}

.h-83vw {
    height: 83vw
}

.h-83vh {
    height: 83vh
}

.h-83vmin {
    height: 83vmin
}

.h-83vmax {
    height: 83vmax
}

.h-83em {
    height: 83em
}

.h-83rem {
    height: 83rem
}

.h-84px {
    height: 84px
}

.h-84pt {
    height: 84pt
}

.h-84pc {
    height: 84pc
}

.h-84in {
    height: 84in
}

.h-84cm {
    height: 84cm
}

.h-84mm {
    height: 84mm
}

.h-84ex {
    height: 84ex
}

.h-84ch {
    height: 84ch
}

.h-84vw {
    height: 84vw
}

.h-84vh {
    height: 84vh
}

.h-84vmin {
    height: 84vmin
}

.h-84vmax {
    height: 84vmax
}

.h-84em {
    height: 84em
}

.h-84rem {
    height: 84rem
}

.h-85px {
    height: 85px
}

.h-85pt {
    height: 85pt
}

.h-85pc {
    height: 85pc
}

.h-85in {
    height: 85in
}

.h-85cm {
    height: 85cm
}

.h-85mm {
    height: 85mm
}

.h-85ex {
    height: 85ex
}

.h-85ch {
    height: 85ch
}

.h-85vw {
    height: 85vw
}

.h-85vh {
    height: 85vh
}

.h-85vmin {
    height: 85vmin
}

.h-85vmax {
    height: 85vmax
}

.h-85em {
    height: 85em
}

.h-85rem {
    height: 85rem
}

.h-86px {
    height: 86px
}

.h-86pt {
    height: 86pt
}

.h-86pc {
    height: 86pc
}

.h-86in {
    height: 86in
}

.h-86cm {
    height: 86cm
}

.h-86mm {
    height: 86mm
}

.h-86ex {
    height: 86ex
}

.h-86ch {
    height: 86ch
}

.h-86vw {
    height: 86vw
}

.h-86vh {
    height: 86vh
}

.h-86vmin {
    height: 86vmin
}

.h-86vmax {
    height: 86vmax
}

.h-86em {
    height: 86em
}

.h-86rem {
    height: 86rem
}

.h-87px {
    height: 87px
}

.h-87pt {
    height: 87pt
}

.h-87pc {
    height: 87pc
}

.h-87in {
    height: 87in
}

.h-87cm {
    height: 87cm
}

.h-87mm {
    height: 87mm
}

.h-87ex {
    height: 87ex
}

.h-87ch {
    height: 87ch
}

.h-87vw {
    height: 87vw
}

.h-87vh {
    height: 87vh
}

.h-87vmin {
    height: 87vmin
}

.h-87vmax {
    height: 87vmax
}

.h-87em {
    height: 87em
}

.h-87rem {
    height: 87rem
}

.h-88px {
    height: 88px
}

.h-88pt {
    height: 88pt
}

.h-88pc {
    height: 88pc
}

.h-88in {
    height: 88in
}

.h-88cm {
    height: 88cm
}

.h-88mm {
    height: 88mm
}

.h-88ex {
    height: 88ex
}

.h-88ch {
    height: 88ch
}

.h-88vw {
    height: 88vw
}

.h-88vh {
    height: 88vh
}

.h-88vmin {
    height: 88vmin
}

.h-88vmax {
    height: 88vmax
}

.h-88em {
    height: 88em
}

.h-88rem {
    height: 88rem
}

.h-89px {
    height: 89px
}

.h-89pt {
    height: 89pt
}

.h-89pc {
    height: 89pc
}

.h-89in {
    height: 89in
}

.h-89cm {
    height: 89cm
}

.h-89mm {
    height: 89mm
}

.h-89ex {
    height: 89ex
}

.h-89ch {
    height: 89ch
}

.h-89vw {
    height: 89vw
}

.h-89vh {
    height: 89vh
}

.h-89vmin {
    height: 89vmin
}

.h-89vmax {
    height: 89vmax
}

.h-89em {
    height: 89em
}

.h-89rem {
    height: 89rem
}

.h-90px {
    height: 90px
}

.h-90pt {
    height: 90pt
}

.h-90pc {
    height: 90pc
}

.h-90in {
    height: 90in
}

.h-90cm {
    height: 90cm
}

.h-90mm {
    height: 90mm
}

.h-90ex {
    height: 90ex
}

.h-90ch {
    height: 90ch
}

.h-90vw {
    height: 90vw
}

.h-90vh {
    height: 90vh
}

.h-90vmin {
    height: 90vmin
}

.h-90vmax {
    height: 90vmax
}

.h-90em {
    height: 90em
}

.h-90rem {
    height: 90rem
}

.h-91px {
    height: 91px
}

.h-91pt {
    height: 91pt
}

.h-91pc {
    height: 91pc
}

.h-91in {
    height: 91in
}

.h-91cm {
    height: 91cm
}

.h-91mm {
    height: 91mm
}

.h-91ex {
    height: 91ex
}

.h-91ch {
    height: 91ch
}

.h-91vw {
    height: 91vw
}

.h-91vh {
    height: 91vh
}

.h-91vmin {
    height: 91vmin
}

.h-91vmax {
    height: 91vmax
}

.h-91em {
    height: 91em
}

.h-91rem {
    height: 91rem
}

.h-92px {
    height: 92px
}

.h-92pt {
    height: 92pt
}

.h-92pc {
    height: 92pc
}

.h-92in {
    height: 92in
}

.h-92cm {
    height: 92cm
}

.h-92mm {
    height: 92mm
}

.h-92ex {
    height: 92ex
}

.h-92ch {
    height: 92ch
}

.h-92vw {
    height: 92vw
}

.h-92vh {
    height: 92vh
}

.h-92vmin {
    height: 92vmin
}

.h-92vmax {
    height: 92vmax
}

.h-92em {
    height: 92em
}

.h-92rem {
    height: 92rem
}

.h-93px {
    height: 93px
}

.h-93pt {
    height: 93pt
}

.h-93pc {
    height: 93pc
}

.h-93in {
    height: 93in
}

.h-93cm {
    height: 93cm
}

.h-93mm {
    height: 93mm
}

.h-93ex {
    height: 93ex
}

.h-93ch {
    height: 93ch
}

.h-93vw {
    height: 93vw
}

.h-93vh {
    height: 93vh
}

.h-93vmin {
    height: 93vmin
}

.h-93vmax {
    height: 93vmax
}

.h-93em {
    height: 93em
}

.h-93rem {
    height: 93rem
}

.h-94px {
    height: 94px
}

.h-94pt {
    height: 94pt
}

.h-94pc {
    height: 94pc
}

.h-94in {
    height: 94in
}

.h-94cm {
    height: 94cm
}

.h-94mm {
    height: 94mm
}

.h-94ex {
    height: 94ex
}

.h-94ch {
    height: 94ch
}

.h-94vw {
    height: 94vw
}

.h-94vh {
    height: 94vh
}

.h-94vmin {
    height: 94vmin
}

.h-94vmax {
    height: 94vmax
}

.h-94em {
    height: 94em
}

.h-94rem {
    height: 94rem
}

.h-95px {
    height: 95px
}

.h-95pt {
    height: 95pt
}

.h-95pc {
    height: 95pc
}

.h-95in {
    height: 95in
}

.h-95cm {
    height: 95cm
}

.h-95mm {
    height: 95mm
}

.h-95ex {
    height: 95ex
}

.h-95ch {
    height: 95ch
}

.h-95vw {
    height: 95vw
}

.h-95vh {
    height: 95vh
}

.h-95vmin {
    height: 95vmin
}

.h-95vmax {
    height: 95vmax
}

.h-95em {
    height: 95em
}

.h-95rem {
    height: 95rem
}

.h-96px {
    height: 96px
}

.h-96pt {
    height: 96pt
}

.h-96pc {
    height: 96pc
}

.h-96in {
    height: 96in
}

.h-96cm {
    height: 96cm
}

.h-96mm {
    height: 96mm
}

.h-96ex {
    height: 96ex
}

.h-96ch {
    height: 96ch
}

.h-96vw {
    height: 96vw
}

.h-96vh {
    height: 96vh
}

.h-96vmin {
    height: 96vmin
}

.h-96vmax {
    height: 96vmax
}

.h-96em {
    height: 96em
}

.h-96rem {
    height: 96rem
}

.h-97px {
    height: 97px
}

.h-97pt {
    height: 97pt
}

.h-97pc {
    height: 97pc
}

.h-97in {
    height: 97in
}

.h-97cm {
    height: 97cm
}

.h-97mm {
    height: 97mm
}

.h-97ex {
    height: 97ex
}

.h-97ch {
    height: 97ch
}

.h-97vw {
    height: 97vw
}

.h-97vh {
    height: 97vh
}

.h-97vmin {
    height: 97vmin
}

.h-97vmax {
    height: 97vmax
}

.h-97em {
    height: 97em
}

.h-97rem {
    height: 97rem
}

.h-98px {
    height: 98px
}

.h-98pt {
    height: 98pt
}

.h-98pc {
    height: 98pc
}

.h-98in {
    height: 98in
}

.h-98cm {
    height: 98cm
}

.h-98mm {
    height: 98mm
}

.h-98ex {
    height: 98ex
}

.h-98ch {
    height: 98ch
}

.h-98vw {
    height: 98vw
}

.h-98vh {
    height: 98vh
}

.h-98vmin {
    height: 98vmin
}

.h-98vmax {
    height: 98vmax
}

.h-98em {
    height: 98em
}

.h-98rem {
    height: 98rem
}

.h-99px {
    height: 99px
}

.h-99pt {
    height: 99pt
}

.h-99pc {
    height: 99pc
}

.h-99in {
    height: 99in
}

.h-99cm {
    height: 99cm
}

.h-99mm {
    height: 99mm
}

.h-99ex {
    height: 99ex
}

.h-99ch {
    height: 99ch
}

.h-99vw {
    height: 99vw
}

.h-99vh {
    height: 99vh
}

.h-99vmin {
    height: 99vmin
}

.h-99vmax {
    height: 99vmax
}

.h-99em {
    height: 99em
}

.h-99rem {
    height: 99rem
}

.h-100px {
    height: 100px
}

.h-100pt {
    height: 100pt
}

.h-100pc {
    height: 100pc
}

.h-100in {
    height: 100in
}

.h-100cm {
    height: 100cm
}

.h-100mm {
    height: 100mm
}

.h-100ex {
    height: 100ex
}

.h-100ch {
    height: 100ch
}

.h-100vw {
    height: 100vw
}

.h-100vh {
    height: 100vh
}

.h-100vmin {
    height: 100vmin
}

.h-100vmax {
    height: 100vmax
}

.h-100em {
    height: 100em
}

.h-100rem {
    height: 100rem
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "TCCC-UnityHeadlineRegular"
}

html, body {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, b {
    font-family: "TCCC-UnityTextBold"
}

.no-class {
    appearance: none;
    -ms-progress-appearance: none;
    background: transparent;
    outline: none;
    border: none
}

body {
    scrollbar-base-color: #ccc;
    scrollbar-face-color: #ccc;
    scrollbar-3dlight-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-track-color: #ccc;
    scrollbar-arrow-color: #ccc;
    scrollbar-shadow-color: #ccc;
    scrollbar-dark-shadow-color: #ccc
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    padding: 0 !important;
    margin-left: -1rem !important;
    margin-right: -0.75rem !important;
    background: #ccc
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    -webkit-border-radius: 1.5rem 1.5rem;
    -moz-border-radius: 1.5rem 1.5rem;
    -ms-border-radius: 1.5rem 1.5rem;
    -o-border-radius: 1.5rem 1.5rem;
    border-radius: 1.5rem 1.5rem
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ccc
    }

.table-wrapper {
    border-radius: 10px;
    overflow-x: scroll;
    border: 1px solid #d3d3d3
}

.fl-table {
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: #fff
}

    .fl-table td, .fl-table th {
        text-align: center;
        padding: 8px;
        border-bottom: 1px solid #d3d3d3
    }

    .fl-table td {
        border-bottom: 1px solid #d3d3d3;
        font-size: 12px
    }

    .fl-table thead th {
        color: #fff;
        background: #6f6f7b;
        height: 50px
    }

        .fl-table thead th:nth-child(odd) {
            color: #eaeced;
            background: #6f6f7b
        }

    .fl-table tr:nth-child(even) {
        background: #eaeced
    }

@media(max-width: 769px) {
    .table-wrapper {
        overflow: auto
    }

    .fl-table {
        display: block;
        width: 100%
    }

    .table-wrapper:before {
        display: block;
        text-align: right;
        font-size: 11px;
        color: #fff;
        padding: 0 0 10px
    }

    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block
    }

        .fl-table thead th:last-child {
            border-bottom: none
        }

    .fl-table thead {
        float: left
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto
    }

    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 50px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 13px;
        text-overflow: ellipsis
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9
    }

    .fl-table tbody tr {
        display: table-cell
    }

        .fl-table tbody tr:nth-child(odd) {
            background: transparent
        }

    .fl-table tr:nth-child(even) {
        background: transparent
    }

    .fl-table tr td:nth-child(odd) {
        background: #eaeced;
        border-bottom: 1px solid #d3d3d3
    }

    .fl-table tr td:nth-child(even) {
        border-bottom: 1px solid #d3d3d3
    }

    .fl-table tbody td {
        display: block;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }
}

.font-medium {
    font-family: "TCCC-UnityTextMedium" !important
}

.font-black {
    font-family: "TCCC-UnityTextBlack" !important
}

.font-bold {
    font-family: "TCCC-UnityTextBold" !important
}

.font-light {
    font-family: "TCCC-UnityTextLight"
}

.btn-blue {
    width: 96px;
    height: 25px;
    background: #fff9eb 0% 0% no-repeat padding-box;
    border: 1px solid #ffb600;
    border-radius: 23px;
    font-size: 11px;
    color: #ffb600;
    padding: 0;
    margin: 15px;
    text-decoration: wavy
}

.bg-gris {
    background: #6f6f7b
}

.bg-gray {
    background: #d3d3d3
}

.btn-outline-dark {
    background: #fff
}

.pointer {
    cursor: pointer
}

.text-hidratacion {
    color: #49b1ad !important
}

.text-frutales {
    color: #ff8300 !important
}

.table {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden
}

.login {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-image: url("../img/general/01-Login-Desktop.svg");
    background-position: center;
    background-size: cover;
    background-color: #fff;
}

    .login .login-card {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 530px;
        max-height: 600px;
        /*background: #222 0% 0% no-repeat padding-box;*/
        /*background: rgba(0, 0, 0, 0.3);*/
        background: #fff 0% 0% no-repeat padding-box;
        border: 1px solid #cecece;
        border-radius: 22px;
        padding: 26px 100px;
        overflow: hidden;
    }

        .login .login-card .btn {
            height: 45px
        }

        .login .login-card input {
            background-color: transparent;
            color: #000;
            border: none;
            border-bottom: 1px solid #000;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: 0;
            -moz-box-shadow: 0;
            box-shadow: 0;
            outline: none;
            font-size: 12px
        }

            .login .login-card input:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                outline: none
            }

        .login .login-card label {
            color: #000;
            font-size: 12px
        }

        .login .login-card input {
            padding: 10px
        }

            .login .login-card input[type=text], .login .login-card input[type=password] {
                -webkit-appearance: none
            }

                .login .login-card input[type=password]::-ms-reveal {
                    display: none
                }

.modal-backdrop {
    background-color: #d8d8d8
}

    .modal-backdrop.show {
        opacity: .9
    }

.modal-content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.modal-header {
    background-color: #ffb600;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    border-bottom: none
}

    .modal-header .btn-close {
        margin: 0;
        background: #222 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        position: absolute;
        right: -10px;
        top: -10px;
        opacity: 1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%
    }

    .modal-header * {
        color: #fff
    }

.modals {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px
}

.modal-sub {
    text-align: center;
    font-size: 15px;
    height: 64px;
    padding: 8px 15%;
    background-color: #ffb600
}

    .modal-sub.correcto {
        background-color: #d5f5d4;
        color: #05a451
    }

        .modal-sub.correcto * {
            color: #05a451
        }

    .modal-sub.incorrecto {
        background-color: #fdd;
        color: #f62627
    }

        .modal-sub.incorrecto * {
            color: #f62627
        }

.modal-body {
    padding: 1rem 4rem
}

    .modal-body input {
        border-color: #f40000
    }

    .modal-body .input-gray input {
        border-color: #d3d3d3
    }

.modal-footer {
    background-color: #f2f4f5;
    overflow: hidden;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px
}

header .barra-control {
    height: 64px;
    background-image: url(../img/general/Pleca.svg);
    background-position: top center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 7%
}

header .barra-menu .container-fluid, header .barra-menu .container-sm, header .barra-menu .container-md, header .barra-menu .container-lg, header .barra-menu .container-xl, header .barra-menu .container-xxl, header .barra-menu .navbar-collapse {
    height: 100%
}

header .barra-menu .navbar {
    padding: 0;
    height: 40px;
    background-color: transparent !important;
    background-image: url(../img/header-desktop1366x104px.svg);
    background-position: bottom center;
    background-size: cover
}

header .barra-menu .navbar-nav {
    width: 100%;
    height: 100%;
    background-color: #f40000 !important
}

    header .barra-menu .navbar-nav .nav-item {
        width: 100%;
        height: 100%;
        text-align: center
    }

        header .barra-menu .navbar-nav .nav-item a.nav-link {
            width: 100%;
            font-size: 12px;
            height: 100%;
            padding: 0;
            color: #fff;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center
        }

            header .barra-menu .navbar-nav .nav-item a.nav-link.active {
                background-color: #000
            }

    header .barra-menu .navbar-nav .dropdown-toggle.show {
        background-color: #b50000
    }

    header .barra-menu .navbar-nav ul.dropdown-menu.show {
        display: flex;
        height: 40px;
        padding: 0;
        background-color: #000;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #fff;
        width: calc((100% * 5) + 25px);
        left: -12px;
        top: 38px
    }

        header .barra-menu .navbar-nav ul.dropdown-menu.show li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            color: #fff;
            width: 100%;
            height: 100%;
            padding: 0
        }

            header .barra-menu .navbar-nav ul.dropdown-menu.show li a {
                color: #fff;
                width: 100%;
                text-align: center;
                height: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
                font-size: 11px;
                font-weight: 900;
                height: 100%;
                padding: 0
            }

                header .barra-menu .navbar-nav ul.dropdown-menu.show li a span {
                    color: #fff
                }

                header .barra-menu .navbar-nav ul.dropdown-menu.show li a.dropdown-item:hover, header .barra-menu .navbar-nav ul.dropdown-menu.show li a.dropdown-item.active {
                    background-color: transparent !important
                }

                    header .barra-menu .navbar-nav ul.dropdown-menu.show li a.dropdown-item:hover span, header .barra-menu .navbar-nav ul.dropdown-menu.show li a.dropdown-item.active span {
                        border-bottom: 2px solid red
                    }

                header .barra-menu .navbar-nav ul.dropdown-menu.show li a:hover.dropdown-item {
                    background-color: #000;
                    color: #fff;
                    position: relative
                }

                    header .barra-menu .navbar-nav ul.dropdown-menu.show li a:hover.dropdown-item:hover, header .barra-menu .navbar-nav ul.dropdown-menu.show li a:hover.dropdown-item.active {
                        background-color: transparent !important
                    }

                        header .barra-menu .navbar-nav ul.dropdown-menu.show li a:hover.dropdown-item:hover span, header .barra-menu .navbar-nav ul.dropdown-menu.show li a:hover.dropdown-item.active span {
                            border-bottom: 2px solid red
                        }

header .barra-menu .navbar-dark .navbar-nav .nav-link:hover, header .barra-menu .navbar-dark .navbar-nav .nav-link:focus {
    background-color: #000
}

header .barra-menu .barra-logo {
    display: none
}

header .barra-datos {
    background-color: #fff;
    color: #000;
    height: 36px;
    width: 100%;
    font-size: 11px
}

    header .barra-datos .col-md-auto, header .barra-datos b {
        color: #000
    }

header .navbar-toggler {
    z-index: 999999999999999;
    position: absolute;
    top: -51px;
    right: 10px;
    height: 35px;
    border: none
}

    header .navbar-toggler img {
        height: 100%
    }

main {
    background-color: #f2f4f5;
    min-height: 100vh
}

    main .title {
        text-align: center;
        font-size: 17px;
        color: #f40000;
        font-family: "TCCC-UnityTextBold";
        padding: 15px 0
    }

.barra-datos-md {
    display: none
}

.carousel, .carousel-item, .carousel-inner {
    width: 100%;
    min-height: calc(100vh - (56px + 72px + 56px));
    min-height: 400px
}

.carousel-indicators [data-bs-target] {
    background-color: #f4f4f4;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

    .carousel-indicators [data-bs-target]:active, .carousel-indicators [data-bs-target].active {
        background-color: #f40000;
        width: 24px;
        border-radius: 12px
    }

.vertical * {
    color: #000
}

    .vertical *:hover {
        color: #000
    }

        .vertical *:hover * {
            color: #000 !important
        }

.vertical .carousel-indicators {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    right: 0;
    left: auto;
    margin: 0;
    top: 0;
    bottom: 0
}

    .vertical .carousel-indicators [data-bs-target] {
        width: 7px;
        height: 8px;
        background: #000 0% 0% no-repeat padding-box;
        opacity: .6
    }

        .vertical .carousel-indicators [data-bs-target]:active, .vertical .carousel-indicators [data-bs-target].active {
            width: 23px;
            height: 23px;
            border: 1px solid #000;
            opacity: 1;
            background: radial-gradient(circle, black 0%, black 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 44%, black 45%, black 50%, black 55%, rgba(0, 0, 0, 0) 56%, black 99%, black 100%)
        }

.vertical .carousel-item-next:not(.carousel-item-start), .vertical .active.carousel-item-end {
    transform: translateY(100%)
}

.vertical .carousel-item-prev:not(.carousel-item-end), .vertical .active.carousel-item-start {
    transform: translateY(-100%)
}

.card-white {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 13px 30px;
    font-size: 13px
}

    .card-white.bg-white:hover .negativo {
        color: #f40000
    }

    .card-white.bg-white:hover p {
        color: #000
    }

    .card-white .titulo {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d3d3d3
    }

    .card-white .icon {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .card-white p {
        color: #000;
        margin: 10px
    }

    .card-white.active, .card-white:hover {
        cursor: pointer;
        background-color: #f40000;
        color: #fff
    }

        .card-white.active p, .card-white:hover p {
            text-decoration: underline
        }

        .card-white.active .bg-gray, .card-white:hover .bg-gray {
            background-color: #ffb600
        }

        .card-white.active .blanco, .card-white:hover .blanco {
            fill: #fff
        }

        .card-white.active .rojo, .card-white:hover .rojo {
            fill: #f40000
        }

    .card-white:hover {
        cursor: inherit;
        background-color: #fff;
        color: inherit
    }

        .card-white.active p, .card-white:hover p {
            text-decoration: none !important
        }

.objetivos .card-white {
    background-color: #fff
}

    .objetivos .card-white.active, .objetivos .card-white:hover {
        cursor: pointer;
        border: 2px solid #f40000
    }

        .objetivos .card-white.active p, .objetivos .card-white:hover p {
            color: #000;
            text-decoration: none !important;
            font-weight: bold
        }

        .objetivos .card-white.active .bg-gray, .objetivos .card-white:hover .bg-gray {
            background-color: #ffb600
        }

        .objetivos .card-white.active .blanco, .objetivos .card-white:hover .blanco {
            fill: #fff
        }

        .objetivos .card-white.active .rojo, .objetivos .card-white:hover .rojo {
            fill: #f40000
        }

.card-mecanica {
    max-height: 420px;
    overflow-y: scroll;
    overflow-x: hidden
}

.nav-pills {
    width: 100%
}

    .nav-pills li.nav-item {
        border: 1px solid #d3d3d3;
        width: calc(100% / 7)
    }

        .nav-pills li.nav-item:first-of-type {
            -webkit-border-radius: 10px 0px 0px 10px;
            -moz-border-radius: 10px 0px 0px 10px;
            -ms-border-radius: 10px 0px 0px 10px;
            -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px
        }

            .nav-pills li.nav-item:first-of-type .nav-link {
                -webkit-border-radius: 10px 0px 0px 10px;
                -moz-border-radius: 10px 0px 0px 10px;
                -ms-border-radius: 10px 0px 0px 10px;
                -o-border-radius: 10px 0px 0px 10px;
                border-radius: 10px 0px 0px 10px
            }

        .nav-pills li.nav-item:last-of-type {
            -webkit-border-radius: 0px 10px 10px 0px;
            -moz-border-radius: 0px 10px 10px 0px;
            -ms-border-radius: 0px 10px 10px 0px;
            -o-border-radius: 0px 10px 10px 0px;
            border-radius: 0px 10px 10px 0px
        }

            .nav-pills li.nav-item:last-of-type .nav-link {
                -webkit-border-radius: 0px 10px 10px 0px;
                -moz-border-radius: 0px 10px 10px 0px;
                -ms-border-radius: 0px 10px 10px 0px;
                -o-border-radius: 0px 10px 10px 0px;
                border-radius: 0px 10px 10px 0px
            }

        .nav-pills li.nav-item .nav-link {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            font-size: 11px;
            font-family: "TCCC-UnityHeadlineBlack"
        }

            .nav-pills li.nav-item .nav-link.active {
                background-color: #000 !important;
                color: #fff
            }

.colas, .negativo {
    color: #f40000 !important;
    position: relative
}

    .colas b, .negativo b {
        color: #f40000 !important
    }

    .colas.nav-item, .negativo.nav-item {
        color: #f40000;
        border-color: #f40000 !important
    }

        .colas.nav-item .nav-link, .negativo.nav-item .nav-link {
            color: #f40000;
            height: 100%
        }

            .colas.nav-item .nav-link.active, .negativo.nav-item .nav-link.active {
                background-color: #f40000 !important;
                color: #fff
            }

.colas-bg, .negativo-bg {
    background-color: #f40000
}

.colas-border, .negativo-border {
    border-color: #f40000 !important
}

.frutales {
    position: relative;
    color: #ff8300 !important
}

    .frutales b {
        color: #ff8300 !important
    }

    .frutales.nav-item {
        color: #ff8300;
        border-color: #ff8300 !important
    }

        .frutales.nav-item .nav-link {
            color: #ff8300;
            height: 100%
        }

            .frutales.nav-item .nav-link.active {
                background-color: #ff8300 !important;
                color: #fff
            }

.frutales-bg {
    background-color: #ff8300
}

.frutales-border {
    border-color: #ff8300 !important
}

.hidratacion {
    position: relative;
    color: #49b1ad !important
}

    .hidratacion b {
        color: #49b1ad !important
    }

    .hidratacion.nav-item {
        color: #49b1ad;
        border-color: #49b1ad !important
    }

        .hidratacion.nav-item .nav-link {
            color: #49b1ad;
            height: 100%
        }

            .hidratacion.nav-item .nav-link.active {
                background-color: #49b1ad !important;
                color: #fff
            }

.hidratacion-bg {
    background-color: #49b1ad
}

.hidratacion-border {
    border-color: #49b1ad !important
}

.sinazucar {
    position: relative;
    color: #222 !important
}

    .sinazucar b {
        color: #222 !important
    }

    .sinazucar.nav-item {
        color: #222;
        border-color: #222 !important
    }

        .sinazucar.nav-item .nav-link {
            color: #222;
            height: 100%
        }

            .sinazucar.nav-item .nav-link.active {
                background-color: #222 !important;
                color: #fff
            }

.sinazucar-bg {
    background-color: #222
}

.sinazucar-border {
    border-color: #222 !important
}

.nutricion {
    position: relative;
    color: #05a451 !important
}

    .nutricion b {
        color: #05a451 !important
    }

    .nutricion.nav-item {
        color: #05a451;
        border-color: #05a451 !important
    }

        .nutricion.nav-item .nav-link {
            color: #05a451;
            height: 100%
        }

            .nutricion.nav-item .nav-link.active {
                background-color: #05a451 !important;
                color: #fff
            }

.nutricion-bg {
    background-color: #05a451
}

.nutricion-border {
    border-color: #05a451 !important
}

.nav-pills li.nav-item .nav-link {
    color: #f40000;
    font-family: "TCCC-UnityHeadlineMedium";
    width: 100%;
    height: 100%;
    min-height: 60px;
    background-color: #fff
}

    .nav-pills li.nav-item .nav-link.positivo {
        background-color: #fff;
        color: #05a451
    }

.nav-pills .colas, .nav-pills .negativo {
    color: #f40000
}

    .nav-pills .colas b, .nav-pills .negativo b {
        color: #f40000
    }

    .nav-pills .colas.nav-item, .nav-pills .negativo.nav-item {
        color: #f40000;
        border-color: #f40000 !important
    }

        .nav-pills .colas.nav-item .nav-link, .nav-pills .negativo.nav-item .nav-link {
            color: #f40000;
            height: 100%
        }

            .nav-pills .colas.nav-item .nav-link.active, .nav-pills .negativo.nav-item .nav-link.active {
                background-color: #f40000 !important;
                color: #fff
            }

.nav-pills .colas-bg, .nav-pills .negativo-bg {
    background-color: #f40000
}

.nav-pills .colas-border, .nav-pills .negativo-border {
    border-color: #f40000 !important
}

.nav-pills .frutales {
    color: #ff8300
}

    .nav-pills .frutales b {
        color: #ff8300
    }

    .nav-pills .frutales.nav-item {
        color: #ff8300;
        border-color: #ff8300 !important
    }

        .nav-pills .frutales.nav-item .nav-link {
            color: #ff8300;
            height: 100%
        }

            .nav-pills .frutales.nav-item .nav-link.active {
                background-color: #ff8300 !important;
                color: #fff
            }

.nav-pills .frutales-bg {
    background-color: #ff8300
}

.nav-pills .frutales-border {
    border-color: #ff8300 !important
}

.nav-pills .hidratacion {
    color: #49b1ad !important
}

    .nav-pills .hidratacion b {
        color: #49b1ad
    }

    .nav-pills .hidratacion.nav-item {
        color: #49b1ad;
        border-color: #49b1ad !important
    }

        .nav-pills .hidratacion.nav-item .nav-link {
            color: #49b1ad;
            height: 100%
        }

            .nav-pills .hidratacion.nav-item .nav-link.active {
                background-color: #49b1ad !important;
                color: #fff
            }

.nav-pills .hidratacion-bg {
    background-color: #49b1ad
}

.nav-pills .hidratacion-border {
    border-color: #49b1ad !important
}

.nav-pills .sinazucar {
    color: #222
}

    .nav-pills .sinazucar b {
        color: #222
    }

    .nav-pills .sinazucar.nav-item {
        color: #222;
        border-color: #222 !important
    }

        .nav-pills .sinazucar.nav-item .nav-link {
            color: #222;
            height: 100%
        }

            .nav-pills .sinazucar.nav-item .nav-link.active {
                background-color: #222 !important;
                color: #fff
            }

.nav-pills .sinazucar-bg {
    background-color: #222
}

.nav-pills .sinazucar-border {
    border-color: #222 !important
}

.nav-pills .nutricion {
    color: #05a451
}

    .nav-pills .nutricion b {
        color: #05a451
    }

    .nav-pills .nutricion.nav-item {
        color: #05a451;
        border-color: #05a451 !important
    }

        .nav-pills .nutricion.nav-item .nav-link {
            color: #05a451;
            height: 100%
        }

            .nav-pills .nutricion.nav-item .nav-link.active {
                background-color: #05a451 !important;
                color: #fff
            }

.nav-pills .nutricion-bg {
    background-color: #05a451
}

.nav-pills .nutricion-border {
    border-color: #05a451 !important
}

.circulo-gris {
    width: 56px;
    height: 57px;
    background: #c7c7c7;
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.producto-exito {
    height: 90px;
    border-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 11px
}

    .producto-exito.uno {
        color: #fff;
        background: #0a040a
    }

    .producto-exito.dos {
        color: #fff;
        background: #d94559
    }

    .producto-exito.tres {
        color: #fff;
        background: #50b1a8
    }

    .producto-exito.cuatro {
        color: #fff;
        background: #a17764
    }

    .producto-exito.cinco {
        color: #fff;
        background: #4d83c0
    }

    .producto-exito.seis {
        color: #fff;
        background: #ffc246
    }

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-bg);
    color: var(--bs-table-striped-color)
}

.icn-ejecucion {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cuadro-negro {
    background-color: #000;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px
}

    .cuadro-negro p {
        color: #fff
    }

.cuadro-gris {
    background-color: #f2f4f5;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px
}

.menos, .mas {
    width: 32px;
    height: 32px;
    background: #f2f4f5;
    font-size: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.estadodecuenta {
    background-position: center;
    background-size: cover
}

    .estadodecuenta .nav-pills li.nav-item .nav-link.active {
        background-color: #f40000 !important
    }

        .estadodecuenta .nav-pills li.nav-item .nav-link.active svg path {
            stroke: #fff
        }

    .estadodecuenta .nav-pills li.nav-item:last-of-type .nav-link img:first-of-type {
        display: inline-block
    }

    .estadodecuenta .nav-pills li.nav-item:last-of-type .nav-link img:last-of-type {
        display: none
    }

    .estadodecuenta .nav-pills li.nav-item:last-of-type .nav-link.active img:first-of-type {
        display: none
    }

    .estadodecuenta .nav-pills li.nav-item:last-of-type .nav-link.active img:last-of-type {
        display: inline-block
    }

.catalogodecanje .nav-pills li.nav-item .nav-link.active {
    background-color: #f40000 !important
}

    .catalogodecanje .nav-pills li.nav-item .nav-link.active svg path {
        stroke: #fff
    }

.catalogodecanje .nav-pills li.nav-item:last-of-type .nav-link img:first-of-type, .catalogodecanje .nav-pills li.nav-item:first-of-type .nav-link img:first-of-type {
    display: inline-block
}

.catalogodecanje .nav-pills li.nav-item:last-of-type .nav-link img:last-of-type, .catalogodecanje .nav-pills li.nav-item:first-of-type .nav-link img:last-of-type {
    display: none
}

.catalogodecanje .nav-pills li.nav-item:last-of-type .nav-link.active img:first-of-type, .catalogodecanje .nav-pills li.nav-item:first-of-type .nav-link.active img:first-of-type {
    display: none
}

.catalogodecanje .nav-pills li.nav-item:last-of-type .nav-link.active img:last-of-type, .catalogodecanje .nav-pills li.nav-item:first-of-type .nav-link.active img:last-of-type {
    display: inline-block
}

.card-premios {
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 50rem !important;
    -moz-border-radius: 50rem !important;
    -ms-border-radius: 50rem !important;
    -o-border-radius: 50rem !important;
    border-radius: 50rem !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center
}

    .card-premios:hover {
        -webkit-box-shadow: 0px 0px 10px #787CB140 !important;
        -moz-box-shadow: 0px 0px 10px #787CB140 !important;
        box-shadow: 0px 0px 10px #787CB140 !important
    }

.negocio {
    background-color: #ff6836
}

    .negocio p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .negocio .circle-premios {
        background-color: #ff6836
    }

.cocina {
    background-color: #ff8e39
}

    .cocina p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .cocina .circle-premios {
        background-color: #ff8e39
    }

.deportes {
    background-color: #ffb43c
}

    .deportes p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .deportes .circle-premios {
        background-color: #ffb43c
    }

.electronicos {
    background-color: #ffce00
}

    .electronicos p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .electronicos .circle-premios {
        background-color: #ffce00
    }

.lineablanca {
    background-color: #c6c63a
}

    .lineablanca p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .lineablanca .circle-premios {
        background-color: #c6c63a
    }

.certificados {
    background-color: #96bf11
}

    .certificados p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .certificados .circle-premios {
        background-color: #96bf11
    }

.computo {
    background-color: #63c405
}

    .computo p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .computo .circle-premios {
        background-color: #63c405
    }

.electrodomesticos {
    background-color: #19b224
}

    .electrodomesticos p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .electrodomesticos .circle-premios {
        background-color: #19b224
    }

.infantil {
    background-color: #3ecc85
}

    .infantil p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .infantil .circle-premios {
        background-color: #3ecc85
    }

.certificadosdigitales {
    background-color: #27c6b3
}

    .certificadosdigitales p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .certificadosdigitales .circle-premios {
        background-color: #27c6b3
    }

.alimentos {
    background-color: #11c8d1
}

    .alimentos p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .alimentos .circle-premios {
        background-color: #11c8d1
    }

.tiempoaire {
    background-color: #0a97ce
}

    .tiempoaire p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .tiempoaire .circle-premios {
        background-color: #0a97ce
    }

.super {
    background-color: #0671bb
}

    .super p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .super .circle-premios {
        background-color: #0671bb
    }

.entretenimiento {
    background-color: #0d2acc
}

    .entretenimiento p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .entretenimiento .circle-premios {
        background-color: #0d2acc
    }

.pagodeservicios {
    background-color: #6952ef
}

    .pagodeservicios p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .pagodeservicios .circle-premios {
        background-color: #6952ef
    }

.tiendas {
    background-color: #968dff
}

    .tiendas p {
        color: #fff;
        font-family: "TCCC-UnityHeadlineBlack"
    }

    .tiendas .circle-premios {
        background-color: #968dff
    }

.circle-premios {
    min-width: 35px;
    min-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.solicitado {
    width: 130px;
    height: 27px;
    background: #fff8e1 0% 0% no-repeat padding-box;
    border: 1px solid #ff8300;
    border-radius: 10px;
    color: #ff8300;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.enproceso {
    width: 130px;
    height: 27px;
    background: #c9ffc7 0% 0% no-repeat padding-box;
    border: 1px solid #05a451;
    border-radius: 10px;
    color: #05a451;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.entregado {
    width: 130px;
    height: 27px;
    background: #eaeaea 0% 0% no-repeat padding-box;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    color: #b5b5b5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.pagination {
    gap: 10px
}

.page-link {
    border: 1px solid #f40000
}

    .page-link:hover, .page-link:focus {
        background-color: #f40000;
        color: #fff
    }

.micuenta label {
    font-size: 10px
}

.swiper {
    width: 100%;
    height: 60%;
    background-color: #f2f4f5
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

    .swiper-slide .card {
        padding: 10px
    }

        .swiper-slide .card p {
            font-size: 11px
        }

        .swiper-slide .card h3, .swiper-slide .card .h3 {
            font-size: 18px
        }

        .swiper-slide .card .btn {
            background-color: #fff;
            border: 1px solid #6f6f7b;
            color: #6f6f7b;
            font-size: 11px;
            border-radius: 11px
        }

        .swiper-slide .card:hover {
            cursor: pointer;
            border: 2px solid #f40000
        }

            .swiper-slide .card:hover h3, .swiper-slide .card:hover .h3, .swiper-slide .card:hover i {
                color: #f40000
            }

            .swiper-slide .card:hover .btn {
                color: #fff;
                background-color: #f40000;
                border: 1px solid #f40000
            }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #f40000;
    opacity: 1;
    background: #fff;
    border: 1px solid #f40000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #f40000
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #000
}

@media(max-width: 991.98px) {
    .login {
        background-image: url("../img/general/BG-Tablet.svg")
    }

    header .barra-control {
        height: 60px;
        background-position: center;
        background-size: cover;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0 7%
    }

    header .barra-menu .barra-logo {
        background-color: transparent;
        position: absolute;
        top: -60px;
        height: 65px;
        width: 100%;
        display: flex;
        align-items: center
    }

    header .barra-menu .barra-datos-md {
        display: block;
        background-color: #d3d3d3;
        padding: 0 10%
    }

        header .barra-menu .barra-datos-md .item {
            height: 65px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            border-bottom: 1px solid #000;
            text-align: center
        }

    header .barra-menu .navbar {
        height: auto
    }

    header .barra-menu .navbar-nav ul.dropdown-menu.show {
        height: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

        header .barra-menu .navbar-nav ul.dropdown-menu.show li {
            height: 65px
        }

    header .barra-menu .navbar-nav .nav-item {
        height: 65px;
        border-bottom: 1px solid #fff
    }

    header .barra-datos {
        display: none
    }

    .swiper {
        height: 75%
    }
}

@media(max-width: 767.98px) {
    .login {
        background-image: url("../img/general/BG-Tablet.svg")
    }

    header .barra-control {
        height: 60px;
        background-position: center;
        background-size: cover;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0 7%
    }

    header .barra-menu .barra-logo {
        background-color: transparent;
        position: absolute;
        top: -60px;
        height: 65px;
        width: 100%;
        display: flex;
        align-items: center
    }

    header .barra-menu .barra-datos-md {
        display: block;
        background-color: #d3d3d3;
        padding: 0 10%
    }

        header .barra-menu .barra-datos-md .item {
            height: 65px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            border-bottom: 1px solid #000;
            font-size: 12px
        }

    header .barra-menu .navbar {
        height: auto
    }

    header .barra-menu .navbar-nav ul.dropdown-menu.show {
        height: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

        header .barra-menu .navbar-nav ul.dropdown-menu.show li {
            height: 65px
        }

    header .barra-menu .navbar-nav .nav-item {
        height: 65px;
        border-bottom: 1px solid #fff
    }

    header .barra-datos {
        display: none
    }

    .swiper {
        height: 75%
    }
}

@media(max-width: 575.98px) {
    .login {
        background-image: url("../img/general/BG-Movil.svg")
    }

        .login .login-card {
            width: 90%;
            padding: 42px
        }

    .modal-sub {
        padding: 8px 5%
    }

    header .barra-control {
        height: 65px;
        background-position: center;
        background-size: cover;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0 7%
    }

    .nav-pills {
        white-space: nowrap;
        display: block !important;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

        .nav-pills li {
            display: inline-block
        }

            .nav-pills li.nav-item {
                width: auto
            }

                .nav-pills li.nav-item:first-of-type, .nav-pills li.nav-item:last-of-type {
                    overflow: visible
                }

    .swiper {
        height: 120%
    }
}

.nav-4 li.nav-item {
    width: calc(100% / 4)
}