/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-black: #000;
    --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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --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", "Noto Sans", "Liberation Sans", Arial, 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;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
*::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);
    padding-top: 0;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

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] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    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: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

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
}

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: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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-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 var(--bs-border-color);
    border-radius: .375rem;
    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 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    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-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.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-group-divider {
    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-striped-columns>:not(caption)>tr>:nth-child(even) {
    --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-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    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: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .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-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:focus {
    outline: 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: .25rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 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: calc(1.5em + 0.75rem + 2px);
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}

.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

.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 5 6 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: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .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: .25rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.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-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.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);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-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: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.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 10 3 3 6-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: #0d6efd;
    border-color: #0d6efd;
    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 {
    cursor: default;
    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='%2386b7fe'/%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-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    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(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.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: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.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-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    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,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder,
.form-floating>.form-control-plaintext::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown),
.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~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)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.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: .375rem
}

.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: .5rem
}

.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: .25rem
}

.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):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    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):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    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
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    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: .375rem
}

.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.73.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 5 6 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.73.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-control-color:valid,
.form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.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:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
    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: .375rem
}

.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 5 6 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-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.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:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.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,
.dropup-center,
.dropdown-center {
    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 {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.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: var(--bs-dropdown-spacer)
}

.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: var(--bs-dropdown-spacer)
}

.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: var(--bs-dropdown-spacer)
}

.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: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-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 {
    border-radius: .375rem
}

.btn-group>:not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.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 {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    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: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.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 {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: 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");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.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: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@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 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: 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")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.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: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@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 {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: 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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.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,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.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 {
    --bs-alert-color: #084298;
    --bs-alert-bg: #cfe2ff;
    --bs-alert-border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    --bs-alert-color: #636464;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    --bs-alert-color: #141619;
    --bs-alert-bg: #d3d3d4;
    --bs-alert-border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@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: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.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: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.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: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.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: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    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% - var(--bs-modal-margin) * 2)
}

.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% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        --bs-modal-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,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@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,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.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 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: ;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.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: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.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%;
    -webkit-backface-visibility: hidden;
    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
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

@media(max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 575.98px) {

    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 575.98px) {

    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible
    }
}

@media(min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 767.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 767.98px) {

    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 767.98px) {

    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible
    }
}

@media(min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 991.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible
    }
}

@media(min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 1199.98px) {

    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 1199.98px) {

    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible
    }
}

@media(min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media(min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible
}

.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: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.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 {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

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

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #0d6efd !important
}

.link-primary:hover,
.link-primary:focus {
    color: #0a58ca !important
}

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

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64 !important
}

.link-success {
    color: #198754 !important
}

.link-success:hover,
.link-success:focus {
    color: #146c43 !important
}

.link-info {
    color: #0dcaf0 !important
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3 !important
}

.link-warning {
    color: #ffc107 !important
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39 !important
}

.link-danger {
    color: #dc3545 !important
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37 !important
}

.link-light {
    color: #f8f9fa !important
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb !important
}

.link-dark {
    color: #212529 !important
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21 !important
}

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

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

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

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

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

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

.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-semibold {
    font-weight: 600 !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 {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--cells {
    display: flex;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--years {
    height: 170px
}

.datepicker--cells-years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    z-index: 100
}

.datepicker.-from-top- {
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    transform: translateY(8px)
}

.datepicker.-from-left- {
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    transform: translate(0);
    transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg)
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg)
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg)
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg)
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
    left: 10px
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    right: 10px
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

* {
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: auto !important
}

body {
    overflow-x: hidden;
    font-family: "游ゴシック体", Yu Gothic, YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans";
    color: #333;
    font-size: 15px
}

@font-face {
    body {
        font-family: "Yu Gothic M";
        src: local("Yu Gothic Medium")
    }
}

@font-face {
    body {
        font-family: "Yu Gothic M";
        src: local("Yu Gothic Bold");
        font-weight: bold
    }
}

body.is-overflow-hidden {
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 17px
    }
}

a {
    color: #3a98cf;
    font-size: 14px;
}

a:hover {
    color: #3a98cf;
    text-decoration: none
}

p,
ol,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0
}

dt,
dd {
    margin: 0
}

#loading {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3a98cf;
    font-size: 36px
}

.hide {
    display: none
}

@media screen and (max-width: 340px) {
    .hidden-se {
        display: none
    }
}

@media screen and (max-width: 370px) {
    .hidden-GalaxyS5 {
        display: none
    }
}

@media only screen and (min-width: 576px) {
    .hide-sm {
        display: none !important
    }
}

.show-sm-block {
    display: none !important
}

@media only screen and (min-width: 576px) {
    .show-sm-block {
        display: block !important
    }
}

.show-sm-inline-block {
    display: none !important
}

@media only screen and (min-width: 576px) {
    .show-sm-inline-block {
        display: inline-block !important
    }
}

.show-sm-inline {
    display: none !important
}

@media only screen and (min-width: 576px) {
    .show-sm-inline {
        display: inline !important
    }
}

.show-sm-flex {
    display: none !important
}

@media only screen and (min-width: 576px) {
    .show-sm-flex {
        display: flex !important
    }
}

.show-sm-inline-flex {
    display: none !important
}

@media only screen and (min-width: 576px) {
    .show-sm-inline-flex {
        display: inline-flex !important
    }
}

@media only screen and (min-width: 768px) {
    .hide-md {
        display: none !important
    }
}

.show-md-block {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-md-block {
        display: block !important
    }
}

.show-md-inline-block {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-md-inline-block {
        display: inline-block !important
    }
}

.show-md-inline {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-md-inline {
        display: inline !important
    }
}

.show-md-flex {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-md-flex {
        display: flex !important
    }
}

.show-md-inline-flex {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-md-inline-flex {
        display: inline-flex !important
    }
}

.show-pc-block {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-pc-block {
        display: block !important
    }
}

.show-pc-inline-block {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-pc-inline-block {
        display: inline-block !important
    }
}

.show-pc-inline {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-pc-inline {
        display: inline !important
    }
}

.show-pc-flex {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-pc-flex {
        display: flex !important
    }
}

.show-pc-inline-flex {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .show-pc-inline-flex {
        display: inline-flex !important
    }
}

.show-sp-block {
    display: block !important
}

@media only screen and (min-width: 768px) {
    .show-sp-block {
        display: none !important
    }
}

.show-sp-inline-block {
    display: inline-block !important
}

@media only screen and (min-width: 768px) {
    .show-sp-inline-block {
        display: none !important
    }
}

.show-sp-inline {
    display: inline !important
}

@media only screen and (min-width: 768px) {
    .show-sp-inline {
        display: none !important
    }
}

.show-sp-flex {
    display: flex !important
}

@media only screen and (min-width: 768px) {
    .show-sp-flex {
        display: none !important
    }
}

.show-sp-inline-flex {
    display: inline-flex !important
}

@media only screen and (min-width: 768px) {
    .show-sp-inline-flex {
        display: none !important
    }
}

@media only screen and (min-width: 992px) {
    .hide-lg {
        display: none !important
    }
}

.show-lg-block {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .show-lg-block {
        display: block !important
    }
}

.show-lg-inline-block {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .show-lg-inline-block {
        display: inline-block !important
    }
}

.show-lg-inline {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .show-lg-inline {
        display: inline !important
    }
}

.show-lg-flex {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .show-lg-flex {
        display: flex !important
    }
}

.show-lg-inline-flex {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .show-lg-inline-flex {
        display: inline-flex !important
    }
}

@media only screen and (min-width: 1200px) {
    .hide-xl {
        display: none !important
    }
}

.show-xl-block {
    display: none !important
}

@media only screen and (min-width: 1200px) {
    .show-xl-block {
        display: block !important
    }
}

.show-xl-inline-block {
    display: none !important
}

@media only screen and (min-width: 1200px) {
    .show-xl-inline-block {
        display: inline-block !important
    }
}

.show-xl-inline {
    display: none !important
}

@media only screen and (min-width: 1200px) {
    .show-xl-inline {
        display: inline !important
    }
}

.show-xl-flex {
    display: none !important
}

@media only screen and (min-width: 1200px) {
    .show-xl-flex {
        display: flex !important
    }
}

.show-xl-inline-flex {
    display: none !important
}

@media only screen and (min-width: 1200px) {
    .show-xl-inline-flex {
        display: inline-flex !important
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(90deg)
    }
}

@keyframes rotate-reverse {
    from {
        transform: rotate(90deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(45deg);
        top: 0
    }

    to {
        transform: rotate(225deg);
        top: 10px
    }
}

@keyframes rotate-reverse2 {
    from {
        transform: rotate(225deg);
        top: 10px
    }

    to {
        transform: rotate(45deg);
        top: 0
    }
}

@keyframes extend {
    from {
        width: 340px
    }

    to {
        width: 590px
    }
}

@keyframes extend-reverse {
    from {
        width: 590px
    }

    to {
        width: 340px
    }
}

@keyframes extend-sm {
    from {
        width: 180px
    }

    to {
        width: 240px
    }
}

@keyframes extend-sm-reverse {
    from {
        width: 240px
    }

    to {
        width: 180px
    }
}

.anchor {
    color: #3a98cf
}

.anchor:hover {
    text-decoration: none
}

@media only screen and (min-width: 768px) {
    .anchor:hover {
        cursor: pointer
    }
}

.anchor--tel {
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .anchor--tel {
        pointer-events: none
    }
}

.anchor--tel.nomal {
    font-weight: normal
}

.article__title {
    margin: 30px 0;
    border-bottom: 2px solid #333
}

.article__title .block {
    margin-top: 8px;
    float: right;
    display: flex
}

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

.article__title .block .text {
    margin-left: 20px
}

@media only screen and (min-width: 768px) {
    .article__title {
        display: flex;
        justify-content: space-between
    }

    .article__title .block {
        margin-top: 0;
        float: none
    }
}

.article__body {
    padding-top: 30px
}

@media only screen and (min-width: 768px) {
    .article__body {
        padding-top: 0
    }
}

.article__footer {
    background-color: #fcfcf1;
    padding: 30px 15px
}

.block--left {
    text-align: left
}

.block--center {
    text-align: center
}

.block--right {
    text-align: right
}

.block--index-slider {
    width: 100%
}

.block--index-slider .carousel-inner {
    margin: 0 auto;
    width: 70%
}

.block--index-slider .btn {
    background-color: #fff
}

.block--index-slider .carousel-indicators {
    bottom: -30px;
    margin: 0
}

@media only screen and (min-width: 768px) {
    .block--index-slider .carousel-indicators {
        bottom: -50px
    }
}

.block--index-slider .carousel-indicators .btn {
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 8px;
    height: 10px;
    width: 10px;
    border: 1px solid #707070
}

@media only screen and (min-width: 768px) {
    .block--index-slider .carousel-indicators .btn {
        width: 14px;
        height: 14px
    }
}

.block--index-slider .carousel-indicators .btn.active {
    background-color: #929292
}

.block--index-buttons {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .block--index-buttons {
        margin-top: 30px
    }
}

.block--index-buttons img {
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .block.setting-by-place {
        background-color: #999;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: -35px
    }
}

.block--skyblue-bg {
    width: 100%;
    background-color: #f1f6fe;
    display: flex;
    align-items: center
}

.block--white-bg {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center
}

.block--white-bg.column {
    flex-direction: column
}

.block--gray-bg {
    width: 100%;
    background-color: #f7f7f7;
    display: flex;
    align-items: center
}

.block--gray-bg.column {
    flex-direction: column
}

.block--radius {
    border-radius: 10px
}

.block--icon-heading-h2 {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .block--icon-heading-h2 {
        margin-bottom: 30px
    }
}

.block--icon-heading-h2 .image-box {
    margin-right: 16px;
    max-width: 30px;
    flex: 1
}

.block--icon-heading-h2 .heading--h2 {
    margin-bottom: 0;
    flex: 1
}

.block--icon-heading-h4 {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .block--icon-heading-h4 {
        margin-bottom: 20px
    }
}

.block--icon-heading-h4 .image-box {
    margin-right: 10px
}

.block--icon-heading-h4 .image-box .image {
    width: 23px
}

.block--icon-heading-h4 .heading--h4 {
    margin-bottom: 0
}

.block--contact {
    display: block;
    padding: 30px 20px 30px 20px;
    margin-top: 57px
}

@media only screen and (min-width: 768px) {
    .block--contact {
        padding: 30px 0 52px 0
    }
}

.block--contact .heading--h3 {
    margin-bottom: 0;
    margin-left: 0
}

@media only screen and (min-width: 576px) {
    .block--contact .heading--h3 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 768px) {
    .block--contact .heading--h3 {
        margin-left: 40px;
        margin-bottom: 30px
    }
}

.block--contact .contact-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .block--contact .contact-box {
        flex-direction: row;
        height: 250px
    }
}

.block--contact .contact-box>* {
    width: 100%;
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 576px) {
    .block--contact .contact-box>* {
        flex-direction: row;
        padding: 20px
    }
}

@media only screen and (min-width: 768px) {
    .block--contact .contact-box>* {
        width: calc(100% / 3);
        padding: 0;
        flex-direction: column;
        padding: 20px 0 20px 0
    }
}

.block--contact .contact-box>* .block--icon-heading-h4 {
    align-self: self-start;
    margin-bottom: 10px
}

@media only screen and (min-width: 576px) {
    .block--contact .contact-box>* .block--icon-heading-h4 {
        width: 40%;
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 768px) {
    .block--contact .contact-box>* .block--icon-heading-h4 {
        width: auto;
        margin-bottom: 20px;
        margin-left: 10%
    }
}

@media only screen and (min-width: 992px) {
    .block--contact .contact-box>* .block--icon-heading-h4 {
        margin-left: 15%
    }
}

.block--contact .contact-box>.bl-1:before {
    width: 100%;
    height: 100%;
    border-top: 1px solid #d0d0d0;
    border-left: none
}

@media only screen and (min-width: 768px) {
    .block--contact .contact-box>.bl-1:before {
        border-top: none;
        border-left: 1px solid #d0d0d0
    }
}

.block--contact .contact-box .form-link {
    margin-left: 10px
}

.block--contact .contact-box .form-link .btn {
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    .block--contact .contact-box .form-link .btn {
        margin-left: 10%
    }
}

@media only screen and (min-width: 992px) {
    .block--contact .contact-box .form-link .btn {
        margin-left: 15%
    }
}

.block--fukidashi_line {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px
}

.block--fukidashi_line .fukidashi {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.block--fukidashi_line .fukidashi .image-box {
    width: 10px
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_line .fukidashi .image-box {
        width: 20px
    }
}

.block--fukidashi_line .fukidashi .text--fukidashi {
    display: block;
    width: auto;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_line .fukidashi .text--fukidashi {
        font-size: 24px
    }
}

.block--fukidashi_line .btn--line {
    display: flex;
    align-items: center;
    background-color: #06c152;
    border-radius: 6px;
    justify-content: space-around;
    margin-top: 10px;
    padding: 10px 20px
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_line .btn--line {
        height: 80px;
        margin-top: 20px
    }
}

.block--fukidashi_line .btn--line .image-box {
    width: 25px;
    margin-right: 10px
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_line .btn--line .image-box {
        width: 40px
    }
}

.block--fukidashi_line .btn--line .text--btn {
    font-size: 24px;
    font-weight: bold;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_line .btn--line .text--btn {
        font-size: 30px
    }
}

.block--fukidashi_question {
    background: #fff;
    border-radius: 5px;
    position: relative;
    border: solid 1px #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
    min-height: 80px
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_question {
        padding: 0 17% 0 13%
    }
}

.block--fukidashi_question:before,
.block--fukidashi_question:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    border-style: solid;
    border-color: transparent;
    border-width: 14px 10px 0 10px
}

.block--fukidashi_question:before {
    border-top-color: #333;
    bottom: -14px
}

.block--fukidashi_question:after {
    border-top-color: #fff;
    bottom: -12px
}

.block--fukidashi_question .text {
    font-weight: bold
}

.block--fukidashi_question .text--q-no {
    color: #3a98cf;
    margin-right: 20px;
    font-weight: bold;
    font-size: 24px
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_question .text--q-no {
        font-size: 30px
    }
}

.block--fukidashi_question .text--q-content {
    font-size: 18px
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_question .text--q-content {
        font-size: 20px
    }
}

.block--fukidashi_roundness {
    background: #fff;
    border-radius: 50px;
    position: relative;
    border: solid 1px #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 20px;
    height: 50px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_roundness {
        padding: 0
    }
}

@media only screen and (min-width: 992px) {
    .block--fukidashi_roundness {
        padding: 0 50px 0 50px;
        height: 80px
    }
}

.block--fukidashi_roundness:before,
.block--fukidashi_roundness:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    border-style: solid;
    border-color: transparent;
    border-width: 14px 10px 0 10px
}

.block--fukidashi_roundness:before {
    border-top-color: #333;
    bottom: -14px
}

.block--fukidashi_roundness:after {
    border-top-color: #fff;
    bottom: -12px
}

.block--fukidashi_roundness .text-box.fukidashi {
    font-size: 0;
    line-height: 0
}

.block--fukidashi_roundness .text-box.fukidashi .text {
    font-weight: bold;
    font-size: 17px;
    line-height: 17px
}

@media only screen and (min-width: 768px) {
    .block--fukidashi_roundness .text-box.fukidashi .text {
        font-size: 20px;
        line-height: 20px
    }
}

@media only screen and (min-width: 992px) {
    .block--fukidashi_roundness .text-box.fukidashi .text {
        font-size: 25px;
        line-height: 25px
    }
}

.block--comparePrice select {
    height: 60px;
    width: 100%;
    border: 1px solid #a5a5a5;
    font-size: 15px;
    padding-left: 10px;
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .block--comparePrice select {
        width: auto;
        max-width: 100%;
        font-size: 17px
    }
}

.block--comparePrice .table--comparePrice {
    margin-top: 30px;
    border-top: 1px solid #d0d0d0
}

.block--comparePrice .table--comparePrice .th,
.block--comparePrice .table--comparePrice .td {
    text-align: center;
    vertical-align: middle;
    background-color: #fff
}

.block--comparePrice .table--comparePrice .th {
    font-weight: normal
}

.block--comparePrice .table--comparePrice .tr {
    height: 60px
}

.block--comparePrice .table--comparePrice .thead .tr .th:first-child {
    border-left: 1px solid #d0d0d0;
    background-color: #fff
}

.block--comparePrice .table--comparePrice .thead .tr .th {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    color: #fff
}

.block--comparePrice .table--comparePrice .thead .tr .th.normal {
    background-color: #888
}

.block--comparePrice .table--comparePrice .thead .tr .th.subscription {
    background-color: #ee9f37
}

.block--comparePrice .table--comparePrice .tbody .tr .th:first-child {
    border-left: 1px solid #d0d0d0
}

.block--comparePrice .table--comparePrice .tbody .tr .th {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    background-color: #fff;
    padding: 0
}

.block--comparePrice .table--comparePrice .tbody .tr .td {
    width: 38%;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-weight: bold;
    padding: 0
}

.block--comparePrice .table--comparePrice .tbody .tr .td .subscriptionprice {
    font-size: 17px;
    color: #ee9f37
}

@media only screen and (min-width: 768px) {
    .block--comparePrice .table--comparePrice .tbody .tr .td .subscriptionprice {
        font-size: 28px
    }
}

.block--comparePrice .table--comparePrice .tbody .tr .td.nomalTotalPrice {
    background-color: #f2f2f2
}

.block--comparePrice .table--comparePrice .tbody .tr .td.subscriptionTotalPrice {
    background-color: #fff4e5
}

.block--comparePrice span.differencePrice {
    font-size: 20px
}

@media only screen and (min-width: 768px) {
    .block--comparePrice span.differencePrice {
        font-size: 28px
    }
}

.block--h3-text {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .block--h3-text {
        padding: 30px
    }
}

.block--h3-text .image-box {
    margin: 10px 0 20px 0
}

.block--h3-text .heading--h2,
.block--h3-text .heading--h3 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {

    .block--h3-text .heading--h2,
    .block--h3-text .heading--h3 {
        margin-bottom: 40px
    }
}

.block--product-detail {
    flex-direction: column;
    padding: 20px;
    margin: 30px 0;
    align-items: self-start
}

@media only screen and (min-width: 768px) {
    .block--product-detail {
        margin: 37px 0;
        padding: 30px
    }
}

.block--product-detail .text--title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .block--product-detail .text--title {
        font-size: 20px
    }
}

.block--product-info-cart>* {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .block--product-info-cart>* {
        display: block
    }
}

.block--product-info-cart>* .box-inner {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (min-width: 768px) {
    .block--product-info-cart>* .box-inner {
        align-items: flex-end
    }
}

@media only screen and (min-width: 768px) {
    .block--product-info-cart>* .box-inner .text--number {
        margin-bottom: 10px
    }
}

.block--product-info-cart>* .box-inner .cartForm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%
}

.block--product-info-cart>* .box-inner .cartForm .btn--cart {
    width: 320px
}

@media only screen and (min-width: 768px) {
    .block--product-info-cart>* .box-inner .cartForm .btn--cart {
        width: 100%
    }
}

.block--product-info-cart>* .box-inner .c-red {
    font-size: 13px
}

@media only screen and (min-width: 768px) {
    .block--product-info-cart>* .box-inner .c-red {
        font-size: 18px
    }
}

.block--popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #999;
    text-align: center;
    width: 100%;
    transition: .3s
}

@media only screen and (min-width: 768px) {
    .block--popup {
        width: 80%;
        max-width: 1200px
    }
}

.block--popup video {
    max-width: 100%;
    max-height: 100%
}

.block--popup .btn {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 0;
    margin-top: 10px;
    padding: 0
}

@media only screen and (min-width: 576px) {
    .block--popup .btn {
        width: 40px;
        height: 40px;
        margin-top: 20px
    }
}

.block--popup .btn:before,
.block--popup .btn:after {
    content: "";
    position: absolute;
    top: 14px;
    width: 1px;
    height: 100%;
    background: #555;
    transition: transform .3s ease-out
}

.block--popup .btn:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.block--popup .btn:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.block--popup .btn:hover {
    opacity: .5
}

.block.show {
    visibility: visible;
    opacity: 1;
    transition: .3s
}

.block--overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.block.show {
    visibility: visible;
    opacity: 1;
    transition: .3s
}

.block--inner-md-flex {
    display: flex;
    flex-direction: column
}

.block--inner-md-flex .image-box {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .block--inner-md-flex .image-box {
        margin-left: 10%
    }
}

@media only screen and (min-width: 768px) {
    .block--inner-md-flex {
        flex-direction: row;
        margin-top: 0
    }
}

.block--image-inner {
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    bottom: 10%;
    left: 10%
}

.block--image-inner .text {
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap
}

@media only screen and (min-width: 992px) {
    .block--image-inner .text {
        font-size: 30px
    }
}

@media only screen and (min-width: 1200px) {
    .block--image-inner .text {
        font-size: 42px
    }
}

.block--flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 30px 0 10px 0;
    flex-direction: column;
    gap: 20px
}

@media only screen and (min-width: 768px) {
    .block--flex {
        flex-direction: row
    }

    .block--flex>* {
        width: 50%
    }
}

@media only screen and (min-width: 768px) {
    .block--flex.bottom {
        align-items: flex-end
    }
}

@media only screen and (min-width: 768px) {
    .block--flex.center {
        align-items: center
    }
}

.block--flex .left-box,
.block--flex .right-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media only screen and (min-width: 768px) {

    .block--flex .left-box,
    .block--flex .right-box {
        width: 46%
    }
}

.block--flex .left-box .image-box,
.block--flex .right-box .image-box {
    margin: 0;
    height: 100%
}

.block--flex .left-box .image-box .image,
.block--flex .right-box .image-box .image {
    width: 100%;
    height: 100%
}

.block--flex .left-box .image-box .image.image--object-all,
.block--flex .right-box .image-box .image.image--object-all {
    height: auto
}

.block--flex .block--text {
    align-self: center
}

.block--flex .image-box--graph .image {
    width: 100%
}

.block--flex>.image-box {
    text-align: center
}

.block--flex.message {
    gap: 0;
    margin: 60px 0 0 0
}

.block--flex.message .image-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.message .image-box {
        width: 45%
    }
}

.block--flex.message .image-box .image {
    width: 100%
}

.block--flex.message .block--gray-bg {
    padding: 40px 40px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.message .block--gray-bg {
        width: 55%;
        padding: 0 40px
    }
}

.block--flex.message .block--gray-bg .text-box {
    justify-content: center
}

.block--flex.message .block--gray-bg .text-box .text--title {
    font-size: 17px
}

@media only screen and (min-width: 768px) {
    .block--flex.message .block--gray-bg .text-box .text--title {
        font-size: 20px
    }
}

.block--flex.room-index {
    gap: 0
}

.block--flex.room-index .left-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.room-index .left-box {
        width: 41%
    }
}

.block--flex.room-index .right-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.room-index .right-box {
        width: calc(100% - 41%)
    }
}

.block--flex.room-index .right-box .block--white-bg,
.block--flex.room-index .right-box .block--gray-bg {
    height: 100%
}

.block--flex.cause .left-box {
    gap: 0;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.cause .left-box {
        width: 50%
    }
}

.block--flex.cause .right-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.cause .right-box {
        width: 44%
    }
}

.block--flex.product-list {
    gap: 7%
}

.block--flex.product-list .left-box {
    gap: 0;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.product-list .left-box {
        width: 36%
    }

    .block--flex.product-list .left-box .image-box {
        max-width: 300px
    }
}

.block--flex.product-list .right-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--flex.product-list .right-box {
        width: 64%
    }
}

.block--flex.product-list .right-box .btn-box {
    align-self: self-end;
    margin-top: 25px;
    flex: 1
}

.block--video-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%
}

.block--video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block--pagination {
    margin: 60px 0
}

.block--pagination .page-container {
    display: flex;
    justify-content: center;
    gap: 0 20px
}

@media only screen and (min-width: 768px) {
    .block--pagination .page-container {
        gap: 0 30px
    }
}

.block--pagination .page-container .anchor--page {
    cursor: pointer;
    border: 1px solid #3a98cf;
    background-color: #fff;
    color: #3a98cf;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .block--pagination .page-container .anchor--page {
        width: 50px;
        height: 50px
    }
}

.block--pagination .page-container .anchor--page.active {
    background-color: #3a98cf;
    color: #fff
}

.block--flex-half {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .block--flex-half {
        flex-direction: row
    }

    .block--flex-half>* {
        width: 50%
    }
}

.block--flex-half .left-box,
.block--flex-half .right-box {
    width: 100%;
    display: flex;
    flex-direction: column
}

.block--flex-half .left-box>*,
.block--flex-half .right-box>* {
    height: 100%
}

.block--flex-half .left-box .image-box,
.block--flex-half .right-box .image-box {
    margin: 0
}

.block--flex-half .left-box .image-box .image,
.block--flex-half .right-box .image-box .image {
    width: 100%;
    height: 100%
}

.block--flex-half .left-box .inner .heading--h3,
.block--flex-half .right-box .inner .heading--h3 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {

    .block--flex-half .left-box .inner .heading--h3,
    .block--flex-half .right-box .inner .heading--h3 {
        margin-bottom: 20px
    }
}

.block.room-index .block--gray-bg,
.block.room-index .block--white-bg {
    align-items: center;
    justify-content: center;
    padding: 20px
}

@media only screen and (min-width: 768px) {

    .block.room-index .block--gray-bg,
    .block.room-index .block--white-bg {
        padding: 37px
    }
}

.block.room-index .block--gray-bg .inner,
.block.room-index .block--white-bg .inner {
    display: flex;
    flex-direction: column
}

.block.room-index .block--gray-bg .inner .text--title,
.block.room-index .block--white-bg .inner .text--title {
    margin-bottom: 20px;
    font-weight: bold
}

.block.room-index .block--gray-bg .inner .list,
.block.room-index .block--white-bg .inner .list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.block--flex-center {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .block--flex-center {
        flex-direction: row;
        justify-content: center;
        gap: 40px
    }
}

.block--flex-center .btn--more {
    width: 350px
}

.block--anchorLink {
    height: 0;
    position: absolute;
    margin-top: -10px
}

@media only screen and (min-width: 768px) {
    .block--anchorLink {
        margin-top: -140px
    }
}

.block--form-mailer {
    width: 100%
}

.block--form-mailer iframe {
    width: 100%;
    height: 1800px;
    overflow-y: scroll
}

.block--bed-movie {
    display: flex;
    justify-content: center
}

.block--bed-movie .image-box {
    position: relative;
    display: flex;
    align-items: center
}

.block--bed-movie .image-box video {
    position: absolute;
    left: 3%;
    width: 38%
}

.block--bed-movie .image-box .image--fukidashi {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 26% !important;
    height: auto !important
}

.block--item-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .block--item-banner {
        justify-content: flex-end
    }
}

.block--item-banner .anchor {
    max-width: 330px
}

.block--lp-area iframe {
    width: 100%;
    height: 52270px
}

.block--item_cv {
    position: fixed;
    right: 0;
    bottom: 55px;
    background-color: #fff;
    width: 100%;
    z-index: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #555;
    align-items: flex-start
}

@media only screen and (min-width: 768px) {
    .block--item_cv {
        bottom: 10%;
        width: 200px;
        align-items: flex-end
    }
}

.block--item_cv .text--product-name {
    font-size: 12px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .block--item_cv .text--product-name {
        font-size: 14px
    }
}

.block--item_cv .text--price {
    color: #ff3f03;
    font-size: 20px
}

@media only screen and (min-width: 768px) {
    .block--item_cv .text--price {
        font-size: 24px
    }
}

.block--item_cv .btn-box {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .block--item_cv .btn-box {
        flex-direction: column;
        gap: 7px
    }
}

.block--item_cv .box-inner {
    width: 50%
}

@media only screen and (min-width: 768px) {
    .block--item_cv .box-inner {
        width: 100%
    }
}

.block--item_cv .btn {
    background-color: #e13600;
    border: none;
    justify-content: center
}

.block--item_cv .btn .angle-right-circle:before {
    border: 1px solid #fff
}

.block--item_cv .btn .angle-right-circle:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.block--item_cv .btn .text {
    font-size: 12px;
    font-weight: bold;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .block--item_cv .btn .text {
        font-size: 14px
    }
}

.block--item_cv .btn--line {
    background-color: #06c152;
    width: 50%
}

@media only screen and (min-width: 768px) {
    .block--item_cv .btn--line {
        width: 100%
    }
}

.fukidashi.up {
    margin-top: 30px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .fukidashi.up {
        margin-top: 50px
    }
}

.fukidashi.up .block--fukidashi_question {
    height: 85px;
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
    align-items: center;
    padding: 5px
}

@media only screen and (min-width: 576px) {
    .fukidashi.up .block--fukidashi_question {
        width: 78%
    }
}

@media only screen and (min-width: 768px) {
    .fukidashi.up .block--fukidashi_question {
        padding: 0
    }
}

.fukidashi.up .block--fukidashi_question:before,
.fukidashi.up .block--fukidashi_question:after {
    border-width: 0 10px 14px 10px;
    bottom: auto
}

.fukidashi.up .block--fukidashi_question:before {
    top: -14px;
    border-bottom-color: #333
}

.fukidashi.up .block--fukidashi_question:after {
    top: -12px;
    border-bottom-color: #fff
}

.badge-board-new {
    display: none
}

.badge-board-new.new {
    display: inline-block
}

.badge--blue-box {
    background-color: #3a98cf;
    --bs-badge-border-radius: 0;
    width: 110px;
    font-weight: lighter
}

@media only screen and (min-width: 768px) {
    .badge--blue-box {
        width: 138px
    }
}

.badge--blue-box .text {
    color: #fff;
    font-weight: lighter
}

.badge--step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #3a98cf;
    font-size: 10px;
    color: #fff;
    font-weight: bold
}

@media only screen and (min-width: 576px) {
    .badge--step {
        font-size: 15px;
        width: 74px;
        height: 74px
    }
}

.bl-1 {
    height: 100%;
    position: relative
}

.bl-1::before {
    content: "";
    display: block;
    height: 100%;
    border-left: 1px solid #d0d0d0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto
}

.br-1 {
    height: 100%;
    position: relative
}

.br-1::after {
    content: "";
    display: block;
    height: 100%;
    border-right: 1px solid #d0d0d0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto
}

.bt-1 {
    height: 100%;
    position: relative
}

.bt-1::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #d0d0d0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.bb-1 {
    height: 100%;
    position: relative
}

.bb-1::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.breadcrumb {
    margin-top: 30px;
    margin-bottom: 60px
}

.breadcrumb a {
    text-decoration: none;
    color: #333
}

@media only screen and (min-width: 768px) {
    .breadcrumb {
        margin-top: 20px;
        margin-bottom: 60px
    }
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "＞")
}

.btn {
    color: #fff;
    text-decoration: none;
    --bs-btn-border-width: 0;
    font-size: 15px
}

@media only screen and (min-width: 768px) {
    .btn {
        font-size: 17px
    }
}

.btn .angle-rotate {
    width: 5px;
    height: 5px;
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf;
    transform: rotate(45deg);
    border-radius: 0;
    padding: 0;
    margin-right: 10px;
    position: absolute;
    transition: transform .2s linear
}

.show .btn .angle-rotate {
    transform: rotate(135deg);
    transition: transform .2s linear
}

.btn .angle-right {
    width: 5px;
    height: 5px;
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf;
    transform: rotate(45deg);
    border-radius: 0;
    padding: 0;
    margin-right: 10px;
    position: absolute;
    transition: transform .2s linear
}

.btn .angle-right.white {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.btn .angle-bottom {
    width: 5px;
    height: 5px;
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf;
    transform: rotate(135deg);
    border-radius: 0;
    padding: 0;
    margin-right: 10px;
    position: absolute
}

.btn .angle-right-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px
}

.btn .angle-right-circle:before {
    content: "";
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #3a98cf;
    border-radius: 50%;
    position: absolute
}

.btn .angle-right-circle:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf;
    transform: rotate(45deg);
    border-radius: 0;
    left: -3px;
    top: -3px
}

.btn--more {
    color: #3a98cf;
    background-color: #fff;
    border: 1px solid #3a98cf;
    border-radius: 25px;
    width: 61%;
    min-width: 235px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.btn--more::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf;
    transform: rotate(45deg) translate(0,-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    transition: border 0.3s ease;
}

.btn--more:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
    .btn--more {
        font-size: 17px;
        height: 50px;
        width: 265px
    }
}

.btn--more .angle-right {
    right: 0
}

.btn--more:hover,
.btn--more:active {
    color: #fff !important;
    background-color: #3a98cf !important
}

.btn--more:hover .angle-right,
.btn--more:active .angle-right {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.btn--more.anchor {
    border: 1px solid #333;
    width: 100%;
    color: #333
}

.btn--more.anchor .angle-bottom {
    border-top: 1px solid #333;
    border-right: 1px solid #333
}

.btn--more.anchor p {
    padding-right: 10px
}

.btn--more.anchor:hover {
    background-color: #f1f6fe
}

.btn--more.transparent {
    background-color: transparent
}

.btn--more.transparent:hover {
    color: #fff;
    background-color: #3a98cf
}

.btn--more.transparent:hover .angle-right {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.btn--more-sns {
    color: #333;
    background-color: #f1f6fe;
    border-radius: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 61%;
    min-width: 235px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid #f1f6fe;
    box-sizing: border-box
}

@media only screen and (min-width: 768px) {
    .btn--more-sns {
        font-size: 17px;
        height: 50px;
        width: 265px
    }
}

.btn--more-sns .angle-box {
    width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.btn--more-sns .angle-box .angle-right {
    right: 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333
}

.btn--more-sns .image-box {
    width: 50px;
    display: flex;
    justify-content: center
}

.btn--more-sns .image-box .image {
    left: 0;
    height: 20px
}

.btn--more-sns:hover {
    color: #3a98cf;
    background-color: #fff;
    border: 1px solid #3a98cf;
    box-sizing: border-box
}

.btn--more-sns:hover .angle-right {
    border-top: 2px solid #3a98cf;
    border-right: 2px solid #3a98cf
}

.btn--more-small {
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0
}

@media only screen and (min-width: 768px) {
    .btn--more-small {
        font-size: 17px
    }
}

.btn--more-small:hover {
    color: #3a98cf
}

.btn--more-small:visited .angle-right-circle:before {
    border: 1px solid #3a98cf
}

.btn--more-small:visited .angle-right-circle:after {
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf
}

.btn--more-small.active {
    color: #3a98cf;
    font-weight: bold;
    pointer-events: none
}

.btn--menu-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px
}

.btn--menu-between .angle-right,
.btn--menu-between .angle-bottom,
.btn--menu-between .angle-rotate {
    right: 0
}

.btn--menu-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn--menu-center .angle-right,
.btn--menu-center .angle-bottom,
.btn--menu-center .angle-rotate {
    position: relative;
    margin-left: 10px
}

.btn--menu-normal {
    display: flex;
    align-items: center;
    padding: 10px 10px
}

@media only screen and (min-width: 768px) {
    .btn--menu-normal {
        padding: 0 10px
    }
}

.btn--menu-normal .angle-right,
.btn--menu-normal .angle-bottom,
.btn--menu-normal .angle-rotate {
    right: 0
}

.btn--right {
    position: absolute;
    right: 0
}

.btn--center {
    margin: 0 auto
}

.btn--hamburger {
    background-color: #fff
}

.btn--hamburger .block--bars {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    width: 24px;
    position: relative;
    height: 17px
}

.btn--hamburger .block--bars .icon-bar {
    background-color: #3a98cf;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    transition: all .3s ease-in-out;
    position: relative
}

.btn--hamburger .block--bars .icon-bar:nth-child(2) {
    top: 4px
}

.btn--hamburger .block--bars .icon-bar:nth-child(3) {
    top: 8px
}

.btn--hamburger .block--bars.toggle :nth-child(1) {
    transform: rotate(50deg) translate(5px, 5px)
}

.btn--hamburger .block--bars.toggle :nth-child(2) {
    opacity: 0
}

.btn--hamburger .block--bars.toggle :nth-child(3) {
    transform: rotate(-50deg) translate(5px, -5px)
}

.btn .angle-prev {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background-color: #3a98cf;
    border-radius: 50%;
    position: absolute
}

.btn .angle-prev:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
    border-radius: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 10px;
    left: 12px
}

.btn .angle-next {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background-color: #3a98cf;
    border-radius: 50%;
    position: absolute
}

.btn .angle-next:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    border-radius: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 12px
}

.btn--cart {
    width: 100%;
    max-width: 320px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .btn--cart {
        max-width: 330px
    }
}

@media only screen and (min-width: 768px) {
    .btn--cart:has(.cancel) {
        max-width: 400px
    }
}

.btn--cart.white {
    border: 1px solid #d0d0d0
}

.btn--cart.orange {
    background-color: #ff9d00 !important;
    border: 1px solid #ff9d00
}

.btn--cart.orange .text {
    color: #fff
}

.btn--cart .text--cart {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .btn--cart .text--cart {
        font-size: 20px
    }
}

.btn--cart .text--cart.black:before {
    line-height: 1;
    margin-right: 10px;
    content: url(/img/icon/cart_black.png)
}

.btn--cart .text--cart.white:before {
    line-height: 1;
    margin-right: 10px;
    content: url(/img/icon/cart_white.png)
}

.btn--cart .text--cart.blackーsingle:before {
    line-height: 1;
    margin-right: 10px;
    content: url(/img/icon/cart_black.png)
}

.btn--cart .price {
    display: flex;
    align-items: baseline
}

.btn--cart .price .text--price {
    font-size: 20px
}

@media only screen and (min-width: 768px) {
    .btn--cart .price .text--price {
        font-size: 25px
    }
}

.btn--cart .prices {
    display: flex;
    align-items: baseline;
    gap: 10px
}

.btn--cart .prices .price.cancel {
    position: relative
}

.btn--cart .prices .price.cancel:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    transform-origin: center;
    background-color: #ff3f03;
    transform: rotate(15deg);
    top: 47%
}

.btn--product {
    color: #fff;
    background: linear-gradient(to bottom, #3F96C9, #3E6CB1);
    border: 1px solid #3a98cf;
    border-radius: 44px;
    width: 61%;
    min-width: 300px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    .btn--product {
        font-size: 27px;
        height: 88px;
        width: 464px;
        margin-top: 60px
    }
}

.btn--product:hover,
.btn--product:active {
    color: #fff !important;
    background-color: #3a98cf
}

.btn-primary {
    background-color: #3a98cf;
    border: 1px solid #3a98cf
}

.btn-primary:hover {
    background-color: #3a98cf;
    border-color: #3a98cf
}

.btn-primary:focus {
    background-color: #3a98cf;
    border-color: #3a98cf;
    box-shadow: 0 0 0 .2rem rgba(39, 135, 146, .5)
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #3a98cf;
    border-color: #3a98cf
}

.btn-primary.admin-primary-disabled[disabled] {
    background-color: #d8dbe0;
    color: #797a7e;
    border: none
}

.btn-primary.admin-primary-disabled[disabled]:hover {
    background-color: #caced5;
    border: none
}

.btn-primary.admin-primary-disabled[disabled]:focus {
    background-color: #caced5;
    border: none;
    box-shadow: none
}

.btn-secondary.btn-white {
    background-color: #fff;
    color: #333
}

.btn-secondary.btn-white:hover {
    background-color: #efefef
}

.btn-sp-search {
    width: 30px;
    height: 30px;
    background: transparent url(/img/icon-search-circle.png) no-repeat 0 0/contain;
    border-radius: 50%
}

.btn-sp-search:active,
.btn-sp-search:focus {
    box-shadow: none !important;
    background-color: #fafafa
}

.btn-search {
    width: 30px;
    height: 30px;
    background: transparent url(/img/icon-search.png) no-repeat 50% 50%
}

.btn-search:active,
.btn-search:focus {
    box-shadow: none !important;
    background-color: #fafafa
}

.btn--regist {
    border: 2px solid #3384c9;
    background: linear-gradient(to bottom, #50cae8 0%, #3fa1d6 8%, #3384c9 18%, #3384c9 100%)
}

.btn--regist:hover {
    background: #4690d0
}

.btn--nowrap {
    white-space: nowrap
}

canvas {
    display: block;
    vertical-align: bottom
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0
}

.container,
.container-xl {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container .row,
.container-xl .row {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 1200px) {

    .container,
    .container-xl {
        max-width: 1230px
    }
}

.row--child-w-auto>* {
    width: auto
}

.dl--accordion {
    padding: 10px 30px 36px 30px;
    margin-bottom: 0;
    width: 100%
}

.dl--accordion .dt {
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    cursor: pointer
}

.dl--accordion .dt--question {
    padding: 10px 30px 10px 0;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 17px
}

.dl--accordion .dt--question .text--q-no {
    color: #3a98cf;
    padding-right: 30px;
    width: 40px
}

@media only screen and (min-width: 768px) {
    .dl--accordion .dt--question .text--q-no {
        width: 50px
    }
}

@media only screen and (min-width: 768px) {
    .dl--accordion .dt--question {
        font-size: 20px;
        padding: 22px 20px 22px 0
    }
}

@media only screen and (min-width: 768px) {
    .dl--accordion .dt--question:hover {
        cursor: pointer;
        color: #3a98cf;
        transition: .4s
    }

    .dl--accordion .dt--question:hover:after {
        border-top: 2px solid #3a98cf;
        border-right: 2px solid #3a98cf
    }
}

.dl--accordion .dt:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 1%;
    display: block;
    transition: all .3s ease
}

.dl--accordion .dt.open:after {
    transform: rotate(-45deg);
    transition: all .3s ease
}

.dl--accordion .dd {
    padding: 16px 26px;
    display: none
}

.dl--accordion .dd--answer {
    padding: 16px 0;
    border-bottom: 1px solid #d0d0d0;
    line-height: 1.7
}

@media only screen and (min-width: 768px) {
    .dl--accordion .dd--answer {
        padding: 16px 20px
    }
}

.dl--accordion .dd a {
    display: inline-block;
    text-decoration: underline
}

.dl--accordion .dd a:hover {
    text-decoration: none
}

.dl--nav {
    padding: 0
}

.dl--nav .dt {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.dl--nav .dt:after,
.dl--nav .dt.open:after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    top: 20px;
    transform: rotate(135deg)
}

.dl--nav .dd {
    padding: 0
}

.dl--nav .dd .list-item {
    margin: 5px 0
}

.dl--nav-sp-header {
    padding: 0;
    font-size: 15px
}

.dl--nav-sp-header .dt {
    padding: 5px 15px 5px 15px;
    font-weight: normal;
    border-bottom: none;
    cursor: pointer
}

.dl--nav-sp-header .dt:after,
.dl--nav-sp-header .dt.open:after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    top: 12px;
    right: 15px;
    transform: rotate(135deg)
}

.dl--nav-sp-header .dd {
    padding: 0
}

.dl--nav-sp-header .dd .list-item {
    padding: 5px 15px 5px 15px;
    background-color: #fff
}

.dl--nav-sp-header .dd .list-item .anchor {
    color: #333;
    text-decoration: none
}

.input-email,
.input-password,
.input-tel,
.input-text,
.input-url,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #333;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input-email:-moz-placeholder-shown,
.input-password:-moz-placeholder-shown,
.input-tel:-moz-placeholder-shown,
.input-text:-moz-placeholder-shown,
.input-url:-moz-placeholder-shown,
input[type=text]:-moz-placeholder-shown,
input[type=password]:-moz-placeholder-shown,
input[type=email]:-moz-placeholder-shown,
input[type=url]:-moz-placeholder-shown,
input[type=tel]:-moz-placeholder-shown {
    color: #999;
    font-size: 1rem;
    line-height: 1
}

.input-email:placeholder-shown,
.input-password:placeholder-shown,
.input-tel:placeholder-shown,
.input-text:placeholder-shown,
.input-url:placeholder-shown,
input[type=text]:placeholder-shown,
input[type=password]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=url]:placeholder-shown,
input[type=tel]:placeholder-shown {
    color: #999;
    font-size: 1rem;
    line-height: 1
}

.input-email::-webkit-input-placeholder,
.input-password::-webkit-input-placeholder,
.input-tel::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input-url::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem;
    line-height: 1
}

.input-email:-moz-placeholder,
.input-password:-moz-placeholder,
.input-tel:-moz-placeholder,
.input-text:-moz-placeholder,
.input-url:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 1rem;
    line-height: 1
}

.input-email::-moz-placeholder,
.input-password::-moz-placeholder,
.input-tel::-moz-placeholder,
.input-text::-moz-placeholder,
.input-url::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 1rem;
    line-height: 1
}

.input-email:-ms-input-placeholder,
.input-password:-ms-input-placeholder,
.input-tel:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.input-url:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
    color: #999;
    font-size: 1rem;
    line-height: 1
}

.input-email:focus,
.input-password:focus,
.input-tel:focus,
.input-text:focus,
.input-url:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus {
    outline: none;
    background-color: #faf9e8
}

.input-email:disabled,
.input-email[readonly],
.input-password:disabled,
.input-password[readonly],
.input-tel:disabled,
.input-tel[readonly],
.input-text:disabled,
.input-text[readonly],
.input-url:disabled,
.input-url[readonly],
input[type=text]:disabled,
input[type=text][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=tel]:disabled,
input[type=tel][readonly] {
    background-color: #d8dbe0;
    opacity: 1
}

.input-email:disabled[data-datepicker=true],
.input-email[readonly][data-datepicker=true],
.input-password:disabled[data-datepicker=true],
.input-password[readonly][data-datepicker=true],
.input-tel:disabled[data-datepicker=true],
.input-tel[readonly][data-datepicker=true],
.input-text:disabled[data-datepicker=true],
.input-text[readonly][data-datepicker=true],
.input-url:disabled[data-datepicker=true],
.input-url[readonly][data-datepicker=true],
input[type=text]:disabled[data-datepicker=true],
input[type=text][readonly][data-datepicker=true],
input[type=password]:disabled[data-datepicker=true],
input[type=password][readonly][data-datepicker=true],
input[type=email]:disabled[data-datepicker=true],
input[type=email][readonly][data-datepicker=true],
input[type=url]:disabled[data-datepicker=true],
input[type=url][readonly][data-datepicker=true],
input[type=tel]:disabled[data-datepicker=true],
input[type=tel][readonly][data-datepicker=true] {
    background-color: #fff
}

.input-email.is-invalid,
.input-password.is-invalid,
.input-tel.is-invalid,
.input-text.is-invalid,
.input-url.is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid,
input[type=email].is-invalid,
input[type=url].is-invalid,
input[type=tel].is-invalid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZTU1MzUzJyB2aWV3Qm94PScwIDAgMTIgMTInPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2U1NTM1Mycgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) center;
    background-color: #fff1f2;
    border-color: #e34958
}

.input-group .input-text,
.input-group .input-email,
.input-group .input-password,
.input-group .input-tel,
.input-group .input-text,
.input-group .input-url,
.input-group input[type=text],
.input-group input[type=password],
.input-group input[type=email],
.input-group input[type=url],
.input-group input[type=tel],
.input-group .input-text-user[type=text],
.input-group .input-tel-user[type=tel] {
    border-radius: .25rem 0 0 .25rem
}

.input-group .input-group-append .input-group-text {
    background-color: #3a98cf;
    color: #fff
}

.input-text-user[type=text],
.input-tel-user[type=tel] {
    background-color: #ebf2f6 !important
}

.input-text-user[type=text]:focus,
.input-tel-user[type=tel]:focus {
    outline: none;
    background-color: #fff !important
}

.input-text-user[type=text]#search::-moz-placeholder,
.input-tel-user[type=tel]#search::-moz-placeholder {
    padding-top: 2px
}

.input-text-user[type=text]#search::placeholder,
.input-tel-user[type=tel]#search::placeholder {
    padding-top: 2px
}

.input-password-user[type=password] {
    background-color: #ebf2f6
}

.input-password-user[type=password]:focus {
    outline: none;
    background-color: #fff
}

.input-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #333;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none
}

.input-textarea:-moz-placeholder-shown {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea:placeholder-shown {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea:-ms-input-placeholder {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea:focus {
    outline: none;
    background-color: #faf9e8
}

.input-textarea:disabled,
.input-textarea[readonly] {
    background-color: #d8dbe0;
    opacity: 1;
    cursor: not-allowed
}

.input-textarea.is-invalid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZTU1MzUzJyB2aWV3Qm94PScwIDAgMTIgMTInPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2U1NTM1Mycgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) center;
    background-color: #fff1f2;
    border-color: #e34958
}

.input-textarea-user {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #333;
    background-color: #ebf2f6;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none
}

.input-textarea-user:-moz-placeholder-shown {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea-user:placeholder-shown {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea-user::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea-user:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea-user::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea-user:-ms-input-placeholder {
    color: #999;
    font-size: 1rem;
    line-height: 1.7
}

.input-textarea-user:focus {
    outline: none;
    background-color: #fff
}

.input-textarea-user:disabled,
.input-textarea-user[readonly] {
    background-color: #d8dbe0;
    opacity: 1;
    cursor: not-allowed
}

.input-textarea-user.is-invalid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZTU1MzUzJyB2aWV3Qm94PScwIDAgMTIgMTInPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2U1NTM1Mycgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) center;
    background-color: #fff1f2;
    border-color: #e34958
}

.firefox input[type=text]:-moz-placeholder,
.firefox input[type=text]::-moz-placeholder,
.firefox input[type=password]:-moz-placeholder,
.firefox input[type=password]::-moz-placeholder,
.firefox input[type=email]:-moz-placeholder,
.firefox input[type=email]::-moz-placeholder,
.firefox input[type=url]:-moz-placeholder,
.firefox input[type=url]::-moz-placeholder,
.firefox input[type=tel]:-moz-placeholder,
.firefox input[type=tel]::-moz-placeholder {
    line-height: 50px
}

.firefox input[type=text]:focus:-moz-placeholder,
.firefox input[type=text]:focus::-moz-placeholder,
.firefox input[type=password]:focus:-moz-placeholder,
.firefox input[type=password]:focus::-moz-placeholder,
.firefox input[type=email]:focus:-moz-placeholder,
.firefox input[type=email]:focus::-moz-placeholder,
.firefox input[type=url]:focus:-moz-placeholder,
.firefox input[type=url]:focus::-moz-placeholder,
.firefox input[type=tel]:focus:-moz-placeholder,
.firefox input[type=tel]:focus::-moz-placeholder {
    color: #dfe1e1
}

.input-select {
    position: relative;
    padding: 0;
    max-width: 260px
}

@media only screen and (min-width: 768px) {
    .input-select {
        max-width: 260px
    }
}

.input-select select {
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #ccc;
    position: relative
}

.input-select select::-ms-expand {
    display: none
}

.input-select select optgroup {
    font-style: normal
}

.input-select select.is-invalid {
    background-color: #e34958;
    border-color: #e34958
}

.input-select select:disabled,
.input-select select[readonly] {
    background-color: #d8dbe0;
    opacity: 1;
    cursor: not-allowed
}

.input-select:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 15px;
    right: 10px;
    pointer-events: none
}

.input-select:focus {
    outline: none;
    background-color: #dfe1e1
}

.input-select:focus:after {
    transform: rotate(180deg)
}

.input-select.stars {
    width: 80px;
    flex-basis: 80px;
    height: auto;
    padding: 0
}

.input-select.stars select {
    height: auto
}

.input-select.stars select option {
    position: relative
}

.input-select.stars select option.stars-pink::before {
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcf
}

.input-select.stars select option.stars-yellow {
    background-color: #7030a0
}

.input-select.stars select option.stars-purple {
    background-color: #0070c0
}

.input-select.stars select option.stars-blue {
    background-color: red
}

.input-select.stars select option.stars-red {
    background-color: #ff0
}

.input-select.stars select option.stars-gray {
    background-color: #c9c9c9
}

.input-dummy {
    position: relative;
    max-width: 260px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #ccc;
    cursor: pointer
}

.input-dummy-user {
    background-color: #ebf2f6
}

.input-dummy.is-invalid {
    background-color: #e34958;
    border-color: #e34958
}

@media only screen and (min-width: 768px) {
    .input-dummy {
        max-width: 260px
    }
}

.input-select-user {
    width: 220px;
    position: relative;
    padding: 0;
    max-width: 260px
}

@media only screen and (min-width: 768px) {
    .input-select-user {
        max-width: 300px
    }
}

.input-select-user select {
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #ebf2f6;
    border-radius: .25rem;
    border: 1px solid #ccc;
    position: relative
}

.input-select-user select::-ms-expand {
    display: none
}

.input-select-user select optgroup {
    font-style: normal
}

.input-select-user select.is-invalid {
    background-color: #e34958;
    border-color: #e34958
}

.input-select-user:focus {
    outline: none;
    background-color: #fff
}

.point-target.is-invalid {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.point-target.is-invalid::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e34958;
    z-index: 1
}

.input-checkbox {
    display: inline-block;
    margin: 10px 15px 10px 0;
    padding-left: 24px;
    position: relative
}

.input-checkbox-input {
    display: none
}

.input-checkbox-input:checked+.input-checkbox-label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' 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")
}

.input-checkbox-label {
    cursor: pointer
}

.input-checkbox-label:before {
    content: "";
    border: 1px solid #ccc;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0
}

.input-radio {
    padding-left: 0;
    margin: 10px 10px 10px 0;
    display: inline-block
}

.input-radio .input-radio-label {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 15px 10px 40px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: .9rem;
    line-height: 1.3;
    border-radius: .25rem
}

.input-radio .input-radio-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    border: 1px solid #ccc;
    background-color: #fff
}

.input-radio .input-radio-label::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    left: 14px;
    top: calc(50% - 6px);
    background-color: #fff
}

.input-radio .input-radio-input {
    display: none
}

.input-radio .input-radio-input:checked~.input-radio-label {
    border-color: #3a98cf;
    background-color: theme-color("primary");
    color: #fff
}

.input-radio .input-radio-input:checked~.input-radio-label::before {
    border-color: #dee2e6
}

.input-radio .input-radio-input:checked~.input-radio-label::after {
    background-color: #333
}

.input-radio .input-radio-input:disabled~.input-radio-label {
    background-color: #ccc
}

.input-radio .input-radio-input:checked:disabled~.input-radio-label {
    background-color: #ccc
}

.input-radio .input-radio-input:checked:disabled~.input-radio-label::before {
    background-color: #888;
    border-color: #dee2e6;
    box-shadow: none !important
}

.input-radio .input-radio-input.is-invalid~.input-radio-label {
    background-color: #e34958;
    border-color: #e34958
}

.input-radio .input-radio-input.is-invalid~.input-radio-label::before {
    background-color: #fff;
    border-color: #e34958;
    box-shadow: none !important
}

.input-radio.small {
    margin: 0 5px 5px 0;
    background-color: transparent
}

.input-radio.small .input-radio-label {
    width: 200px;
    background-color: transparent;
    border: none;
    padding: 5px 8px 5px 40px
}

.input-checkbtn {
    padding-left: 0;
    margin: 10px 10px 10px 0;
    display: inline-block;
    position: relative
}

.input-checkbtn.no-prefecture-id {
    margin-top: 10px
}

@media only screen and (min-width: 415px) {
    .input-checkbtn.no-prefecture-id {
        margin-top: 0
    }
}

.input-checkbtn .input-checkbtn-label {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 10px 10px 33px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: .9rem;
    border-radius: .25rem
}

.input-checkbtn .input-checkbtn-label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: calc(50% - 8px);
    border: 1px solid #ccc;
    background-color: #fff
}

.input-checkbtn .input-checkbtn-input {
    display: none
}

.input-checkbtn .input-checkbtn-input:checked~.input-checkbtn-label {
    border-color: #dee2e6;
    background-color: theme-color("primary");
    color: #fff
}

.input-checkbtn .input-checkbtn-input:checked~.input-checkbtn-label::before {
    border-color: #dee2e6
}

.input-checkbtn .input-checkbtn-input:checked~.input-checkbtn-label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 11px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000000' 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")
}

.input-checkbtn .input-checkbtn-input:disabled~.input-checkbtn-label {
    background-color: #ccc
}

.input-checkbtn .input-checkbtn-input:checked:disabled~.input-checkbtn-label {
    background-color: #ccc
}

.input-checkbtn .input-checkbtn-input:checked:disabled~.input-checkbtn-label::before {
    background-color: #888;
    border-color: #dee2e6;
    box-shadow: none !important
}

.input-checkbtn .input-checkbtn-input.is-invalid~.input-checkbtn-label {
    background-color: #e34958;
    border-color: #e34958
}

.input-checkbtn .input-checkbtn-input.is-invalid~.input-checkbtn-label::before {
    background-color: #fff;
    border-color: #e34958;
    box-shadow: none !important
}

.input-toggle {
    height: 50px;
    display: flex;
    border: 1px solid #ccc;
    max-width: 560px
}

.input-toggle .input-toggle__btn {
    flex-basis: 50%
}

.input-toggle .input-toggle__btn .input-toggle__btn__input {
    display: none
}

.input-toggle .input-toggle__btn .input-toggle__btn__label {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333
}

.input-toggle .input-toggle__btn .input-toggle__btn__input:checked~.input-toggle__btn__label {
    background-color: #888;
    color: #fff
}

.form-control:focus {
    box-shadow: none;
    border-color: #3a98cf
}

form#form-setup {
    margin: 30px 0
}

@media only screen and (min-width: 768px) {
    form#form-setup {
        margin: 30px -15px
    }
}

.ie11 .input-checkbox {
    margin-bottom: 0
}

.ie11 .input-checkbox__label {
    cursor: pointer;
    line-height: 27px
}

h1,
.h1 {
    font-size: 22px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {

    h1,
    .h1 {
        font-size: 40px
    }
}

h2,
.h2 {
    font-size: 20px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {

    h2,
    .h2 {
        font-size: 35px
    }
}

h3,
.h3 {
    font-size: 18px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {

    h3,
    .h3 {
        font-size: 30px
    }
}

h4,
.h4 {
    font-size: 16px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {

    h4,
    .h4 {
        font-size: 23px
    }
}

.heading--center {
    text-align: center
}

.heading--left {
    text-align: left
}

.heading--right {
    text-align: right
}

.heading--h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1.5
}

@media only screen and (min-width: 768px) {
    .heading--h1 {
        font-size: 40px;
        margin-bottom: 60px
    }
}

.heading--h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .heading--h2 {
        font-size: 35px;
        margin-bottom: 30px
    }
}

.heading--h2.md-mb20 {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .heading--h2.md-mb20 {
        margin-bottom: 30px
    }
}

.heading--h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .heading--h3 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.heading--h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .heading--h4 {
        font-size: 23px;
        margin-bottom: 20px
    }
}

.heading-title {
    font-size: 20px;
    margin: 20px 0;
    border-bottom: 2px solid #3a98cf;
    border-left: 10px solid #3a98cf;
    padding: 5px 10px
}

.heading-sub-title {
    font-size: 16px;
    margin: 20px 0;
    background-color: #3a98cf;
    color: #fff;
    padding: 5px 10px
}

.heading--article {
    display: flex
}

.heading--article::before {
    content: "";
    border-left: 4px solid #3a98cf;
    margin-right: 15px
}

@media only screen and (min-width: 768px) {
    .heading .text--left-subtitle {
        margin-left: 20px
    }
}

.icon {
    display: inline-block
}

.image-box .image {
    max-width: 100%
}

.image-box--index-two-img {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .image-box--index-two-img {
        margin-top: 30px
    }
}

.image-box--center {
    width: 100%;
    display: flex;
    justify-content: center
}

.image-box--luminous-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.image-box--luminous-box .anchor--luminous {
    width: 33%;
    padding: 2px
}

.image-box--h100 .image {
    height: 100%
}

.image-box--width-auto {
    display: flex;
    justify-content: center
}

.image-box--width-auto .image {
    width: auto !important
}

.image-box--square {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1
}

.image-box--square .image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-box--wide-half-right {
    position: relative;
    width: 100%;
    right: 0;
    padding-left: 15px
}

@media only screen and (min-width: 768px) {
    .image-box--wide-half-right {
        position: absolute;
        padding-left: 0;
        margin-left: 50%;
        width: 50%;
        height: 100%
    }
}

.image-box--wide-half-right .image {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 768px) {
    .image-box--wide-half-right .image {
        -o-object-position: left;
        object-position: left
    }
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

.image {
    margin: 0;
    padding: 0
}

.image--index-method {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px
}

@media only screen and (min-width: 768px) {
    .image--index-method {
        height: 300px
    }
}

.image--wide-half {
    border-radius: 0 20px 20px 0;
    position: relative;
    width: 100%;
    padding-right: 15px
}

@media only screen and (min-width: 768px) {
    .image--wide-half {
        width: 50%
    }
}

.image--wide-half-right {
    border-radius: 20px 0 0 20px;
    position: relative;
    right: 0;
    width: 100%;
    padding-left: 15px
}

@media only screen and (min-width: 768px) {
    .image--wide-half-right {
        width: 50%
    }
}

.image--object-left {
    -o-object-position: left;
    object-position: left
}

.image--object-all {
    height: auto
}

.list {
    margin: 0;
    padding: 0
}

.list--subscriptions-voice .list-item {
    list-style: none;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    margin-top: 20px;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .list--subscriptions-voice .list-item {
        flex-direction: row;
        padding: 30px 0
    }
}

.list--subscriptions-voice .list-item .left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.list--subscriptions-voice .list-item .left-box .image-box {
    width: 30%;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .list--subscriptions-voice .list-item .left-box .image-box {
        width: auto
    }
}

@media only screen and (min-width: 768px) {
    .list--subscriptions-voice .list-item .left-box {
        width: 30%
    }
}

.list--subscriptions-voice .list-item .left-box .text {
    margin-top: 10px
}

.list--subscriptions-voice .list-item .right-box {
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .list--subscriptions-voice .list-item .right-box {
        margin: 0;
        padding-right: 50px;
        width: 70%
    }
}

.list--reason .list-item {
    list-style: none
}

.list--reason .list-item .flex-box {
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .list--reason .list-item .flex-box {
        flex-direction: row;
        margin-top: 67px
    }
}

.list--reason .list-item .flex-box .left-box {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .list--reason .list-item .flex-box .left-box {
        width: 50%;
        margin: 0
    }
}

.list--reason .list-item .flex-box .right-box {
    width: 100%;
    padding: 0;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .list--reason .list-item .flex-box .right-box {
        width: 50%;
        padding-left: 3%;
        margin-top: 0
    }
}

.list--reason .list-item .flex-box .right-box .image-box {
    height: 100%
}

.list--reason .list-item .flex-box .right-box .image-box .image {
    width: 100%;
    height: 100%
}

.list--reason .list-item .block--gray-bg {
    margin-top: 30px;
    padding: 10px;
    display: block
}

@media only screen and (min-width: 768px) {
    .list--reason .list-item .block--gray-bg {
        padding: 30px
    }
}

.list--reason .list-item .block--gray-bg .text--title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 23px
}

@media only screen and (min-width: 768px) {
    .list--reason .list-item .block--gray-bg .text--title {
        font-size: 23px
    }
}

.list--banners {
    display: flex;
    flex-direction: column;
    gap: 10px 0
}

@media only screen and (min-width: 768px) {
    .list--banners {
        gap: 30px;
        flex-direction: row;
        justify-content: center
    }
}

.list--banners .list-item {
    list-style: none;
    width: 75%
}

@media only screen and (min-width: 768px) {
    .list--banners .list-item {
        max-width: 380px
    }
}

.list--banners.center {
    align-items: center
}

.list--use-step {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .list--use-step {
        flex-direction: row
    }
}

.list--use-step .list-item {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    width: 100%
}

@media only screen and (min-width: 576px) {
    .list--use-step .list-item {
        margin-top: 45px
    }
}

@media only screen and (min-width: 768px) {
    .list--use-step .list-item {
        flex-direction: column;
        width: 23%;
        margin-top: 20px
    }
}

.list--use-step .list-item .left-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding-right: 4%
}

@media only screen and (min-width: 768px) {
    .list--use-step .list-item .left-box {
        width: 100%;
        padding-right: 0
    }
}

.list--use-step .list-item .left-box .badge--step {
    position: absolute;
    margin-top: -20px
}

@media only screen and (min-width: 576px) {
    .list--use-step .list-item .left-box .badge--step {
        margin-top: -35px
    }
}

.list--use-step .list-item .left-box .image-box {
    width: 100%;
    margin: 0
}

@media only screen and (min-width: 768px) {
    .list--use-step .list-item .left-box .image-box {
        margin-bottom: 20px
    }
}

.list--use-step .list-item .left-box .image-box .image {
    width: 100%
}

.list--use-step .list-item .right-box {
    width: 50%
}

@media only screen and (min-width: 768px) {
    .list--use-step .list-item .right-box {
        width: 100%
    }
}

.list--tokuten {
    margin-top: -10px
}

.list--tokuten .list-item {
    list-style: none;
    width: auto;
    margin-top: 15px;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .list--tokuten .list-item {
        flex-direction: row;
        margin-top: 10px
    }
}

.list--instagram {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.list--instagram .list-item {
    list-style: none;
    width: 31%
}

.list--instagram .instagram-media {
    width: 100%;
    min-width: 100% !important;
    margin: 0 -1px !important
}

.list--instagram .instagram-media .Header {
    display: none;
    flex-direction: column !important;
    height: auto !important
}

@media only screen and (min-width: 576px) {
    .list--instagram .instagram-media .Header {
        flex-direction: row;
        height: 54px
    }
}

.list--language_skills,
.list--cause,
.list--friend {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 60px
}

@media only screen and (min-width: 768px) {

    .list--language_skills,
    .list--cause,
    .list--friend {
        gap: 100px
    }
}

.list--language_skills .list-item,
.list--cause .list-item,
.list--friend .list-item {
    list-style: none
}

.list--language_skills .list-item .block--skyblue-bg,
.list--language_skills .list-item .block--gray-bg,
.list--language_skills .list-item .block--white-bg,
.list--cause .list-item .block--skyblue-bg,
.list--cause .list-item .block--gray-bg,
.list--cause .list-item .block--white-bg,
.list--friend .list-item .block--skyblue-bg,
.list--friend .list-item .block--gray-bg,
.list--friend .list-item .block--white-bg {
    position: relative;
    margin-bottom: 0
}

.list--language_skills .list-item .block--skyblue-bg .icon,
.list--language_skills .list-item .block--gray-bg .icon,
.list--language_skills .list-item .block--white-bg .icon,
.list--cause .list-item .block--skyblue-bg .icon,
.list--cause .list-item .block--gray-bg .icon,
.list--cause .list-item .block--white-bg .icon,
.list--friend .list-item .block--skyblue-bg .icon,
.list--friend .list-item .block--gray-bg .icon,
.list--friend .list-item .block--white-bg .icon {
    width: calc(100% - 40px);
    position: absolute;
    top: -40px
}

.list--language_skills .list-item .block--skyblue-bg .icon .image-box--center .image,
.list--language_skills .list-item .block--gray-bg .icon .image-box--center .image,
.list--language_skills .list-item .block--white-bg .icon .image-box--center .image,
.list--cause .list-item .block--skyblue-bg .icon .image-box--center .image,
.list--cause .list-item .block--gray-bg .icon .image-box--center .image,
.list--cause .list-item .block--white-bg .icon .image-box--center .image,
.list--friend .list-item .block--skyblue-bg .icon .image-box--center .image,
.list--friend .list-item .block--gray-bg .icon .image-box--center .image,
.list--friend .list-item .block--white-bg .icon .image-box--center .image {
    display: block;
    margin: 0 auto
}

.list--language_skills .list-item .block--skyblue-bg .heading,
.list--language_skills .list-item .block--gray-bg .heading,
.list--language_skills .list-item .block--white-bg .heading,
.list--cause .list-item .block--skyblue-bg .heading,
.list--cause .list-item .block--gray-bg .heading,
.list--cause .list-item .block--white-bg .heading,
.list--friend .list-item .block--skyblue-bg .heading,
.list--friend .list-item .block--gray-bg .heading,
.list--friend .list-item .block--white-bg .heading {
    margin-top: 40px
}

@media only screen and (min-width: 768px) {

    .list--language_skills .list-item .block--skyblue-bg .heading,
    .list--language_skills .list-item .block--gray-bg .heading,
    .list--language_skills .list-item .block--white-bg .heading,
    .list--cause .list-item .block--skyblue-bg .heading,
    .list--cause .list-item .block--gray-bg .heading,
    .list--cause .list-item .block--white-bg .heading,
    .list--friend .list-item .block--skyblue-bg .heading,
    .list--friend .list-item .block--gray-bg .heading,
    .list--friend .list-item .block--white-bg .heading {
        margin-top: 55px
    }
}

.list--cause .list-item .icon.cause {
    top: -50px
}

.list--cause.place {
    flex-direction: column;
    justify-content: space-between;
    gap: 60px
}

@media only screen and (min-width: 768px) {
    .list--cause.place {
        flex-direction: row;
        gap: 0
    }
}

.list--cause.place .list-item {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .list--cause.place .list-item {
        width: 47%
    }
}

.list--cause.place .list-item>.block {
    height: 100%
}

.list--cause.dani-step {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .list--cause.dani-step {
        margin-top: 100px
    }
}

.list--cause.dani-step .list-item>.block>* {
    padding: 20px 0
}

.list--cause.dani-step .list-item .heading--h3 {
    margin: 20px 0
}

.list--cause.dani-step .list-item .block--icon-heading-h4 .heading--h4 {
    margin-top: 0
}

.list--friend {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    .list--friend {
        flex-direction: row;
        margin-top: 120px;
        gap: 0
    }
}

.list--friend>.list-item {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .list--friend>.list-item {
        width: 49%
    }
}

.list--friend>.list-item>.block {
    flex-direction: column;
    padding: 25% 0 20px 0
}

@media only screen and (min-width: 768px) {
    .list--friend>.list-item>.block {
        padding: 29% 10px 40px 10px
    }
}

.list--friend>.list-item>.block .icon {
    top: -55px
}

@media only screen and (min-width: 768px) {
    .list--friend>.list-item>.block .icon {
        top: -65px
    }
}

.list--friend>.list-item>.block .icon .image {
    width: 43%;
    max-width: 252px;
    min-width: 150px
}

@media only screen and (min-width: 768px) {
    .list--friend>.list-item>.block .icon .image {
        min-width: 200px
    }
}

.list--friend>.list-item>.block .list--case {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px
}

.list--friend>.list-item>.block .list--case .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

@media only screen and (min-width: 768px) {
    .list--friend>.list-item>.block .list--case .list-item {
        gap: 0
    }
}

.list--friend>.list-item>.block .list--case .list-item .fukidashi {
    position: relative;
    width: 100%
}

.list--friend>.list-item>.block .list--case .list-item .fukidashi .text--mark {
    background: linear-gradient(transparent 70%, #FDE67C 0%);
    padding-bottom: 0
}

.list--friend>.list-item>.block .list--case .list-item .point {
    display: flex;
    align-items: baseline;
    gap: 10px
}

.list--friend>.list-item>.block .list--case .list-item .point .text {
    color: #ce9e60;
    font-size: 28px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .list--friend>.list-item>.block .list--case .list-item .point .text {
        font-size: 30px
    }
}

@media only screen and (min-width: 992px) {
    .list--friend>.list-item>.block .list--case .list-item .point .text {
        font-size: 40px
    }
}

.list--friend>.list-item>.block .list--case .list-item .point .text--num {
    font-size: 50px
}

@media only screen and (min-width: 768px) {
    .list--friend>.list-item>.block .list--case .list-item .point .text--num {
        font-size: 60px
    }
}

@media only screen and (min-width: 992px) {
    .list--friend>.list-item>.block .list--case .list-item .point .text--num {
        font-size: 86px
    }
}

.list--f-campaign_method {
    gap: 20px;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .list--f-campaign_method {
        gap: 30px
    }
}

.list--f-campaign_method .list-item {
    list-style: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    flex-direction: column;
    gap: 10px
}

@media only screen and (min-width: 768px) {
    .list--f-campaign_method .list-item {
        flex-direction: row;
        padding: 30px;
        gap: 0
    }
}

.list--f-campaign_method .list-item .left-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .list--f-campaign_method .list-item .left-box {
        width: 35%
    }
}

.list--f-campaign_method .list-item .left-box .image-box {
    text-align: center
}

.list--f-campaign_method .list-item .right-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .list--f-campaign_method .list-item .right-box {
        width: 65%;
        padding: 0 20px 0 50px
    }
}

.list--six-box.language {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .list--six-box.language {
        gap: 23px 0
    }
}

.list--six-box.language .list-item {
    list-style: none;
    width: 48%
}

@media only screen and (min-width: 768px) {
    .list--six-box.language .list-item {
        width: 32%
    }
}

.list--left {
    margin-left: 17px
}

.list--left .list-item {
    line-height: 1.7;
    list-style: initial;
}

.list--referenceMark .list-item {
    list-style: none;
    position: relative;
    display: flex;
    line-height: 1.7
}

.list--referenceMark .list-item:before {
    content: "※";
    margin-right: 5px
}

.list-item--square {
    list-style: square
}

.list-item--inside {
    list-style: inside
}

.list-item--red {
    color: #ff3f03
}

.list-item-link {
    text-decoration: none
}

.list-item--maincolor {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
    line-height: 1.7
}

.list-item--maincolor:before {
    content: "●";
    color: #3a98cf;
    margin-right: 10px;
    font-size: 12px
}

#main {
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    #main {
        position: relative;
        margin-top: 0;
        top: 130px
    }
}

.pageIndex #main {
    margin-top: 0
}

.section {
    position: relative;
    margin: 30px auto 30px auto
}

@media only screen and (min-width: 768px) {
    .section {
        margin: 60px auto 60px auto
    }
}

.section--index-banners {
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    .section--index-banners {
        margin-top: 94px
    }
}

.section--index-banners .row {
    width: auto
}

.section--index-banners .row>* {
    padding: 0
}

.section--index-banners .block {
    flex-direction: column;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .section--index-banners .block {
        flex-direction: row;
        height: 77px;
        background-color: #f7f7f7
    }
}

.section--index-banners .block .image-box {
    width: 5%;
    min-width: 20px;
    max-width: 36px
}

@media only screen and (min-width: 768px) {
    .section--index-banners .block .image-box {
        margin-right: 35px
    }
}

.section--index-banners .block .anchor {
    color: #333;
    font-weight: bold;
    margin-top: 8px;
    line-height: 15px
}

@media only screen and (min-width: 768px) {
    .section--index-banners .block .anchor {
        font-size: 30px;
        margin-top: 0
    }
}

.section--index-banners .list--banners-top {
    margin: 20px auto 0 auto;
    width: 74%;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .section--index-banners .list--banners-top {
        flex-direction: row;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 40px auto 0 auto
    }
}

.section--index-banners .list--banners-top .list-item {
    width: 100%;
    list-style: none
}

.section--index-banners .list--banners-top .list-item:not(:first-child) {
    margin-top: 15px
}

@media only screen and (min-width: 768px) {
    .section--index-banners .list--banners-top .list-item:not(:first-child) {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    .section--index-banners .list--banners-top .list-item {
        width: 31%
    }
}

.section--index-banners .list--banners-top .list-item .image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.section--pick-up .row.heading {
    align-items: baseline;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 14px
}

@media only screen and (min-width: 768px) {
    .section--pick-up .row.heading {
        flex-direction: row;
        margin-top: 120px
    }
}

.section--pick-up .row.heading .heading {
    width: auto;
    margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
    .section--pick-up .row.heading .heading {
        margin-bottom: 30px
    }
}

.section--pick-up .row.heading .block {
    width: auto
}

.section--pick-up .row.heading>* {
    padding: 0
}

.section--products-lineup {
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    .section--products-lineup {
        margin-top: 60px
    }
}

.section--products-lineup .heading {
    margin-bottom: 22px
}

@media only screen and (min-width: 768px) {
    .section--products-lineup .heading {
        margin-bottom: 46px
    }
}

.section--products-lineup .heading--h2 {
    margin-bottom: 14px
}

@media only screen and (min-width: 768px) {
    .section--products-lineup .heading--h2 {
        margin-bottom: 28px
    }
}

.section--products-lineup .heading .show-md-block {
    position: absolute
}

.section--products-lineup .heading .show-md-block .btn--more-small {
    margin-top: 20px
}

.section--products-lineup .row.content {
    justify-content: space-between;
    align-items: stretch
}

.section--products-lineup .row.content .block--lineup {
    display: flex;
    justify-content: center;
    width: 48%;
    flex-direction: column;
    padding: 14px 5px 14px 5px
}

@media only screen and (min-width: 576px) {
    .section--products-lineup .row.content .block--lineup {
        padding: 14px 14px 15px 14px
    }
}

@media only screen and (min-width: 768px) {
    .section--products-lineup .row.content .block--lineup {
        flex-direction: row;
        justify-content: space-between;
        padding: 54px 26px 40px 26px;
        background-color: #f7f7f7
    }
}

.section--products-lineup .row.content .block--lineup .hide-md {
    display: flex;
    justify-content: center
}

.section--products-lineup .row.content .block--lineup .title {
    display: flex;
    flex-direction: row;
    align-items: baseline
}

.section--products-lineup .row.content .block--lineup .title .image-box {
    width: 10%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
    margin-top: 1%;
    min-width: 20px
}

@media only screen and (min-width: 576px) {
    .section--products-lineup .row.content .block--lineup .title .image-box {
        max-width: 30px;
        margin-right: 10px;
        min-width: 23px;
        margin-top: 0
    }
}

.section--products-lineup .row.content .block--lineup .title .text {
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .section--products-lineup .row.content .block--lineup .title .text {
        font-size: 21px
    }
}

.section--products-lineup .row.content .block--lineup .left-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px
}

@media only screen and (min-width: 576px) {
    .section--products-lineup .row.content .block--lineup .left-box {
        height: 100%
    }
}

@media only screen and (min-width: 768px) {
    .section--products-lineup .row.content .block--lineup .left-box {
        margin-right: 20px;
        height: auto;
        width: 40%
    }
}

.section--products-lineup .row.content .block--lineup .left-box .image {
    height: 80%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 768px) {
    .section--products-lineup .row.content .block--lineup .left-box .image {
        height: 100%;
        width: auto
    }
}

.section--products-lineup .row.content .block--lineup .right-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.section--products-lineup .row.content .block--lineup .right-box .text {
    margin-top: 10px
}

.section--products-lineup .row.content .block--lineup .right-box .btn {
    width: 100%;
    min-width: auto;
    height: auto;
    background-color: #3a98cf;
    color: #fff;
    margin-top: 8px;
    align-self: center;
    padding: 5px 0 5px 0
}

@media only screen and (min-width: 576px) {
    .section--products-lineup .row.content .block--lineup .right-box .btn {
        width: 90%
    }
}

@media only screen and (min-width: 768px) {
    .section--products-lineup .row.content .block--lineup .right-box .btn {
        align-self: flex-start;
        width: 90%;
        max-width: 265px;
        height: 50px
    }
}

.section--products-lineup .row.content .block--lineup .right-box .btn .angle-right {
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 0;
    right: 5%
}

.section--products-lineup .hide-md.more-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.section--how-to-use {
    padding-bottom: 0;
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .section--how-to-use {
        margin-top: 200px
    }
}

.section--how-to-use .block--gray-bg {
    align-items: start;
    flex-direction: column;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 100px
}

@media only screen and (min-width: 576px) {
    .section--how-to-use .block--gray-bg {
        top: 150px
    }
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .block--gray-bg {
        height: calc(100% + 48px + 40px);
        flex-direction: row;
        top: -48px;
        bottom: 40px;
        background-color: #f7f7f7
    }
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .image-box {
        width: 100%;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (min-width: 768px) {
    .section--how-to-use .image-box {
        position: absolute;
        bottom: -20px;
        height: calc(100% + 86px + 40px);
        margin-right: 50%;
        width: 50%;
        padding-right: 0
    }
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .image-box .image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (min-width: 768px)and (min-width: 768px) {
    .section--how-to-use .image-box .image {
        -o-object-position: right top;
        object-position: right top;
        padding: 0
    }
}

.section--how-to-use .right-box {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .right-box {
        width: 50%;
        max-width: 600px;
        padding-left: 2%;
        padding-right: 15px;
        left: 50%;
        position: relative
    }
}

.section--how-to-use .right-box .row.heading {
    margin-top: 26px;
    margin-bottom: 26px
}

.section--how-to-use .right-box .row.heading .heading--h2 {
    margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .right-box .row.heading {
        margin-top: 0px;
        margin-bottom: 55px
    }
}

.section--how-to-use .right-box .setting-room {
    margin-bottom: 20px
}

.section--how-to-use .right-box .setting-room .heading--h3 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .right-box .setting-room .heading--h3 {
        margin-bottom: 25px
    }
}

.section--how-to-use .right-box .setting-room .list--buttons {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .right-box .setting-room .list--buttons {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.section--how-to-use .right-box .setting-room .list--buttons .list-item {
    list-style: none
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .right-box .setting-room .list--buttons .list-item {
        width: 49%
    }
}

.section--how-to-use .right-box .setting-room .list--buttons .list-item .btn--more {
    margin: 10px auto 0 auto
}

@media only screen and (min-width: 768px) {
    .section--how-to-use .right-box .setting-room .list--buttons .list-item .btn--more {
        width: 100%;
        min-width: auto
    }
}

.section--setting-place {
    margin-bottom: 0
}

.section--setting-place .heading--h3 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .section--setting-place .heading--h3 {
        margin-bottom: 30px
    }
}

.section--setting-place .block--white-bg,
.section--setting-place .block {
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (min-width: 768px) {

    .section--setting-place .block--white-bg,
    .section--setting-place .block {
        padding-top: 75px;
        background-color: #f7f7f7;
        margin-top: -20px
    }
}

.section--setting-place .block--white-bg .list--setting-place,
.section--setting-place .block .list--setting-place {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (min-width: 768px) {

    .section--setting-place .block--white-bg .list--setting-place:after,
    .section--setting-place .block .list--setting-place:after {
        content: "";
        display: block;
        width: 25%
    }
}

.section--setting-place .block--white-bg .list--setting-place .list-item,
.section--setting-place .block .list--setting-place .list-item {
    list-style: none;
    width: 48%;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {

    .section--setting-place .block--white-bg .list--setting-place .list-item,
    .section--setting-place .block .list--setting-place .list-item {
        width: 25%;
        padding: 0;
        margin-bottom: 40px
    }
}

.section--setting-place .block--white-bg .list--setting-place .list-item:last-child,
.section--setting-place .block .list--setting-place .list-item:last-child {
    margin-bottom: 0
}

.section--setting-place .block--white-bg .list--setting-place .list-item .anchor,
.section--setting-place .block .list--setting-place .list-item .anchor {
    display: flex;
    align-items: center;
    text-decoration: none
}

.section--setting-place .block--white-bg .list--setting-place .list-item .anchor .image-box,
.section--setting-place .block .list--setting-place .list-item .anchor .image-box {
    width: 30%;
    max-width: 104px;
    margin-right: 11px;
    flex: 1
}

.section--setting-place .block--white-bg .list--setting-place .list-item .anchor .text,
.section--setting-place .block .list--setting-place .list-item .anchor .text {
    flex: 1
}

@media only screen and (min-width: 768px) {

    .section--setting-place .block--white-bg .list--setting-place .list-item .anchor .text,
    .section--setting-place .block .list--setting-place .list-item .anchor .text {
        padding-right: 10px
    }
}

.section--setting-place .block--dani-kit {
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 0
}

.section--setting-place .block--dani-kit.skyblue {
    background-color: #f1f6fe
}

@media only screen and (min-width: 768px) {
    .section--setting-place.section--room .list--setting-place:before {
        content: "";
        display: block;
        width: 25%;
        order: 1
    }
}

.section--about-subscriptions {
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    .section--about-subscriptions {
        margin-top: 0
    }
}

.section--about-subscriptions .block--skyblue-bg {
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section--about-subscriptions .block--skyblue-bg {
        padding-top: 60px;
        padding-bottom: 58px
    }
}

.section--about-subscriptions .block--skyblue-bg .heading--h2 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .section--about-subscriptions .block--skyblue-bg .heading--h2 {
        margin-bottom: 31px
    }
}

.section--about-subscriptions .block--skyblue-bg .row {
    padding: 15px 0
}

.section--about-subscriptions .block--skyblue-bg .row .bl-1:before {
    border-left: 1px solid #3a98cf
}

.section--about-subscriptions .block--skyblue-bg .row .col-4 {
    padding: 0
}

.section--about-subscriptions .block--skyblue-bg .row .point-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 220px
}

.section--about-subscriptions .block--skyblue-bg .row .point-box .image-box--number {
    width: 50%;
    min-width: 68px;
    max-width: 120px
}

.section--about-subscriptions .block--skyblue-bg .row .point-box .image-box--number .image--number {
    width: 100%;
    height: 100%
}

.section--about-subscriptions .block--skyblue-bg .row .point-box .image-box--icon {
    max-width: 85%;
    max-height: 85%;
    margin-top: 10px
}

.section--about-subscriptions .block--skyblue-bg .row .point-box .image-box--icon .image--icon {
    width: 100%;
    height: 100%
}

.section--about-subscriptions .block--skyblue-bg .row .point-box .text-box {
    margin-top: 17px;
    padding: 0 1px
}

.section--about-subscriptions .block--skyblue-bg .row .point-box .text-box .text--catch-1 {
    font-size: 11px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .section--about-subscriptions .block--skyblue-bg .row .point-box .text-box .text--catch-1 {
        font-size: 20px
    }
}

.section--about-subscriptions .block--skyblue-bg .row .point-box .text-box .text--catch-2 {
    font-size: 15px;
    font-weight: bold;
    color: #3a98cf
}

@media only screen and (min-width: 768px) {
    .section--about-subscriptions .block--skyblue-bg .row .point-box .text-box .text--catch-2 {
        font-size: 30px
    }
}

.section--about-subscriptions .block--skyblue-bg .text--message {
    margin-top: 13px
}

@media only screen and (min-width: 768px) {
    .section--about-subscriptions .block--skyblue-bg .text--message {
        margin-top: 26px;
        margin-bottom: 30px;
        text-align: center
    }
}

.section--about-subscriptions .block--skyblue-bg .btn--more {
    margin: 20px auto 0
}

.section--about-dani {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin-top: 31px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section--about-dani {
        flex-direction: row-reverse;
        position: relative;
        margin-top: 60px;
        margin-bottom: 80px
    }

    .section--about-dani>* {
        flex: 1
    }
}

.section--about-dani .hide-md {
    display: flex;
    justify-content: flex-end
}

@media only screen and (min-width: 768px) {
    .section--about-dani .container-xl {
        display: flex;
        justify-content: end;
        align-items: center;
        margin-right: 55px;
        padding-top: 7%;
        padding-bottom: 7%;
        height: 100%
    }
}

@media only screen and (min-width: 768px) {
    .section--about-dani .container-xl .block {
        width: 100%;
        max-width: 600px
    }
}

.section--about-dani .container-xl .block .heading--h2 {
    margin-top: 18px;
    margin-bottom: 11px
}

@media only screen and (min-width: 768px) {
    .section--about-dani .container-xl .block .heading--h2 {
        margin-bottom: 38px
    }
}

.section--about-dani .container-xl .block .btn--more {
    margin: 15px auto 0 auto
}

@media only screen and (min-width: 768px) {
    .section--about-dani .container-xl .block .btn--more {
        margin: 43px auto 0 0
    }
}

.section--news-movie {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section--news-movie {
        flex-direction: row;
        margin-top: 60px;
        margin-bottom: 82px
    }
}

.section--news-movie .heading {
    margin-bottom: 9px
}

@media only screen and (min-width: 768px) {
    .section--news-movie .heading {
        margin-bottom: 25px
    }
}

@media only screen and (min-width: 768px) {
    .section--news-movie .block--news-box {
        width: 100%;
        padding-right: 20px
    }
}

.section--news-movie .block--news-box .list--news .list-item {
    list-style: none;
    border-bottom: dotted 1px #333;
    height: 40px;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .section--news-movie .block--news-box .list--news .list-item {
        height: 40px
    }

    .section--news-movie .block--news-box .list--news .list-item:not(:first-child) {
        margin-top: 20px
    }
}

.section--news-movie .block--news-box .list--news .list-item .anchor--news {
    display: flex;
    text-decoration: none;
    line-height: 27px;
    width: 100%
}

.section--news-movie .block--news-box .list--news .list-item .anchor--news .text--news-date {
    font-size: 13px;
    width: 90px
}

@media only screen and (min-width: 768px) {
    .section--news-movie .block--news-box .list--news .list-item .anchor--news .text--news-date {
        font-size: 15px
    }
}

.section--news-movie .block--news-box .list--news .list-item .anchor--news .text--news-content {
    width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px
}

@media only screen and (min-width: 768px) {
    .section--news-movie .block--news-box .list--news .list-item .anchor--news .text--news-content {
        font-size: 17px
    }
}

.section--news-movie .block--movie-box {
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    .section--news-movie .block--movie-box {
        width: 50%;
        margin-top: 0
    }
}

.section--news-movie .block--movie-box .row {
    justify-content: space-between
}

.section--news-movie .block--movie-box .row .block {
    width: 48%;
    padding: 0
}

.section--news-movie .block--movie-box .row .block .image {
    width: 100%
}

.section--news-movie .block--movie-box .row .block .text--small {
    margin-top: 8px
}

@media only screen and (min-width: 768px) {
    .section--news-movie .block--movie-box .row .block .text--small {
        font-size: 18px;
        margin-top: 11px
    }
}

.section--news-movie .block--movie-box .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .section--news-movie .block--movie-box .btn-box {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 10px
    }
}

@media only screen and (min-width: 768px) {
    .section--under-slider {
        margin-top: 60px
    }
}

.section--under-slider .block--index-slider {
    width: 68%;
    min-width: 260px;
    margin: 30px auto 0 auto
}

.section--under-slider .block--index-slider .btn {
    background-color: transparent
}

.section--under-slider .block--index-slider .carousel-control-prev {
    margin-left: -50px
}

.section--under-slider .block--index-slider .carousel-control-next {
    margin-right: -50px
}

.section--under-banners {
    margin-top: 60px
}

.section--under-banners .list {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.section--under-banners .list .list-item {
    width: 31%;
    list-style: none
}

.section--under-banners .list .list-item .btn {
    padding: 0
}

.section--instagram {
    margin: 53px auto 0 auto
}

@media only screen and (min-width: 768px) {
    .section--instagram {
        margin-top: 120px
    }
}

.section--instagram .icon-insta {
    width: 47px;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .section--instagram .icon-insta {
        margin-bottom: 18px
    }
}

.section--instagram .heading--h2 {
    margin-top: 3px;
    margin-bottom: 8px
}

@media only screen and (min-width: 768px) {
    .section--instagram .heading--h2 {
        margin-bottom: 23px
    }
}

.section--instagram .show-md-block {
    position: absolute;
    width: 100%;
    top: 50px
}

.section--instagram .show-md-block .btn--more-small {
    margin-top: 15px;
    position: absolute;
    right: 0
}

.section--instagram .hide-md .btn--more-small {
    margin: 28px auto 0 auto;
    justify-content: center
}

.section--sns {
    margin-top: 60px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section--sns {
        margin-top: 120px;
        margin-bottom: 56px
    }
}

.section--sns .heading--h2 {
    margin-bottom: 18px
}

@media only screen and (min-width: 768px) {
    .section--sns .heading--h2 {
        margin-bottom: 37px
    }
}

.section--sns .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .section--sns .list {
        flex-direction: row;
        justify-content: space-between
    }
}

.section--sns .list .list-item {
    list-style: none
}

@media only screen and (min-width: 768px) {
    .section--sns .list .list-item {
        width: 22%
    }
}

.section--sns .list .list-item .btn {
    margin: 15px auto 0 auto
}

@media only screen and (min-width: 768px) {
    .section--sns .list .list-item .btn {
        width: 100%;
        min-width: auto
    }
}

.section--sns.section--room {
    margin: 30px auto 30px auto
}

@media only screen and (min-width: 768px) {
    .section--sns.section--room {
        margin: 60px auto 60px auto
    }
}

.section--right-image {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .section--right-image {
        margin-top: 150px
    }
}

.section--right-image .block--gray-bg {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin-top: 31px;
    margin-bottom: 30px;
    background-color: transparent
}

@media only screen and (min-width: 768px) {
    .section--right-image .block--gray-bg {
        flex-direction: row-reverse;
        position: relative;
        margin-top: 60px;
        margin-bottom: 80px;
        background-color: #f7f7f7
    }

    .section--right-image .block--gray-bg>* {
        flex: 1
    }
}

.section--right-image .block--gray-bg .block--heading {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .section--right-image .block--gray-bg .block--heading {
        flex-direction: row;
        align-items: flex-start
    }
}

.section--right-image .block--gray-bg .block--heading .image-box {
    width: 40px
}

.section--right-image .block--gray-bg .image-box--wide-half-right {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-left: 15px;
    width: auto;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .section--right-image .block--gray-bg .image-box--wide-half-right {
        position: absolute;
        padding-left: 0;
        margin-left: calc(100% - 45%);
        width: 45%;
        height: 100%;
        top: -90px;
        max-height: 470px
    }
}

.section--right-image .block--gray-bg .image-box--wide-half-right .image {
    -o-object-position: center;
    object-position: center
}

.section--right-image .block--gray-bg .image-box--wide-half-right.category {
    height: 110%
}

.section--right-image .block--gray-bg .image-box--wide-half-right.category .image {
    -o-object-position: left;
    object-position: left
}

.section--right-image .block--gray-bg .container-xl .block--text-box {
    width: 100%;
    padding: 30px 0
}

@media only screen and (min-width: 768px) {
    .section--right-image .block--gray-bg .container-xl .block--text-box {
        width: 50%;
        padding: 60px 0
    }
}

.section--right-image .block--gray-bg .container-xl .block--text-box .block--heading .image-box--icon {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .section--right-image .block--gray-bg .container-xl .block--text-box .block--heading .image-box--icon {
        margin: 25px 15px 20px 0
    }
}

.section--right-image .block--gray-bg .container-xl .block--text-box .block .heading--h2 {
    margin-top: 18px;
    margin-bottom: 11px
}

@media only screen and (min-width: 768px) {
    .section--right-image .block--gray-bg .container-xl .block--text-box .block .heading--h2 {
        margin-bottom: 38px;
        margin-right: -40px
    }
}

.section--right-image .block--gray-bg .container-xl .block--text-box .block .comment {
    margin-top: 1rem
}

.section--right-image .block--gray-bg .container-xl .block--text-box>.btn {
    margin-top: 30px
}

.section--right-image .block--gray-bg .container-xl .block--text-box>.btn.btn--more-small .angle-right-circle {
    left: 10px;
    margin-right: 25px
}

.section--right-image:before {
    content: "";
    background-color: #f7f7f7;
    position: absolute;
    width: 100%;
    height: 70%;
    display: block;
    z-index: -2;
    top: 120px
}

@media only screen and (min-width: 768px) {
    .section--right-image:before {
        display: none
    }
}

.section--right-image.h-65:before {
    height: 65%
}

.section--right-image.h-80:before {
    height: 80%
}

.section--right-image.h-85:before {
    height: 85%
}

.section--right-image.section--category.section--right-image:before {
    top: auto;
    bottom: 100px
}

.section--line_step .block--row {
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) {
    .section--review {
        margin-top: 120px
    }
}

.section--anchor_button .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px
}

.section--anchor_button .list .list-item {
    list-style: none;
    width: 100%;
    margin-top: 10px
}

@media only screen and (min-width: 576px) {
    .section--anchor_button .list .list-item {
        width: 48%
    }
}

@media only screen and (min-width: 768px) {
    .section--anchor_button .list .list-item {
        width: 31%
    }
}

.section--interview .block--interview {
    width: 100%;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .section--interview .block--interview {
        flex-direction: row
    }
}

.section--interview .block--interview .left-box {
    width: 100%
}

.section--interview .block--interview .left-box .image-box {
    height: 100%
}

.section--interview .block--interview .left-box .image-box .image {
    width: 100%;
    height: 100%
}

.section--interview .block--interview .right-box {
    width: 100%;
    padding: 40px;
    background-color: #f1f6fe
}

.section--interview .block--interview .right-box .text-box {
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px
}

@media only screen and (min-width: 768px) {
    .section--interview .block--interview .right-box .text-box {
        padding: 0 20px
    }
}

.section--interview .block--interview .right-box .text-box_inner .text--title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 36px
}

.section--interview .block--description {
    border: 1px solid #d0d0d0;
    padding: 20px;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .section--interview .block--description {
        padding: 40px;
        margin-top: 40px
    }
}

.section--interview .block--about-inspection {
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .section--interview .block--about-inspection {
        flex-direction: row;
        margin-top: 67px
    }
}

.section--interview .block--about-inspection .left-box {
    width: 100%;
    padding: 0
}

@media only screen and (min-width: 768px) {
    .section--interview .block--about-inspection .left-box {
        width: 50%;
        padding-right: 3%
    }
}

.section--interview .block--about-inspection .left-box .image-box {
    height: 100%
}

.section--interview .block--about-inspection .left-box .image-box .image {
    width: 100%;
    height: 100%
}

.section--interview .block--about-inspection .right-box {
    width: 100%;
    margin-top: 25px
}

@media only screen and (min-width: 768px) {
    .section--interview .block--about-inspection .right-box {
        width: 50%;
        margin: 0
    }
}

.section--interview .block--about-inspection .right-box .heading {
    margin-bottom: 25px
}

.section--interview .list--interview_faq .list-item {
    list-style: none
}

.section--interview .list--interview_faq .list-item .block--gray-bg {
    display: block;
    padding: 0 20px 20px 20px;
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .block--gray-bg {
        padding: 0 40px 40px 40px
    }
}

.section--interview .list--interview_faq .list-item .block--gray-bg .question {
    padding-top: 20px;
    margin-bottom: 28px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .block--gray-bg .question {
        padding-top: 40px;
        margin-bottom: 28px
    }
}

.section--interview .list--interview_faq .list-item .block--gray-bg.pt {
    padding-top: 20px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .block--gray-bg.pt {
        padding-top: 40px
    }
}

.section--interview .list--interview_faq .list-item .question {
    display: flex;
    padding-top: 40px;
    margin-bottom: -20px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .question {
        padding-top: 60px;
        margin-bottom: 0
    }
}

.section--interview .list--interview_faq .list-item .question .text {
    font-weight: bold;
    font-size: 23px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .question .text {
        font-size: 25px
    }
}

.section--interview .list--interview_faq .list-item .question .text--q-no {
    color: #3a98cf;
    margin-right: 10px
}

.section--interview .list--interview_faq .list-item .question_inner .text {
    font-weight: bold;
    padding-top: 40px;
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .question_inner .text {
        padding-top: 40px;
        margin-bottom: 21px
    }
}

.section--interview .list--interview_faq .list-item .question_inner .text:before {
    content: "―";
    margin-left: 3px
}

.section--interview .list--interview_faq .list-item .answer {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .answer {
        margin-top: 26px;
        flex-direction: row
    }
}

.section--interview .list--interview_faq .list-item .answer .image-box {
    width: 80px;
    position: absolute;
    top: -40px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .answer .image-box {
        margin-right: 25px;
        width: 90px;
        position: relative;
        top: 0
    }
}

.section--interview .list--interview_faq .list-item .answer .text {
    background-color: #fff;
    flex: 1;
    padding: 55px 10px 10px 10px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .answer .text {
        padding: 30px
    }
}

.section--interview .list--interview_faq .list-item .answer .text-box {
    background-color: #fff;
    flex: 1;
    padding: 55px 10px 10px 10px
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .answer .text-box {
        padding: 30px
    }
}

.section--interview .list--interview_faq .list-item .answer .text-box .text {
    padding: 0
}

.section--interview .list--interview_faq .list-item .image-box--photo {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

@media only screen and (min-width: 768px) {
    .section--interview .list--interview_faq .list-item .image-box--photo {
        margin: 40px 0
    }

    .section--interview .list--interview_faq .list-item .image-box--photo.right {
        justify-content: right;
        margin-right: 13%
    }
}

.section--interview .list--interview_faq .list-item .image-box--photo+.answer {
    margin-top: 70px
}

.section--interview .block--banner {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.section--interview .block--banner .anchor {
    width: 80%
}

@media only screen and (min-width: 768px) {
    .section--interview .block--banner .anchor {
        width: 42%
    }
}

.section--interview .btn--more.transparent {
    margin: 20px auto
}

@media only screen and (min-width: 768px) {
    .section--interview .btn--more.transparent {
        margin: 40px auto
    }
}

.section--interview .btn--more.transparent.long {
    width: 100%;
    max-width: 531px
}

@media only screen and (min-width: 768px) {
    .section--interview .btn--more.transparent.long {
        width: auto
    }
}

.section--interview .btn-box {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media only screen and (min-width: 768px) {
    .section--interview .btn-box {
        margin: 60px 0;
        gap: 40px
    }
}

.section--interview .btn-box>* {
    width: 100%;
    margin: 0 auto
}

.section--interview .btn-box>* .btn {
    margin: 0 auto
}

.section--interview .btn-box>* .text--small {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .section--interview .btn-box>* .text--small {
        margin-top: 17px
    }
}

.section--interview .text--small.mt {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .section--interview .text--small.mt {
        margin-top: 20px
    }
}

.section--heading .block--text-box {
    margin-top: 60px
}

.section--faq {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .section--faq {
        margin-top: 120px
    }
}

.section--faq .heading--h3 {
    margin-bottom: 15px;
    margin-top: 40px
}

.section--faq .heading--h3 .block--gray-bg {
    margin-bottom: 60px
}

.section--guide {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .section--guide {
        margin-top: 120px
    }
}

.section--contact .heading--h2 {
    margin-bottom: 20px
}

.section--product-info {
    margin: 30px 0 0 0
}

.section--product-info.top {
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .section--product-info.top {
        margin-top: 68px;
        padding-bottom: 60px;
        margin-bottom: 60px
    }
}

.section--product-info .block--product-info {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--product-info {
        flex-direction: row
    }
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--product-info .left-box {
        padding-right: 5%;
        width: 40%;
        max-width: 40%
    }
}

.section--product-info .block--product-info .left-box .image-box--product {
    text-align: center
}

.section--product-info .block--product-info .right-box {
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--product-info .right-box {
        width: 60%;
        margin-top: 0
    }
}

.section--product-info .block--product-info .right-box .heading--h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--product-info .right-box .heading--h1 {
        font-size: 20px
    }
}

.section--product-info .block--product-info .right-box .heading--h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--product-info .right-box .heading--h2 {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.section--product-info .block--product-info .right-box .list--product-feature {
    margin-top: 30px;
    gap: 20px 0;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--product-info .right-box .list--product-feature {
        gap: 30px 0
    }
}

.section--product-info .block--product-info .right-box .list--product-feature .list-item .heading--h3 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.8
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--product-info .right-box .list--product-feature .list-item .heading--h3 {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 1.2
    }
}

.section--product-info .block--h3-text .heading--h2 {
    font-size: 18px;
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--h3-text .heading--h2 {
        font-size: 30px;
        margin-bottom: 40px
    }
}

.section--product-info .block--h3-text .heading--h2.mt {
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--h3-text .heading--h2.mt {
        margin-top: 60px
    }
}

.section--product-info .block--h3-text .block--white-bg {
    margin-top: 15px;
    padding: 15px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--h3-text .block--white-bg {
        margin-top: 20px;
        padding: 20px
    }
}

.section--product-info .block--h3-text .badge--blue-box {
    width: 63px;
    margin-right: 20px;
    font-size: 13px;
    width: 56px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--h3-text .badge--blue-box {
        font-size: 17px;
        width: 70px
    }
}

.section--product-info .block--h3-text .list--mt20 {
    display: flex;
    flex-direction: column;
    gap: 9px 0
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--h3-text .list--mt20 {
        gap: 20px 0
    }
}

.section--product-info .block--h3-text .block--flex {
    margin: 0
}

.section--product-info .block--h3-text .complement {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .section--product-info .block--h3-text .complement {
        margin-top: 20px
    }
}

.section--product-info .btn--more {
    margin: 30px auto
}

@media only screen and (min-width: 768px) {
    .section--product-info .btn--more {
        margin: 60px auto
    }
}

.section--product-info.language .block--h3-text .block--flex {
    margin: 0
}

.section--product-info.language.last {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section--product-info.language.last {
        margin-bottom: 60px
    }
}

.section--language-top {
    margin-top: 100px
}

@media only screen and (min-width: 768px) {
    .section--language-top {
        margin-top: 210px
    }
}

.section--language .btn--product {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section--language .btn--product {
        margin-bottom: 60px
    }
}

.section--letter {
    margin: 80px auto 55px auto
}

@media only screen and (min-width: 768px) {
    .section--letter {
        margin: 30px auto 30px auto
    }
}

.section--room .list--room-use-step .list--use-step .image {
    height: 100%
}

.section--room .image--room-top {
    height: calc(100vw * 2 / 3)
}

.section--room .block .heading--h2 {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .section--room .block .heading--h2 {
        margin-bottom: 60px
    }
}

.section--room .heading--h3 {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .section--room .heading--h3 {
        margin-bottom: 20px
    }
}

.section--room .btn--more {
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .section--room .btn--more {
        margin-top: 60px
    }
}

.section--room .list-item--subscriptions .fukidashi.room {
    margin-top: -80px
}

@media only screen and (min-width: 768px) {
    .section--room .list-item--subscriptions .fukidashi.room {
        width: calc(50% - 60px)
    }
}

.section--room .list-item--subscriptions .fukidashi.room .block--fukidashi_question {
    padding: 0
}

.section--room .list-item--subscriptions .upper.center {
    align-items: center
}

.section--room .list-item--subscriptions .upper.center .list--ranking {
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .section--room .list-item--subscriptions .upper.center .list--ranking {
        margin-top: 0
    }
}

.section--room .block--banner {
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    .section--room .block--banner {
        margin-top: 60px
    }
}

.section--room .block--banner .image-box .image {
    width: 75%;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .section--room .block--banner .image-box .image {
        width: 45%
    }
}

.section--room .block--banner .image-box.w100-sp .image {
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 576px) {
    .section--room .block--banner .image-box.w100-sp .image {
        width: 75%
    }
}

@media only screen and (min-width: 768px) {
    .section--room .block--banner .image-box.w100-sp .image {
        width: 45%
    }
}

.section--room .list--room-place .list-item {
    list-style: none;
    margin-top: 15px;
    list-style: none
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place .list-item {
        margin-top: 60px
    }
}

.section--room .list--room-place .list-item .block--dani-method {
    padding: 20px 0
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place .list-item .block--dani-method {
        padding: 30px 0
    }
}

.section--room .list--room-place .list-item .block--dani-method.bb-1:after {
    border-bottom: 1px solid #707070
}

.section--room .list--room-place .list-item .btn--more {
    width: 60%;
    max-width: 520px;
    min-width: 330px;
    margin-top: 15px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place .list-item .btn--more {
        margin-top: 30px;
        width: 60%
    }
}

.section--room .list--room-place.terms {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place.terms {
        gap: 30px;
        margin-top: 30px
    }
}

.section--room .list--room-place.terms .list-item,
.section--room .list--room-place.terms .block--flex {
    margin: 0
}

.section--room .list--room-place.illust .list-item {
    background-color: #fff;
    padding: 20px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place.illust .list-item {
        padding: 40px
    }
}

.section--room .list--room-place.illust .list-item .block--flex {
    gap: 10px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place.illust .list-item .block--flex {
        gap: 40px
    }
}

.section--room .list--room-place.illust .list-item .block--flex .left-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place.illust .list-item .block--flex .left-box {
        width: 30%
    }
}

.section--room .list--room-place.illust .list-item .block--flex .left-box .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place.illust .list-item .block--flex .left-box .image-box {
        min-height: 330px
    }
}

.section--room .list--room-place.illust .list-item .block--flex .left-box .image-box .image {
    width: auto;
    height: auto;
    max-width: none;
    max-height: 250px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place.illust .list-item .block--flex .left-box .image-box .image {
        height: auto;
        margin-top: 0;
        max-height: 300px
    }
}

.section--room .list--room-place.illust .list-item .block--flex .right-box {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-place.illust .list-item .block--flex .right-box {
        width: calc(100% - 30%)
    }
}

.section--room .list--room-use-step {
    margin-top: 40px;
    gap: 40px;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-use-step {
        margin-top: 60px;
        gap: 60px
    }
}

.section--room .list--room-use-step .list-item {
    list-style: none
}

.section--room .list--room-use-step .list-item .heading--h3 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-use-step .list-item .heading--h3 {
        margin-bottom: 20px
    }
}

.section--room .list--room-use-step .list--room-badge {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-use-step .list--room-badge {
        gap: 20px
    }
}

.section--room .list--room-use-step .list--room-badge .list-item {
    font-weight: bold;
    list-style: none;
    background-color: #f7f7f7;
    padding: 8px
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-use-step .list--room-badge .list-item {
        padding: 15px
    }
}

@media only screen and (min-width: 768px) {
    .section--room .list--room-use-step .list--use-step {
        margin-top: 30px;
        justify-content: space-around
    }
}

.section--room .under-text-box {
    margin-top: 15px
}

@media only screen and (min-width: 768px) {
    .section--room .under-text-box {
        margin-top: 30px
    }
}

.section--room .block--dani-method {
    width: 100%
}

.section--room .block--dani-method.bb-1:after {
    border-bottom: 1px solid #707070
}

.section--room .block--dani-method.bt-1:after {
    border-top: 1px solid #707070
}

.section--room .block--dani-method .block--icon-heading-h4 .image-box {
    margin: 0 10px 0 0
}

@media only screen and (min-width: 768px) {
    .section--room .block--dani-method .block--icon-heading-h4 .image-box .image {
        width: 30px
    }
}

.section--room .block--sns-icons {
    margin-top: -20px
}

@media only screen and (min-width: 768px) {
    .section--room .block--sns-icons {
        margin-top: 0
    }
}

.section--room .mt {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .section--room .mt {
        margin-top: 100px
    }
}

.section--room.bed {
    margin-bottom: 80px
}

@media only screen and (min-width: 768px) {
    .section--room.bed {
        margin-bottom: 140px
    }
}

.section--room.bed .block--flex.use {
    gap: 30px;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .section--room.bed .block--flex.use {
        margin-top: 60px;
        gap: 60px;
        align-items: start;
        justify-content: start
    }
}

.section--room.bed .block--flex.use .left-box {
    width: auto
}

.section--room.bed .block--flex.use .left-box .image-box {
    max-height: 333px;
    max-width: 445px
}

.section--room.bed .block--flex.use .right-box {
    width: auto
}

.section--room.bed .block--flex.use .right-box .heading--h3 {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .section--room.bed .block--flex.use .right-box .heading--h3 {
        margin-bottom: 30px
    }
}

.section--place-recommend .text-box {
    margin: 15px 0
}

@media only screen and (min-width: 768px) {
    .section--place-recommend .text-box {
        margin: 30px 0
    }
}

.section--place-recommend .image-box .image {
    width: 100%;
    height: 100%
}

.section--transaction .tbody .tr .th {
    width: 26%;
    vertical-align: top;
    padding: 10px;
    line-height: 1.7
}

@media only screen and (min-width: 768px) {
    .section--transaction .tbody .tr .th {
        padding: 20px
    }
}

.section--transaction .tbody .tr .td {
    width: 74%;
    vertical-align: top;
    padding: 10px 20px 10px 20px;
    line-height: 1.7
}

@media only screen and (min-width: 768px) {
    .section--transaction .tbody .tr .td {
        padding: 20px 53px 20px 60px
    }
}

.section--transaction .block--gray-bg {
    padding: 15px;
    margin: 20px 0
}

@media only screen and (min-width: 768px) {
    .section--transaction .block--gray-bg {
        padding: 30px
    }
}

.section--transaction .block--gray-bg .list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media only screen and (min-width: 768px) {
    .section--transaction .block--gray-bg .list {
        gap: 20px
    }
}

.section--transaction .heading--h4 {
    margin-top: 30px
}

.section--privacy .heading--h3 {
    margin: 30px 0 15px 0
}

@media only screen and (min-width: 768px) {
    .section--privacy .heading--h3 {
        margin: 30px 0 20px 0
    }
}

.section--sitemap .heading--h2 {
    margin: 30px 0 20px 0
}

@media only screen and (min-width: 768px) {
    .section--sitemap .heading--h2 {
        margin: 60px 0 30px 0
    }
}

.section--sitemap .list--sitemap {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 576px) {
    .section--sitemap .list--sitemap {
        gap: 20px 0
    }
}

.section--sitemap .list--sitemap>.list-item {
    width: 100%;
    list-style: none;
    padding: 0 10px
}

@media only screen and (min-width: 576px) {
    .section--sitemap .list--sitemap>.list-item {
        width: 50%
    }
}

@media only screen and (min-width: 768px) {
    .section--sitemap .list--sitemap>.list-item {
        width: calc(100% / 4)
    }
}

.section--category.section--product {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .section--category.section--product {
        margin-top: 120px
    }
}

@media only screen and (min-width: 768px) {
    .section--language-faq .dl--accordion .dt--question {
        padding: 22px 30px 22px 0
    }
}

.section--news .heading--h1 {
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    .section--news .heading--h1 {
        margin-bottom: 20px
    }
}

.section--news .block--news {
    margin: 30px 0
}

@media only screen and (min-width: 768px) {
    .section--news .block--news {
        margin: 60px 0
    }
}

.section--news .block--news .heading--article {
    margin: 20px 0 10px 0
}

@media only screen and (min-width: 768px) {
    .section--news .block--news .heading--article {
        margin: 30px 0 20px 0
    }
}

.section--news .block--news .table.news {
    margin: 0
}

.section--news .block--news .table.news .th {
    width: 35%
}

@media only screen and (min-width: 768px) {
    .section--news .block--news .table.news .th {
        width: 26%
    }
}

.section--news .block--news .table.news .td {
    width: 65%
}

@media only screen and (min-width: 768px) {
    .section--news .block--news .table.news .td {
        width: 74%
    }
}

.section--news .block--news .image {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .section--news .block--news .image {
        width: auto
    }
}

.section--news .block--news .block--border-box {
    border: 3px solid #3a98cf;
    max-width: 1000px;
    padding: 10px;
    margin: 30px auto 0 auto
}

@media only screen and (min-width: 768px) {
    .section--news .block--news .block--border-box {
        margin: 60px auto 0 auto;
        padding: 30px
    }
}

.section--news .block--news .block--border-box .text {
    font-size: 14px
}

.section--news .block--news .block--border-box .text--content {
    max-width: 800px;
    display: block;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .section--news .block--news .block--border-box .text--content {
        width: 80%
    }
}

@media only screen and (min-width: 992px) {
    .section--news .block--news .block--border-box .text--content {
        width: 65%
    }
}

.section--contactform .block--contact {
    padding: 0 20px;
    margin-top: -30px
}

@media only screen and (min-width: 768px) {
    .section--contactform .block--contact {
        padding: 0 0 52px 0;
        margin-top: -20px
    }
}

.section--contactform .block--contact .contact-box>.bl-1:before {
    border: none
}

.table {
    margin-top: 30px;
    border-top: 1px solid #d0d0d0
}

.table--index-list th,
.table--index-list td {
    border-right: 1px solid #999
}

.table .th,
.table .td {
    text-align: center;
    vertical-align: middle;
    background-color: #fff
}

.table .th {
    font-weight: normal
}

.table .tr {
    height: 60px
}

.table .thead .tr .th:first-child {
    border-left: 1px solid #d0d0d0;
    background-color: #fff
}

.table .thead .tr .th {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    color: #fff
}

.table .tbody .tr .th:first-child {
    border-left: 1px solid #d0d0d0
}

.table .tbody .tr .th {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    background-color: #f7f7f7;
    text-align: left;
    width: 26%;
    padding: 10px
}

@media only screen and (min-width: 768px) {
    .table .tbody .tr .th {
        padding: 20px
    }
}

.table .tbody .tr .td {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    text-align: left;
    padding: 10px 20px 10px 20px;
    width: 74%
}

@media only screen and (min-width: 768px) {
    .table .tbody .tr .td {
        padding: 20px 53px 20px 60px
    }
}

.table-wrap-member {
    width: 100%;
    overflow-x: auto
}

.text {
    color: #333;
    font-size: 15px;
    line-height: 1.7
}

@media only screen and (min-width: 768px) {
    .text {
        font-size: 17px
    }
}

.text--small {
    font-size: 13px;
    font-weight: normal
}

@media only screen and (min-width: 768px) {
    .text--small {
        font-size: 15px
    }
}

.text--breadcrumb {
    font-size: 11px
}

@media only screen and (min-width: 768px) {
    .text--breadcrumb {
        font-size: 12px
    }
}

.text--product-title {
    font-size: 13px
}

@media only screen and (min-width: 768px) {
    .text--product-title {
        font-size: 15px
    }
}

.text--price {
    font-size: 15px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .text--price {
        font-size: 18px
    }
}

.text--nowrap {
    white-space: nowrap
}

.text--left {
    text-align: left
}

.text--center {
    text-align: center
}

.text--right {
    text-align: right
}

.text--show-pc {
    display: none
}

@media only screen and (min-width: 768px) {
    .text--show-pc {
        display: block
    }
}

.text--show-sp {
    display: block
}

@media only screen and (min-width: 768px) {
    .text--show-sp {
        display: none
    }
}

.text--caution {
    position: relative;
    padding-left: 1.2em
}

.text--caution:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0
}

.text--main {
    padding: 0 15px;
    font-size: 1.6rem
}

@media only screen and (min-width: 768px) {
    .text--main {
        font-size: 1.8rem
    }
}

@media only screen and (min-width: 992px) {
    .text--main {
        font-size: 2rem
    }
}

@media only screen and (min-width: 1200px) {
    .text--main {
        padding: 0
    }
}

@media only screen and (max-width: 340px) {
    .text--main {
        font-size: 1.4rem
    }
}

.text--pc-center {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width: 576px) {
    .text--pc-center {
        padding-left: 15px;
        padding-right: 15px
    }
}

.text--interest-text {
    margin-bottom: 25px
}

.text--form-caution {
    font-size: 1.6rem
}

.text--form-caution .anchor {
    text-decoration: underline;
    color: blue
}

@media only screen and (min-width: 768px) {
    .text--complete {
        text-align: center
    }
}

.text--article-text {
    margin-bottom: 15px
}

.text--article-comment {
    position: absolute;
    left: 15px;
    bottom: 15px
}

.text--theme {
    margin: 30px 0
}

@media only screen and (min-width: 768px) {
    .text--theme {
        text-align: center;
        font-size: 1.6rem
    }
}

.text--link {
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    .text--link {
        margin-bottom: 30px;
        text-align: center;
        font-size: 1.6rem
    }
}

.text--link-desc {
    margin: 20px 0 0;
    color: #05810e
}

@media only screen and (min-width: 768px) {
    .text--link-desc {
        text-align: left;
        font-size: 1.8rem
    }
}

.text--center {
    text-align: center
}

.text--opinion {
    font-size: 1.4rem;
    margin-top: 5px;
    color: red;
    font-weight: bold
}

@media only screen and (min-width: 992px) {
    .text--opinion.text--hide span {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .text--opinion.text--hide span {
        display: inline
    }
}

.text--question-title {
    margin: 20px 0 10px 0px;
    font-size: 18px
}

@media only screen and (min-width: 992px) {
    .text--question-title {
        margin: 20px 0 10px 20px
    }
}

.text--question-sub-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700
}

.text--inline {
    display: inline
}

.text--mark {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #FDE67C 0%);
    display: inline;
    padding-bottom: 3px
}

.text--longurl {
    word-break: break-all
}

.text--maincolor {
    margin: 0;
    padding: 0;
    display: flex;
    line-height: 100%
}

.text--maincolor:before {
    content: "●";
    color: #3a98cf;
    margin-right: 10px;
    font-size: 12px
}

.text br.br-sp {
    display: block
}

@media only screen and (min-width: 576px) {
    .text br.br-sp {
        display: none
    }
}

/*
.text-box,
.comment {
    font-size: 0;
    line-height: 0
}
*/

.text-box .text:not(.text--small),
.text-box .text--inline,
.text-box .text--mark,
.text-box .fwb,
.text-box .list-item,
.comment .text:not(.text--small),
.comment .text--inline,
.comment .text--mark,
.comment .fwb,
.comment .list-item {
    font-size: 15px;
    line-height: 1.7
}

@media only screen and (min-width: 768px) {

    .text-box .text:not(.text--small),
    .text-box .text--inline,
    .text-box .text--mark,
    .text-box .fwb,
    .text-box .list-item,
    .comment .text:not(.text--small),
    .comment .text--inline,
    .comment .text--mark,
    .comment .fwb,
    .comment .list-item {
        font-size: 17px
    }
}

.text-box .text--small,
.comment .text--small {
    font-size: 13px;
    line-height: 1.3
}

@media only screen and (min-width: 768px) {

    .text-box .text--small,
    .comment .text--small {
        font-size: 15px
    }
}

.card {
    border: none
}

.card-footer {
    background-color: #fff;
    padding: 24px 4%
}

@media only screen and (min-width: 768px) {
    .card-footer {
        padding-top: 42px;
        padding-left: 40px
    }
}

.card-footer-btn {
    display: flex;
    justify-content: center
}

.card-footer-btn.card-footer-double {
    justify-content: space-around
}

.card--three-box {
    background: transparent
}

.card--three-box .list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap
}

@media only screen and (min-width: 768px) {
    .card--three-box .list {
        flex-direction: row;
        justify-content: space-between;
        align-items: normal
    }
}

.card--three-box .list--after_one:after {
    content: "";
    display: block;
    width: 100%;
    height: 0
}

@media only screen and (min-width: 768px) {
    .card--three-box .list--after_one:after {
        width: 31%
    }
}

.card--three-box .list .list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background-color: #fff;
    margin: 10px 0
}

@media only screen and (min-width: 768px) {
    .card--three-box .list .list-item {
        width: 31%;
        margin: 0
    }
}

.card--three-box .list .list-item>* {
    margin: 10px 0
}

.card--three-box .list .list-item .image-box--icon {
    height: 70px;
    display: flex;
    align-items: center
}

.card--three-box .list .list-item .image-box--icon .image {
    height: auto
}

.card--three-box .list .list-item .text--title {
    font-size: 17px;
    font-weight: bold;
    color: #3a98cf;
    align-self: flex-start;
    flex-grow: 1
}

@media only screen and (min-width: 768px) {
    .card--three-box .list .list-item .text--title {
        font-size: 20px
    }
}

.card--three-box .list .list-item .text--title.black {
    color: #333
}

.card--three-box .list .list-item .text--left {
    align-self: flex-start;
    flex-grow: 1
}

.card--three-box .list .list-item .btn {
    width: 61%;
    min-width: 200px
}

.card--three-box .list--two-box .list-item {
    border: 1px solid #d0d0d0
}

@media only screen and (min-width: 768px) {
    .card--three-box .list--two-box .list-item {
        width: 47%
    }
}

.card--three-box .list--one-box {
    justify-content: center
}

.card--three-box .list--one-box .list-item {
    border: 1px solid #d0d0d0;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .card--three-box .list--one-box .list-item {
        width: 47%
    }
}

.card--three-box .list--six-box {
    margin-top: 0;
    flex-direction: row;
    align-items: stretch;
    gap: 15px 0
}

.card--three-box .list--six-box .list-item {
    width: 100%;
    margin: 0
}

@media only screen and (min-width: 576px) {
    .card--three-box .list--six-box .list-item {
        width: 47%
    }
}

@media only screen and (min-width: 768px) {
    .card--three-box .list--six-box .list-item {
        width: 32%
    }
}

.card--three-box .list--six-box .list-item>* {
    margin: 5px 0
}

@media only screen and (min-width: 768px) {
    .card--three-box .list--six-box .list-item>* {
        margin: 10px 0
    }
}

.card--three-box.user-voice .list-item {
    padding: 20px;
    gap: 20px
}

.card--three-box.user-voice .list-item .image-box {
    margin: 0
}

.card--three-box.user-voice .list-item .text--left {
    flex-grow: 0
}

.card--three-box.subscriptions .list .list-item .text--title {
    align-self: auto;
    font-size: 24px;
    flex-grow: 1
}

@media only screen and (min-width: 768px) {
    .card--three-box.subscriptions .list .list-item .text--title {
        font-size: 30px
    }
}

.card--three-box.subscriptions .list .list-item .text--subtitle {
    font-size: 17px;
    font-weight: bold;
    flex-grow: 1
}

@media only screen and (min-width: 768px) {
    .card--three-box.subscriptions .list .list-item .text--subtitle {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) {
    .card--three-box.feature {
        margin-top: 70px
    }
}

.card--three-box.feature .list .list-item {
    position: relative;
    background-color: #f1f6fe;
    padding: 0;
    width: 100%;
    margin-top: 30px;
    flex-direction: column
}

@media only screen and (min-width: 576px) {
    .card--three-box.feature .list .list-item {
        flex-direction: row
    }
}

@media only screen and (min-width: 768px) {
    .card--three-box.feature .list .list-item {
        width: 32%;
        margin-top: 0;
        flex-direction: column
    }
}

.card--three-box.feature .list .list-item>* {
    margin: 0
}

.card--three-box.feature .list .list-item .icon {
    position: absolute;
    top: -35px;
    width: 50%
}

@media only screen and (min-width: 768px) {
    .card--three-box.feature .list .list-item .icon {
        width: 100%
    }
}

.card--three-box.feature .list .list-item .icon .image-box {
    width: 35%;
    margin: 0 auto
}

.card--three-box.feature .list .list-item .icon .image-box .image {
    margin: 0 auto
}

.card--three-box.feature .list .list-item .photo {
    width: 100%;
    margin: 0
}

@media only screen and (min-width: 576px) {
    .card--three-box.feature .list .list-item .photo {
        width: 50%;
        height: 100%;
        overflow: hidden
    }
}

@media only screen and (min-width: 768px) {
    .card--three-box.feature .list .list-item .photo {
        width: 100%;
        height: auto;
        overflow: visible
    }
}

.card--three-box.feature .list .list-item .photo .image-box .image {
    width: 100%
}

@media only screen and (min-width: 576px) {
    .card--three-box.feature .list .list-item .photo .image-box .image {
        height: 100%;
        width: auto;
        max-width: none;
        flex: 1
    }
}

@media only screen and (min-width: 768px) {
    .card--three-box.feature .list .list-item .photo .image-box .image {
        width: 100%
    }
}

.card--three-box.feature .list .list-item .text-box {
    flex: 1;
    margin: 10px 15px
}

@media only screen and (min-width: 768px) {
    .card--three-box.feature .list .list-item .text-box {
        margin: 25px 27px
    }
}

.card--three-box.feature .list .list-item .text-box .text--title {
    color: #3a98cf;
    font-size: 17px;
    padding: 10px 0;
    margin: 10px 0
}

@media only screen and (min-width: 576px) {
    .card--three-box.feature .list .list-item .text-box .text--title {
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    .card--three-box.feature .list .list-item .text-box .text--title {
        font-size: 20px;
        margin: 25px 0 15px
    }
}

.card--three-box.safety {
    margin-top: 87px
}

.card--three-box.safety .list {
    gap: 30px
}

@media only screen and (min-width: 768px) {
    .card--three-box.safety .list {
        gap: 0
    }
}

.card--three-box.safety .list .list-item {
    align-items: flex-start;
    padding: 15px;
    position: relative
}

@media only screen and (min-width: 768px) {
    .card--three-box.safety .list .list-item {
        width: 32%
    }
}

.card--three-box.safety .list .list-item>* {
    margin: 0
}

.card--three-box.safety .list .list-item .icon {
    position: absolute;
    top: -30px;
    align-self: center
}

.card--three-box.safety .list .list-item .heading-box {
    margin: 40px 0 50px
}

.card--three-box.safety .list .list-item .heading-box .heading--h4 {
    font-size: 17px
}

@media only screen and (min-width: 768px) {
    .card--three-box.safety .list .list-item .heading-box .heading--h4 {
        font-size: 20px
    }
}

.card--three-box.safety .list .list-item .block--skyblue-bg {
    margin-top: 20px;
    padding: 15px
}

.card--two-box {
    background: transparent
}

.card--two-box .list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

@media only screen and (min-width: 768px) {
    .card--two-box .list {
        flex-direction: row;
        justify-content: space-between;
        align-items: normal;
        gap: 30px
    }
}

.card--two-box .list--after_one:after {
    content: "";
    display: block;
    width: 100%;
    height: 0
}

@media only screen and (min-width: 768px) {
    .card--two-box .list--after_one:after {
        width: 47%
    }
}

.card--two-box .list .list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #fff
}

@media only screen and (min-width: 768px) {
    .card--two-box .list .list-item {
        width: 47%;
        padding: 25px
    }
}

.card--two-box .list .list-item>* {
    margin: 5px 0
}

@media only screen and (min-width: 768px) {
    .card--two-box .list .list-item>* {
        margin: 10px 0
    }
}

.card--two-box .list .list-item .image-box--icon {
    height: 70px;
    display: flex;
    align-items: center
}

.card--two-box .list .list-item .image-box--icon .image {
    height: auto
}

.card--two-box .list .list-item .text--title {
    font-size: 24px;
    font-weight: bold;
    color: #3a98cf;
    flex-grow: 1
}

@media only screen and (min-width: 768px) {
    .card--two-box .list .list-item .text--title {
        font-size: 30px
    }
}

.card--two-box .list .list-item .text--title.black {
    color: #333
}

.card--two-box .list .list-item .text--subtitle {
    font-weight: normal
}

.card--two-box .list .list-item .btn {
    width: 61%;
    min-width: 200px
}

.card--human {
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    .card--human {
        margin-top: 100px
    }
}

.card--human .list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .card--human .list {
        flex-direction: row;
        justify-content: space-between;
        align-items: normal;
        flex-wrap: wrap
    }
}

.card--human .list .list-item {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
    padding: 80px 15px 25px 15px;
    display: flex;
    margin: 40px 0;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    .card--human .list .list-item {
        width: 47%;
        margin: 55px 0;
        padding: 92px 23px 30px 23px
    }

    .card--human .list .list-item--three-box {
        width: 31%
    }
}

.card--human .list .list-item--three-box .text-box .text {
    line-height: 1.7
}

@media only screen and (min-width: 768px) {
    .card--human .list .list-item--three-box .text-box .text {
        line-height: 1.7
    }
}

.card--human .list .list-item .image-box {
    position: absolute;
    top: -60px;
    align-self: center
}

.card--human .list .list-item .text-box,
.card--human .list .list-item .text--right {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {

    .card--human .list .list-item .text-box,
    .card--human .list .list-item .text--right {
        margin-top: 20px
    }
}

.card--review .list {
    list-style: none;
    display: flex;
    flex-direction: column
}

.card--review .list .list-item {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-top: 20px;
    background-color: #f7f7f7;
    padding: 20px;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .card--review .list .list-item {
        flex-direction: row;
        min-height: 254px
    }
}

.card--review .list .list-item .left-box {
    display: flex;
    align-items: center;
    background-color: #fff
}

@media only screen and (min-width: 768px) {
    .card--review .list .list-item .left-box {
        margin-right: 25px
    }
}

.card--review .list .list-item .left-box .image-box {
    background-color: #fff;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .card--review .list .list-item .left-box .image-box {
        margin: 0
    }
}

.card--review .list .list-item .right-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .card--review .list .list-item .right-box {
        width: 70%;
        margin-top: 0
    }
}

.card--review .list .list-item .right-box .badge {
    margin-bottom: 25px
}

.card--subscriptions .list-item {
    list-style: none
}

.card--subscriptions .list-item--subscriptions {
    background-color: #f7f7f7;
    padding: 40px 20px;
    position: relative;
    margin-top: 90px
}

@media only screen and (min-width: 768px) {
    .card--subscriptions .list-item--subscriptions {
        padding: 40px;
        margin-top: 118px
    }
}

.card--subscriptions .list-item--subscriptions .fukidashi {
    position: absolute;
    width: calc(100% - 20px - 20px);
    margin-top: -100px
}

@media only screen and (min-width: 768px) {
    .card--subscriptions .list-item--subscriptions .fukidashi {
        width: calc(560px - 20px)
    }
}

.card--subscriptions .list-item--subscriptions .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .card--subscriptions .list-item--subscriptions .upper {
        flex-direction: row;
        align-items: flex-end
    }
}

.card--subscriptions .list-item--subscriptions .upper .list--ranking {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .card--subscriptions .list-item--subscriptions .upper .list--ranking {
        width: 50%;
        margin-top: 30px
    }
}

.card--subscriptions .list-item--subscriptions .upper .list--ranking .list-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    padding-right: 10px
}

@media only screen and (min-width: 768px) {
    .card--subscriptions .list-item--subscriptions .upper .list--ranking .list-item {
        font-size: 20px
    }
}

.card--subscriptions .list-item--subscriptions .upper .list--ranking .list-item:before {
    display: inline-block;
    background-size: cover;
    margin-right: 15px;
    padding-left: 24px;
    padding-top: 10px
}

.card--subscriptions .list-item--subscriptions .upper .list--ranking .list-item:nth-child(1):before {
    content: url("../../img/crown01.png")
}

.card--subscriptions .list-item--subscriptions .upper .list--ranking .list-item:nth-child(2):before {
    content: url("../../img/crown02.png")
}

.card--subscriptions .list-item--subscriptions .upper .list--ranking .list-item:nth-child(3):before {
    content: url("../../img/crown03.png")
}

.card--subscriptions .list-item--subscriptions .upper .image-box {
    width: 100%;
    margin-top: 40px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .card--subscriptions .list-item--subscriptions .upper .image-box {
        width: 50%;
        margin-left: 40px;
        margin-top: 0
    }
}

.card--subscriptions .list-item--subscriptions .lower {
    margin-top: 40px
}

.card--subscriptions .list-item--subscriptions .lower .list--left .list-item {
    list-style-type: disc
}

.card--gray-box .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px
}

@media only screen and (min-width: 768px) {
    .card--gray-box .list {
        flex-direction: row;
        align-items: stretch
    }
}

.card--gray-box .list .list-item {
    list-style: none;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    gap: 15px
}

@media only screen and (min-width: 768px) {
    .card--gray-box .list .list-item {
        width: 31%;
        margin: 0;
        padding: 40px 30px 40px;
        gap: 0
    }
}

.card--gray-box .list .list-item .icon {
    align-self: center;
    height: 100px;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .card--gray-box .list .list-item .icon {
        margin-bottom: 20px
    }
}

.card--gray-box .list .list-item .icon .image-box .image {
    width: 70px
}

.card--gray-box .list .list-item .heading--h3 {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .card--gray-box .list .list-item .heading--h3 {
        margin-bottom: 25px
    }
}

.card--gray-box .list .list-item .text {
    flex-grow: 1
}

.card--gray-box.white {
    background-color: transparent
}

.card--gray-box.white .list .list-item {
    background-color: #fff
}

.card--gray-box.white .list .list-item .photo {
    align-self: center;
    margin-bottom: 20px
}

.card--gray-box.white .list .list-item .btn-box {
    align-self: self-end;
    margin-top: 25px;
    flex: 1
}

.card--product-list {
    background: transparent
}

.card--product-list .list {
    display: flex;
    flex-direction: column;
    margin-top: -30px
}

.card--product-list .list .list-item {
    list-style: none;
    display: flex;
    border: 1px solid #d0d0d0;
    padding: 20px;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    background-color: #fff
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item {
        flex-direction: row
    }
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item>* {
        margin-bottom: 10px
    }
}

.card--product-list .list .list-item .left-box {
    width: 30%;
    min-width: 250px;
    max-width: 360px;
    align-self: center
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .left-box {
        padding-right: 30px
    }
}

.card--product-list .list .list-item .right-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .right-box {
        width: 70%
    }
}

.card--product-list .list .list-item .right-box>* {
    margin: 10px 0
}

.card--product-list .list .list-item .right-box .text--title {
    font-size: 17px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .right-box .text--title {
        font-size: 20px
    }
}

.card--product-list .list .list-item .right-box .product-text-box {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .right-box .product-text-box {
        flex-direction: row;
        gap: 0;
        max-width: calc(50% + 330px)
    }
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .right-box .product-text-box .text--content {
        width: 63%;
        padding-right: calc((30 / 1230) * 100%)
    }
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: calc((200 / 375) * 100%);
    max-width: 320px;
    margin: 0 auto;
    gap: 10px
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .right-box .product-text-box .more-btn {
        gap: 15px;
        width: 37%;
        border-left: 1px solid #d5d5d5;
        padding-left: calc((30 / 1230) * 100%)
    }
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
    background-color: #ececec;
    border-radius: 30px;
    display: flex;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small {
        font-size: 16px;
        padding: 15px 0
    }
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small:hover {
    color: #fff;
    background-color: #3a98cf
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small:visited .angle-right-circle:before {
    border: 1px solid #3a98cf
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small:visited .angle-right-circle:after {
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small.active {
    color: #3a98cf;
    font-weight: bold;
    pointer-events: none
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small.more_subscriptions {
    background-color: transparent;
    font-weight: bold;
    padding: 0
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .btn--more-small.more_subscriptions:hover {
    color: #3a98cf;
    background-color: transparent
}

.card--product-list .list .list-item .right-box .product-text-box .more-btn .angle-right-circle {
    margin-right: 10px
}

@media only screen and (min-width: 576px) {
    .card--product-list .list .list-item .right-box .product-text-box .more-btn .angle-right-circle {
        margin-right: 20px
    }
}

.card--product-list .list .list-item .right-box .cart {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .card--product-list .list .list-item .right-box .cart {
        flex-direction: row
    }
}

.card--product-list .list .list-item .right-box .cart .single-box,
.card--product-list .list .list-item .right-box .cart .subscriptions-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media only screen and (min-width: 768px) {

    .card--product-list .list .list-item .right-box .cart .single-box,
    .card--product-list .list .list-item .right-box .cart .subscriptions-box {
        align-items: flex-start
    }
}

.card--product-list .list .list-item .right-box .cart .single-box .box-inner,
.card--product-list .list .list-item .right-box .cart .subscriptions-box .box-inner {
    width: 90%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    height: 100%
}

@media only screen and (min-width: 768px) {

    .card--product-list .list .list-item .right-box .cart .single-box .box-inner,
    .card--product-list .list .list-item .right-box .cart .subscriptions-box .box-inner {
        max-width: 330px;
        align-items: flex-end;
        margin-top: 0
    }

    .card--product-list .list .list-item .right-box .cart .single-box .box-inner .text--small,
    .card--product-list .list .list-item .right-box .cart .subscriptions-box .box-inner .text--small {
        margin-bottom: 10px
    }
}

.card--product-list .list .list-item .right-box .cart .single-box .box-inner .cartForm,
.card--product-list .list .list-item .right-box .cart .subscriptions-box .box-inner .cartForm {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%
}

.card-products {
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 22px 0 30px 0
}

@media only screen and (min-width: 768px) {
    .card-products {
        margin: 30px 0 60px 0
    }
}

.card-products a {
    text-decoration: none
}

.card-products .block {
    width: 48%;
    margin-bottom: 4%
}

@media only screen and (min-width: 768px) {
    .card-products .block {
        width: 23%;
        margin-bottom: 0
    }
}

.card-products .block a {
    display: block;
    height: 100%
}

.card-products .block a .card--product {
    border-radius: 0;
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .card-products .block a .card--product {
        padding: 15px
    }
}

.card-products .block a .card--product .image-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1
}

.card-products .block a .card--product .image-box img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-products .block a .card--product .text--product-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    margin-top: 10px;
    flex: 1
}

.card-products .block a .card--product .text--price {
    margin-top: 5px
}

.card-products:after,
.card-products:before {
    content: "";
    display: block;
    width: 300px;
    height: 0
}

.card-products:before {
    order: 1
}

.card {
    border: none
}

.card .card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.card .card-header .heading {
    font-size: 1.2rem;
    margin-bottom: 0
}

.card-top .card-body .col {
    display: flex;
    justify-content: center;
    align-items: baseline
}

.card-top .card-body .col .text-value-xl {
    margin-right: 8px
}

.pagination {
    display: flex;
    justify-content: center
}

.pagination .page-item .page-link {
    display: block;
    cursor: pointer
}

.pagination .page-item .page-link .fa-angle-double-left,
.pagination .page-item .page-link .fa-angle-left {
    position: relative;
    left: -1px;
    top: 1px
}

.pagination .page-item .page-link .fa-angle-double-right,
.pagination .page-item .page-link .fa-angle-right {
    position: relative;
    right: -1px;
    top: 1px
}

.pagination .page-item.active .page-link {
    background-color: #3a98cf;
    border-color: #3a98cf;
    cursor: default
}

.page-user .pagination,
.c-app .pagination {
    padding: 30px 0
}

.page-user .pagination .page-item,
.c-app .pagination .page-item {
    margin: 0 8px
}

.page-user .pagination .page-item .page-link,
.c-app .pagination .page-item .page-link {
    cursor: pointer;
    border-radius: 50% !important;
    border: 2px solid #3a98cf;
    color: #3a98cf;
    font-weight: bold;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.page-user .pagination .page-item .page-link:hover,
.c-app .pagination .page-item .page-link:hover {
    background-color: rgba(100, 181, 174, .2)
}

.page-user .pagination .page-item.disabled .page-link,
.c-app .pagination .page-item.disabled .page-link {
    background-color: #ccc
}

.page-user .pagination .page-item.active .page-link,
.c-app .pagination .page-item.active .page-link {
    background-color: #3a98cf;
    border-color: #3a98cf;
    color: #fff;
    cursor: default
}

.page-user .pagination {
    padding: 30px 0;
    display: none
}

@media only screen and (min-width: 768px) {
    .page-user .pagination {
        display: flex
    }
}

.page-user .pagination.pagination-sp {
    display: flex
}

@media only screen and (min-width: 768px) {
    .page-user .pagination.pagination-sp {
        display: none
    }
}

.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.nav-tabs::-webkit-scrollbar {
    display: none
}

.nav-tabs .nav-link.active {
    background-color: #3a98cf;
    border-color: #3a98cf;
    color: #fff
}

.nav-tabs .nav-item .nav-link {
    white-space: nowrap;
    margin-bottom: -1px
}

.nav-tabs.nav-no-scroll-y {
    overflow-y: hidden
}

.tab-pane {
    padding: 20px
}

.nav-organization .nav-item {
    width: 50%;
    text-align: center
}

.footer {
    padding-bottom: 55px;
    background-color: #f7f7f7
}

@media only screen and (min-width: 768px) {
    .footer {
        padding-bottom: 0;
        position: relative;
        top: 130px
    }
}

.footer .anchor {
    text-decoration: none;
    color: #333
}

.footer .nav--footer {
    margin-top: 30px
}

@media only screen and (min-width: 768px) {
    .footer .nav--footer {
        margin-top: 85px
    }
}

.footer .nav--footer .list--menu {
    display: flex;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .footer .nav--footer .list--menu {
        justify-content: space-between
    }
}

.footer .nav--footer .list--menu>.list-item {
    list-style-type: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-left: 30px
}

@media only screen and (min-width: 992px) {
    .footer .nav--footer .list--menu>.list-item {
        padding-left: 40px
    }
}

.footer .nav--footer .list--submenu .list-item,
.footer .nav--footer .dd--submenu .list-item {
    list-style: outside
}

.footer .nav--footer .list--submenu .list-item .anchor,
.footer .nav--footer .dd--submenu .list-item .anchor {
    text-decoration: none
}

.footer .nav--footer .list-item {
    font-size: 13px;
    list-style: inside;
    color: #3a98cf;
    margin-left: 10px
}

@media only screen and (min-width: 768px) {
    .footer .nav--footer .list-item {
        font-size: 15px;
        margin-left: 0
    }
}

.footer .nav--footer .text--menu {
    font-size: 15px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .footer .nav--footer .text--menu {
        font-size: 18px;
        margin-bottom: 15px;
        margin-left: -18px
    }
}

.footer .block--copyright {
    margin-top: 26px;
    background-color: #333;
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    bottom: 120px;
    font-size: 11px;
    font-weight: 400;
    padding: 0 15px;
    white-space: nowrap
}

@media only screen and (min-width: 768px) {
    .footer .block--copyright {
        bottom: 0;
        font-size: 12px
    }
}

.footer-info {
    padding-top: 30px
}

@media only screen and (min-width: 768px) {
    .footer-info {
        padding-top: 56px
    }
}

.footer-info .row {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (min-width: 768px) {
    .footer-info .row {
        align-items: stretch
    }
}

.footer-info .card-footer {
    margin: 2px 0
}

@media only screen and (min-width: 768px) {
    .footer-info .card-footer {
        height: 100%
    }
}

.footer-info .card-footer .heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .footer-info .card-footer .heading {
        align-items: flex-start
    }
}

.footer-info .card-footer .heading .heading--h3 {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    .footer-info .card-footer .heading .heading--h3 {
        font-size: 20px
    }
}

.footer-info .card-footer .heading .image-box {
    width: 30px
}

@media only screen and (min-width: 768px) {
    .footer-info .card-footer .heading .image-box {
        width: 40px
    }
}

.footer-info .card-footer .heading .image-box .image {
    height: 18px
}

@media only screen and (min-width: 768px) {
    .footer-info .card-footer .heading .image-box .image {
        height: auto;
        width: 25px
    }
}

.footer-info .card-footer.shipping_cost .text--inline {
    font-weight: bold
}

.footer-info .card-footer .catch {
    margin-bottom: 1rem
}

.footer-info .card-footer .anchor {
    text-decoration: underline;
    color: #3a98cf
}

.footer-info .row>* {
    padding-right: 1px;
    padding-left: 1px
}

.footer-info .list-item {
    list-style: outside;
    color: #3a98cf;
    margin-left: 14px;
    margin-right: 7px
}

.footer-info .contact .list-item {
    margin-bottom: 20px
}

.footer-sns {
    margin-top: 28px
}

@media only screen and (min-width: 768px) {
    .footer-sns {
        margin-top: 50px
    }
}

.footer-sns .block--sns {
    display: flex;
    justify-content: center;
    margin-top: 15px
}

@media only screen and (min-width: 768px) {
    .footer-sns .block--sns {
        margin-top: 20px
    }
}

.footer-sns .block--sns .image {
    margin: 0 15px;
    height: 35px
}

.footer-under {
    margin-top: 35px
}

@media only screen and (min-width: 768px) {
    .footer-under {
        margin-top: 62px
    }
}

.footer-under .list--menu-under {
    display: flex;
    margin: 0 auto;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .footer-under .list--menu-under {
        flex-direction: row;
        justify-content: center;
        width: 100%
    }
}

.footer-under .list--menu-under .row {
    justify-content: center;
    width: auto;
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .footer-under .list--menu-under .row {
        width: 100%;
        margin-top: 0
    }

    .footer-under .list--menu-under .row.left {
        justify-content: right
    }

    .footer-under .list--menu-under .row.right {
        justify-content: left
    }
}

.footer-under .list--menu-under .row .list-item {
    list-style: none;
    padding: 0 20px;
    width: auto
}

@media only screen and (min-width: 768px) {
    .footer-under .list--menu-under .row .list-item {
        text-align: center;
        padding: 0 25px
    }
}

.footer-under .list--menu-under .row .bl-1,
.footer-under .list--menu-under .row .br-1 {
    width: auto;
    height: 15px
}

.footer-language {
    background-color: #f7f7f7
}

.footer-language .block--nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0
}

.footer-language .block--nav .nav {
    margin-bottom: 45px
}

.footer-language .block--nav .nav .list {
    display: flex;
    justify-content: center;
    gap: 20px 0;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .footer-language .block--nav .nav .list {
        flex-direction: row;
        gap: 0 70px
    }
}

.footer-language .block--nav .nav .list .list-item {
    list-style: none
}

.footer-language .block--nav .anchor {
    text-decoration: underline;
    color: #3a98cf
}

.footer-language .block--copyright {
    margin-top: 0
}

.footer-mb-sm .footer {
    margin-bottom: 140px
}

@media only screen and (min-width: 768px) {
    .footer-mb-sm .footer {
        margin-bottom: 0
    }
}

body.active {
    overflow: hidden;
    height: 100%
}

#header-pc {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff
}

.header {
    position: relative;
    z-index: 10
}

.header li {
    list-style: none;
    padding: 0
}

.header header a {
    text-decoration: none
}

.header header .nav--fixed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px
}

.header header .nav--fixed-header.pc {
    height: 80px
}

.header header .nav--fixed-header .container-xl {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header header .nav--fixed-header .block--maintenance {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    align-items: center;
    justify-content: center
}

.header header .nav--fixed-header .block--maintenance .text--maintenance {
    color: #ff3f03;
    font-weight: bold;
    text-align: center;
    border: 5px solid #ff3f03;
    background: wheat;
    padding: 10px
}

.header header .nav--fixed-header .block--logo {
    width: 28%;
    min-width: 105px;
    max-width: 210px
}

.header header .nav--fixed-header .block--logo.pc {
    float: left;
    margin-left: 5%
}

.header header .nav--fixed-header .block--logo.pc.language {
    display: flex;
    align-items: center;
    width: 70%;
    max-width: 600px
}

.header header .nav--fixed-header .block--logo.pc.language .image-box {
    width: 210px
}

.header header .nav--fixed-header .block--logo .image-box {
    width: 100%
}

.header header .nav--fixed-header .block--language {
    width: 110px;
    display: flex;
    justify-content: space-between;
    line-height: 12px;
    font-size: 12px
}

.header header .nav--fixed-header .block--language .anchor {
    width: calc(100% / 3);
    text-align: center;
    text-decoration: none;
    color: #333
}

.header header .nav--fixed-header .block--fixed-header {
    background-color: #fff;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 11;
    height: 55px
}

.header header .nav--fixed-header .block--fixed-header.pc {
    position: relative;
    max-width: 60%;
    justify-content: flex-end;
    margin-right: 20px;
    height: auto
}

.header header .nav--fixed-header .block--fixed-header.pc.language {
    max-width: 20%;
    margin-right: max(15px, calc((100% - 1200px) / 2))
}

.header header .nav--fixed-header .block--fixed-header.pc.language .row {
    align-items: stretch;
    line-height: 15px
}

.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header {
    width: 8%;
    flex: 0;
    min-width: 80px;
    font-size: 15px
}

.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header .anchor:hover .text {
    color: #3a98cf
}

.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.br-1:after,
.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.bl-1:before {
    height: 20px
}

.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.faq,
.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.guide {
    width: 12%;
    min-width: 120px;
    font-size: 13px;
    background-color: #fff
}

.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.faq .row,
.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.guide .row {
    align-items: center
}

.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.faq .row .image,
.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.guide .row .image {
    height: 13px;
    margin-right: 6px
}

.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.faq .row .text,
.header header .nav--fixed-header .block--fixed-header.pc>.list--fixed-header.guide .row .text {
    margin-top: 0;
    padding-left: 0
}

.header header .nav--fixed-header .block--fixed-header .list--fixed-header {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100%
}

.header header .nav--fixed-header .block--fixed-header .list--fixed-header:last-child {
    width: 14%;
    min-width: 55px;
    flex: none;
    background-color: #f1f6fe
}

.header header .nav--fixed-header .block--fixed-header .list--fixed-header:last-child>.btn {
    background-color: #f1f6fe
}

.header header .nav--fixed-header .block--fixed-header .list--fixed-header.bl-1:before {
    height: 22px
}

.header header .nav--fixed-header .block--fixed-header .list--fixed-header .anchor,
.header header .nav--fixed-header .block--fixed-header .list--fixed-header .btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 7px 0
}

.header header .nav--fixed-header .block--fixed-header .list--fixed-header .anchor .image,
.header header .nav--fixed-header .block--fixed-header .list--fixed-header .btn .image {
    height: 20px
}

.header header .nav--fixed-header .block--fixed-header .list--fixed-header .text {
    font-size: 12px
}

.header header #mask {
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.header header #mask.active {
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
    cursor: pointer;
    transition: all .3s
}

.header header .nav--accordion {
    width: 100%;
    font-size: 15px;
    color: #333
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion {
        font-size: 17px
    }
}

.header header .nav--accordion .nav-collapse {
    height: calc(100% - 55px);
    top: 0;
    position: fixed;
    background-color: #f1f6fe;
    transform: translateX(100%);
    transform-origin: right;
    transition: transform .3s linear;
    width: 74%;
    right: 0
}

.header header .nav--accordion .nav-collapse.pc {
    position: relative;
    height: 50px;
    width: 100%;
    transform: translateX(0);
    transition: none
}

.header header .nav--accordion .nav-collapse.active {
    transform: translateX(0%);
    right: 0
}

.header header .nav--accordion .nav-collapse .accordion-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 0 0 0
}

.header header .nav--accordion .nav-collapse .accordion-items.pc {
    flex-direction: row;
    padding: 0;
    height: 50px;
    align-items: center
}

.header header .nav--accordion .nav-collapse .accordion-items.pc .bl-1:before,
.header header .nav--accordion .nav-collapse .accordion-items.pc .br-1:after {
    height: 20px
}

.header header .nav--accordion .nav-collapse .accordion-items.pc.language {
    justify-content: center
}

.header header .nav--accordion .nav-collapse .accordion-items.pc.language li {
    width: 21%;
    min-width: calc(100% / 4)
}

.header header .nav--accordion .nav-collapse .accordion-items.pc.language li .btn {
    font-size: 15px
}

@media only screen and (min-width: 992px) {
    .header header .nav--accordion .nav-collapse .accordion-items.pc.language li .btn {
        font-size: 18px
    }
}

.header header .nav--accordion .nav-collapse .accordion-items.pc.language li .btn.btn--primary {
    display: flex;
    justify-content: center;
    align-items: center
}

.header header .nav--accordion .nav-collapse .accordion-items li {
    height: auto;
    display: flex;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li {
        width: calc(100% / 6);
        height: 100%
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li.active {
    background-color: #f7f7f7
}

@media only screen and (min-width: 768px) {

    .header header .nav--accordion .nav-collapse .accordion-items li .show,
    .header header .nav--accordion .nav-collapse .accordion-items li:hover {
        background-color: #3a98cf
    }

    .header header .nav--accordion .nav-collapse .accordion-items li .show.block>.btn,
    .header header .nav--accordion .nav-collapse .accordion-items li:hover.block>.btn {
        color: #fff
    }

    .header header .nav--accordion .nav-collapse .accordion-items li .show.block>.btn .angle-rotate,
    .header header .nav--accordion .nav-collapse .accordion-items li .show.block>.btn .angle-bottom,
    .header header .nav--accordion .nav-collapse .accordion-items li:hover.block>.btn .angle-rotate,
    .header header .nav--accordion .nav-collapse .accordion-items li:hover.block>.btn .angle-bottom {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.header header .nav--accordion .nav-collapse .accordion-items li .block>.btn {
    background-color: transparent;
    width: 100%;
    padding: 5px 15px 5px 15px;
    border: none;
    color: #333;
    border-radius: 0;
    text-align: left;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block>.btn {
        padding: 10px 0;
        text-align: center
    }

    .header header .nav--accordion .nav-collapse .accordion-items li .block>.btn:hover {
        color: #fff
    }

    .header header .nav--accordion .nav-collapse .accordion-items li .block>.btn:hover .angle-rotate,
    .header header .nav--accordion .nav-collapse .accordion-items li .block>.btn:hover .angle-bottom {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block .angle-rotate,
.header header .nav--accordion .nav-collapse .accordion-items li .block .angle-bottom {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    right: 15px
}

@media only screen and (min-width: 768px) {

    .header header .nav--accordion .nav-collapse .accordion-items li .block .angle-rotate,
    .header header .nav--accordion .nav-collapse .accordion-items li .block .angle-bottom {
        right: 0
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 {
    position: relative;
    height: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 {
        flex-direction: row;
        position: absolute;
        transform: translateY(50px);
        width: 100%
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 li {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    line-height: 0;
    transition: padding-top .3s ease-out, padding-bottom .3s ease-out, line-height .3s ease-out
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 li {
        width: 100%;
        position: relative;
        background-color: #f1f6fe;
        padding: 0 10px
    }

    .header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 li.bt-1 {
        opacity: 0
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 li .angle-right {
    border-top: 1px solid #333;
    border-right: 1px solid #333
}

.header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 li .btn {
    padding: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    border: none;
    background-color: #fff
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block .accordion-menu-1 li .btn {
        padding: 0
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 {
    height: 100%;
    background-color: #f7f7f7
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 {
        background-color: #f1f6fe
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 li {
    line-height: 24px;
    transition: line-height .3s ease-out
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 li {
        transition: none;
        line-height: 50px
    }

    .header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 li.bt-1 {
        opacity: 1
    }
}

.header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 li .btn {
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 1;
    visibility: visible;
    color: #333;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    transition: line-height .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 li .btn {
        padding: 0;
        background-color: #f1f6fe;
        line-height: 100%
    }
}

@media only screen and (min-width: 768px) {
    .header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 li .btn:hover {
        color: #3a98cf
    }

    .header header .nav--accordion .nav-collapse .accordion-items li .block.show>.accordion-menu-1 li .btn:hover .angle-right {
        border-top: 1px solid #3a98cf;
        border-right: 1px solid #3a98cf
    }
}

.modal {
    background: rgba(0, 0, 0, .7)
}

.modal-error .modal-body {
    text-align: center;
    overflow-y: auto
}

.modal .modal-body {
    max-height: calc(100vh - 160px);
    overflow-y: auto
}

.modal .modal-body .image-box {
    max-height: 100%;
    overflow-y: auto
}

ul.insta_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

ul.insta_list li {
    list-style: none;
    position: relative;
    width: 31%;
    margin: 2% 0
}

ul.insta_list li .anchor .image-box {
    width: 100%
}

ul.insta_list li .anchor p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

ul.insta_list li .anchor p span {
    font-size: 120%
}

ul.insta_list::-webkit-scrollbar {
    display: none
}

html.subsc_pw main {
    top: 0 !important
}

html.subsc_pw body {
    background-color: #eee
}

html.subsc_pw .c-red.mg {
    margin-left: 20px;
    margin-right: 20px
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .c-red.mg {
        margin-left: 40px;
        margin-right: 40px
    }
}

html.subsc_pw .container-lp {
    width: 100%;
    max-width: 700px;
    padding: 30px;
    margin: 0 auto;
    background-color: #fff
}

html.subsc_pw .text {
    line-height: 1.7;
    font-size: 14px
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .text {
        font-size: 16px
    }
}

html.subsc_pw .btn-box {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .btn-box {
        margin-top: 30px
    }
}

html.subsc_pw .btn--form {
    padding: 15px 20px;
    background-color: #3fa9f5;
    border-radius: 40px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center
}

html.subsc_pw .btn--form:hover {
    background-color: #0a76c4
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .btn--form {
        font-size: 16px
    }
}

html.subsc_pw .btn--form .angle-right {
    width: 5px;
    height: 5px;
    border-top: 1px solid #3a98cf;
    border-right: 1px solid #3a98cf;
    transform: rotate(45deg);
    border-radius: 0;
    padding: 0;
    margin-left: 3px;
    margin-right: 0;
    position: relative;
    transition: transform .2s linear
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .btn--form .angle-right {
        margin-left: 10px
    }
}

html.subsc_pw .btn--form .angle-right.white {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

html.subsc_pw .image-box--wide {
    width: calc(100% + 60px);
    margin-left: -30px
}

html.subsc_pw .text-box--mainCatch {
    background-color: #e7cbca;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center
}

html.subsc_pw .text-box--mainCatch .text {
    font-size: 15px;
    color: #643327;
    font-weight: bold
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .text-box--mainCatch .text {
        font-size: 20px
    }
}

html.subsc_pw .text-box--mainCatch .text--pink {
    font-size: 24px;
    color: #c1114e
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .text-box--mainCatch .text--pink {
        font-size: 32px
    }
}

html.subsc_pw .text-box--blueBg,
html.subsc_pw .text-box--blueBg2 {
    background-color: #2b5296;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center
}

html.subsc_pw .text-box--blueBg .text,
html.subsc_pw .text-box--blueBg2 .text {
    color: #fff;
    font-size: 24px;
    font-weight: bold
}

@media only screen and (min-width: 576px) {

    html.subsc_pw .text-box--blueBg .text,
    html.subsc_pw .text-box--blueBg2 .text {
        font-size: 32px
    }
}

html.subsc_pw .text-box--blueBg2 .text {
    font-size: 20px;
    text-align: left
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .text-box--blueBg2 .text {
        font-size: 28px
    }
}

html.subsc_pw .text-box--orangeBg,
html.subsc_pw .text-box--orangeBg2 {
    background-color: #f15a24;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 20px 30px;
    text-align: center
}

html.subsc_pw .text-box--orangeBg .text,
html.subsc_pw .text-box--orangeBg2 .text {
    color: #fff;
    font-size: 20px;
    font-weight: bold
}

@media only screen and (min-width: 576px) {

    html.subsc_pw .text-box--orangeBg .text,
    html.subsc_pw .text-box--orangeBg2 .text {
        font-size: 24px
    }
}

html.subsc_pw .text-box--orangeBg2 .text {
    font-size: 18px;
    text-align: left
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .text-box--orangeBg2 .text {
        font-size: 20px
    }
}

html.subsc_pw .list--setting {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px
}

html.subsc_pw .list--setting .list-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-size: 14px;
    color: #333
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .list--setting .list-item {
        flex-direction: row;
        font-size: 16px;
        gap: 20px
    }
}

html.subsc_pw .list--setting .list-item .image-box {
    width: 100%
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .list--setting .list-item .image-box {
        width: 40%
    }
}

html.subsc_pw .list--setting .list-item .text-box {
    width: 100%
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .list--setting .list-item .text-box {
        width: calc(100% - 40% - 10px);
        padding-top: 20px
    }
}

html.subsc_pw .list--setting .list-item .text-box .text {
    font-size: 14px;
    display: inline
}

html.subsc_pw .list--flow {
    list-style: none;
    counter-reset: item;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .list--flow {
        gap: 30px
    }
}

html.subsc_pw .list--flow .list-item .text--title {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #3fa9f5;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .list--flow .list-item .text--title {
        font-size: 18px
    }
}

html.subsc_pw .list--flow .list-item .text--title:before {
    counter-increment: item;
    content: counter(item);
    margin-right: 20px
}

html.subsc_pw .list--flow .list-item .list--step {
    list-style: none;
    margin-left: 20px;
    margin-right: 20px
}

@media only screen and (min-width: 576px) {
    html.subsc_pw .list--flow .list-item .list--step {
        margin-left: 40px;
        margin-right: 40px
    }
}

html.smslp main {
    top: 0 !important
}

html.smslp body {
    background-color: #eee
}

html.smslp .container-lp {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff
}

html.smslp .text {
    line-height: 1.7;
    font-size: 16px;
    padding: 30px
}

html.smslp .text.small {
    font-size: 14px;
    padding: 30px 0
}

html.smslp .list--setting .list-item {
    display: flex;
    justify-content: space-between
}

html.smslp .list--setting .image-box {
    display: inline-block;
    width: 48%
}

html.smslp .list--setting .image-box .image {
    display: block
}

.tal {
    text-align: left !important
}

@media only screen and (min-width: 0) {
    .tal-xs {
        text-align: left !important
    }
}

@media only screen and (min-width: 576px) {
    .tal-sm {
        text-align: left !important
    }
}

@media only screen and (min-width: 768px) {
    .tal-md {
        text-align: left !important
    }
}

@media only screen and (min-width: 992px) {
    .tal-lg {
        text-align: left !important
    }
}

.tac {
    text-align: center !important
}

@media only screen and (min-width: 0) {
    .tac-xs {
        text-align: center !important
    }
}

@media only screen and (min-width: 576px) {
    .tac-sm {
        text-align: center !important
    }
}

@media only screen and (min-width: 768px) {
    .tac-md {
        text-align: center !important
    }
}

@media only screen and (min-width: 992px) {
    .tac-lg {
        text-align: center !important
    }
}

.tar {
    text-align: right !important
}

@media only screen and (min-width: 0) {
    .tar-xs {
        text-align: right !important
    }
}

@media only screen and (min-width: 576px) {
    .tar-sm {
        text-align: right !important
    }
}

@media only screen and (min-width: 768px) {
    .tar-md {
        text-align: right !important
    }
}

@media only screen and (min-width: 992px) {
    .tar-lg {
        text-align: right !important
    }
}

.bg-fff {
    background-color: #fff
}

@media only screen and (min-width: 0) {
    .bg-fff-xs {
        background-color: #fff
    }
}

@media only screen and (min-width: 576px) {
    .bg-fff-sm {
        background-color: #fff
    }
}

@media only screen and (min-width: 768px) {
    .bg-fff-md {
        background-color: #fff
    }
}

@media only screen and (min-width: 992px) {
    .bg-fff-lg {
        background-color: #fff
    }
}

.bg-eee {
    background-color: #eee
}

@media only screen and (min-width: 0) {
    .bg-eee-xs {
        background-color: #eee
    }
}

@media only screen and (min-width: 576px) {
    .bg-eee-sm {
        background-color: #eee
    }
}

@media only screen and (min-width: 768px) {
    .bg-eee-md {
        background-color: #eee
    }
}

@media only screen and (min-width: 992px) {
    .bg-eee-lg {
        background-color: #eee
    }
}

.bg-ddd {
    background-color: #ddd
}

@media only screen and (min-width: 0) {
    .bg-ddd-xs {
        background-color: #ddd
    }
}

@media only screen and (min-width: 576px) {
    .bg-ddd-sm {
        background-color: #ddd
    }
}

@media only screen and (min-width: 768px) {
    .bg-ddd-md {
        background-color: #ddd
    }
}

@media only screen and (min-width: 992px) {
    .bg-ddd-lg {
        background-color: #ddd
    }
}

.bg-ccc {
    background-color: #ccc
}

@media only screen and (min-width: 0) {
    .bg-ccc-xs {
        background-color: #ccc
    }
}

@media only screen and (min-width: 576px) {
    .bg-ccc-sm {
        background-color: #ccc
    }
}

@media only screen and (min-width: 768px) {
    .bg-ccc-md {
        background-color: #ccc
    }
}

@media only screen and (min-width: 992px) {
    .bg-ccc-lg {
        background-color: #ccc
    }
}

.bg-bbb {
    background-color: #bbb
}

@media only screen and (min-width: 0) {
    .bg-bbb-xs {
        background-color: #bbb
    }
}

@media only screen and (min-width: 576px) {
    .bg-bbb-sm {
        background-color: #bbb
    }
}

@media only screen and (min-width: 768px) {
    .bg-bbb-md {
        background-color: #bbb
    }
}

@media only screen and (min-width: 992px) {
    .bg-bbb-lg {
        background-color: #bbb
    }
}

.bg-aaa {
    background-color: #aaa
}

@media only screen and (min-width: 0) {
    .bg-aaa-xs {
        background-color: #aaa
    }
}

@media only screen and (min-width: 576px) {
    .bg-aaa-sm {
        background-color: #aaa
    }
}

@media only screen and (min-width: 768px) {
    .bg-aaa-md {
        background-color: #aaa
    }
}

@media only screen and (min-width: 992px) {
    .bg-aaa-lg {
        background-color: #aaa
    }
}

.bg-999 {
    background-color: #999
}

@media only screen and (min-width: 0) {
    .bg-999-xs {
        background-color: #999
    }
}

@media only screen and (min-width: 576px) {
    .bg-999-sm {
        background-color: #999
    }
}

@media only screen and (min-width: 768px) {
    .bg-999-md {
        background-color: #999
    }
}

@media only screen and (min-width: 992px) {
    .bg-999-lg {
        background-color: #999
    }
}

.bg-888 {
    background-color: #888
}

@media only screen and (min-width: 0) {
    .bg-888-xs {
        background-color: #888
    }
}

@media only screen and (min-width: 576px) {
    .bg-888-sm {
        background-color: #888
    }
}

@media only screen and (min-width: 768px) {
    .bg-888-md {
        background-color: #888
    }
}

@media only screen and (min-width: 992px) {
    .bg-888-lg {
        background-color: #888
    }
}

.bg-777 {
    background-color: #777
}

@media only screen and (min-width: 0) {
    .bg-777-xs {
        background-color: #777
    }
}

@media only screen and (min-width: 576px) {
    .bg-777-sm {
        background-color: #777
    }
}

@media only screen and (min-width: 768px) {
    .bg-777-md {
        background-color: #777
    }
}

@media only screen and (min-width: 992px) {
    .bg-777-lg {
        background-color: #777
    }
}

.bg-666 {
    background-color: #666
}

@media only screen and (min-width: 0) {
    .bg-666-xs {
        background-color: #666
    }
}

@media only screen and (min-width: 576px) {
    .bg-666-sm {
        background-color: #666
    }
}

@media only screen and (min-width: 768px) {
    .bg-666-md {
        background-color: #666
    }
}

@media only screen and (min-width: 992px) {
    .bg-666-lg {
        background-color: #666
    }
}

.bg-555 {
    background-color: #555
}

@media only screen and (min-width: 0) {
    .bg-555-xs {
        background-color: #555
    }
}

@media only screen and (min-width: 576px) {
    .bg-555-sm {
        background-color: #555
    }
}

@media only screen and (min-width: 768px) {
    .bg-555-md {
        background-color: #555
    }
}

@media only screen and (min-width: 992px) {
    .bg-555-lg {
        background-color: #555
    }
}

.bg-444 {
    background-color: #444
}

@media only screen and (min-width: 0) {
    .bg-444-xs {
        background-color: #444
    }
}

@media only screen and (min-width: 576px) {
    .bg-444-sm {
        background-color: #444
    }
}

@media only screen and (min-width: 768px) {
    .bg-444-md {
        background-color: #444
    }
}

@media only screen and (min-width: 992px) {
    .bg-444-lg {
        background-color: #444
    }
}

.bg-333 {
    background-color: #333
}

@media only screen and (min-width: 0) {
    .bg-333-xs {
        background-color: #333
    }
}

@media only screen and (min-width: 576px) {
    .bg-333-sm {
        background-color: #333
    }
}

@media only screen and (min-width: 768px) {
    .bg-333-md {
        background-color: #333
    }
}

@media only screen and (min-width: 992px) {
    .bg-333-lg {
        background-color: #333
    }
}

.bg-222 {
    background-color: #222
}

@media only screen and (min-width: 0) {
    .bg-222-xs {
        background-color: #222
    }
}

@media only screen and (min-width: 576px) {
    .bg-222-sm {
        background-color: #222
    }
}

@media only screen and (min-width: 768px) {
    .bg-222-md {
        background-color: #222
    }
}

@media only screen and (min-width: 992px) {
    .bg-222-lg {
        background-color: #222
    }
}

.bg-111 {
    background-color: #111
}

@media only screen and (min-width: 0) {
    .bg-111-xs {
        background-color: #111
    }
}

@media only screen and (min-width: 576px) {
    .bg-111-sm {
        background-color: #111
    }
}

@media only screen and (min-width: 768px) {
    .bg-111-md {
        background-color: #111
    }
}

@media only screen and (min-width: 992px) {
    .bg-111-lg {
        background-color: #111
    }
}

.bg-000 {
    background-color: #000
}

@media only screen and (min-width: 0) {
    .bg-000-xs {
        background-color: #000
    }
}

@media only screen and (min-width: 576px) {
    .bg-000-sm {
        background-color: #000
    }
}

@media only screen and (min-width: 768px) {
    .bg-000-md {
        background-color: #000
    }
}

@media only screen and (min-width: 992px) {
    .bg-000-lg {
        background-color: #000
    }
}

.bg-cover {
    background-size: cover !important
}

@media only screen and (min-width: 0) {
    .bg-cover-xs {
        background-size: cover !important
    }
}

@media only screen and (min-width: 576px) {
    .bg-cover-sm {
        background-size: cover !important
    }
}

@media only screen and (min-width: 768px) {
    .bg-cover-md {
        background-size: cover !important
    }
}

@media only screen and (min-width: 992px) {
    .bg-cover-lg {
        background-size: cover !important
    }
}

.bg-contain {
    background-size: contain !important
}

@media only screen and (min-width: 0) {
    .bg-contain-xs {
        background-size: contain !important
    }
}

@media only screen and (min-width: 576px) {
    .bg-contain-sm {
        background-size: contain !important
    }
}

@media only screen and (min-width: 768px) {
    .bg-contain-md {
        background-size: contain !important
    }
}

@media only screen and (min-width: 992px) {
    .bg-contain-lg {
        background-size: contain !important
    }
}

.bs-bb {
    box-sizing: border-box
}

@media only screen and (min-width: 0) {
    .bs-bb-xs {
        box-sizing: border-box
    }
}

@media only screen and (min-width: 576px) {
    .bs-bb-sm {
        box-sizing: border-box
    }
}

@media only screen and (min-width: 768px) {
    .bs-bb-md {
        box-sizing: border-box
    }
}

@media only screen and (min-width: 992px) {
    .bs-bb-lg {
        box-sizing: border-box
    }
}

.bs-cb {
    box-sizing: content-box
}

@media only screen and (min-width: 0) {
    .bs-cb-xs {
        box-sizing: content-box
    }
}

@media only screen and (min-width: 576px) {
    .bs-cb-sm {
        box-sizing: content-box
    }
}

@media only screen and (min-width: 768px) {
    .bs-cb-md {
        box-sizing: content-box
    }
}

@media only screen and (min-width: 992px) {
    .bs-cb-lg {
        box-sizing: content-box
    }
}

.bd-fff {
    border: 1px solid #fff
}

@media only screen and (min-width: 0) {
    .bd-fff-xs {
        border: 1px solid #fff
    }
}

@media only screen and (min-width: 576px) {
    .bd-fff-sm {
        border: 1px solid #fff
    }
}

@media only screen and (min-width: 768px) {
    .bd-fff-md {
        border: 1px solid #fff
    }
}

@media only screen and (min-width: 992px) {
    .bd-fff-lg {
        border: 1px solid #fff
    }
}

.bd-eee {
    border: 1px solid #eee
}

@media only screen and (min-width: 0) {
    .bd-eee-xs {
        border: 1px solid #eee
    }
}

@media only screen and (min-width: 576px) {
    .bd-eee-sm {
        border: 1px solid #eee
    }
}

@media only screen and (min-width: 768px) {
    .bd-eee-md {
        border: 1px solid #eee
    }
}

@media only screen and (min-width: 992px) {
    .bd-eee-lg {
        border: 1px solid #eee
    }
}

.bd-ddd {
    border: 1px solid #ddd
}

@media only screen and (min-width: 0) {
    .bd-ddd-xs {
        border: 1px solid #ddd
    }
}

@media only screen and (min-width: 576px) {
    .bd-ddd-sm {
        border: 1px solid #ddd
    }
}

@media only screen and (min-width: 768px) {
    .bd-ddd-md {
        border: 1px solid #ddd
    }
}

@media only screen and (min-width: 992px) {
    .bd-ddd-lg {
        border: 1px solid #ddd
    }
}

.bd-ccc {
    border: 1px solid #ccc
}

@media only screen and (min-width: 0) {
    .bd-ccc-xs {
        border: 1px solid #ccc
    }
}

@media only screen and (min-width: 576px) {
    .bd-ccc-sm {
        border: 1px solid #ccc
    }
}

@media only screen and (min-width: 768px) {
    .bd-ccc-md {
        border: 1px solid #ccc
    }
}

@media only screen and (min-width: 992px) {
    .bd-ccc-lg {
        border: 1px solid #ccc
    }
}

.bd-bbb {
    border: 1px solid #bbb
}

@media only screen and (min-width: 0) {
    .bd-bbb-xs {
        border: 1px solid #bbb
    }
}

@media only screen and (min-width: 576px) {
    .bd-bbb-sm {
        border: 1px solid #bbb
    }
}

@media only screen and (min-width: 768px) {
    .bd-bbb-md {
        border: 1px solid #bbb
    }
}

@media only screen and (min-width: 992px) {
    .bd-bbb-lg {
        border: 1px solid #bbb
    }
}

.bd-aaa {
    border: 1px solid #aaa
}

@media only screen and (min-width: 0) {
    .bd-aaa-xs {
        border: 1px solid #aaa
    }
}

@media only screen and (min-width: 576px) {
    .bd-aaa-sm {
        border: 1px solid #aaa
    }
}

@media only screen and (min-width: 768px) {
    .bd-aaa-md {
        border: 1px solid #aaa
    }
}

@media only screen and (min-width: 992px) {
    .bd-aaa-lg {
        border: 1px solid #aaa
    }
}

.bd-999 {
    border: 1px solid #999
}

@media only screen and (min-width: 0) {
    .bd-999-xs {
        border: 1px solid #999
    }
}

@media only screen and (min-width: 576px) {
    .bd-999-sm {
        border: 1px solid #999
    }
}

@media only screen and (min-width: 768px) {
    .bd-999-md {
        border: 1px solid #999
    }
}

@media only screen and (min-width: 992px) {
    .bd-999-lg {
        border: 1px solid #999
    }
}

.bd-888 {
    border: 1px solid #888
}

@media only screen and (min-width: 0) {
    .bd-888-xs {
        border: 1px solid #888
    }
}

@media only screen and (min-width: 576px) {
    .bd-888-sm {
        border: 1px solid #888
    }
}

@media only screen and (min-width: 768px) {
    .bd-888-md {
        border: 1px solid #888
    }
}

@media only screen and (min-width: 992px) {
    .bd-888-lg {
        border: 1px solid #888
    }
}

.bd-777 {
    border: 1px solid #777
}

@media only screen and (min-width: 0) {
    .bd-777-xs {
        border: 1px solid #777
    }
}

@media only screen and (min-width: 576px) {
    .bd-777-sm {
        border: 1px solid #777
    }
}

@media only screen and (min-width: 768px) {
    .bd-777-md {
        border: 1px solid #777
    }
}

@media only screen and (min-width: 992px) {
    .bd-777-lg {
        border: 1px solid #777
    }
}

.bd-666 {
    border: 1px solid #666
}

@media only screen and (min-width: 0) {
    .bd-666-xs {
        border: 1px solid #666
    }
}

@media only screen and (min-width: 576px) {
    .bd-666-sm {
        border: 1px solid #666
    }
}

@media only screen and (min-width: 768px) {
    .bd-666-md {
        border: 1px solid #666
    }
}

@media only screen and (min-width: 992px) {
    .bd-666-lg {
        border: 1px solid #666
    }
}

.bd-555 {
    border: 1px solid #555
}

@media only screen and (min-width: 0) {
    .bd-555-xs {
        border: 1px solid #555
    }
}

@media only screen and (min-width: 576px) {
    .bd-555-sm {
        border: 1px solid #555
    }
}

@media only screen and (min-width: 768px) {
    .bd-555-md {
        border: 1px solid #555
    }
}

@media only screen and (min-width: 992px) {
    .bd-555-lg {
        border: 1px solid #555
    }
}

.bd-444 {
    border: 1px solid #444
}

@media only screen and (min-width: 0) {
    .bd-444-xs {
        border: 1px solid #444
    }
}

@media only screen and (min-width: 576px) {
    .bd-444-sm {
        border: 1px solid #444
    }
}

@media only screen and (min-width: 768px) {
    .bd-444-md {
        border: 1px solid #444
    }
}

@media only screen and (min-width: 992px) {
    .bd-444-lg {
        border: 1px solid #444
    }
}

.bd-333 {
    border: 1px solid #333
}

@media only screen and (min-width: 0) {
    .bd-333-xs {
        border: 1px solid #333
    }
}

@media only screen and (min-width: 576px) {
    .bd-333-sm {
        border: 1px solid #333
    }
}

@media only screen and (min-width: 768px) {
    .bd-333-md {
        border: 1px solid #333
    }
}

@media only screen and (min-width: 992px) {
    .bd-333-lg {
        border: 1px solid #333
    }
}

.bd-222 {
    border: 1px solid #222
}

@media only screen and (min-width: 0) {
    .bd-222-xs {
        border: 1px solid #222
    }
}

@media only screen and (min-width: 576px) {
    .bd-222-sm {
        border: 1px solid #222
    }
}

@media only screen and (min-width: 768px) {
    .bd-222-md {
        border: 1px solid #222
    }
}

@media only screen and (min-width: 992px) {
    .bd-222-lg {
        border: 1px solid #222
    }
}

.bd-111 {
    border: 1px solid #111
}

@media only screen and (min-width: 0) {
    .bd-111-xs {
        border: 1px solid #111
    }
}

@media only screen and (min-width: 576px) {
    .bd-111-sm {
        border: 1px solid #111
    }
}

@media only screen and (min-width: 768px) {
    .bd-111-md {
        border: 1px solid #111
    }
}

@media only screen and (min-width: 992px) {
    .bd-111-lg {
        border: 1px solid #111
    }
}

.bd-000 {
    border: 1px solid #000
}

@media only screen and (min-width: 0) {
    .bd-000-xs {
        border: 1px solid #000
    }
}

@media only screen and (min-width: 576px) {
    .bd-000-sm {
        border: 1px solid #000
    }
}

@media only screen and (min-width: 768px) {
    .bd-000-md {
        border: 1px solid #000
    }
}

@media only screen and (min-width: 992px) {
    .bd-000-lg {
        border: 1px solid #000
    }
}

.br3 {
    border-radius: 3px
}

@media only screen and (min-width: 0) {
    .br3-xs {
        border-radius: 3px
    }
}

@media only screen and (min-width: 576px) {
    .br3-sm {
        border-radius: 3px
    }
}

@media only screen and (min-width: 768px) {
    .br3-md {
        border-radius: 3px
    }
}

@media only screen and (min-width: 992px) {
    .br3-lg {
        border-radius: 3px
    }
}

.br4 {
    border-radius: 4px
}

@media only screen and (min-width: 0) {
    .br4-xs {
        border-radius: 4px
    }
}

@media only screen and (min-width: 576px) {
    .br4-sm {
        border-radius: 4px
    }
}

@media only screen and (min-width: 768px) {
    .br4-md {
        border-radius: 4px
    }
}

@media only screen and (min-width: 992px) {
    .br4-lg {
        border-radius: 4px
    }
}

.br5 {
    border-radius: 5px
}

@media only screen and (min-width: 0) {
    .br5-xs {
        border-radius: 5px
    }
}

@media only screen and (min-width: 576px) {
    .br5-sm {
        border-radius: 5px
    }
}

@media only screen and (min-width: 768px) {
    .br5-md {
        border-radius: 5px
    }
}

@media only screen and (min-width: 992px) {
    .br5-lg {
        border-radius: 5px
    }
}

.br6 {
    border-radius: 6px
}

@media only screen and (min-width: 0) {
    .br6-xs {
        border-radius: 6px
    }
}

@media only screen and (min-width: 576px) {
    .br6-sm {
        border-radius: 6px
    }
}

@media only screen and (min-width: 768px) {
    .br6-md {
        border-radius: 6px
    }
}

@media only screen and (min-width: 992px) {
    .br6-lg {
        border-radius: 6px
    }
}

.br8 {
    border-radius: 8px
}

@media only screen and (min-width: 0) {
    .br8-xs {
        border-radius: 8px
    }
}

@media only screen and (min-width: 576px) {
    .br8-sm {
        border-radius: 8px
    }
}

@media only screen and (min-width: 768px) {
    .br8-md {
        border-radius: 8px
    }
}

@media only screen and (min-width: 992px) {
    .br8-lg {
        border-radius: 8px
    }
}

.br10 {
    border-radius: 10px
}

@media only screen and (min-width: 0) {
    .br10-xs {
        border-radius: 10px
    }
}

@media only screen and (min-width: 576px) {
    .br10-sm {
        border-radius: 10px
    }
}

@media only screen and (min-width: 768px) {
    .br10-md {
        border-radius: 10px
    }
}

@media only screen and (min-width: 992px) {
    .br10-lg {
        border-radius: 10px
    }
}

.br15 {
    border-radius: 15px
}

@media only screen and (min-width: 0) {
    .br15-xs {
        border-radius: 15px
    }
}

@media only screen and (min-width: 576px) {
    .br15-sm {
        border-radius: 15px
    }
}

@media only screen and (min-width: 768px) {
    .br15-md {
        border-radius: 15px
    }
}

@media only screen and (min-width: 992px) {
    .br15-lg {
        border-radius: 15px
    }
}

.br16 {
    border-radius: 16px
}

@media only screen and (min-width: 0) {
    .br16-xs {
        border-radius: 16px
    }
}

@media only screen and (min-width: 576px) {
    .br16-sm {
        border-radius: 16px
    }
}

@media only screen and (min-width: 768px) {
    .br16-md {
        border-radius: 16px
    }
}

@media only screen and (min-width: 992px) {
    .br16-lg {
        border-radius: 16px
    }
}

.br20 {
    border-radius: 20px
}

@media only screen and (min-width: 0) {
    .br20-xs {
        border-radius: 20px
    }
}

@media only screen and (min-width: 576px) {
    .br20-sm {
        border-radius: 20px
    }
}

@media only screen and (min-width: 768px) {
    .br20-md {
        border-radius: 20px
    }
}

@media only screen and (min-width: 992px) {
    .br20-lg {
        border-radius: 20px
    }
}

.br24 {
    border-radius: 24px
}

@media only screen and (min-width: 0) {
    .br24-xs {
        border-radius: 24px
    }
}

@media only screen and (min-width: 576px) {
    .br24-sm {
        border-radius: 24px
    }
}

@media only screen and (min-width: 768px) {
    .br24-md {
        border-radius: 24px
    }
}

@media only screen and (min-width: 992px) {
    .br24-lg {
        border-radius: 24px
    }
}

.br25 {
    border-radius: 25px
}

@media only screen and (min-width: 0) {
    .br25-xs {
        border-radius: 25px
    }
}

@media only screen and (min-width: 576px) {
    .br25-sm {
        border-radius: 25px
    }
}

@media only screen and (min-width: 768px) {
    .br25-md {
        border-radius: 25px
    }
}

@media only screen and (min-width: 992px) {
    .br25-lg {
        border-radius: 25px
    }
}

.br30 {
    border-radius: 30px
}

@media only screen and (min-width: 0) {
    .br30-xs {
        border-radius: 30px
    }
}

@media only screen and (min-width: 576px) {
    .br30-sm {
        border-radius: 30px
    }
}

@media only screen and (min-width: 768px) {
    .br30-md {
        border-radius: 30px
    }
}

@media only screen and (min-width: 992px) {
    .br30-lg {
        border-radius: 30px
    }
}

.c-fff {
    color: #fff
}

@media only screen and (min-width: 0) {
    .c-fff-xs {
        color: #fff
    }
}

@media only screen and (min-width: 576px) {
    .c-fff-sm {
        color: #fff
    }
}

@media only screen and (min-width: 768px) {
    .c-fff-md {
        color: #fff
    }
}

@media only screen and (min-width: 992px) {
    .c-fff-lg {
        color: #fff
    }
}

.c-eee {
    color: #eee
}

@media only screen and (min-width: 0) {
    .c-eee-xs {
        color: #eee
    }
}

@media only screen and (min-width: 576px) {
    .c-eee-sm {
        color: #eee
    }
}

@media only screen and (min-width: 768px) {
    .c-eee-md {
        color: #eee
    }
}

@media only screen and (min-width: 992px) {
    .c-eee-lg {
        color: #eee
    }
}

.c-ddd {
    color: #ddd
}

@media only screen and (min-width: 0) {
    .c-ddd-xs {
        color: #ddd
    }
}

@media only screen and (min-width: 576px) {
    .c-ddd-sm {
        color: #ddd
    }
}

@media only screen and (min-width: 768px) {
    .c-ddd-md {
        color: #ddd
    }
}

@media only screen and (min-width: 992px) {
    .c-ddd-lg {
        color: #ddd
    }
}

.c-ccc {
    color: #ccc
}

@media only screen and (min-width: 0) {
    .c-ccc-xs {
        color: #ccc
    }
}

@media only screen and (min-width: 576px) {
    .c-ccc-sm {
        color: #ccc
    }
}

@media only screen and (min-width: 768px) {
    .c-ccc-md {
        color: #ccc
    }
}

@media only screen and (min-width: 992px) {
    .c-ccc-lg {
        color: #ccc
    }
}

.c-bbb {
    color: #bbb
}

@media only screen and (min-width: 0) {
    .c-bbb-xs {
        color: #bbb
    }
}

@media only screen and (min-width: 576px) {
    .c-bbb-sm {
        color: #bbb
    }
}

@media only screen and (min-width: 768px) {
    .c-bbb-md {
        color: #bbb
    }
}

@media only screen and (min-width: 992px) {
    .c-bbb-lg {
        color: #bbb
    }
}

.c-aaa {
    color: #aaa
}

@media only screen and (min-width: 0) {
    .c-aaa-xs {
        color: #aaa
    }
}

@media only screen and (min-width: 576px) {
    .c-aaa-sm {
        color: #aaa
    }
}

@media only screen and (min-width: 768px) {
    .c-aaa-md {
        color: #aaa
    }
}

@media only screen and (min-width: 992px) {
    .c-aaa-lg {
        color: #aaa
    }
}

.c-999 {
    color: #999
}

@media only screen and (min-width: 0) {
    .c-999-xs {
        color: #999
    }
}

@media only screen and (min-width: 576px) {
    .c-999-sm {
        color: #999
    }
}

@media only screen and (min-width: 768px) {
    .c-999-md {
        color: #999
    }
}

@media only screen and (min-width: 992px) {
    .c-999-lg {
        color: #999
    }
}

.c-888 {
    color: #888
}

@media only screen and (min-width: 0) {
    .c-888-xs {
        color: #888
    }
}

@media only screen and (min-width: 576px) {
    .c-888-sm {
        color: #888
    }
}

@media only screen and (min-width: 768px) {
    .c-888-md {
        color: #888
    }
}

@media only screen and (min-width: 992px) {
    .c-888-lg {
        color: #888
    }
}

.c-777 {
    color: #777
}

@media only screen and (min-width: 0) {
    .c-777-xs {
        color: #777
    }
}

@media only screen and (min-width: 576px) {
    .c-777-sm {
        color: #777
    }
}

@media only screen and (min-width: 768px) {
    .c-777-md {
        color: #777
    }
}

@media only screen and (min-width: 992px) {
    .c-777-lg {
        color: #777
    }
}

.c-666 {
    color: #666
}

@media only screen and (min-width: 0) {
    .c-666-xs {
        color: #666
    }
}

@media only screen and (min-width: 576px) {
    .c-666-sm {
        color: #666
    }
}

@media only screen and (min-width: 768px) {
    .c-666-md {
        color: #666
    }
}

@media only screen and (min-width: 992px) {
    .c-666-lg {
        color: #666
    }
}

.c-555 {
    color: #555
}

@media only screen and (min-width: 0) {
    .c-555-xs {
        color: #555
    }
}

@media only screen and (min-width: 576px) {
    .c-555-sm {
        color: #555
    }
}

@media only screen and (min-width: 768px) {
    .c-555-md {
        color: #555
    }
}

@media only screen and (min-width: 992px) {
    .c-555-lg {
        color: #555
    }
}

.c-444 {
    color: #444
}

@media only screen and (min-width: 0) {
    .c-444-xs {
        color: #444
    }
}

@media only screen and (min-width: 576px) {
    .c-444-sm {
        color: #444
    }
}

@media only screen and (min-width: 768px) {
    .c-444-md {
        color: #444
    }
}

@media only screen and (min-width: 992px) {
    .c-444-lg {
        color: #444
    }
}

.c-333 {
    color: #333
}

@media only screen and (min-width: 0) {
    .c-333-xs {
        color: #333
    }
}

@media only screen and (min-width: 576px) {
    .c-333-sm {
        color: #333
    }
}

@media only screen and (min-width: 768px) {
    .c-333-md {
        color: #333
    }
}

@media only screen and (min-width: 992px) {
    .c-333-lg {
        color: #333
    }
}

.c-222 {
    color: #222
}

@media only screen and (min-width: 0) {
    .c-222-xs {
        color: #222
    }
}

@media only screen and (min-width: 576px) {
    .c-222-sm {
        color: #222
    }
}

@media only screen and (min-width: 768px) {
    .c-222-md {
        color: #222
    }
}

@media only screen and (min-width: 992px) {
    .c-222-lg {
        color: #222
    }
}

.c-111 {
    color: #111
}

@media only screen and (min-width: 0) {
    .c-111-xs {
        color: #111
    }
}

@media only screen and (min-width: 576px) {
    .c-111-sm {
        color: #111
    }
}

@media only screen and (min-width: 768px) {
    .c-111-md {
        color: #111
    }
}

@media only screen and (min-width: 992px) {
    .c-111-lg {
        color: #111
    }
}

.c-000 {
    color: #000
}

@media only screen and (min-width: 0) {
    .c-000-xs {
        color: #000
    }
}

@media only screen and (min-width: 576px) {
    .c-000-sm {
        color: #000
    }
}

@media only screen and (min-width: 768px) {
    .c-000-md {
        color: #000
    }
}

@media only screen and (min-width: 992px) {
    .c-000-lg {
        color: #000
    }
}

.c-red {
    color: #ff3f03
}

.dsp-b {
    display: block
}

@media only screen and (min-width: 0) {
    .dsp-b-xs {
        display: block
    }
}

@media only screen and (min-width: 576px) {
    .dsp-b-sm {
        display: block
    }
}

@media only screen and (min-width: 768px) {
    .dsp-b-md {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    .dsp-b-lg {
        display: block
    }
}

.dsp-ib {
    display: inline-block
}

@media only screen and (min-width: 0) {
    .dsp-ib-xs {
        display: inline-block
    }
}

@media only screen and (min-width: 576px) {
    .dsp-ib-sm {
        display: inline-block
    }
}

@media only screen and (min-width: 768px) {
    .dsp-ib-md {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {
    .dsp-ib-lg {
        display: inline-block
    }
}

.dsp-i {
    display: inline
}

@media only screen and (min-width: 0) {
    .dsp-i-xs {
        display: inline
    }
}

@media only screen and (min-width: 576px) {
    .dsp-i-sm {
        display: inline
    }
}

@media only screen and (min-width: 768px) {
    .dsp-i-md {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    .dsp-i-lg {
        display: block
    }
}

.dsp-tc {
    display: table-cell
}

@media only screen and (min-width: 0) {
    .dsp-tc-xs {
        display: table-cell
    }
}

@media only screen and (min-width: 576px) {
    .dsp-tc-sm {
        display: table-cell
    }
}

@media only screen and (min-width: 768px) {
    .dsp-tc-md {
        display: table-cell
    }
}

@media only screen and (min-width: 992px) {
    .dsp-tc-lg {
        display: table-cell
    }
}

.dsp-n {
    display: none
}

@media only screen and (min-width: 0) {
    .dsp-n-xs {
        display: none
    }
}

@media only screen and (min-width: 576px) {
    .dsp-n-sm {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .dsp-n-md {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .dsp-n-lg {
        display: none
    }
}

.pos-r {
    position: relative
}

@media only screen and (min-width: 0) {
    .pos-r-xs {
        position: relative
    }
}

@media only screen and (min-width: 576px) {
    .pos-r-sm {
        position: relative
    }
}

@media only screen and (min-width: 768px) {
    .pos-r-md {
        position: relative
    }
}

@media only screen and (min-width: 992px) {
    .pos-r-lg {
        position: relative
    }
}

.pos-a {
    position: absolute
}

@media only screen and (min-width: 0) {
    .pos-a-xs {
        position: absolute
    }
}

@media only screen and (min-width: 576px) {
    .pos-a-sm {
        position: absolute
    }
}

@media only screen and (min-width: 768px) {
    .pos-a-md {
        position: absolute
    }
}

@media only screen and (min-width: 992px) {
    .pos-a-lg {
        position: absolute
    }
}

.pos-f {
    position: fixed
}

@media only screen and (min-width: 0) {
    .pos-f-xs {
        position: fixed
    }
}

@media only screen and (min-width: 576px) {
    .pos-f-sm {
        position: fixed
    }
}

@media only screen and (min-width: 768px) {
    .pos-f-md {
        position: fixed
    }
}

@media only screen and (min-width: 992px) {
    .pos-f-lg {
        position: fixed
    }
}

.pos-s {
    position: static
}

@media only screen and (min-width: 0) {
    .pos-s-xs {
        position: static
    }
}

@media only screen and (min-width: 576px) {
    .pos-s-sm {
        position: static
    }
}

@media only screen and (min-width: 768px) {
    .pos-s-md {
        position: static
    }
}

@media only screen and (min-width: 992px) {
    .pos-s-lg {
        position: static
    }
}

.pull-left {
    float: left
}

@media only screen and (min-width: 0) {
    .pull-left-xs {
        float: left
    }
}

@media only screen and (min-width: 576px) {
    .pull-left-sm {
        float: left
    }
}

@media only screen and (min-width: 768px) {
    .pull-left-md {
        float: left
    }
}

@media only screen and (min-width: 992px) {
    .pull-left-lg {
        float: left
    }
}

.pull-right {
    float: right
}

@media only screen and (min-width: 0) {
    .pull-right-xs {
        float: right
    }
}

@media only screen and (min-width: 576px) {
    .pull-right-sm {
        float: right
    }
}

@media only screen and (min-width: 768px) {
    .pull-right-md {
        float: right
    }
}

@media only screen and (min-width: 992px) {
    .pull-right-lg {
        float: right
    }
}

.cf {
    *zoom: 1
}

.cf:before {
    display: table;
    content: "";
    line-height: 0
}

.cf:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both
}

.fwb {
    font-weight: bold
}

@media only screen and (min-width: 0) {
    .fwb-xs {
        font-weight: bold
    }
}

@media only screen and (min-width: 576px) {
    .fwb-sm {
        font-weight: bold
    }
}

@media only screen and (min-width: 768px) {
    .fwb-md {
        font-weight: bold
    }
}

@media only screen and (min-width: 992px) {
    .fwb-lg {
        font-weight: bold
    }
}

.fwn {
    font-weight: normal
}

@media only screen and (min-width: 0) {
    .fwn-xs {
        font-weight: normal
    }
}

@media only screen and (min-width: 576px) {
    .fwn-sm {
        font-weight: normal
    }
}

@media only screen and (min-width: 768px) {
    .fwn-md {
        font-weight: normal
    }
}

@media only screen and (min-width: 992px) {
    .fwn-lg {
        font-weight: normal
    }
}

.fs8 {
    font-size: 8px
}

@media only screen and (min-width: 0) {
    .fs8-xs {
        font-size: 8px
    }
}

@media only screen and (min-width: 576px) {
    .fs8-sm {
        font-size: 8px
    }
}

@media only screen and (min-width: 768px) {
    .fs8-md {
        font-size: 8px
    }
}

@media only screen and (min-width: 992px) {
    .fs8-lg {
        font-size: 8px
    }
}

.fs9 {
    font-size: 9px
}

@media only screen and (min-width: 0) {
    .fs9-xs {
        font-size: 9px
    }
}

@media only screen and (min-width: 576px) {
    .fs9-sm {
        font-size: 9px
    }
}

@media only screen and (min-width: 768px) {
    .fs9-md {
        font-size: 9px
    }
}

@media only screen and (min-width: 992px) {
    .fs9-lg {
        font-size: 9px
    }
}

.fs10 {
    font-size: 10px
}

@media only screen and (min-width: 0) {
    .fs10-xs {
        font-size: 10px
    }
}

@media only screen and (min-width: 576px) {
    .fs10-sm {
        font-size: 10px
    }
}

@media only screen and (min-width: 768px) {
    .fs10-md {
        font-size: 10px
    }
}

@media only screen and (min-width: 992px) {
    .fs10-lg {
        font-size: 10px
    }
}

.fs11 {
    font-size: 11px
}

@media only screen and (min-width: 0) {
    .fs11-xs {
        font-size: 11px
    }
}

@media only screen and (min-width: 576px) {
    .fs11-sm {
        font-size: 11px
    }
}

@media only screen and (min-width: 768px) {
    .fs11-md {
        font-size: 11px
    }
}

@media only screen and (min-width: 992px) {
    .fs11-lg {
        font-size: 11px
    }
}

.fs12 {
    font-size: 12px
}

@media only screen and (min-width: 0) {
    .fs12-xs {
        font-size: 12px
    }
}

@media only screen and (min-width: 576px) {
    .fs12-sm {
        font-size: 12px
    }
}

@media only screen and (min-width: 768px) {
    .fs12-md {
        font-size: 12px
    }
}

@media only screen and (min-width: 992px) {
    .fs12-lg {
        font-size: 12px
    }
}

.fs13 {
    font-size: 13px
}

@media only screen and (min-width: 0) {
    .fs13-xs {
        font-size: 13px
    }
}

@media only screen and (min-width: 576px) {
    .fs13-sm {
        font-size: 13px
    }
}

@media only screen and (min-width: 768px) {
    .fs13-md {
        font-size: 13px
    }
}

@media only screen and (min-width: 992px) {
    .fs13-lg {
        font-size: 13px
    }
}

.fs14 {
    font-size: 14px
}

@media only screen and (min-width: 0) {
    .fs14-xs {
        font-size: 14px
    }
}

@media only screen and (min-width: 576px) {
    .fs14-sm {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) {
    .fs14-md {
        font-size: 14px
    }
}

@media only screen and (min-width: 992px) {
    .fs14-lg {
        font-size: 14px
    }
}

.fs15 {
    font-size: 15px
}

@media only screen and (min-width: 0) {
    .fs15-xs {
        font-size: 15px
    }
}

@media only screen and (min-width: 576px) {
    .fs15-sm {
        font-size: 15px
    }
}

@media only screen and (min-width: 768px) {
    .fs15-md {
        font-size: 15px
    }
}

@media only screen and (min-width: 992px) {
    .fs15-lg {
        font-size: 15px
    }
}

.fs16 {
    font-size: 16px
}

@media only screen and (min-width: 0) {
    .fs16-xs {
        font-size: 16px
    }
}

@media only screen and (min-width: 576px) {
    .fs16-sm {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) {
    .fs16-md {
        font-size: 16px
    }
}

@media only screen and (min-width: 992px) {
    .fs16-lg {
        font-size: 16px
    }
}

.fs17 {
    font-size: 17px
}

@media only screen and (min-width: 0) {
    .fs17-xs {
        font-size: 17px
    }
}

@media only screen and (min-width: 576px) {
    .fs17-sm {
        font-size: 17px
    }
}

@media only screen and (min-width: 768px) {
    .fs17-md {
        font-size: 17px
    }
}

@media only screen and (min-width: 992px) {
    .fs17-lg {
        font-size: 17px
    }
}

.fs18 {
    font-size: 18px
}

@media only screen and (min-width: 0) {
    .fs18-xs {
        font-size: 18px
    }
}

@media only screen and (min-width: 576px) {
    .fs18-sm {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) {
    .fs18-md {
        font-size: 18px
    }
}

@media only screen and (min-width: 992px) {
    .fs18-lg {
        font-size: 18px
    }
}

.fs19 {
    font-size: 19px
}

@media only screen and (min-width: 0) {
    .fs19-xs {
        font-size: 19px
    }
}

@media only screen and (min-width: 576px) {
    .fs19-sm {
        font-size: 19px
    }
}

@media only screen and (min-width: 768px) {
    .fs19-md {
        font-size: 19px
    }
}

@media only screen and (min-width: 992px) {
    .fs19-lg {
        font-size: 19px
    }
}

.fs20 {
    font-size: 20px
}

@media only screen and (min-width: 0) {
    .fs20-xs {
        font-size: 20px
    }
}

@media only screen and (min-width: 576px) {
    .fs20-sm {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) {
    .fs20-md {
        font-size: 20px
    }
}

@media only screen and (min-width: 992px) {
    .fs20-lg {
        font-size: 20px
    }
}

.fs24 {
    font-size: 24px
}

@media only screen and (min-width: 0) {
    .fs24-xs {
        font-size: 24px
    }
}

@media only screen and (min-width: 576px) {
    .fs24-sm {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px) {
    .fs24-md {
        font-size: 24px
    }
}

@media only screen and (min-width: 992px) {
    .fs24-lg {
        font-size: 24px
    }
}

.fs28 {
    font-size: 28px
}

@media only screen and (min-width: 0) {
    .fs28-xs {
        font-size: 28px
    }
}

@media only screen and (min-width: 576px) {
    .fs28-sm {
        font-size: 28px
    }
}

@media only screen and (min-width: 768px) {
    .fs28-md {
        font-size: 28px
    }
}

@media only screen and (min-width: 992px) {
    .fs28-lg {
        font-size: 28px
    }
}

.fs32 {
    font-size: 32px
}

@media only screen and (min-width: 0) {
    .fs32-xs {
        font-size: 32px
    }
}

@media only screen and (min-width: 576px) {
    .fs32-sm {
        font-size: 32px
    }
}

@media only screen and (min-width: 768px) {
    .fs32-md {
        font-size: 32px
    }
}

@media only screen and (min-width: 992px) {
    .fs32-lg {
        font-size: 32px
    }
}

.fs36 {
    font-size: 36px
}

@media only screen and (min-width: 0) {
    .fs36-xs {
        font-size: 36px
    }
}

@media only screen and (min-width: 576px) {
    .fs36-sm {
        font-size: 36px
    }
}

@media only screen and (min-width: 768px) {
    .fs36-md {
        font-size: 36px
    }
}

@media only screen and (min-width: 992px) {
    .fs36-lg {
        font-size: 36px
    }
}

.fs48 {
    font-size: 48px
}

@media only screen and (min-width: 0) {
    .fs48-xs {
        font-size: 48px
    }
}

@media only screen and (min-width: 576px) {
    .fs48-sm {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px) {
    .fs48-md {
        font-size: 48px
    }
}

@media only screen and (min-width: 992px) {
    .fs48-lg {
        font-size: 48px
    }
}

.fs60 {
    font-size: 60px
}

@media only screen and (min-width: 0) {
    .fs60-xs {
        font-size: 60px
    }
}

@media only screen and (min-width: 576px) {
    .fs60-sm {
        font-size: 60px
    }
}

@media only screen and (min-width: 768px) {
    .fs60-md {
        font-size: 60px
    }
}

@media only screen and (min-width: 992px) {
    .fs60-lg {
        font-size: 60px
    }
}

.fs72 {
    font-size: 72px
}

@media only screen and (min-width: 0) {
    .fs72-xs {
        font-size: 72px
    }
}

@media only screen and (min-width: 576px) {
    .fs72-sm {
        font-size: 72px
    }
}

@media only screen and (min-width: 768px) {
    .fs72-md {
        font-size: 72px
    }
}

@media only screen and (min-width: 992px) {
    .fs72-lg {
        font-size: 72px
    }
}

.tdn {
    text-decoration: none
}

@media only screen and (min-width: 0) {
    .tdn-xs {
        text-decoration: none
    }
}

@media only screen and (min-width: 576px) {
    .tdn-sm {
        text-decoration: none
    }
}

@media only screen and (min-width: 768px) {
    .tdn-md {
        text-decoration: none
    }
}

@media only screen and (min-width: 992px) {
    .tdn-lg {
        text-decoration: none
    }
}

.tdu {
    text-decoration: underline
}

@media only screen and (min-width: 0) {
    .tdu-xs {
        text-decoration: underline
    }
}

@media only screen and (min-width: 576px) {
    .tdu-sm {
        text-decoration: underline
    }
}

@media only screen and (min-width: 768px) {
    .tdu-md {
        text-decoration: underline
    }
}

@media only screen and (min-width: 992px) {
    .tdu-lg {
        text-decoration: underline
    }
}

.lh10 {
    line-height: 1 !important
}

@media only screen and (min-width: 0) {
    .lh10-xs {
        line-height: 1 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh10-sm {
        line-height: 1 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh10-md {
        line-height: 1 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh10-lg {
        line-height: 1 !important
    }
}

.lh11 {
    line-height: 1.1 !important
}

@media only screen and (min-width: 0) {
    .lh11-xs {
        line-height: 1.1 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh11-sm {
        line-height: 1.1 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh11-md {
        line-height: 1.1 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh11-lg {
        line-height: 1.1 !important
    }
}

.lh12 {
    line-height: 1.2 !important
}

@media only screen and (min-width: 0) {
    .lh12-xs {
        line-height: 1.2 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh12-sm {
        line-height: 1.2 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh12-md {
        line-height: 1.2 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh12-lg {
        line-height: 1.2 !important
    }
}

.lh13 {
    line-height: 1.3 !important
}

@media only screen and (min-width: 0) {
    .lh13-xs {
        line-height: 1.3 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh13-sm {
        line-height: 1.3 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh13-md {
        line-height: 1.3 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh13-lg {
        line-height: 1.3 !important
    }
}

.lh14 {
    line-height: 1.4 !important
}

@media only screen and (min-width: 0) {
    .lh14-xs {
        line-height: 1.4 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh14-sm {
        line-height: 1.4 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh14-md {
        line-height: 1.4 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh14-lg {
        line-height: 1.4 !important
    }
}

.lh15 {
    line-height: 1.5 !important
}

@media only screen and (min-width: 0) {
    .lh15-xs {
        line-height: 1.5 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh15-sm {
        line-height: 1.5 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh15-md {
        line-height: 1.5 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh15-lg {
        line-height: 1.5 !important
    }
}

.lh16 {
    line-height: 1.6 !important
}

@media only screen and (min-width: 0) {
    .lh16-xs {
        line-height: 1.6 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh16-sm {
        line-height: 1.6 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh16-md {
        line-height: 1.6 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh16-lg {
        line-height: 1.6 !important
    }
}

.lh17 {
    line-height: 1.7 !important
}

@media only screen and (min-width: 0) {
    .lh17-xs {
        line-height: 1.7 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh17-sm {
        line-height: 1.7 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh17-md {
        line-height: 1.7 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh17-lg {
        line-height: 1.7 !important
    }
}

.lh18 {
    line-height: 1.8 !important
}

@media only screen and (min-width: 0) {
    .lh18-xs {
        line-height: 1.8 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh18-sm {
        line-height: 1.8 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh18-md {
        line-height: 1.8 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh18-lg {
        line-height: 1.8 !important
    }
}

.lh19 {
    line-height: 1.9 !important
}

@media only screen and (min-width: 0) {
    .lh19-xs {
        line-height: 1.9 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh19-sm {
        line-height: 1.9 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh19-md {
        line-height: 1.9 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh19-lg {
        line-height: 1.9 !important
    }
}

.lh20 {
    line-height: 2 !important
}

@media only screen and (min-width: 0) {
    .lh20-xs {
        line-height: 2 !important
    }
}

@media only screen and (min-width: 576px) {
    .lh20-sm {
        line-height: 2 !important
    }
}

@media only screen and (min-width: 768px) {
    .lh20-md {
        line-height: 2 !important
    }
}

@media only screen and (min-width: 992px) {
    .lh20-lg {
        line-height: 2 !important
    }
}

.lh10px {
    line-height: 10px !important
}

@media only screen and (min-width: 0) {
    .lh10px-xs {
        line-height: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh10px-sm {
        line-height: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh10px-md {
        line-height: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh10px-lg {
        line-height: 10px !important
    }
}

.lh11px {
    line-height: 11px !important
}

@media only screen and (min-width: 0) {
    .lh11px-xs {
        line-height: 11px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh11px-sm {
        line-height: 11px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh11px-md {
        line-height: 11px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh11px-lg {
        line-height: 11px !important
    }
}

.lh12px {
    line-height: 12px !important
}

@media only screen and (min-width: 0) {
    .lh12px-xs {
        line-height: 12px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh12px-sm {
        line-height: 12px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh12px-md {
        line-height: 12px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh12px-lg {
        line-height: 12px !important
    }
}

.lh13px {
    line-height: 13px !important
}

@media only screen and (min-width: 0) {
    .lh13px-xs {
        line-height: 13px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh13px-sm {
        line-height: 13px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh13px-md {
        line-height: 13px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh13px-lg {
        line-height: 13px !important
    }
}

.lh14px {
    line-height: 14px !important
}

@media only screen and (min-width: 0) {
    .lh14px-xs {
        line-height: 14px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh14px-sm {
        line-height: 14px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh14px-md {
        line-height: 14px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh14px-lg {
        line-height: 14px !important
    }
}

.lh15px {
    line-height: 15px !important
}

@media only screen and (min-width: 0) {
    .lh15px-xs {
        line-height: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh15px-sm {
        line-height: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh15px-md {
        line-height: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh15px-lg {
        line-height: 15px !important
    }
}

.lh16px {
    line-height: 16px !important
}

@media only screen and (min-width: 0) {
    .lh16px-xs {
        line-height: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh16px-sm {
        line-height: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh16px-md {
        line-height: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh16px-lg {
        line-height: 16px !important
    }
}

.lh17px {
    line-height: 17px !important
}

@media only screen and (min-width: 0) {
    .lh17px-xs {
        line-height: 17px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh17px-sm {
        line-height: 17px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh17px-md {
        line-height: 17px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh17px-lg {
        line-height: 17px !important
    }
}

.lh18px {
    line-height: 18px !important
}

@media only screen and (min-width: 0) {
    .lh18px-xs {
        line-height: 18px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh18px-sm {
        line-height: 18px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh18px-md {
        line-height: 18px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh18px-lg {
        line-height: 18px !important
    }
}

.lh20px {
    line-height: 20px !important
}

@media only screen and (min-width: 0) {
    .lh20px-xs {
        line-height: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh20px-sm {
        line-height: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh20px-md {
        line-height: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh20px-lg {
        line-height: 20px !important
    }
}

.lh24px {
    line-height: 24px !important
}

@media only screen and (min-width: 0) {
    .lh24px-xs {
        line-height: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .lh24px-sm {
        line-height: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .lh24px-md {
        line-height: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .lh24px-lg {
        line-height: 24px !important
    }
}

.mb0 {
    margin-bottom: 0 !important
}

@media only screen and (min-width: 0) {
    .mb0-xs {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .mb0-sm {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .mb0-md {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .mb0-lg {
        margin-bottom: 0 !important
    }
}

.mb1 {
    margin-bottom: 1px !important
}

@media only screen and (min-width: 0) {
    .mb1-xs {
        margin-bottom: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb1-sm {
        margin-bottom: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb1-md {
        margin-bottom: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb1-lg {
        margin-bottom: 1px !important
    }
}

.mb2 {
    margin-bottom: 2px !important
}

@media only screen and (min-width: 0) {
    .mb2-xs {
        margin-bottom: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb2-sm {
        margin-bottom: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb2-md {
        margin-bottom: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb2-lg {
        margin-bottom: 2px !important
    }
}

.mb3 {
    margin-bottom: 3px !important
}

@media only screen and (min-width: 0) {
    .mb3-xs {
        margin-bottom: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb3-sm {
        margin-bottom: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb3-md {
        margin-bottom: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb3-lg {
        margin-bottom: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb5-xs {
        margin-bottom: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb5-sm {
        margin-bottom: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb5-md {
        margin-bottom: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb5-lg {
        margin-bottom: 5px !important
    }
}

.mb6 {
    margin-bottom: 6px !important
}

@media only screen and (min-width: 0) {
    .mb6-xs {
        margin-bottom: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb6-sm {
        margin-bottom: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb6-md {
        margin-bottom: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb6-lg {
        margin-bottom: 6px !important
    }
}

.mb8 {
    margin-bottom: 8px !important
}

@media only screen and (min-width: 0) {
    .mb8-xs {
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb8-sm {
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb8-md {
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb8-lg {
        margin-bottom: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb10-xs {
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb10-sm {
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb10-md {
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb10-lg {
        margin-bottom: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb15-xs {
        margin-bottom: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb15-sm {
        margin-bottom: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb15-md {
        margin-bottom: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb15-lg {
        margin-bottom: 15px !important
    }
}

.mb16 {
    margin-bottom: 16px !important
}

@media only screen and (min-width: 0) {
    .mb16-xs {
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb16-sm {
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb16-md {
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb16-lg {
        margin-bottom: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb20-xs {
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb20-sm {
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb20-md {
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb20-lg {
        margin-bottom: 20px !important
    }
}

.mb24 {
    margin-bottom: 24px !important
}

@media only screen and (min-width: 0) {
    .mb24-xs {
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb24-sm {
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb24-md {
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb24-lg {
        margin-bottom: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb25-xs {
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb25-sm {
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb25-md {
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb25-lg {
        margin-bottom: 25px !important
    }
}

.mb30 {
    margin-bottom: 30px !important
}

@media only screen and (min-width: 0) {
    .mb30-xs {
        margin-bottom: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb30-sm {
        margin-bottom: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb30-md {
        margin-bottom: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb30-lg {
        margin-bottom: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb40-xs {
        margin-bottom: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb40-sm {
        margin-bottom: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb40-md {
        margin-bottom: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb40-lg {
        margin-bottom: 40px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb50-xs {
        margin-bottom: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb50-sm {
        margin-bottom: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb50-md {
        margin-bottom: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb50-lg {
        margin-bottom: 50px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb60-xs {
        margin-bottom: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb60-sm {
        margin-bottom: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb60-md {
        margin-bottom: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb60-lg {
        margin-bottom: 60px !important
    }
}

.mb70 {
    margin-bottom: 70px !important
}

@media only screen and (min-width: 0) {
    .mb70-xs {
        margin-bottom: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb70-sm {
        margin-bottom: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb70-md {
        margin-bottom: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb70-lg {
        margin-bottom: 70px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb80-xs {
        margin-bottom: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb80-sm {
        margin-bottom: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb80-md {
        margin-bottom: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb80-lg {
        margin-bottom: 80px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb90-xs {
        margin-bottom: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb90-sm {
        margin-bottom: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb90-md {
        margin-bottom: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb90-lg {
        margin-bottom: 90px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb100-xs {
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb100-sm {
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb100-md {
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb100-lg {
        margin-bottom: 100px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb120-xs {
        margin-bottom: 120px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb120-sm {
        margin-bottom: 120px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb120-md {
        margin-bottom: 120px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb120-lg {
        margin-bottom: 120px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb150-xs {
        margin-bottom: 150px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb150-sm {
        margin-bottom: 150px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb150-md {
        margin-bottom: 150px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb150-lg {
        margin-bottom: 150px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mb200-xs {
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 576px) {
    .mb200-sm {
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 768px) {
    .mb200-md {
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 992px) {
    .mb200-lg {
        margin-bottom: 200px !important
    }
}

.ml0 {
    margin-left: 0 !important
}

@media only screen and (min-width: 0) {
    .ml0-xs {
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .ml0-sm {
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .ml0-md {
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .ml0-lg {
        margin-left: 0 !important
    }
}

.ml1 {
    margin-left: 1px !important
}

@media only screen and (min-width: 0) {
    .ml1-xs {
        margin-left: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml1-sm {
        margin-left: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml1-md {
        margin-left: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml1-lg {
        margin-left: 1px !important
    }
}

.ml2 {
    margin-left: 2px !important
}

@media only screen and (min-width: 0) {
    .ml2-xs {
        margin-left: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml2-sm {
        margin-left: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml2-md {
        margin-left: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml2-lg {
        margin-left: 2px !important
    }
}

.ml3 {
    margin-left: 3px !important
}

@media only screen and (min-width: 0) {
    .ml3-xs {
        margin-left: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml3-sm {
        margin-left: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml3-md {
        margin-left: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml3-lg {
        margin-left: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml5-xs {
        margin-left: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml5-sm {
        margin-left: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml5-md {
        margin-left: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml5-lg {
        margin-left: 5px !important
    }
}

.ml6 {
    margin-left: 6px !important
}

@media only screen and (min-width: 0) {
    .ml6-xs {
        margin-left: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml6-sm {
        margin-left: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml6-md {
        margin-left: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml6-lg {
        margin-left: 6px !important
    }
}

.ml8 {
    margin-left: 8px !important
}

@media only screen and (min-width: 0) {
    .ml8-xs {
        margin-left: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml8-sm {
        margin-left: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml8-md {
        margin-left: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml8-lg {
        margin-left: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml10-xs {
        margin-left: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml10-sm {
        margin-left: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml10-md {
        margin-left: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml10-lg {
        margin-left: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml15-xs {
        margin-left: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml15-sm {
        margin-left: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml15-md {
        margin-left: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml15-lg {
        margin-left: 15px !important
    }
}

.ml16 {
    margin-left: 16px !important
}

@media only screen and (min-width: 0) {
    .ml16-xs {
        margin-left: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml16-sm {
        margin-left: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml16-md {
        margin-left: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml16-lg {
        margin-left: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml20-xs {
        margin-left: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml20-sm {
        margin-left: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml20-md {
        margin-left: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml20-lg {
        margin-left: 20px !important
    }
}

.ml24 {
    margin-left: 24px !important
}

@media only screen and (min-width: 0) {
    .ml24-xs {
        margin-left: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml24-sm {
        margin-left: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml24-md {
        margin-left: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml24-lg {
        margin-left: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml25-xs {
        margin-left: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml25-sm {
        margin-left: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml25-md {
        margin-left: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml25-lg {
        margin-left: 25px !important
    }
}

.ml30 {
    margin-left: 30px !important
}

@media only screen and (min-width: 0) {
    .ml30-xs {
        margin-left: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml30-sm {
        margin-left: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml30-md {
        margin-left: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml30-lg {
        margin-left: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml40-xs {
        margin-left: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml40-sm {
        margin-left: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml40-md {
        margin-left: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml40-lg {
        margin-left: 40px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml50-xs {
        margin-left: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml50-sm {
        margin-left: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml50-md {
        margin-left: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml50-lg {
        margin-left: 50px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml60-xs {
        margin-left: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml60-sm {
        margin-left: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml60-md {
        margin-left: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml60-lg {
        margin-left: 60px !important
    }
}

.ml70 {
    margin-left: 70px !important
}

@media only screen and (min-width: 0) {
    .ml70-xs {
        margin-left: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml70-sm {
        margin-left: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml70-md {
        margin-left: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml70-lg {
        margin-left: 70px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml80-xs {
        margin-left: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml80-sm {
        margin-left: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml80-md {
        margin-left: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml80-lg {
        margin-left: 80px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml90-xs {
        margin-left: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml90-sm {
        margin-left: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml90-md {
        margin-left: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml90-lg {
        margin-left: 90px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml100-xs {
        margin-left: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml100-sm {
        margin-left: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml100-md {
        margin-left: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml100-lg {
        margin-left: 100px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml120-xs {
        margin-left: 120px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml120-sm {
        margin-left: 120px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml120-md {
        margin-left: 120px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml120-lg {
        margin-left: 120px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml150-xs {
        margin-left: 150px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml150-sm {
        margin-left: 150px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml150-md {
        margin-left: 150px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml150-lg {
        margin-left: 150px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml200-xs {
        margin-left: 200px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml200-sm {
        margin-left: 200px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml200-md {
        margin-left: 200px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml200-lg {
        margin-left: 200px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml-5-xs {
        margin-left: -5px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-5-sm {
        margin-left: -5px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-5-md {
        margin-left: -5px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-5-lg {
        margin-left: -5px !important
    }
}

.ml-6 {
    margin-left: -6px !important
}

@media only screen and (min-width: 0) {
    .ml-6-xs {
        margin-left: -6px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-6-sm {
        margin-left: -6px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-6-md {
        margin-left: -6px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-6-lg {
        margin-left: -6px !important
    }
}

.ml-8 {
    margin-left: -8px !important
}

@media only screen and (min-width: 0) {
    .ml-8-xs {
        margin-left: -8px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-8-sm {
        margin-left: -8px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-8-md {
        margin-left: -8px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-8-lg {
        margin-left: -8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml-10-xs {
        margin-left: -10px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-10-sm {
        margin-left: -10px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-10-md {
        margin-left: -10px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-10-lg {
        margin-left: -10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml-15-xs {
        margin-left: -15px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-15-sm {
        margin-left: -15px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-15-md {
        margin-left: -15px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-15-lg {
        margin-left: -15px !important
    }
}

.ml-16 {
    margin-left: -16px !important
}

@media only screen and (min-width: 0) {
    .ml-16-xs {
        margin-left: -16px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-16-sm {
        margin-left: -16px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-16-md {
        margin-left: -16px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-16-lg {
        margin-left: -16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml-20-xs {
        margin-left: -20px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-20-sm {
        margin-left: -20px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-20-md {
        margin-left: -20px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-20-lg {
        margin-left: -20px !important
    }
}

.ml-24 {
    margin-left: -24px !important
}

@media only screen and (min-width: 0) {
    .ml-24-xs {
        margin-left: -24px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-24-sm {
        margin-left: -24px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-24-md {
        margin-left: -24px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-24-lg {
        margin-left: -24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .ml-25-xs {
        margin-left: -25px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-25-sm {
        margin-left: -25px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-25-md {
        margin-left: -25px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-25-lg {
        margin-left: -25px !important
    }
}

.ml-30 {
    margin-left: -30px !important
}

@media only screen and (min-width: 0) {
    .ml-30-xs {
        margin-left: -30px !important
    }
}

@media only screen and (min-width: 576px) {
    .ml-30-sm {
        margin-left: -30px !important
    }
}

@media only screen and (min-width: 768px) {
    .ml-30-md {
        margin-left: -30px !important
    }
}

@media only screen and (min-width: 992px) {
    .ml-30-lg {
        margin-left: -30px !important
    }
}

.mlauto {
    margin-left: auto !important
}

@media only screen and (min-width: 0) {
    .mlauto-xs {
        margin-left: auto !important
    }
}

@media only screen and (min-width: 576px) {
    .mlauto-sm {
        margin-left: auto !important
    }
}

@media only screen and (min-width: 768px) {
    .mlauto-md {
        margin-left: auto !important
    }
}

@media only screen and (min-width: 992px) {
    .mlauto-lg {
        margin-left: auto !important
    }
}

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

@media only screen and (min-width: 0) {
    .mv0-xs {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv0-sm {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv0-md {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv0-lg {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }
}

.mv1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important
}

@media only screen and (min-width: 0) {
    .mv1-xs {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv1-sm {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv1-md {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv1-lg {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }
}

.mv2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

@media only screen and (min-width: 0) {
    .mv2-xs {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv2-sm {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv2-md {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv2-lg {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }
}

.mv3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

@media only screen and (min-width: 0) {
    .mv3-xs {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv3-sm {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv3-md {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv3-lg {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }
}

.mv5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

@media only screen and (min-width: 0) {
    .mv5-xs {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv5-sm {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv5-md {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv5-lg {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

.mv6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

@media only screen and (min-width: 0) {
    .mv6-xs {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv6-sm {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv6-md {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv6-lg {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }
}

.mv8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

@media only screen and (min-width: 0) {
    .mv8-xs {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv8-sm {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv8-md {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv8-lg {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

.mv10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

@media only screen and (min-width: 0) {
    .mv10-xs {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv10-sm {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv10-md {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv10-lg {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

.mv15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

@media only screen and (min-width: 0) {
    .mv15-xs {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv15-sm {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv15-md {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv15-lg {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }
}

.mv16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

@media only screen and (min-width: 0) {
    .mv16-xs {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv16-sm {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv16-md {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv16-lg {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

.mv20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

@media only screen and (min-width: 0) {
    .mv20-xs {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv20-sm {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv20-md {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv20-lg {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

.mv24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

@media only screen and (min-width: 0) {
    .mv24-xs {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv24-sm {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv24-md {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv24-lg {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

.mv25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

@media only screen and (min-width: 0) {
    .mv25-xs {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv25-sm {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv25-md {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv25-lg {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
}

.mv30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

@media only screen and (min-width: 0) {
    .mv30-xs {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv30-sm {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv30-md {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv30-lg {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

.mv40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

@media only screen and (min-width: 0) {
    .mv40-xs {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv40-sm {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv40-md {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv40-lg {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

.mv50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

@media only screen and (min-width: 0) {
    .mv50-xs {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv50-sm {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv50-md {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv50-lg {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}

.mv60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

@media only screen and (min-width: 0) {
    .mv60-xs {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv60-sm {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv60-md {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv60-lg {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }
}

.mv70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

@media only screen and (min-width: 0) {
    .mv70-xs {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv70-sm {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv70-md {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv70-lg {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }
}

.mv80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

@media only screen and (min-width: 0) {
    .mv80-xs {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv80-sm {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv80-md {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv80-lg {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }
}

.mv90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

@media only screen and (min-width: 0) {
    .mv90-xs {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv90-sm {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv90-md {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv90-lg {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }
}

.mv100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

@media only screen and (min-width: 0) {
    .mv100-xs {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv100-sm {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv100-md {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv100-lg {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

.mv120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
}

@media only screen and (min-width: 0) {
    .mv120-xs {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv120-sm {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv120-md {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv120-lg {
        margin-top: 120px !important;
        margin-bottom: 120px !important
    }
}

.mv200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

@media only screen and (min-width: 0) {
    .mv200-xs {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv200-sm {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv200-md {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv200-lg {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

.mv200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

@media only screen and (min-width: 0) {
    .mv200-xs {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 576px) {
    .mv200-sm {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 768px) {
    .mv200-md {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

@media only screen and (min-width: 992px) {
    .mv200-lg {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }
}

.m0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important
}

@media only screen and (min-width: 0) {
    .m0-xs {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

@media only screen and (min-width: 576px) {
    .m0-sm {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

@media only screen and (min-width: 768px) {
    .m0-md {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

@media only screen and (min-width: 992px) {
    .m0-lg {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

.m0auto {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

@media only screen and (min-width: 0) {
    .m0auto-xs {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media only screen and (min-width: 576px) {
    .m0auto-sm {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media only screen and (min-width: 768px) {
    .m0auto-md {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media only screen and (min-width: 992px) {
    .m0auto-lg {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.mr0 {
    margin-right: 0 !important
}

@media only screen and (min-width: 0) {
    .mr0-xs {
        margin-right: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .mr0-sm {
        margin-right: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .mr0-md {
        margin-right: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .mr0-lg {
        margin-right: 0 !important
    }
}

.mr1 {
    margin-right: 1px !important
}

@media only screen and (min-width: 0) {
    .mr1-xs {
        margin-right: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr1-sm {
        margin-right: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr1-md {
        margin-right: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr1-lg {
        margin-right: 1px !important
    }
}

.mr2 {
    margin-right: 2px !important
}

@media only screen and (min-width: 0) {
    .mr2-xs {
        margin-right: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr2-sm {
        margin-right: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr2-md {
        margin-right: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr2-lg {
        margin-right: 2px !important
    }
}

.mr3 {
    margin-right: 3px !important
}

@media only screen and (min-width: 0) {
    .mr3-xs {
        margin-right: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr3-sm {
        margin-right: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr3-md {
        margin-right: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr3-lg {
        margin-right: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr5-xs {
        margin-right: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr5-sm {
        margin-right: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr5-md {
        margin-right: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr5-lg {
        margin-right: 5px !important
    }
}

.mr6 {
    margin-right: 6px !important
}

@media only screen and (min-width: 0) {
    .mr6-xs {
        margin-right: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr6-sm {
        margin-right: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr6-md {
        margin-right: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr6-lg {
        margin-right: 6px !important
    }
}

.mr8 {
    margin-right: 8px !important
}

@media only screen and (min-width: 0) {
    .mr8-xs {
        margin-right: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr8-sm {
        margin-right: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr8-md {
        margin-right: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr8-lg {
        margin-right: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr10-xs {
        margin-right: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr10-sm {
        margin-right: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr10-md {
        margin-right: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr10-lg {
        margin-right: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr15-xs {
        margin-right: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr15-sm {
        margin-right: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr15-md {
        margin-right: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr15-lg {
        margin-right: 15px !important
    }
}

.mr16 {
    margin-right: 16px !important
}

@media only screen and (min-width: 0) {
    .mr16-xs {
        margin-right: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr16-sm {
        margin-right: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr16-md {
        margin-right: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr16-lg {
        margin-right: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr20-xs {
        margin-right: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr20-sm {
        margin-right: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr20-md {
        margin-right: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr20-lg {
        margin-right: 20px !important
    }
}

.mr24 {
    margin-right: 24px !important
}

@media only screen and (min-width: 0) {
    .mr24-xs {
        margin-right: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr24-sm {
        margin-right: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr24-md {
        margin-right: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr24-lg {
        margin-right: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr25-xs {
        margin-right: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr25-sm {
        margin-right: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr25-md {
        margin-right: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr25-lg {
        margin-right: 25px !important
    }
}

.mr30 {
    margin-right: 30px !important
}

@media only screen and (min-width: 0) {
    .mr30-xs {
        margin-right: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr30-sm {
        margin-right: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr30-md {
        margin-right: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr30-lg {
        margin-right: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr40-xs {
        margin-right: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr40-sm {
        margin-right: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr40-md {
        margin-right: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr40-lg {
        margin-right: 40px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr50-xs {
        margin-right: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr50-sm {
        margin-right: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr50-md {
        margin-right: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr50-lg {
        margin-right: 50px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr60-xs {
        margin-right: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr60-sm {
        margin-right: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr60-md {
        margin-right: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr60-lg {
        margin-right: 60px !important
    }
}

.mr70 {
    margin-right: 70px !important
}

@media only screen and (min-width: 0) {
    .mr70-xs {
        margin-right: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr70-sm {
        margin-right: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr70-md {
        margin-right: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr70-lg {
        margin-right: 70px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr80-xs {
        margin-right: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr80-sm {
        margin-right: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr80-md {
        margin-right: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr80-lg {
        margin-right: 80px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr90-xs {
        margin-right: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr90-sm {
        margin-right: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr90-md {
        margin-right: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr90-lg {
        margin-right: 90px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr100-xs {
        margin-right: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr100-sm {
        margin-right: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr100-md {
        margin-right: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr100-lg {
        margin-right: 100px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr120-xs {
        margin-right: 120px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr120-sm {
        margin-right: 120px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr120-md {
        margin-right: 120px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr120-lg {
        margin-right: 120px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr150-xs {
        margin-right: 150px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr150-sm {
        margin-right: 150px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr150-md {
        margin-right: 150px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr150-lg {
        margin-right: 150px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr200-xs {
        margin-right: 200px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr200-sm {
        margin-right: 200px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr200-md {
        margin-right: 200px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr200-lg {
        margin-right: 200px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr-5-xs {
        margin-right: -5px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-5-sm {
        margin-right: -5px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-5-md {
        margin-right: -5px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-5-lg {
        margin-right: -5px !important
    }
}

.mr-6 {
    margin-right: -6px !important
}

@media only screen and (min-width: 0) {
    .mr-6-xs {
        margin-right: -6px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-6-sm {
        margin-right: -6px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-6-md {
        margin-right: -6px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-6-lg {
        margin-right: -6px !important
    }
}

.mr-8 {
    margin-right: -8px !important
}

@media only screen and (min-width: 0) {
    .mr-8-xs {
        margin-right: -8px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-8-sm {
        margin-right: -8px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-8-md {
        margin-right: -8px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-8-lg {
        margin-right: -8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr-10-xs {
        margin-right: -10px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-10-sm {
        margin-right: -10px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-10-md {
        margin-right: -10px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-10-lg {
        margin-right: -10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr-15-xs {
        margin-right: -15px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-15-sm {
        margin-right: -15px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-15-md {
        margin-right: -15px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-15-lg {
        margin-right: -15px !important
    }
}

.mr-16 {
    margin-right: -16px !important
}

@media only screen and (min-width: 0) {
    .mr-16-xs {
        margin-right: -16px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-16-sm {
        margin-right: -16px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-16-md {
        margin-right: -16px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-16-lg {
        margin-right: -16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr-20-xs {
        margin-right: -20px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-20-sm {
        margin-right: -20px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-20-md {
        margin-right: -20px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-20-lg {
        margin-right: -20px !important
    }
}

.mr-24 {
    margin-right: -24px !important
}

@media only screen and (min-width: 0) {
    .mr-24-xs {
        margin-right: -24px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-24-sm {
        margin-right: -24px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-24-md {
        margin-right: -24px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-24-lg {
        margin-right: -24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mr-25-xs {
        margin-right: -25px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-25-sm {
        margin-right: -25px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-25-md {
        margin-right: -25px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-25-lg {
        margin-right: -25px !important
    }
}

.mr-30 {
    margin-right: -30px !important
}

@media only screen and (min-width: 0) {
    .mr-30-xs {
        margin-right: -30px !important
    }
}

@media only screen and (min-width: 576px) {
    .mr-30-sm {
        margin-right: -30px !important
    }
}

@media only screen and (min-width: 768px) {
    .mr-30-md {
        margin-right: -30px !important
    }
}

@media only screen and (min-width: 992px) {
    .mr-30-lg {
        margin-right: -30px !important
    }
}

.mrauto {
    margin-right: auto !important
}

@media only screen and (min-width: 0) {
    .mrauto-xs {
        margin-right: auto !important
    }
}

@media only screen and (min-width: 576px) {
    .mrauto-sm {
        margin-right: auto !important
    }
}

@media only screen and (min-width: 768px) {
    .mrauto-md {
        margin-right: auto !important
    }
}

@media only screen and (min-width: 992px) {
    .mrauto-lg {
        margin-right: auto !important
    }
}

.mt0 {
    margin-top: 0 !important
}

@media only screen and (min-width: 0) {
    .mt0-xs {
        margin-top: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .mt0-sm {
        margin-top: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .mt0-md {
        margin-top: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .mt0-lg {
        margin-top: 0 !important
    }
}

.mt1 {
    margin-top: 1px !important
}

@media only screen and (min-width: 0) {
    .mt1-xs {
        margin-top: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt1-sm {
        margin-top: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt1-md {
        margin-top: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt1-lg {
        margin-top: 1px !important
    }
}

.mt2 {
    margin-top: 2px !important
}

@media only screen and (min-width: 0) {
    .mt2-xs {
        margin-top: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt2-sm {
        margin-top: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt2-md {
        margin-top: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt2-lg {
        margin-top: 2px !important
    }
}

.mt3 {
    margin-top: 3px !important
}

@media only screen and (min-width: 0) {
    .mt3-xs {
        margin-top: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt3-sm {
        margin-top: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt3-md {
        margin-top: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt3-lg {
        margin-top: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt5-xs {
        margin-top: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt5-sm {
        margin-top: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt5-md {
        margin-top: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt5-lg {
        margin-top: 5px !important
    }
}

.mt6 {
    margin-top: 6px !important
}

@media only screen and (min-width: 0) {
    .mt6-xs {
        margin-top: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt6-sm {
        margin-top: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt6-md {
        margin-top: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt6-lg {
        margin-top: 6px !important
    }
}

.mt8 {
    margin-top: 8px !important
}

@media only screen and (min-width: 0) {
    .mt8-xs {
        margin-top: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt8-sm {
        margin-top: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt8-md {
        margin-top: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt8-lg {
        margin-top: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt10-xs {
        margin-top: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt10-sm {
        margin-top: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt10-md {
        margin-top: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt10-lg {
        margin-top: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt15-xs {
        margin-top: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt15-sm {
        margin-top: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt15-md {
        margin-top: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt15-lg {
        margin-top: 15px !important
    }
}

.mt16 {
    margin-top: 16px !important
}

@media only screen and (min-width: 0) {
    .mt16-xs {
        margin-top: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt16-sm {
        margin-top: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt16-md {
        margin-top: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt16-lg {
        margin-top: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt20-xs {
        margin-top: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt20-sm {
        margin-top: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt20-md {
        margin-top: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt20-lg {
        margin-top: 20px !important
    }
}

.mt24 {
    margin-top: 24px !important
}

@media only screen and (min-width: 0) {
    .mt24-xs {
        margin-top: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt24-sm {
        margin-top: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt24-md {
        margin-top: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt24-lg {
        margin-top: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt25-xs {
        margin-top: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt25-sm {
        margin-top: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt25-md {
        margin-top: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt25-lg {
        margin-top: 25px !important
    }
}

.mt30 {
    margin-top: 30px !important
}

@media only screen and (min-width: 0) {
    .mt30-xs {
        margin-top: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt30-sm {
        margin-top: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt30-md {
        margin-top: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt30-lg {
        margin-top: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt40-xs {
        margin-top: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt40-sm {
        margin-top: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt40-md {
        margin-top: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt40-lg {
        margin-top: 40px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt50-xs {
        margin-top: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt50-sm {
        margin-top: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt50-md {
        margin-top: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt50-lg {
        margin-top: 50px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt60-xs {
        margin-top: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt60-sm {
        margin-top: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt60-md {
        margin-top: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt60-lg {
        margin-top: 60px !important
    }
}

.mt70 {
    margin-top: 70px !important
}

@media only screen and (min-width: 0) {
    .mt70-xs {
        margin-top: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt70-sm {
        margin-top: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt70-md {
        margin-top: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt70-lg {
        margin-top: 70px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt80-xs {
        margin-top: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt80-sm {
        margin-top: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt80-md {
        margin-top: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt80-lg {
        margin-top: 80px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt90-xs {
        margin-top: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt90-sm {
        margin-top: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt90-md {
        margin-top: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt90-lg {
        margin-top: 90px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt100-xs {
        margin-top: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt100-sm {
        margin-top: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt100-md {
        margin-top: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt100-lg {
        margin-top: 100px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt120-xs {
        margin-top: 120px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt120-sm {
        margin-top: 120px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt120-md {
        margin-top: 120px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt120-lg {
        margin-top: 120px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt150-xs {
        margin-top: 150px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt150-sm {
        margin-top: 150px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt150-md {
        margin-top: 150px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt150-lg {
        margin-top: 150px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt200-xs {
        margin-top: 200px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt200-sm {
        margin-top: 200px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt200-md {
        margin-top: 200px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt200-lg {
        margin-top: 200px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt-5-xs {
        margin-top: -5px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-5-sm {
        margin-top: -5px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-5-md {
        margin-top: -5px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-5-lg {
        margin-top: -5px !important
    }
}

.mt-6 {
    margin-top: -6px !important
}

@media only screen and (min-width: 0) {
    .mt-6-xs {
        margin-top: -6px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-6-sm {
        margin-top: -6px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-6-md {
        margin-top: -6px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-6-lg {
        margin-top: -6px !important
    }
}

.mt-8 {
    margin-top: -8px !important
}

@media only screen and (min-width: 0) {
    .mt-8-xs {
        margin-top: -8px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-8-sm {
        margin-top: -8px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-8-md {
        margin-top: -8px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-8-lg {
        margin-top: -8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt-10-xs {
        margin-top: -10px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-10-sm {
        margin-top: -10px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-10-md {
        margin-top: -10px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-10-lg {
        margin-top: -10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt-15-xs {
        margin-top: -15px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-15-sm {
        margin-top: -15px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-15-md {
        margin-top: -15px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-15-lg {
        margin-top: -15px !important
    }
}

.mt-16 {
    margin-top: -16px !important
}

@media only screen and (min-width: 0) {
    .mt-16-xs {
        margin-top: -16px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-16-sm {
        margin-top: -16px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-16-md {
        margin-top: -16px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-16-lg {
        margin-top: -16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt-20-xs {
        margin-top: -20px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-20-sm {
        margin-top: -20px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-20-md {
        margin-top: -20px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-20-lg {
        margin-top: -20px !important
    }
}

.mt-24 {
    margin-top: -24px !important
}

@media only screen and (min-width: 0) {
    .mt-24-xs {
        margin-top: -24px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-24-sm {
        margin-top: -24px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-24-md {
        margin-top: -24px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-24-lg {
        margin-top: -24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .mt-25-xs {
        margin-top: -25px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-25-sm {
        margin-top: -25px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-25-md {
        margin-top: -25px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-25-lg {
        margin-top: -25px !important
    }
}

.mt-30 {
    margin-top: -30px !important
}

@media only screen and (min-width: 0) {
    .mt-30-xs {
        margin-top: -30px !important
    }
}

@media only screen and (min-width: 576px) {
    .mt-30-sm {
        margin-top: -30px !important
    }
}

@media only screen and (min-width: 768px) {
    .mt-30-md {
        margin-top: -30px !important
    }
}

@media only screen and (min-width: 992px) {
    .mt-30-lg {
        margin-top: -30px !important
    }
}

.pb0 {
    padding-bottom: 0 !important
}

@media only screen and (min-width: 0) {
    .pb0-xs {
        padding-bottom: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .pb0-sm {
        padding-bottom: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .pb0-md {
        padding-bottom: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .pb0-lg {
        padding-bottom: 0 !important
    }
}

.pb1 {
    padding-bottom: 1px !important
}

@media only screen and (min-width: 0) {
    .pb1-xs {
        padding-bottom: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb1-sm {
        padding-bottom: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb1-md {
        padding-bottom: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb1-lg {
        padding-bottom: 1px !important
    }
}

.pb2 {
    padding-bottom: 2px !important
}

@media only screen and (min-width: 0) {
    .pb2-xs {
        padding-bottom: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb2-sm {
        padding-bottom: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb2-md {
        padding-bottom: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb2-lg {
        padding-bottom: 2px !important
    }
}

.pb3 {
    padding-bottom: 3px !important
}

@media only screen and (min-width: 0) {
    .pb3-xs {
        padding-bottom: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb3-sm {
        padding-bottom: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb3-md {
        padding-bottom: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb3-lg {
        padding-bottom: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pb5-xs {
        padding-bottom: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb5-sm {
        padding-bottom: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb5-md {
        padding-bottom: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb5-lg {
        padding-bottom: 5px !important
    }
}

.pb6 {
    padding-bottom: 6px !important
}

@media only screen and (min-width: 0) {
    .pb6-xs {
        padding-bottom: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb6-sm {
        padding-bottom: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb6-md {
        padding-bottom: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb6-lg {
        padding-bottom: 6px !important
    }
}

.pb8 {
    padding-bottom: 8px !important
}

@media only screen and (min-width: 0) {
    .pb8-xs {
        padding-bottom: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb8-sm {
        padding-bottom: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb8-md {
        padding-bottom: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb8-lg {
        padding-bottom: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pb10-xs {
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb10-sm {
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb10-md {
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb10-lg {
        padding-bottom: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pb15-xs {
        padding-bottom: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb15-sm {
        padding-bottom: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb15-md {
        padding-bottom: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb15-lg {
        padding-bottom: 15px !important
    }
}

.pb16 {
    padding-bottom: 16px !important
}

@media only screen and (min-width: 0) {
    .pb16-xs {
        padding-bottom: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb16-sm {
        padding-bottom: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb16-md {
        padding-bottom: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb16-lg {
        padding-bottom: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pb20-xs {
        padding-bottom: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb20-sm {
        padding-bottom: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb20-md {
        padding-bottom: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb20-lg {
        padding-bottom: 20px !important
    }
}

.pb24 {
    padding-bottom: 24px !important
}

@media only screen and (min-width: 0) {
    .pb24-xs {
        padding-bottom: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb24-sm {
        padding-bottom: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb24-md {
        padding-bottom: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb24-lg {
        padding-bottom: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pb25-xs {
        padding-bottom: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb25-sm {
        padding-bottom: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb25-md {
        padding-bottom: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb25-lg {
        padding-bottom: 25px !important
    }
}

.pb30 {
    padding-bottom: 30px !important
}

@media only screen and (min-width: 0) {
    .pb30-xs {
        padding-bottom: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb30-sm {
        padding-bottom: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb30-md {
        padding-bottom: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb30-lg {
        padding-bottom: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pb40-xs {
        padding-bottom: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb40-sm {
        padding-bottom: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb40-md {
        padding-bottom: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb40-lg {
        padding-bottom: 40px !important
    }
}

.pb50 {
    padding-bottom: 50px !important
}

@media only screen and (min-width: 0) {
    .pb50-xs {
        padding-bottom: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb50-sm {
        padding-bottom: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb50-md {
        padding-bottom: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb50-lg {
        padding-bottom: 50px !important
    }
}

.pb60 {
    padding-bottom: 60px !important
}

@media only screen and (min-width: 0) {
    .pb60-xs {
        padding-bottom: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb60-sm {
        padding-bottom: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb60-md {
        padding-bottom: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb60-lg {
        padding-bottom: 60px !important
    }
}

.pb70 {
    padding-bottom: 70px !important
}

@media only screen and (min-width: 0) {
    .pb70-xs {
        padding-bottom: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb70-sm {
        padding-bottom: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb70-md {
        padding-bottom: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb70-lg {
        padding-bottom: 70px !important
    }
}

.pb80 {
    padding-bottom: 80px !important
}

@media only screen and (min-width: 0) {
    .pb80-xs {
        padding-bottom: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb80-sm {
        padding-bottom: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb80-md {
        padding-bottom: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb80-lg {
        padding-bottom: 80px !important
    }
}

.pb90 {
    padding-bottom: 90px !important
}

@media only screen and (min-width: 0) {
    .pb90-xs {
        padding-bottom: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb90-sm {
        padding-bottom: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb90-md {
        padding-bottom: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb90-lg {
        padding-bottom: 90px !important
    }
}

.pb100 {
    padding-bottom: 100px !important
}

@media only screen and (min-width: 0) {
    .pb100-xs {
        padding-bottom: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .pb100-sm {
        padding-bottom: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .pb100-md {
        padding-bottom: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .pb100-lg {
        padding-bottom: 100px !important
    }
}

.pl0 {
    padding-left: 0 !important
}

@media only screen and (min-width: 0) {
    .pl0-xs {
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .pl0-sm {
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .pl0-md {
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .pl0-lg {
        padding-left: 0 !important
    }
}

.pl1 {
    padding-left: 1px !important
}

@media only screen and (min-width: 0) {
    .pl1-xs {
        padding-left: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl1-sm {
        padding-left: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl1-md {
        padding-left: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl1-lg {
        padding-left: 1px !important
    }
}

.pl2 {
    padding-left: 2px !important
}

@media only screen and (min-width: 0) {
    .pl2-xs {
        padding-left: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl2-sm {
        padding-left: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl2-md {
        padding-left: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl2-lg {
        padding-left: 2px !important
    }
}

.pl3 {
    padding-left: 3px !important
}

@media only screen and (min-width: 0) {
    .pl3-xs {
        padding-left: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl3-sm {
        padding-left: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl3-md {
        padding-left: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl3-lg {
        padding-left: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pl5-xs {
        padding-left: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl5-sm {
        padding-left: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl5-md {
        padding-left: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl5-lg {
        padding-left: 5px !important
    }
}

.pl6 {
    padding-left: 6px !important
}

@media only screen and (min-width: 0) {
    .pl6-xs {
        padding-left: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl6-sm {
        padding-left: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl6-md {
        padding-left: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl6-lg {
        padding-left: 6px !important
    }
}

.pl8 {
    padding-left: 8px !important
}

@media only screen and (min-width: 0) {
    .pl8-xs {
        padding-left: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl8-sm {
        padding-left: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl8-md {
        padding-left: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl8-lg {
        padding-left: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pl10-xs {
        padding-left: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl10-sm {
        padding-left: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl10-md {
        padding-left: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl10-lg {
        padding-left: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pl15-xs {
        padding-left: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl15-sm {
        padding-left: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl15-md {
        padding-left: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl15-lg {
        padding-left: 15px !important
    }
}

.pl16 {
    padding-left: 16px !important
}

@media only screen and (min-width: 0) {
    .pl16-xs {
        padding-left: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl16-sm {
        padding-left: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl16-md {
        padding-left: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl16-lg {
        padding-left: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pl20-xs {
        padding-left: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl20-sm {
        padding-left: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl20-md {
        padding-left: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl20-lg {
        padding-left: 20px !important
    }
}

.pl24 {
    padding-left: 24px !important
}

@media only screen and (min-width: 0) {
    .pl24-xs {
        padding-left: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl24-sm {
        padding-left: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl24-md {
        padding-left: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl24-lg {
        padding-left: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pl25-xs {
        padding-left: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl25-sm {
        padding-left: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl25-md {
        padding-left: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl25-lg {
        padding-left: 25px !important
    }
}

.pl30 {
    padding-left: 30px !important
}

@media only screen and (min-width: 0) {
    .pl30-xs {
        padding-left: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl30-sm {
        padding-left: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl30-md {
        padding-left: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl30-lg {
        padding-left: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pl40-xs {
        padding-left: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl40-sm {
        padding-left: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl40-md {
        padding-left: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl40-lg {
        padding-left: 40px !important
    }
}

.pl50 {
    padding-left: 50px !important
}

@media only screen and (min-width: 0) {
    .pl50-xs {
        padding-left: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl50-sm {
        padding-left: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl50-md {
        padding-left: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl50-lg {
        padding-left: 50px !important
    }
}

.pl60 {
    padding-left: 60px !important
}

@media only screen and (min-width: 0) {
    .pl60-xs {
        padding-left: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl60-sm {
        padding-left: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl60-md {
        padding-left: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl60-lg {
        padding-left: 60px !important
    }
}

.pl70 {
    padding-left: 70px !important
}

@media only screen and (min-width: 0) {
    .pl70-xs {
        padding-left: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl70-sm {
        padding-left: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl70-md {
        padding-left: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl70-lg {
        padding-left: 70px !important
    }
}

.pl80 {
    padding-left: 80px !important
}

@media only screen and (min-width: 0) {
    .pl80-xs {
        padding-left: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl80-sm {
        padding-left: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl80-md {
        padding-left: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl80-lg {
        padding-left: 80px !important
    }
}

.pl90 {
    padding-left: 90px !important
}

@media only screen and (min-width: 0) {
    .pl90-xs {
        padding-left: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl90-sm {
        padding-left: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl90-md {
        padding-left: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl90-lg {
        padding-left: 90px !important
    }
}

.pl100 {
    padding-left: 100px !important
}

@media only screen and (min-width: 0) {
    .pl100-xs {
        padding-left: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .pl100-sm {
        padding-left: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .pl100-md {
        padding-left: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .pl100-lg {
        padding-left: 100px !important
    }
}

.pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media only screen and (min-width: 0) {
    .pv0-xs {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .pv0-sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .pv0-md {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .pv0-lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

.pv1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important
}

@media only screen and (min-width: 0) {
    .pv1-xs {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv1-sm {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv1-md {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv1-lg {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }
}

.pv2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

@media only screen and (min-width: 0) {
    .pv2-xs {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv2-sm {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv2-md {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv2-lg {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }
}

.pv3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

@media only screen and (min-width: 0) {
    .pv3-xs {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv3-sm {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv3-md {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv3-lg {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }
}

.pv5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

@media only screen and (min-width: 0) {
    .pv5-xs {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv5-sm {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv5-md {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv5-lg {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

.pv6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

@media only screen and (min-width: 0) {
    .pv6-xs {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv6-sm {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv6-md {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv6-lg {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }
}

.pv8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

@media only screen and (min-width: 0) {
    .pv8-xs {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv8-sm {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv8-md {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv8-lg {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

.pv10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

@media only screen and (min-width: 0) {
    .pv10-xs {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv10-sm {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv10-md {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv10-lg {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
}

.pv15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

@media only screen and (min-width: 0) {
    .pv15-xs {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv15-sm {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv15-md {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv15-lg {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

.pv16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

@media only screen and (min-width: 0) {
    .pv16-xs {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv16-sm {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv16-md {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv16-lg {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

.pv20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

@media only screen and (min-width: 0) {
    .pv20-xs {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv20-sm {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv20-md {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv20-lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

.pv24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

@media only screen and (min-width: 0) {
    .pv24-xs {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv24-sm {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv24-md {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv24-lg {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

.pv25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

@media only screen and (min-width: 0) {
    .pv25-xs {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv25-sm {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv25-md {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv25-lg {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
}

.pv30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

@media only screen and (min-width: 0) {
    .pv30-xs {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .pv30-sm {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .pv30-md {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .pv30-lg {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
}

.pr0 {
    padding-right: 0 !important
}

@media only screen and (min-width: 0) {
    .pr0-xs {
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .pr0-sm {
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .pr0-md {
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .pr0-lg {
        padding-right: 0 !important
    }
}

.pr1 {
    padding-right: 1px !important
}

@media only screen and (min-width: 0) {
    .pr1-xs {
        padding-right: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr1-sm {
        padding-right: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr1-md {
        padding-right: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr1-lg {
        padding-right: 1px !important
    }
}

.pr2 {
    padding-right: 2px !important
}

@media only screen and (min-width: 0) {
    .pr2-xs {
        padding-right: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr2-sm {
        padding-right: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr2-md {
        padding-right: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr2-lg {
        padding-right: 2px !important
    }
}

.pr3 {
    padding-right: 3px !important
}

@media only screen and (min-width: 0) {
    .pr3-xs {
        padding-right: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr3-sm {
        padding-right: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr3-md {
        padding-right: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr3-lg {
        padding-right: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pr5-xs {
        padding-right: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr5-sm {
        padding-right: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr5-md {
        padding-right: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr5-lg {
        padding-right: 5px !important
    }
}

.pr6 {
    padding-right: 6px !important
}

@media only screen and (min-width: 0) {
    .pr6-xs {
        padding-right: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr6-sm {
        padding-right: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr6-md {
        padding-right: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr6-lg {
        padding-right: 6px !important
    }
}

.pr8 {
    padding-right: 8px !important
}

@media only screen and (min-width: 0) {
    .pr8-xs {
        padding-right: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr8-sm {
        padding-right: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr8-md {
        padding-right: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr8-lg {
        padding-right: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pr10-xs {
        padding-right: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr10-sm {
        padding-right: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr10-md {
        padding-right: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr10-lg {
        padding-right: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pr15-xs {
        padding-right: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr15-sm {
        padding-right: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr15-md {
        padding-right: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr15-lg {
        padding-right: 15px !important
    }
}

.pr16 {
    padding-right: 16px !important
}

@media only screen and (min-width: 0) {
    .pr16-xs {
        padding-right: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr16-sm {
        padding-right: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr16-md {
        padding-right: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr16-lg {
        padding-right: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pr20-xs {
        padding-right: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr20-sm {
        padding-right: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr20-md {
        padding-right: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr20-lg {
        padding-right: 20px !important
    }
}

.pr24 {
    padding-right: 24px !important
}

@media only screen and (min-width: 0) {
    .pr24-xs {
        padding-right: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr24-sm {
        padding-right: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr24-md {
        padding-right: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr24-lg {
        padding-right: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pr25-xs {
        padding-right: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr25-sm {
        padding-right: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr25-md {
        padding-right: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr25-lg {
        padding-right: 25px !important
    }
}

.pr30 {
    padding-right: 30px !important
}

@media only screen and (min-width: 0) {
    .pr30-xs {
        padding-right: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr30-sm {
        padding-right: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr30-md {
        padding-right: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr30-lg {
        padding-right: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pr40-xs {
        padding-right: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr40-sm {
        padding-right: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr40-md {
        padding-right: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr40-lg {
        padding-right: 40px !important
    }
}

.pr50 {
    padding-right: 50px !important
}

@media only screen and (min-width: 0) {
    .pr50-xs {
        padding-right: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr50-sm {
        padding-right: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr50-md {
        padding-right: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr50-lg {
        padding-right: 50px !important
    }
}

.pr60 {
    padding-right: 60px !important
}

@media only screen and (min-width: 0) {
    .pr60-xs {
        padding-right: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr60-sm {
        padding-right: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr60-md {
        padding-right: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr60-lg {
        padding-right: 60px !important
    }
}

.pr70 {
    padding-right: 70px !important
}

@media only screen and (min-width: 0) {
    .pr70-xs {
        padding-right: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr70-sm {
        padding-right: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr70-md {
        padding-right: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr70-lg {
        padding-right: 70px !important
    }
}

.pr80 {
    padding-right: 80px !important
}

@media only screen and (min-width: 0) {
    .pr80-xs {
        padding-right: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr80-sm {
        padding-right: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr80-md {
        padding-right: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr80-lg {
        padding-right: 80px !important
    }
}

.pr90 {
    padding-right: 90px !important
}

@media only screen and (min-width: 0) {
    .pr90-xs {
        padding-right: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr90-sm {
        padding-right: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr90-md {
        padding-right: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr90-lg {
        padding-right: 90px !important
    }
}

.pr100 {
    padding-right: 100px !important
}

@media only screen and (min-width: 0) {
    .pr100-xs {
        padding-right: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .pr100-sm {
        padding-right: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .pr100-md {
        padding-right: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .pr100-lg {
        padding-right: 100px !important
    }
}

.pt0 {
    padding-top: 0 !important
}

@media only screen and (min-width: 0) {
    .pt0-xs {
        padding-top: 0 !important
    }
}

@media only screen and (min-width: 576px) {
    .pt0-sm {
        padding-top: 0 !important
    }
}

@media only screen and (min-width: 768px) {
    .pt0-md {
        padding-top: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    .pt0-lg {
        padding-top: 0 !important
    }
}

.pt1 {
    padding-top: 1px !important
}

@media only screen and (min-width: 0) {
    .pt1-xs {
        padding-top: 1px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt1-sm {
        padding-top: 1px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt1-md {
        padding-top: 1px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt1-lg {
        padding-top: 1px !important
    }
}

.pt2 {
    padding-top: 2px !important
}

@media only screen and (min-width: 0) {
    .pt2-xs {
        padding-top: 2px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt2-sm {
        padding-top: 2px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt2-md {
        padding-top: 2px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt2-lg {
        padding-top: 2px !important
    }
}

.pt3 {
    padding-top: 3px !important
}

@media only screen and (min-width: 0) {
    .pt3-xs {
        padding-top: 3px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt3-sm {
        padding-top: 3px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt3-md {
        padding-top: 3px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt3-lg {
        padding-top: 3px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pt5-xs {
        padding-top: 5px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt5-sm {
        padding-top: 5px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt5-md {
        padding-top: 5px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt5-lg {
        padding-top: 5px !important
    }
}

.pt6 {
    padding-top: 6px !important
}

@media only screen and (min-width: 0) {
    .pt6-xs {
        padding-top: 6px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt6-sm {
        padding-top: 6px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt6-md {
        padding-top: 6px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt6-lg {
        padding-top: 6px !important
    }
}

.pt8 {
    padding-top: 8px !important
}

@media only screen and (min-width: 0) {
    .pt8-xs {
        padding-top: 8px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt8-sm {
        padding-top: 8px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt8-md {
        padding-top: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt8-lg {
        padding-top: 8px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pt10-xs {
        padding-top: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt10-sm {
        padding-top: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt10-md {
        padding-top: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt10-lg {
        padding-top: 10px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pt15-xs {
        padding-top: 15px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt15-sm {
        padding-top: 15px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt15-md {
        padding-top: 15px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt15-lg {
        padding-top: 15px !important
    }
}

.pt16 {
    padding-top: 16px !important
}

@media only screen and (min-width: 0) {
    .pt16-xs {
        padding-top: 16px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt16-sm {
        padding-top: 16px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt16-md {
        padding-top: 16px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt16-lg {
        padding-top: 16px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pt20-xs {
        padding-top: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt20-sm {
        padding-top: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt20-md {
        padding-top: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt20-lg {
        padding-top: 20px !important
    }
}

.pt24 {
    padding-top: 24px !important
}

@media only screen and (min-width: 0) {
    .pt24-xs {
        padding-top: 24px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt24-sm {
        padding-top: 24px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt24-md {
        padding-top: 24px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt24-lg {
        padding-top: 24px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pt25-xs {
        padding-top: 25px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt25-sm {
        padding-top: 25px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt25-md {
        padding-top: 25px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt25-lg {
        padding-top: 25px !important
    }
}

.pt30 {
    padding-top: 30px !important
}

@media only screen and (min-width: 0) {
    .pt30-xs {
        padding-top: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt30-sm {
        padding-top: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt30-md {
        padding-top: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt30-lg {
        padding-top: 30px !important
    }
}

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

@media only screen and (min-width: 0) {
    .pt40-xs {
        padding-top: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt40-sm {
        padding-top: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt40-md {
        padding-top: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt40-lg {
        padding-top: 40px !important
    }
}

.pt50 {
    padding-top: 50px !important
}

@media only screen and (min-width: 0) {
    .pt50-xs {
        padding-top: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt50-sm {
        padding-top: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt50-md {
        padding-top: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt50-lg {
        padding-top: 50px !important
    }
}

.pt60 {
    padding-top: 60px !important
}

@media only screen and (min-width: 0) {
    .pt60-xs {
        padding-top: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt60-sm {
        padding-top: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt60-md {
        padding-top: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt60-lg {
        padding-top: 60px !important
    }
}

.pt70 {
    padding-top: 70px !important
}

@media only screen and (min-width: 0) {
    .pt70-xs {
        padding-top: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt70-sm {
        padding-top: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt70-md {
        padding-top: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt70-lg {
        padding-top: 70px !important
    }
}

.pt80 {
    padding-top: 80px !important
}

@media only screen and (min-width: 0) {
    .pt80-xs {
        padding-top: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt80-sm {
        padding-top: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt80-md {
        padding-top: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt80-lg {
        padding-top: 80px !important
    }
}

.pt90 {
    padding-top: 90px !important
}

@media only screen and (min-width: 0) {
    .pt90-xs {
        padding-top: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt90-sm {
        padding-top: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt90-md {
        padding-top: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt90-lg {
        padding-top: 90px !important
    }
}

.pt100 {
    padding-top: 100px !important
}

@media only screen and (min-width: 0) {
    .pt100-xs {
        padding-top: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .pt100-sm {
        padding-top: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .pt100-md {
        padding-top: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .pt100-lg {
        padding-top: 100px !important
    }
}

.w10 {
    width: 10px !important
}

@media only screen and (min-width: 0) {
    .w10-xs {
        width: 10px !important
    }
}

@media only screen and (min-width: 576px) {
    .w10-sm {
        width: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    .w10-md {
        width: 10px !important
    }
}

@media only screen and (min-width: 992px) {
    .w10-lg {
        width: 10px !important
    }
}

.w20 {
    width: 20px !important
}

@media only screen and (min-width: 0) {
    .w20-xs {
        width: 20px !important
    }
}

@media only screen and (min-width: 576px) {
    .w20-sm {
        width: 20px !important
    }
}

@media only screen and (min-width: 768px) {
    .w20-md {
        width: 20px !important
    }
}

@media only screen and (min-width: 992px) {
    .w20-lg {
        width: 20px !important
    }
}

.w30 {
    width: 30px !important
}

@media only screen and (min-width: 0) {
    .w30-xs {
        width: 30px !important
    }
}

@media only screen and (min-width: 576px) {
    .w30-sm {
        width: 30px !important
    }
}

@media only screen and (min-width: 768px) {
    .w30-md {
        width: 30px !important
    }
}

@media only screen and (min-width: 992px) {
    .w30-lg {
        width: 30px !important
    }
}

.w40 {
    width: 40px !important
}

@media only screen and (min-width: 0) {
    .w40-xs {
        width: 40px !important
    }
}

@media only screen and (min-width: 576px) {
    .w40-sm {
        width: 40px !important
    }
}

@media only screen and (min-width: 768px) {
    .w40-md {
        width: 40px !important
    }
}

@media only screen and (min-width: 992px) {
    .w40-lg {
        width: 40px !important
    }
}

.w50 {
    width: 50px !important
}

@media only screen and (min-width: 0) {
    .w50-xs {
        width: 50px !important
    }
}

@media only screen and (min-width: 576px) {
    .w50-sm {
        width: 50px !important
    }
}

@media only screen and (min-width: 768px) {
    .w50-md {
        width: 50px !important
    }
}

@media only screen and (min-width: 992px) {
    .w50-lg {
        width: 50px !important
    }
}

.w60 {
    width: 60px !important
}

@media only screen and (min-width: 0) {
    .w60-xs {
        width: 60px !important
    }
}

@media only screen and (min-width: 576px) {
    .w60-sm {
        width: 60px !important
    }
}

@media only screen and (min-width: 768px) {
    .w60-md {
        width: 60px !important
    }
}

@media only screen and (min-width: 992px) {
    .w60-lg {
        width: 60px !important
    }
}

.w70 {
    width: 70px !important
}

@media only screen and (min-width: 0) {
    .w70-xs {
        width: 70px !important
    }
}

@media only screen and (min-width: 576px) {
    .w70-sm {
        width: 70px !important
    }
}

@media only screen and (min-width: 768px) {
    .w70-md {
        width: 70px !important
    }
}

@media only screen and (min-width: 992px) {
    .w70-lg {
        width: 70px !important
    }
}

.w80 {
    width: 80px !important
}

@media only screen and (min-width: 0) {
    .w80-xs {
        width: 80px !important
    }
}

@media only screen and (min-width: 576px) {
    .w80-sm {
        width: 80px !important
    }
}

@media only screen and (min-width: 768px) {
    .w80-md {
        width: 80px !important
    }
}

@media only screen and (min-width: 992px) {
    .w80-lg {
        width: 80px !important
    }
}

.w90 {
    width: 90px !important
}

@media only screen and (min-width: 0) {
    .w90-xs {
        width: 90px !important
    }
}

@media only screen and (min-width: 576px) {
    .w90-sm {
        width: 90px !important
    }
}

@media only screen and (min-width: 768px) {
    .w90-md {
        width: 90px !important
    }
}

@media only screen and (min-width: 992px) {
    .w90-lg {
        width: 90px !important
    }
}

.w100 {
    width: 100px !important
}

@media only screen and (min-width: 0) {
    .w100-xs {
        width: 100px !important
    }
}

@media only screen and (min-width: 576px) {
    .w100-sm {
        width: 100px !important
    }
}

@media only screen and (min-width: 768px) {
    .w100-md {
        width: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .w100-lg {
        width: 100px !important
    }
}

.w120 {
    width: 120px !important
}

@media only screen and (min-width: 0) {
    .w120-xs {
        width: 120px !important
    }
}

@media only screen and (min-width: 576px) {
    .w120-sm {
        width: 120px !important
    }
}

@media only screen and (min-width: 768px) {
    .w120-md {
        width: 120px !important
    }
}

@media only screen and (min-width: 992px) {
    .w120-lg {
        width: 120px !important
    }
}

.w150 {
    width: 150px !important
}

@media only screen and (min-width: 0) {
    .w150-xs {
        width: 150px !important
    }
}

@media only screen and (min-width: 576px) {
    .w150-sm {
        width: 150px !important
    }
}

@media only screen and (min-width: 768px) {
    .w150-md {
        width: 150px !important
    }
}

@media only screen and (min-width: 992px) {
    .w150-lg {
        width: 150px !important
    }
}

.w180 {
    width: 180px !important
}

@media only screen and (min-width: 0) {
    .w180-xs {
        width: 180px !important
    }
}

@media only screen and (min-width: 576px) {
    .w180-sm {
        width: 180px !important
    }
}

@media only screen and (min-width: 768px) {
    .w180-md {
        width: 180px !important
    }
}

@media only screen and (min-width: 992px) {
    .w180-lg {
        width: 180px !important
    }
}

.w190 {
    width: 190px !important
}

@media only screen and (min-width: 0) {
    .w190-xs {
        width: 190px !important
    }
}

@media only screen and (min-width: 576px) {
    .w190-sm {
        width: 190px !important
    }
}

@media only screen and (min-width: 768px) {
    .w190-md {
        width: 190px !important
    }
}

@media only screen and (min-width: 992px) {
    .w190-lg {
        width: 190px !important
    }
}

.w200 {
    width: 200px !important
}

@media only screen and (min-width: 0) {
    .w200-xs {
        width: 200px !important
    }
}

@media only screen and (min-width: 576px) {
    .w200-sm {
        width: 200px !important
    }
}

@media only screen and (min-width: 768px) {
    .w200-md {
        width: 200px !important
    }
}

@media only screen and (min-width: 992px) {
    .w200-lg {
        width: 200px !important
    }
}

.w250 {
    width: 250px !important
}

@media only screen and (min-width: 0) {
    .w250-xs {
        width: 250px !important
    }
}

@media only screen and (min-width: 576px) {
    .w250-sm {
        width: 250px !important
    }
}

@media only screen and (min-width: 768px) {
    .w250-md {
        width: 250px !important
    }
}

@media only screen and (min-width: 992px) {
    .w250-lg {
        width: 250px !important
    }
}

.w300 {
    width: 300px !important
}

@media only screen and (min-width: 0) {
    .w300-xs {
        width: 300px !important
    }
}

@media only screen and (min-width: 576px) {
    .w300-sm {
        width: 300px !important
    }
}

@media only screen and (min-width: 768px) {
    .w300-md {
        width: 300px !important
    }
}

@media only screen and (min-width: 992px) {
    .w300-lg {
        width: 300px !important
    }
}

.w350 {
    width: 350px !important
}

@media only screen and (min-width: 0) {
    .w350-xs {
        width: 350px !important
    }
}

@media only screen and (min-width: 576px) {
    .w350-sm {
        width: 350px !important
    }
}

@media only screen and (min-width: 768px) {
    .w350-md {
        width: 350px !important
    }
}

@media only screen and (min-width: 992px) {
    .w350-lg {
        width: 350px !important
    }
}

.w400 {
    width: 400px !important
}

@media only screen and (min-width: 0) {
    .w400-xs {
        width: 400px !important
    }
}

@media only screen and (min-width: 576px) {
    .w400-sm {
        width: 400px !important
    }
}

@media only screen and (min-width: 768px) {
    .w400-md {
        width: 400px !important
    }
}

@media only screen and (min-width: 992px) {
    .w400-lg {
        width: 400px !important
    }
}

.w450 {
    width: 450px !important
}

@media only screen and (min-width: 0) {
    .w450-xs {
        width: 450px !important
    }
}

@media only screen and (min-width: 576px) {
    .w450-sm {
        width: 450px !important
    }
}

@media only screen and (min-width: 768px) {
    .w450-md {
        width: 450px !important
    }
}

@media only screen and (min-width: 992px) {
    .w450-lg {
        width: 450px !important
    }
}

.w500 {
    width: 500px !important
}

@media only screen and (min-width: 0) {
    .w500-xs {
        width: 500px !important
    }
}

@media only screen and (min-width: 576px) {
    .w500-sm {
        width: 500px !important
    }
}

@media only screen and (min-width: 768px) {
    .w500-md {
        width: 500px !important
    }
}

@media only screen and (min-width: 992px) {
    .w500-lg {
        width: 500px !important
    }
}

.w550 {
    width: 550px !important
}

@media only screen and (min-width: 0) {
    .w550-xs {
        width: 550px !important
    }
}

@media only screen and (min-width: 576px) {
    .w550-sm {
        width: 550px !important
    }
}

@media only screen and (min-width: 768px) {
    .w550-md {
        width: 550px !important
    }
}

@media only screen and (min-width: 992px) {
    .w550-lg {
        width: 550px !important
    }
}

.w600 {
    width: 600px !important
}

@media only screen and (min-width: 0) {
    .w600-xs {
        width: 600px !important
    }
}

@media only screen and (min-width: 576px) {
    .w600-sm {
        width: 600px !important
    }
}

@media only screen and (min-width: 768px) {
    .w600-md {
        width: 600px !important
    }
}

@media only screen and (min-width: 992px) {
    .w600-lg {
        width: 600px !important
    }
}

.w650 {
    width: 650px !important
}

@media only screen and (min-width: 0) {
    .w650-xs {
        width: 650px !important
    }
}

@media only screen and (min-width: 576px) {
    .w650-sm {
        width: 650px !important
    }
}

@media only screen and (min-width: 768px) {
    .w650-md {
        width: 650px !important
    }
}

@media only screen and (min-width: 992px) {
    .w650-lg {
        width: 650px !important
    }
}

.w700 {
    width: 700px !important
}

@media only screen and (min-width: 0) {
    .w700-xs {
        width: 700px !important
    }
}

@media only screen and (min-width: 576px) {
    .w700-sm {
        width: 700px !important
    }
}

@media only screen and (min-width: 768px) {
    .w700-md {
        width: 700px !important
    }
}

@media only screen and (min-width: 992px) {
    .w700-lg {
        width: 700px !important
    }
}

.w800 {
    width: 800px !important
}

@media only screen and (min-width: 0) {
    .w800-xs {
        width: 800px !important
    }
}

@media only screen and (min-width: 576px) {
    .w800-sm {
        width: 800px !important
    }
}

@media only screen and (min-width: 768px) {
    .w800-md {
        width: 800px !important
    }
}

@media only screen and (min-width: 992px) {
    .w800-lg {
        width: 800px !important
    }
}

.w900 {
    width: 900px !important
}

@media only screen and (min-width: 0) {
    .w900-xs {
        width: 900px !important
    }
}

@media only screen and (min-width: 576px) {
    .w900-sm {
        width: 900px !important
    }
}

@media only screen and (min-width: 768px) {
    .w900-md {
        width: 900px !important
    }
}

@media only screen and (min-width: 992px) {
    .w900-lg {
        width: 900px !important
    }
}

.w960 {
    width: 960px !important
}

@media only screen and (min-width: 0) {
    .w960-xs {
        width: 960px !important
    }
}

@media only screen and (min-width: 576px) {
    .w960-sm {
        width: 960px !important
    }
}

@media only screen and (min-width: 768px) {
    .w960-md {
        width: 960px !important
    }
}

@media only screen and (min-width: 992px) {
    .w960-lg {
        width: 960px !important
    }
}

.w1000 {
    width: 1000px !important
}

@media only screen and (min-width: 0) {
    .w1000-xs {
        width: 1000px !important
    }
}

@media only screen and (min-width: 576px) {
    .w1000-sm {
        width: 1000px !important
    }
}

@media only screen and (min-width: 768px) {
    .w1000-md {
        width: 1000px !important
    }
}

@media only screen and (min-width: 992px) {
    .w1000-lg {
        width: 1000px !important
    }
}

.w1080 {
    width: 1080px !important
}

@media only screen and (min-width: 0) {
    .w1080-xs {
        width: 1080px !important
    }
}

@media only screen and (min-width: 576px) {
    .w1080-sm {
        width: 1080px !important
    }
}

@media only screen and (min-width: 768px) {
    .w1080-md {
        width: 1080px !important
    }
}

@media only screen and (min-width: 992px) {
    .w1080-lg {
        width: 1080px !important
    }
}

.w1100 {
    width: 1100px !important
}

@media only screen and (min-width: 0) {
    .w1100-xs {
        width: 1100px !important
    }
}

@media only screen and (min-width: 576px) {
    .w1100-sm {
        width: 1100px !important
    }
}

@media only screen and (min-width: 768px) {
    .w1100-md {
        width: 1100px !important
    }
}

@media only screen and (min-width: 992px) {
    .w1100-lg {
        width: 1100px !important
    }
}

.w1200 {
    width: 1200px !important
}

@media only screen and (min-width: 0) {
    .w1200-xs {
        width: 1200px !important
    }
}

@media only screen and (min-width: 576px) {
    .w1200-sm {
        width: 1200px !important
    }
}

@media only screen and (min-width: 768px) {
    .w1200-md {
        width: 1200px !important
    }
}

@media only screen and (min-width: 992px) {
    .w1200-lg {
        width: 1200px !important
    }
}

.w10p {
    width: 10% !important
}

@media only screen and (min-width: 0) {
    .w10p-xs {
        width: 10% !important
    }
}

@media only screen and (min-width: 576px) {
    .w10p-sm {
        width: 10% !important
    }
}

@media only screen and (min-width: 768px) {
    .w10p-md {
        width: 10% !important
    }
}

@media only screen and (min-width: 992px) {
    .w10p-lg {
        width: 10% !important
    }
}

.w20p {
    width: 20% !important
}

@media only screen and (min-width: 0) {
    .w20p-xs {
        width: 20% !important
    }
}

@media only screen and (min-width: 576px) {
    .w20p-sm {
        width: 20% !important
    }
}

@media only screen and (min-width: 768px) {
    .w20p-md {
        width: 20% !important
    }
}

@media only screen and (min-width: 992px) {
    .w20p-lg {
        width: 20% !important
    }
}

.w30p {
    width: 30% !important
}

@media only screen and (min-width: 0) {
    .w30p-xs {
        width: 30% !important
    }
}

@media only screen and (min-width: 576px) {
    .w30p-sm {
        width: 30% !important
    }
}

@media only screen and (min-width: 768px) {
    .w30p-md {
        width: 30% !important
    }
}

@media only screen and (min-width: 992px) {
    .w30p-lg {
        width: 30% !important
    }
}

.w40p {
    width: 40% !important
}

@media only screen and (min-width: 0) {
    .w40p-xs {
        width: 40% !important
    }
}

@media only screen and (min-width: 576px) {
    .w40p-sm {
        width: 40% !important
    }
}

@media only screen and (min-width: 768px) {
    .w40p-md {
        width: 40% !important
    }
}

@media only screen and (min-width: 992px) {
    .w40p-lg {
        width: 40% !important
    }
}

.w50p {
    width: 50% !important
}

@media only screen and (min-width: 0) {
    .w50p-xs {
        width: 50% !important
    }
}

@media only screen and (min-width: 576px) {
    .w50p-sm {
        width: 50% !important
    }
}

@media only screen and (min-width: 768px) {
    .w50p-md {
        width: 50% !important
    }
}

@media only screen and (min-width: 992px) {
    .w50p-lg {
        width: 50% !important
    }
}

.w60p {
    width: 60% !important
}

@media only screen and (min-width: 0) {
    .w60p-xs {
        width: 60% !important
    }
}

@media only screen and (min-width: 576px) {
    .w60p-sm {
        width: 60% !important
    }
}

@media only screen and (min-width: 768px) {
    .w60p-md {
        width: 60% !important
    }
}

@media only screen and (min-width: 992px) {
    .w60p-lg {
        width: 60% !important
    }
}

.w70p {
    width: 70% !important
}

@media only screen and (min-width: 0) {
    .w70p-xs {
        width: 70% !important
    }
}

@media only screen and (min-width: 576px) {
    .w70p-sm {
        width: 70% !important
    }
}

@media only screen and (min-width: 768px) {
    .w70p-md {
        width: 70% !important
    }
}

@media only screen and (min-width: 992px) {
    .w70p-lg {
        width: 70% !important
    }
}

.w80p {
    width: 80% !important
}

@media only screen and (min-width: 0) {
    .w80p-xs {
        width: 80% !important
    }
}

@media only screen and (min-width: 576px) {
    .w80p-sm {
        width: 80% !important
    }
}

@media only screen and (min-width: 768px) {
    .w80p-md {
        width: 80% !important
    }
}

@media only screen and (min-width: 992px) {
    .w80p-lg {
        width: 80% !important
    }
}

.w90p {
    width: 90% !important
}

@media only screen and (min-width: 0) {
    .w90p-xs {
        width: 90% !important
    }
}

@media only screen and (min-width: 576px) {
    .w90p-sm {
        width: 90% !important
    }
}

@media only screen and (min-width: 768px) {
    .w90p-md {
        width: 90% !important
    }
}

@media only screen and (min-width: 992px) {
    .w90p-lg {
        width: 90% !important
    }
}

.w100p {
    width: 100% !important
}

@media only screen and (min-width: 0) {
    .w100p-xs {
        width: 100% !important
    }
}

@media only screen and (min-width: 576px) {
    .w100p-sm {
        width: 100% !important
    }
}

@media only screen and (min-width: 768px) {
    .w100p-md {
        width: 100% !important
    }
}

@media only screen and (min-width: 992px) {
    .w100p-lg {
        width: 100% !important
    }
}

.minw70px {
    min-width: 70px
}