﻿@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

:root,
[data-bs-theme=light] {
    --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-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --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, .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-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

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 {
    font-size: .875em
}

mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

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

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: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .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: var(--bs-secondary-color);
    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 + .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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

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

@media(min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media(min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media(min-width: 1024px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media(min-width: 1280px) {
    .hidden-xl-up {
        display: none !important
    }
}

@media(min-width: 1400px) {
    .hidden-xxl-up {
        display: none !important
    }
}

@media(max-width: 374.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(max-width: 575.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media(max-width: 767.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(max-width: 1023.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(max-width: 1279.98px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media(max-width: 1399.98px) {
    .hidden-xxl-down {
        display: none !important
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.mt0 {
    margin-top: 0px !important
}

@media(min-width: 576px) {
    .mt0-sm-up {
        margin-top: 0px !important
    }
}

@media(min-width: 768px) {
    .mt0-md-up {
        margin-top: 0px !important
    }
}

@media(min-width: 1024px) {
    .mt0-lg-up {
        margin-top: 0px !important
    }
}

@media(min-width: 1280px) {
    .mt0-xl-up {
        margin-top: 0px !important
    }
}

@media(min-width: 1400px) {
    .mt0-xxl-up {
        margin-top: 0px !important
    }
}

@media(max-width: 374.98px) {
    .mt0-xs-down {
        margin-top: 0px !important
    }
}

@media(max-width: 575.98px) {
    .mt0-sm-down {
        margin-top: 0px !important
    }
}

@media(max-width: 767.98px) {
    .mt0-md-down {
        margin-top: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .mt0-lg-down {
        margin-top: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .mt0-xl-down {
        margin-top: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .mt0-xxl-down {
        margin-top: 0px !important
    }
}

.mb0 {
    margin-bottom: 0px !important
}

@media(min-width: 576px) {
    .mt0-sm-up {
        margin-bottom: 0px !important
    }
}

@media(min-width: 768px) {
    .mt0-md-up {
        margin-bottom: 0px !important
    }
}

@media(min-width: 1024px) {
    .mt0-lg-up {
        margin-bottom: 0px !important
    }
}

@media(min-width: 1280px) {
    .mt0-xl-up {
        margin-bottom: 0px !important
    }
}

@media(min-width: 1400px) {
    .mt0-xxl-up {
        margin-bottom: 0px !important
    }
}

@media(max-width: 374.98px) {
    .mt0-xs-down {
        margin-bottom: 0px !important
    }
}

@media(max-width: 575.98px) {
    .mt0-sm-down {
        margin-bottom: 0px !important
    }
}

@media(max-width: 767.98px) {
    .mt0-md-down {
        margin-bottom: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .mt0-lg-down {
        margin-bottom: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .mt0-xl-down {
        margin-bottom: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .mt0-xxl-down {
        margin-bottom: 0px !important
    }
}

.ml0 {
    margin-left: 0px !important
}

@media(min-width: 576px) {
    .mt0-sm-up {
        margin-left: 0px !important
    }
}

@media(min-width: 768px) {
    .mt0-md-up {
        margin-left: 0px !important
    }
}

@media(min-width: 1024px) {
    .mt0-lg-up {
        margin-left: 0px !important
    }
}

@media(min-width: 1280px) {
    .mt0-xl-up {
        margin-left: 0px !important
    }
}

@media(min-width: 1400px) {
    .mt0-xxl-up {
        margin-left: 0px !important
    }
}

@media(max-width: 374.98px) {
    .mt0-xs-down {
        margin-left: 0px !important
    }
}

@media(max-width: 575.98px) {
    .mt0-sm-down {
        margin-left: 0px !important
    }
}

@media(max-width: 767.98px) {
    .mt0-md-down {
        margin-left: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .mt0-lg-down {
        margin-left: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .mt0-xl-down {
        margin-left: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .mt0-xxl-down {
        margin-left: 0px !important
    }
}

.mr0 {
    margin-right: 0px !important
}

@media(min-width: 576px) {
    .mt0-sm-up {
        margin-right: 0px !important
    }
}

@media(min-width: 768px) {
    .mt0-md-up {
        margin-right: 0px !important
    }
}

@media(min-width: 1024px) {
    .mt0-lg-up {
        margin-right: 0px !important
    }
}

@media(min-width: 1280px) {
    .mt0-xl-up {
        margin-right: 0px !important
    }
}

@media(min-width: 1400px) {
    .mt0-xxl-up {
        margin-right: 0px !important
    }
}

@media(max-width: 374.98px) {
    .mt0-xs-down {
        margin-right: 0px !important
    }
}

@media(max-width: 575.98px) {
    .mt0-sm-down {
        margin-right: 0px !important
    }
}

@media(max-width: 767.98px) {
    .mt0-md-down {
        margin-right: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .mt0-lg-down {
        margin-right: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .mt0-xl-down {
        margin-right: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .mt0-xxl-down {
        margin-right: 0px !important
    }
}

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

@media(min-width: 576px) {
    .mt5-sm-up {
        margin-top: 5px !important
    }
}

@media(min-width: 768px) {
    .mt5-md-up {
        margin-top: 5px !important
    }
}

@media(min-width: 1024px) {
    .mt5-lg-up {
        margin-top: 5px !important
    }
}

@media(min-width: 1280px) {
    .mt5-xl-up {
        margin-top: 5px !important
    }
}

@media(min-width: 1400px) {
    .mt5-xxl-up {
        margin-top: 5px !important
    }
}

@media(max-width: 374.98px) {
    .mt5-xs-down {
        margin-top: 5px !important
    }
}

@media(max-width: 575.98px) {
    .mt5-sm-down {
        margin-top: 5px !important
    }
}

@media(max-width: 767.98px) {
    .mt5-md-down {
        margin-top: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .mt5-lg-down {
        margin-top: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .mt5-xl-down {
        margin-top: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .mt5-xxl-down {
        margin-top: 5px !important
    }
}

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

@media(min-width: 576px) {
    .mt5-sm-up {
        margin-bottom: 5px !important
    }
}

@media(min-width: 768px) {
    .mt5-md-up {
        margin-bottom: 5px !important
    }
}

@media(min-width: 1024px) {
    .mt5-lg-up {
        margin-bottom: 5px !important
    }
}

@media(min-width: 1280px) {
    .mt5-xl-up {
        margin-bottom: 5px !important
    }
}

@media(min-width: 1400px) {
    .mt5-xxl-up {
        margin-bottom: 5px !important
    }
}

@media(max-width: 374.98px) {
    .mt5-xs-down {
        margin-bottom: 5px !important
    }
}

@media(max-width: 575.98px) {
    .mt5-sm-down {
        margin-bottom: 5px !important
    }
}

@media(max-width: 767.98px) {
    .mt5-md-down {
        margin-bottom: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .mt5-lg-down {
        margin-bottom: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .mt5-xl-down {
        margin-bottom: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .mt5-xxl-down {
        margin-bottom: 5px !important
    }
}

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

@media(min-width: 576px) {
    .mt5-sm-up {
        margin-left: 5px !important
    }
}

@media(min-width: 768px) {
    .mt5-md-up {
        margin-left: 5px !important
    }
}

@media(min-width: 1024px) {
    .mt5-lg-up {
        margin-left: 5px !important
    }
}

@media(min-width: 1280px) {
    .mt5-xl-up {
        margin-left: 5px !important
    }
}

@media(min-width: 1400px) {
    .mt5-xxl-up {
        margin-left: 5px !important
    }
}

@media(max-width: 374.98px) {
    .mt5-xs-down {
        margin-left: 5px !important
    }
}

@media(max-width: 575.98px) {
    .mt5-sm-down {
        margin-left: 5px !important
    }
}

@media(max-width: 767.98px) {
    .mt5-md-down {
        margin-left: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .mt5-lg-down {
        margin-left: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .mt5-xl-down {
        margin-left: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .mt5-xxl-down {
        margin-left: 5px !important
    }
}

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

@media(min-width: 576px) {
    .mt5-sm-up {
        margin-right: 5px !important
    }
}

@media(min-width: 768px) {
    .mt5-md-up {
        margin-right: 5px !important
    }
}

@media(min-width: 1024px) {
    .mt5-lg-up {
        margin-right: 5px !important
    }
}

@media(min-width: 1280px) {
    .mt5-xl-up {
        margin-right: 5px !important
    }
}

@media(min-width: 1400px) {
    .mt5-xxl-up {
        margin-right: 5px !important
    }
}

@media(max-width: 374.98px) {
    .mt5-xs-down {
        margin-right: 5px !important
    }
}

@media(max-width: 575.98px) {
    .mt5-sm-down {
        margin-right: 5px !important
    }
}

@media(max-width: 767.98px) {
    .mt5-md-down {
        margin-right: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .mt5-lg-down {
        margin-right: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .mt5-xl-down {
        margin-right: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .mt5-xxl-down {
        margin-right: 5px !important
    }
}

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

@media(min-width: 576px) {
    .mt10-sm-up {
        margin-top: 10px !important
    }
}

@media(min-width: 768px) {
    .mt10-md-up {
        margin-top: 10px !important
    }
}

@media(min-width: 1024px) {
    .mt10-lg-up {
        margin-top: 10px !important
    }
}

@media(min-width: 1280px) {
    .mt10-xl-up {
        margin-top: 10px !important
    }
}

@media(min-width: 1400px) {
    .mt10-xxl-up {
        margin-top: 10px !important
    }
}

@media(max-width: 374.98px) {
    .mt10-xs-down {
        margin-top: 10px !important
    }
}

@media(max-width: 575.98px) {
    .mt10-sm-down {
        margin-top: 10px !important
    }
}

@media(max-width: 767.98px) {
    .mt10-md-down {
        margin-top: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .mt10-lg-down {
        margin-top: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .mt10-xl-down {
        margin-top: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .mt10-xxl-down {
        margin-top: 10px !important
    }
}

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

@media(min-width: 576px) {
    .mt10-sm-up {
        margin-bottom: 10px !important
    }
}

@media(min-width: 768px) {
    .mt10-md-up {
        margin-bottom: 10px !important
    }
}

@media(min-width: 1024px) {
    .mt10-lg-up {
        margin-bottom: 10px !important
    }
}

@media(min-width: 1280px) {
    .mt10-xl-up {
        margin-bottom: 10px !important
    }
}

@media(min-width: 1400px) {
    .mt10-xxl-up {
        margin-bottom: 10px !important
    }
}

@media(max-width: 374.98px) {
    .mt10-xs-down {
        margin-bottom: 10px !important
    }
}

@media(max-width: 575.98px) {
    .mt10-sm-down {
        margin-bottom: 10px !important
    }
}

@media(max-width: 767.98px) {
    .mt10-md-down {
        margin-bottom: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .mt10-lg-down {
        margin-bottom: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .mt10-xl-down {
        margin-bottom: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .mt10-xxl-down {
        margin-bottom: 10px !important
    }
}

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

@media(min-width: 576px) {
    .mt10-sm-up {
        margin-left: 10px !important
    }
}

@media(min-width: 768px) {
    .mt10-md-up {
        margin-left: 10px !important
    }
}

@media(min-width: 1024px) {
    .mt10-lg-up {
        margin-left: 10px !important
    }
}

@media(min-width: 1280px) {
    .mt10-xl-up {
        margin-left: 10px !important
    }
}

@media(min-width: 1400px) {
    .mt10-xxl-up {
        margin-left: 10px !important
    }
}

@media(max-width: 374.98px) {
    .mt10-xs-down {
        margin-left: 10px !important
    }
}

@media(max-width: 575.98px) {
    .mt10-sm-down {
        margin-left: 10px !important
    }
}

@media(max-width: 767.98px) {
    .mt10-md-down {
        margin-left: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .mt10-lg-down {
        margin-left: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .mt10-xl-down {
        margin-left: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .mt10-xxl-down {
        margin-left: 10px !important
    }
}

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

@media(min-width: 576px) {
    .mt10-sm-up {
        margin-right: 10px !important
    }
}

@media(min-width: 768px) {
    .mt10-md-up {
        margin-right: 10px !important
    }
}

@media(min-width: 1024px) {
    .mt10-lg-up {
        margin-right: 10px !important
    }
}

@media(min-width: 1280px) {
    .mt10-xl-up {
        margin-right: 10px !important
    }
}

@media(min-width: 1400px) {
    .mt10-xxl-up {
        margin-right: 10px !important
    }
}

@media(max-width: 374.98px) {
    .mt10-xs-down {
        margin-right: 10px !important
    }
}

@media(max-width: 575.98px) {
    .mt10-sm-down {
        margin-right: 10px !important
    }
}

@media(max-width: 767.98px) {
    .mt10-md-down {
        margin-right: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .mt10-lg-down {
        margin-right: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .mt10-xl-down {
        margin-right: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .mt10-xxl-down {
        margin-right: 10px !important
    }
}

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

@media(min-width: 576px) {
    .mt15-sm-up {
        margin-top: 15px !important
    }
}

@media(min-width: 768px) {
    .mt15-md-up {
        margin-top: 15px !important
    }
}

@media(min-width: 1024px) {
    .mt15-lg-up {
        margin-top: 15px !important
    }
}

@media(min-width: 1280px) {
    .mt15-xl-up {
        margin-top: 15px !important
    }
}

@media(min-width: 1400px) {
    .mt15-xxl-up {
        margin-top: 15px !important
    }
}

@media(max-width: 374.98px) {
    .mt15-xs-down {
        margin-top: 15px !important
    }
}

@media(max-width: 575.98px) {
    .mt15-sm-down {
        margin-top: 15px !important
    }
}

@media(max-width: 767.98px) {
    .mt15-md-down {
        margin-top: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .mt15-lg-down {
        margin-top: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .mt15-xl-down {
        margin-top: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .mt15-xxl-down {
        margin-top: 15px !important
    }
}

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

@media(min-width: 576px) {
    .mt15-sm-up {
        margin-bottom: 15px !important
    }
}

@media(min-width: 768px) {
    .mt15-md-up {
        margin-bottom: 15px !important
    }
}

@media(min-width: 1024px) {
    .mt15-lg-up {
        margin-bottom: 15px !important
    }
}

@media(min-width: 1280px) {
    .mt15-xl-up {
        margin-bottom: 15px !important
    }
}

@media(min-width: 1400px) {
    .mt15-xxl-up {
        margin-bottom: 15px !important
    }
}

@media(max-width: 374.98px) {
    .mt15-xs-down {
        margin-bottom: 15px !important
    }
}

@media(max-width: 575.98px) {
    .mt15-sm-down {
        margin-bottom: 15px !important
    }
}

@media(max-width: 767.98px) {
    .mt15-md-down {
        margin-bottom: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .mt15-lg-down {
        margin-bottom: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .mt15-xl-down {
        margin-bottom: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .mt15-xxl-down {
        margin-bottom: 15px !important
    }
}

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

@media(min-width: 576px) {
    .mt15-sm-up {
        margin-left: 15px !important
    }
}

@media(min-width: 768px) {
    .mt15-md-up {
        margin-left: 15px !important
    }
}

@media(min-width: 1024px) {
    .mt15-lg-up {
        margin-left: 15px !important
    }
}

@media(min-width: 1280px) {
    .mt15-xl-up {
        margin-left: 15px !important
    }
}

@media(min-width: 1400px) {
    .mt15-xxl-up {
        margin-left: 15px !important
    }
}

@media(max-width: 374.98px) {
    .mt15-xs-down {
        margin-left: 15px !important
    }
}

@media(max-width: 575.98px) {
    .mt15-sm-down {
        margin-left: 15px !important
    }
}

@media(max-width: 767.98px) {
    .mt15-md-down {
        margin-left: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .mt15-lg-down {
        margin-left: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .mt15-xl-down {
        margin-left: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .mt15-xxl-down {
        margin-left: 15px !important
    }
}

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

@media(min-width: 576px) {
    .mt15-sm-up {
        margin-right: 15px !important
    }
}

@media(min-width: 768px) {
    .mt15-md-up {
        margin-right: 15px !important
    }
}

@media(min-width: 1024px) {
    .mt15-lg-up {
        margin-right: 15px !important
    }
}

@media(min-width: 1280px) {
    .mt15-xl-up {
        margin-right: 15px !important
    }
}

@media(min-width: 1400px) {
    .mt15-xxl-up {
        margin-right: 15px !important
    }
}

@media(max-width: 374.98px) {
    .mt15-xs-down {
        margin-right: 15px !important
    }
}

@media(max-width: 575.98px) {
    .mt15-sm-down {
        margin-right: 15px !important
    }
}

@media(max-width: 767.98px) {
    .mt15-md-down {
        margin-right: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .mt15-lg-down {
        margin-right: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .mt15-xl-down {
        margin-right: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .mt15-xxl-down {
        margin-right: 15px !important
    }
}

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

@media(min-width: 576px) {
    .mt20-sm-up {
        margin-top: 20px !important
    }
}

@media(min-width: 768px) {
    .mt20-md-up {
        margin-top: 20px !important
    }
}

@media(min-width: 1024px) {
    .mt20-lg-up {
        margin-top: 20px !important
    }
}

@media(min-width: 1280px) {
    .mt20-xl-up {
        margin-top: 20px !important
    }
}

@media(min-width: 1400px) {
    .mt20-xxl-up {
        margin-top: 20px !important
    }
}

@media(max-width: 374.98px) {
    .mt20-xs-down {
        margin-top: 20px !important
    }
}

@media(max-width: 575.98px) {
    .mt20-sm-down {
        margin-top: 20px !important
    }
}

@media(max-width: 767.98px) {
    .mt20-md-down {
        margin-top: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .mt20-lg-down {
        margin-top: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .mt20-xl-down {
        margin-top: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .mt20-xxl-down {
        margin-top: 20px !important
    }
}

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

@media(min-width: 576px) {
    .mt20-sm-up {
        margin-bottom: 20px !important
    }
}

@media(min-width: 768px) {
    .mt20-md-up {
        margin-bottom: 20px !important
    }
}

@media(min-width: 1024px) {
    .mt20-lg-up {
        margin-bottom: 20px !important
    }
}

@media(min-width: 1280px) {
    .mt20-xl-up {
        margin-bottom: 20px !important
    }
}

@media(min-width: 1400px) {
    .mt20-xxl-up {
        margin-bottom: 20px !important
    }
}

@media(max-width: 374.98px) {
    .mt20-xs-down {
        margin-bottom: 20px !important
    }
}

@media(max-width: 575.98px) {
    .mt20-sm-down {
        margin-bottom: 20px !important
    }
}

@media(max-width: 767.98px) {
    .mt20-md-down {
        margin-bottom: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .mt20-lg-down {
        margin-bottom: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .mt20-xl-down {
        margin-bottom: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .mt20-xxl-down {
        margin-bottom: 20px !important
    }
}

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

@media(min-width: 576px) {
    .mt20-sm-up {
        margin-left: 20px !important
    }
}

@media(min-width: 768px) {
    .mt20-md-up {
        margin-left: 20px !important
    }
}

@media(min-width: 1024px) {
    .mt20-lg-up {
        margin-left: 20px !important
    }
}

@media(min-width: 1280px) {
    .mt20-xl-up {
        margin-left: 20px !important
    }
}

@media(min-width: 1400px) {
    .mt20-xxl-up {
        margin-left: 20px !important
    }
}

@media(max-width: 374.98px) {
    .mt20-xs-down {
        margin-left: 20px !important
    }
}

@media(max-width: 575.98px) {
    .mt20-sm-down {
        margin-left: 20px !important
    }
}

@media(max-width: 767.98px) {
    .mt20-md-down {
        margin-left: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .mt20-lg-down {
        margin-left: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .mt20-xl-down {
        margin-left: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .mt20-xxl-down {
        margin-left: 20px !important
    }
}

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

@media(min-width: 576px) {
    .mt20-sm-up {
        margin-right: 20px !important
    }
}

@media(min-width: 768px) {
    .mt20-md-up {
        margin-right: 20px !important
    }
}

@media(min-width: 1024px) {
    .mt20-lg-up {
        margin-right: 20px !important
    }
}

@media(min-width: 1280px) {
    .mt20-xl-up {
        margin-right: 20px !important
    }
}

@media(min-width: 1400px) {
    .mt20-xxl-up {
        margin-right: 20px !important
    }
}

@media(max-width: 374.98px) {
    .mt20-xs-down {
        margin-right: 20px !important
    }
}

@media(max-width: 575.98px) {
    .mt20-sm-down {
        margin-right: 20px !important
    }
}

@media(max-width: 767.98px) {
    .mt20-md-down {
        margin-right: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .mt20-lg-down {
        margin-right: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .mt20-xl-down {
        margin-right: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .mt20-xxl-down {
        margin-right: 20px !important
    }
}

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

@media(min-width: 576px) {
    .mt25-sm-up {
        margin-top: 25px !important
    }
}

@media(min-width: 768px) {
    .mt25-md-up {
        margin-top: 25px !important
    }
}

@media(min-width: 1024px) {
    .mt25-lg-up {
        margin-top: 25px !important
    }
}

@media(min-width: 1280px) {
    .mt25-xl-up {
        margin-top: 25px !important
    }
}

@media(min-width: 1400px) {
    .mt25-xxl-up {
        margin-top: 25px !important
    }
}

@media(max-width: 374.98px) {
    .mt25-xs-down {
        margin-top: 25px !important
    }
}

@media(max-width: 575.98px) {
    .mt25-sm-down {
        margin-top: 25px !important
    }
}

@media(max-width: 767.98px) {
    .mt25-md-down {
        margin-top: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .mt25-lg-down {
        margin-top: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .mt25-xl-down {
        margin-top: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .mt25-xxl-down {
        margin-top: 25px !important
    }
}

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

@media(min-width: 576px) {
    .mt25-sm-up {
        margin-bottom: 25px !important
    }
}

@media(min-width: 768px) {
    .mt25-md-up {
        margin-bottom: 25px !important
    }
}

@media(min-width: 1024px) {
    .mt25-lg-up {
        margin-bottom: 25px !important
    }
}

@media(min-width: 1280px) {
    .mt25-xl-up {
        margin-bottom: 25px !important
    }
}

@media(min-width: 1400px) {
    .mt25-xxl-up {
        margin-bottom: 25px !important
    }
}

@media(max-width: 374.98px) {
    .mt25-xs-down {
        margin-bottom: 25px !important
    }
}

@media(max-width: 575.98px) {
    .mt25-sm-down {
        margin-bottom: 25px !important
    }
}

@media(max-width: 767.98px) {
    .mt25-md-down {
        margin-bottom: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .mt25-lg-down {
        margin-bottom: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .mt25-xl-down {
        margin-bottom: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .mt25-xxl-down {
        margin-bottom: 25px !important
    }
}

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

@media(min-width: 576px) {
    .mt25-sm-up {
        margin-left: 25px !important
    }
}

@media(min-width: 768px) {
    .mt25-md-up {
        margin-left: 25px !important
    }
}

@media(min-width: 1024px) {
    .mt25-lg-up {
        margin-left: 25px !important
    }
}

@media(min-width: 1280px) {
    .mt25-xl-up {
        margin-left: 25px !important
    }
}

@media(min-width: 1400px) {
    .mt25-xxl-up {
        margin-left: 25px !important
    }
}

@media(max-width: 374.98px) {
    .mt25-xs-down {
        margin-left: 25px !important
    }
}

@media(max-width: 575.98px) {
    .mt25-sm-down {
        margin-left: 25px !important
    }
}

@media(max-width: 767.98px) {
    .mt25-md-down {
        margin-left: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .mt25-lg-down {
        margin-left: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .mt25-xl-down {
        margin-left: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .mt25-xxl-down {
        margin-left: 25px !important
    }
}

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

@media(min-width: 576px) {
    .mt25-sm-up {
        margin-right: 25px !important
    }
}

@media(min-width: 768px) {
    .mt25-md-up {
        margin-right: 25px !important
    }
}

@media(min-width: 1024px) {
    .mt25-lg-up {
        margin-right: 25px !important
    }
}

@media(min-width: 1280px) {
    .mt25-xl-up {
        margin-right: 25px !important
    }
}

@media(min-width: 1400px) {
    .mt25-xxl-up {
        margin-right: 25px !important
    }
}

@media(max-width: 374.98px) {
    .mt25-xs-down {
        margin-right: 25px !important
    }
}

@media(max-width: 575.98px) {
    .mt25-sm-down {
        margin-right: 25px !important
    }
}

@media(max-width: 767.98px) {
    .mt25-md-down {
        margin-right: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .mt25-lg-down {
        margin-right: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .mt25-xl-down {
        margin-right: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .mt25-xxl-down {
        margin-right: 25px !important
    }
}

.mt30 {
    margin-top: 30px !important
}

@media(min-width: 576px) {
    .mt30-sm-up {
        margin-top: 30px !important
    }
}

@media(min-width: 768px) {
    .mt30-md-up {
        margin-top: 30px !important
    }
}

@media(min-width: 1024px) {
    .mt30-lg-up {
        margin-top: 30px !important
    }
}

@media(min-width: 1280px) {
    .mt30-xl-up {
        margin-top: 30px !important
    }
}

@media(min-width: 1400px) {
    .mt30-xxl-up {
        margin-top: 30px !important
    }
}

@media(max-width: 374.98px) {
    .mt30-xs-down {
        margin-top: 30px !important
    }
}

@media(max-width: 575.98px) {
    .mt30-sm-down {
        margin-top: 30px !important
    }
}

@media(max-width: 767.98px) {
    .mt30-md-down {
        margin-top: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .mt30-lg-down {
        margin-top: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .mt30-xl-down {
        margin-top: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .mt30-xxl-down {
        margin-top: 30px !important
    }
}

.mb30 {
    margin-bottom: 30px !important
}

@media(min-width: 576px) {
    .mt30-sm-up {
        margin-bottom: 30px !important
    }
}

@media(min-width: 768px) {
    .mt30-md-up {
        margin-bottom: 30px !important
    }
}

@media(min-width: 1024px) {
    .mt30-lg-up {
        margin-bottom: 30px !important
    }
}

@media(min-width: 1280px) {
    .mt30-xl-up {
        margin-bottom: 30px !important
    }
}

@media(min-width: 1400px) {
    .mt30-xxl-up {
        margin-bottom: 30px !important
    }
}

@media(max-width: 374.98px) {
    .mt30-xs-down {
        margin-bottom: 30px !important
    }
}

@media(max-width: 575.98px) {
    .mt30-sm-down {
        margin-bottom: 30px !important
    }
}

@media(max-width: 767.98px) {
    .mt30-md-down {
        margin-bottom: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .mt30-lg-down {
        margin-bottom: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .mt30-xl-down {
        margin-bottom: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .mt30-xxl-down {
        margin-bottom: 30px !important
    }
}

.ml30 {
    margin-left: 30px !important
}

@media(min-width: 576px) {
    .mt30-sm-up {
        margin-left: 30px !important
    }
}

@media(min-width: 768px) {
    .mt30-md-up {
        margin-left: 30px !important
    }
}

@media(min-width: 1024px) {
    .mt30-lg-up {
        margin-left: 30px !important
    }
}

@media(min-width: 1280px) {
    .mt30-xl-up {
        margin-left: 30px !important
    }
}

@media(min-width: 1400px) {
    .mt30-xxl-up {
        margin-left: 30px !important
    }
}

@media(max-width: 374.98px) {
    .mt30-xs-down {
        margin-left: 30px !important
    }
}

@media(max-width: 575.98px) {
    .mt30-sm-down {
        margin-left: 30px !important
    }
}

@media(max-width: 767.98px) {
    .mt30-md-down {
        margin-left: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .mt30-lg-down {
        margin-left: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .mt30-xl-down {
        margin-left: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .mt30-xxl-down {
        margin-left: 30px !important
    }
}

.mr30 {
    margin-right: 30px !important
}

@media(min-width: 576px) {
    .mt30-sm-up {
        margin-right: 30px !important
    }
}

@media(min-width: 768px) {
    .mt30-md-up {
        margin-right: 30px !important
    }
}

@media(min-width: 1024px) {
    .mt30-lg-up {
        margin-right: 30px !important
    }
}

@media(min-width: 1280px) {
    .mt30-xl-up {
        margin-right: 30px !important
    }
}

@media(min-width: 1400px) {
    .mt30-xxl-up {
        margin-right: 30px !important
    }
}

@media(max-width: 374.98px) {
    .mt30-xs-down {
        margin-right: 30px !important
    }
}

@media(max-width: 575.98px) {
    .mt30-sm-down {
        margin-right: 30px !important
    }
}

@media(max-width: 767.98px) {
    .mt30-md-down {
        margin-right: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .mt30-lg-down {
        margin-right: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .mt30-xl-down {
        margin-right: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .mt30-xxl-down {
        margin-right: 30px !important
    }
}

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

@media(min-width: 576px) {
    .mt35-sm-up {
        margin-top: 35px !important
    }
}

@media(min-width: 768px) {
    .mt35-md-up {
        margin-top: 35px !important
    }
}

@media(min-width: 1024px) {
    .mt35-lg-up {
        margin-top: 35px !important
    }
}

@media(min-width: 1280px) {
    .mt35-xl-up {
        margin-top: 35px !important
    }
}

@media(min-width: 1400px) {
    .mt35-xxl-up {
        margin-top: 35px !important
    }
}

@media(max-width: 374.98px) {
    .mt35-xs-down {
        margin-top: 35px !important
    }
}

@media(max-width: 575.98px) {
    .mt35-sm-down {
        margin-top: 35px !important
    }
}

@media(max-width: 767.98px) {
    .mt35-md-down {
        margin-top: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .mt35-lg-down {
        margin-top: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .mt35-xl-down {
        margin-top: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .mt35-xxl-down {
        margin-top: 35px !important
    }
}

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

@media(min-width: 576px) {
    .mt35-sm-up {
        margin-bottom: 35px !important
    }
}

@media(min-width: 768px) {
    .mt35-md-up {
        margin-bottom: 35px !important
    }
}

@media(min-width: 1024px) {
    .mt35-lg-up {
        margin-bottom: 35px !important
    }
}

@media(min-width: 1280px) {
    .mt35-xl-up {
        margin-bottom: 35px !important
    }
}

@media(min-width: 1400px) {
    .mt35-xxl-up {
        margin-bottom: 35px !important
    }
}

@media(max-width: 374.98px) {
    .mt35-xs-down {
        margin-bottom: 35px !important
    }
}

@media(max-width: 575.98px) {
    .mt35-sm-down {
        margin-bottom: 35px !important
    }
}

@media(max-width: 767.98px) {
    .mt35-md-down {
        margin-bottom: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .mt35-lg-down {
        margin-bottom: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .mt35-xl-down {
        margin-bottom: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .mt35-xxl-down {
        margin-bottom: 35px !important
    }
}

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

@media(min-width: 576px) {
    .mt35-sm-up {
        margin-left: 35px !important
    }
}

@media(min-width: 768px) {
    .mt35-md-up {
        margin-left: 35px !important
    }
}

@media(min-width: 1024px) {
    .mt35-lg-up {
        margin-left: 35px !important
    }
}

@media(min-width: 1280px) {
    .mt35-xl-up {
        margin-left: 35px !important
    }
}

@media(min-width: 1400px) {
    .mt35-xxl-up {
        margin-left: 35px !important
    }
}

@media(max-width: 374.98px) {
    .mt35-xs-down {
        margin-left: 35px !important
    }
}

@media(max-width: 575.98px) {
    .mt35-sm-down {
        margin-left: 35px !important
    }
}

@media(max-width: 767.98px) {
    .mt35-md-down {
        margin-left: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .mt35-lg-down {
        margin-left: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .mt35-xl-down {
        margin-left: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .mt35-xxl-down {
        margin-left: 35px !important
    }
}

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

@media(min-width: 576px) {
    .mt35-sm-up {
        margin-right: 35px !important
    }
}

@media(min-width: 768px) {
    .mt35-md-up {
        margin-right: 35px !important
    }
}

@media(min-width: 1024px) {
    .mt35-lg-up {
        margin-right: 35px !important
    }
}

@media(min-width: 1280px) {
    .mt35-xl-up {
        margin-right: 35px !important
    }
}

@media(min-width: 1400px) {
    .mt35-xxl-up {
        margin-right: 35px !important
    }
}

@media(max-width: 374.98px) {
    .mt35-xs-down {
        margin-right: 35px !important
    }
}

@media(max-width: 575.98px) {
    .mt35-sm-down {
        margin-right: 35px !important
    }
}

@media(max-width: 767.98px) {
    .mt35-md-down {
        margin-right: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .mt35-lg-down {
        margin-right: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .mt35-xl-down {
        margin-right: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .mt35-xxl-down {
        margin-right: 35px !important
    }
}

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

@media(min-width: 576px) {
    .mt40-sm-up {
        margin-top: 40px !important
    }
}

@media(min-width: 768px) {
    .mt40-md-up {
        margin-top: 40px !important
    }
}

@media(min-width: 1024px) {
    .mt40-lg-up {
        margin-top: 40px !important
    }
}

@media(min-width: 1280px) {
    .mt40-xl-up {
        margin-top: 40px !important
    }
}

@media(min-width: 1400px) {
    .mt40-xxl-up {
        margin-top: 40px !important
    }
}

@media(max-width: 374.98px) {
    .mt40-xs-down {
        margin-top: 40px !important
    }
}

@media(max-width: 575.98px) {
    .mt40-sm-down {
        margin-top: 40px !important
    }
}

@media(max-width: 767.98px) {
    .mt40-md-down {
        margin-top: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .mt40-lg-down {
        margin-top: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .mt40-xl-down {
        margin-top: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .mt40-xxl-down {
        margin-top: 40px !important
    }
}

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

@media(min-width: 576px) {
    .mt40-sm-up {
        margin-bottom: 40px !important
    }
}

@media(min-width: 768px) {
    .mt40-md-up {
        margin-bottom: 40px !important
    }
}

@media(min-width: 1024px) {
    .mt40-lg-up {
        margin-bottom: 40px !important
    }
}

@media(min-width: 1280px) {
    .mt40-xl-up {
        margin-bottom: 40px !important
    }
}

@media(min-width: 1400px) {
    .mt40-xxl-up {
        margin-bottom: 40px !important
    }
}

@media(max-width: 374.98px) {
    .mt40-xs-down {
        margin-bottom: 40px !important
    }
}

@media(max-width: 575.98px) {
    .mt40-sm-down {
        margin-bottom: 40px !important
    }
}

@media(max-width: 767.98px) {
    .mt40-md-down {
        margin-bottom: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .mt40-lg-down {
        margin-bottom: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .mt40-xl-down {
        margin-bottom: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .mt40-xxl-down {
        margin-bottom: 40px !important
    }
}

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

@media(min-width: 576px) {
    .mt40-sm-up {
        margin-left: 40px !important
    }
}

@media(min-width: 768px) {
    .mt40-md-up {
        margin-left: 40px !important
    }
}

@media(min-width: 1024px) {
    .mt40-lg-up {
        margin-left: 40px !important
    }
}

@media(min-width: 1280px) {
    .mt40-xl-up {
        margin-left: 40px !important
    }
}

@media(min-width: 1400px) {
    .mt40-xxl-up {
        margin-left: 40px !important
    }
}

@media(max-width: 374.98px) {
    .mt40-xs-down {
        margin-left: 40px !important
    }
}

@media(max-width: 575.98px) {
    .mt40-sm-down {
        margin-left: 40px !important
    }
}

@media(max-width: 767.98px) {
    .mt40-md-down {
        margin-left: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .mt40-lg-down {
        margin-left: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .mt40-xl-down {
        margin-left: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .mt40-xxl-down {
        margin-left: 40px !important
    }
}

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

@media(min-width: 576px) {
    .mt40-sm-up {
        margin-right: 40px !important
    }
}

@media(min-width: 768px) {
    .mt40-md-up {
        margin-right: 40px !important
    }
}

@media(min-width: 1024px) {
    .mt40-lg-up {
        margin-right: 40px !important
    }
}

@media(min-width: 1280px) {
    .mt40-xl-up {
        margin-right: 40px !important
    }
}

@media(min-width: 1400px) {
    .mt40-xxl-up {
        margin-right: 40px !important
    }
}

@media(max-width: 374.98px) {
    .mt40-xs-down {
        margin-right: 40px !important
    }
}

@media(max-width: 575.98px) {
    .mt40-sm-down {
        margin-right: 40px !important
    }
}

@media(max-width: 767.98px) {
    .mt40-md-down {
        margin-right: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .mt40-lg-down {
        margin-right: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .mt40-xl-down {
        margin-right: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .mt40-xxl-down {
        margin-right: 40px !important
    }
}

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

@media(min-width: 576px) {
    .mt45-sm-up {
        margin-top: 45px !important
    }
}

@media(min-width: 768px) {
    .mt45-md-up {
        margin-top: 45px !important
    }
}

@media(min-width: 1024px) {
    .mt45-lg-up {
        margin-top: 45px !important
    }
}

@media(min-width: 1280px) {
    .mt45-xl-up {
        margin-top: 45px !important
    }
}

@media(min-width: 1400px) {
    .mt45-xxl-up {
        margin-top: 45px !important
    }
}

@media(max-width: 374.98px) {
    .mt45-xs-down {
        margin-top: 45px !important
    }
}

@media(max-width: 575.98px) {
    .mt45-sm-down {
        margin-top: 45px !important
    }
}

@media(max-width: 767.98px) {
    .mt45-md-down {
        margin-top: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .mt45-lg-down {
        margin-top: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .mt45-xl-down {
        margin-top: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .mt45-xxl-down {
        margin-top: 45px !important
    }
}

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

@media(min-width: 576px) {
    .mt45-sm-up {
        margin-bottom: 45px !important
    }
}

@media(min-width: 768px) {
    .mt45-md-up {
        margin-bottom: 45px !important
    }
}

@media(min-width: 1024px) {
    .mt45-lg-up {
        margin-bottom: 45px !important
    }
}

@media(min-width: 1280px) {
    .mt45-xl-up {
        margin-bottom: 45px !important
    }
}

@media(min-width: 1400px) {
    .mt45-xxl-up {
        margin-bottom: 45px !important
    }
}

@media(max-width: 374.98px) {
    .mt45-xs-down {
        margin-bottom: 45px !important
    }
}

@media(max-width: 575.98px) {
    .mt45-sm-down {
        margin-bottom: 45px !important
    }
}

@media(max-width: 767.98px) {
    .mt45-md-down {
        margin-bottom: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .mt45-lg-down {
        margin-bottom: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .mt45-xl-down {
        margin-bottom: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .mt45-xxl-down {
        margin-bottom: 45px !important
    }
}

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

@media(min-width: 576px) {
    .mt45-sm-up {
        margin-left: 45px !important
    }
}

@media(min-width: 768px) {
    .mt45-md-up {
        margin-left: 45px !important
    }
}

@media(min-width: 1024px) {
    .mt45-lg-up {
        margin-left: 45px !important
    }
}

@media(min-width: 1280px) {
    .mt45-xl-up {
        margin-left: 45px !important
    }
}

@media(min-width: 1400px) {
    .mt45-xxl-up {
        margin-left: 45px !important
    }
}

@media(max-width: 374.98px) {
    .mt45-xs-down {
        margin-left: 45px !important
    }
}

@media(max-width: 575.98px) {
    .mt45-sm-down {
        margin-left: 45px !important
    }
}

@media(max-width: 767.98px) {
    .mt45-md-down {
        margin-left: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .mt45-lg-down {
        margin-left: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .mt45-xl-down {
        margin-left: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .mt45-xxl-down {
        margin-left: 45px !important
    }
}

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

@media(min-width: 576px) {
    .mt45-sm-up {
        margin-right: 45px !important
    }
}

@media(min-width: 768px) {
    .mt45-md-up {
        margin-right: 45px !important
    }
}

@media(min-width: 1024px) {
    .mt45-lg-up {
        margin-right: 45px !important
    }
}

@media(min-width: 1280px) {
    .mt45-xl-up {
        margin-right: 45px !important
    }
}

@media(min-width: 1400px) {
    .mt45-xxl-up {
        margin-right: 45px !important
    }
}

@media(max-width: 374.98px) {
    .mt45-xs-down {
        margin-right: 45px !important
    }
}

@media(max-width: 575.98px) {
    .mt45-sm-down {
        margin-right: 45px !important
    }
}

@media(max-width: 767.98px) {
    .mt45-md-down {
        margin-right: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .mt45-lg-down {
        margin-right: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .mt45-xl-down {
        margin-right: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .mt45-xxl-down {
        margin-right: 45px !important
    }
}

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

@media(min-width: 576px) {
    .mt50-sm-up {
        margin-top: 50px !important
    }
}

@media(min-width: 768px) {
    .mt50-md-up {
        margin-top: 50px !important
    }
}

@media(min-width: 1024px) {
    .mt50-lg-up {
        margin-top: 50px !important
    }
}

@media(min-width: 1280px) {
    .mt50-xl-up {
        margin-top: 50px !important
    }
}

@media(min-width: 1400px) {
    .mt50-xxl-up {
        margin-top: 50px !important
    }
}

@media(max-width: 374.98px) {
    .mt50-xs-down {
        margin-top: 50px !important
    }
}

@media(max-width: 575.98px) {
    .mt50-sm-down {
        margin-top: 50px !important
    }
}

@media(max-width: 767.98px) {
    .mt50-md-down {
        margin-top: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .mt50-lg-down {
        margin-top: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .mt50-xl-down {
        margin-top: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .mt50-xxl-down {
        margin-top: 50px !important
    }
}

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

@media(min-width: 576px) {
    .mt50-sm-up {
        margin-bottom: 50px !important
    }
}

@media(min-width: 768px) {
    .mt50-md-up {
        margin-bottom: 50px !important
    }
}

@media(min-width: 1024px) {
    .mt50-lg-up {
        margin-bottom: 50px !important
    }
}

@media(min-width: 1280px) {
    .mt50-xl-up {
        margin-bottom: 50px !important
    }
}

@media(min-width: 1400px) {
    .mt50-xxl-up {
        margin-bottom: 50px !important
    }
}

@media(max-width: 374.98px) {
    .mt50-xs-down {
        margin-bottom: 50px !important
    }
}

@media(max-width: 575.98px) {
    .mt50-sm-down {
        margin-bottom: 50px !important
    }
}

@media(max-width: 767.98px) {
    .mt50-md-down {
        margin-bottom: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .mt50-lg-down {
        margin-bottom: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .mt50-xl-down {
        margin-bottom: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .mt50-xxl-down {
        margin-bottom: 50px !important
    }
}

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

@media(min-width: 576px) {
    .mt50-sm-up {
        margin-left: 50px !important
    }
}

@media(min-width: 768px) {
    .mt50-md-up {
        margin-left: 50px !important
    }
}

@media(min-width: 1024px) {
    .mt50-lg-up {
        margin-left: 50px !important
    }
}

@media(min-width: 1280px) {
    .mt50-xl-up {
        margin-left: 50px !important
    }
}

@media(min-width: 1400px) {
    .mt50-xxl-up {
        margin-left: 50px !important
    }
}

@media(max-width: 374.98px) {
    .mt50-xs-down {
        margin-left: 50px !important
    }
}

@media(max-width: 575.98px) {
    .mt50-sm-down {
        margin-left: 50px !important
    }
}

@media(max-width: 767.98px) {
    .mt50-md-down {
        margin-left: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .mt50-lg-down {
        margin-left: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .mt50-xl-down {
        margin-left: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .mt50-xxl-down {
        margin-left: 50px !important
    }
}

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

@media(min-width: 576px) {
    .mt50-sm-up {
        margin-right: 50px !important
    }
}

@media(min-width: 768px) {
    .mt50-md-up {
        margin-right: 50px !important
    }
}

@media(min-width: 1024px) {
    .mt50-lg-up {
        margin-right: 50px !important
    }
}

@media(min-width: 1280px) {
    .mt50-xl-up {
        margin-right: 50px !important
    }
}

@media(min-width: 1400px) {
    .mt50-xxl-up {
        margin-right: 50px !important
    }
}

@media(max-width: 374.98px) {
    .mt50-xs-down {
        margin-right: 50px !important
    }
}

@media(max-width: 575.98px) {
    .mt50-sm-down {
        margin-right: 50px !important
    }
}

@media(max-width: 767.98px) {
    .mt50-md-down {
        margin-right: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .mt50-lg-down {
        margin-right: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .mt50-xl-down {
        margin-right: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .mt50-xxl-down {
        margin-right: 50px !important
    }
}

.pt0 {
    padding-top: 0px !important
}

@media(min-width: 576px) {
    .pt0-sm-up {
        padding-top: 0px !important
    }
}

@media(min-width: 768px) {
    .pt0-md-up {
        padding-top: 0px !important
    }
}

@media(min-width: 1024px) {
    .pt0-lg-up {
        padding-top: 0px !important
    }
}

@media(min-width: 1280px) {
    .pt0-xl-up {
        padding-top: 0px !important
    }
}

@media(min-width: 1400px) {
    .pt0-xxl-up {
        padding-top: 0px !important
    }
}

@media(max-width: 374.98px) {
    .pt0-xs-down {
        padding-top: 0px !important
    }
}

@media(max-width: 575.98px) {
    .pt0-sm-down {
        padding-top: 0px !important
    }
}

@media(max-width: 767.98px) {
    .pt0-md-down {
        padding-top: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .pt0-lg-down {
        padding-top: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .pt0-xl-down {
        padding-top: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .pt0-xxl-down {
        padding-top: 0px !important
    }
}

.pb0 {
    padding-bottom: 0px !important
}

@media(min-width: 576px) {
    .pb0-sm-up {
        padding-bottom: 0px !important
    }
}

@media(min-width: 768px) {
    .pb0-md-up {
        padding-bottom: 0px !important
    }
}

@media(min-width: 1024px) {
    .pb0-lg-up {
        padding-bottom: 0px !important
    }
}

@media(min-width: 1280px) {
    .pb0-xl-up {
        padding-bottom: 0px !important
    }
}

@media(min-width: 1400px) {
    .pb0-xxl-up {
        padding-bottom: 0px !important
    }
}

@media(max-width: 374.98px) {
    .pb0-xs-down {
        padding-bottom: 0px !important
    }
}

@media(max-width: 575.98px) {
    .pb0-sm-down {
        padding-bottom: 0px !important
    }
}

@media(max-width: 767.98px) {
    .pb0-md-down {
        padding-bottom: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .pb0-lg-down {
        padding-bottom: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .pb0-xl-down {
        padding-bottom: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .pb0-xxl-down {
        padding-bottom: 0px !important
    }
}

.pl0 {
    padding-left: 0px !important
}

@media(min-width: 576px) {
    .pl0-sm-up {
        padding-left: 0px !important
    }
}

@media(min-width: 768px) {
    .pl0-md-up {
        padding-left: 0px !important
    }
}

@media(min-width: 1024px) {
    .pl0-lg-up {
        padding-left: 0px !important
    }
}

@media(min-width: 1280px) {
    .pl0-xl-up {
        padding-left: 0px !important
    }
}

@media(min-width: 1400px) {
    .pl0-xxl-up {
        padding-left: 0px !important
    }
}

@media(max-width: 374.98px) {
    .pl0-xs-down {
        padding-left: 0px !important
    }
}

@media(max-width: 575.98px) {
    .pl0-sm-down {
        padding-left: 0px !important
    }
}

@media(max-width: 767.98px) {
    .pl0-md-down {
        padding-left: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .pl0-lg-down {
        padding-left: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .pl0-xl-down {
        padding-left: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .pl0-xxl-down {
        padding-left: 0px !important
    }
}

.pr0 {
    padding-right: 0px !important
}

@media(min-width: 576px) {
    .pr0-sm-up {
        padding-right: 0px !important
    }
}

@media(min-width: 768px) {
    .pr0-md-up {
        padding-right: 0px !important
    }
}

@media(min-width: 1024px) {
    .pr0-lg-up {
        padding-right: 0px !important
    }
}

@media(min-width: 1280px) {
    .pr0-xl-up {
        padding-right: 0px !important
    }
}

@media(min-width: 1400px) {
    .pr0-xxl-up {
        padding-right: 0px !important
    }
}

@media(max-width: 374.98px) {
    .pr0-xs-down {
        padding-right: 0px !important
    }
}

@media(max-width: 575.98px) {
    .pr0-sm-down {
        padding-right: 0px !important
    }
}

@media(max-width: 767.98px) {
    .pr0-md-down {
        padding-right: 0px !important
    }
}

@media(max-width: 1023.98px) {
    .pr0-lg-down {
        padding-right: 0px !important
    }
}

@media(max-width: 1279.98px) {
    .pr0-xl-down {
        padding-right: 0px !important
    }
}

@media(max-width: 1399.98px) {
    .pr0-xxl-down {
        padding-right: 0px !important
    }
}

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

@media(min-width: 576px) {
    .pt5-sm-up {
        padding-top: 5px !important
    }
}

@media(min-width: 768px) {
    .pt5-md-up {
        padding-top: 5px !important
    }
}

@media(min-width: 1024px) {
    .pt5-lg-up {
        padding-top: 5px !important
    }
}

@media(min-width: 1280px) {
    .pt5-xl-up {
        padding-top: 5px !important
    }
}

@media(min-width: 1400px) {
    .pt5-xxl-up {
        padding-top: 5px !important
    }
}

@media(max-width: 374.98px) {
    .pt5-xs-down {
        padding-top: 5px !important
    }
}

@media(max-width: 575.98px) {
    .pt5-sm-down {
        padding-top: 5px !important
    }
}

@media(max-width: 767.98px) {
    .pt5-md-down {
        padding-top: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .pt5-lg-down {
        padding-top: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .pt5-xl-down {
        padding-top: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .pt5-xxl-down {
        padding-top: 5px !important
    }
}

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

@media(min-width: 576px) {
    .pb5-sm-up {
        padding-bottom: 5px !important
    }
}

@media(min-width: 768px) {
    .pb5-md-up {
        padding-bottom: 5px !important
    }
}

@media(min-width: 1024px) {
    .pb5-lg-up {
        padding-bottom: 5px !important
    }
}

@media(min-width: 1280px) {
    .pb5-xl-up {
        padding-bottom: 5px !important
    }
}

@media(min-width: 1400px) {
    .pb5-xxl-up {
        padding-bottom: 5px !important
    }
}

@media(max-width: 374.98px) {
    .pb5-xs-down {
        padding-bottom: 5px !important
    }
}

@media(max-width: 575.98px) {
    .pb5-sm-down {
        padding-bottom: 5px !important
    }
}

@media(max-width: 767.98px) {
    .pb5-md-down {
        padding-bottom: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .pb5-lg-down {
        padding-bottom: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .pb5-xl-down {
        padding-bottom: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .pb5-xxl-down {
        padding-bottom: 5px !important
    }
}

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

@media(min-width: 576px) {
    .pl5-sm-up {
        padding-left: 5px !important
    }
}

@media(min-width: 768px) {
    .pl5-md-up {
        padding-left: 5px !important
    }
}

@media(min-width: 1024px) {
    .pl5-lg-up {
        padding-left: 5px !important
    }
}

@media(min-width: 1280px) {
    .pl5-xl-up {
        padding-left: 5px !important
    }
}

@media(min-width: 1400px) {
    .pl5-xxl-up {
        padding-left: 5px !important
    }
}

@media(max-width: 374.98px) {
    .pl5-xs-down {
        padding-left: 5px !important
    }
}

@media(max-width: 575.98px) {
    .pl5-sm-down {
        padding-left: 5px !important
    }
}

@media(max-width: 767.98px) {
    .pl5-md-down {
        padding-left: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .pl5-lg-down {
        padding-left: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .pl5-xl-down {
        padding-left: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .pl5-xxl-down {
        padding-left: 5px !important
    }
}

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

@media(min-width: 576px) {
    .pr5-sm-up {
        padding-right: 5px !important
    }
}

@media(min-width: 768px) {
    .pr5-md-up {
        padding-right: 5px !important
    }
}

@media(min-width: 1024px) {
    .pr5-lg-up {
        padding-right: 5px !important
    }
}

@media(min-width: 1280px) {
    .pr5-xl-up {
        padding-right: 5px !important
    }
}

@media(min-width: 1400px) {
    .pr5-xxl-up {
        padding-right: 5px !important
    }
}

@media(max-width: 374.98px) {
    .pr5-xs-down {
        padding-right: 5px !important
    }
}

@media(max-width: 575.98px) {
    .pr5-sm-down {
        padding-right: 5px !important
    }
}

@media(max-width: 767.98px) {
    .pr5-md-down {
        padding-right: 5px !important
    }
}

@media(max-width: 1023.98px) {
    .pr5-lg-down {
        padding-right: 5px !important
    }
}

@media(max-width: 1279.98px) {
    .pr5-xl-down {
        padding-right: 5px !important
    }
}

@media(max-width: 1399.98px) {
    .pr5-xxl-down {
        padding-right: 5px !important
    }
}

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

@media(min-width: 576px) {
    .pt10-sm-up {
        padding-top: 10px !important
    }
}

@media(min-width: 768px) {
    .pt10-md-up {
        padding-top: 10px !important
    }
}

@media(min-width: 1024px) {
    .pt10-lg-up {
        padding-top: 10px !important
    }
}

@media(min-width: 1280px) {
    .pt10-xl-up {
        padding-top: 10px !important
    }
}

@media(min-width: 1400px) {
    .pt10-xxl-up {
        padding-top: 10px !important
    }
}

@media(max-width: 374.98px) {
    .pt10-xs-down {
        padding-top: 10px !important
    }
}

@media(max-width: 575.98px) {
    .pt10-sm-down {
        padding-top: 10px !important
    }
}

@media(max-width: 767.98px) {
    .pt10-md-down {
        padding-top: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .pt10-lg-down {
        padding-top: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .pt10-xl-down {
        padding-top: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .pt10-xxl-down {
        padding-top: 10px !important
    }
}

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

@media(min-width: 576px) {
    .pb10-sm-up {
        padding-bottom: 10px !important
    }
}

@media(min-width: 768px) {
    .pb10-md-up {
        padding-bottom: 10px !important
    }
}

@media(min-width: 1024px) {
    .pb10-lg-up {
        padding-bottom: 10px !important
    }
}

@media(min-width: 1280px) {
    .pb10-xl-up {
        padding-bottom: 10px !important
    }
}

@media(min-width: 1400px) {
    .pb10-xxl-up {
        padding-bottom: 10px !important
    }
}

@media(max-width: 374.98px) {
    .pb10-xs-down {
        padding-bottom: 10px !important
    }
}

@media(max-width: 575.98px) {
    .pb10-sm-down {
        padding-bottom: 10px !important
    }
}

@media(max-width: 767.98px) {
    .pb10-md-down {
        padding-bottom: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .pb10-lg-down {
        padding-bottom: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .pb10-xl-down {
        padding-bottom: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .pb10-xxl-down {
        padding-bottom: 10px !important
    }
}

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

@media(min-width: 576px) {
    .pl10-sm-up {
        padding-left: 10px !important
    }
}

@media(min-width: 768px) {
    .pl10-md-up {
        padding-left: 10px !important
    }
}

@media(min-width: 1024px) {
    .pl10-lg-up {
        padding-left: 10px !important
    }
}

@media(min-width: 1280px) {
    .pl10-xl-up {
        padding-left: 10px !important
    }
}

@media(min-width: 1400px) {
    .pl10-xxl-up {
        padding-left: 10px !important
    }
}

@media(max-width: 374.98px) {
    .pl10-xs-down {
        padding-left: 10px !important
    }
}

@media(max-width: 575.98px) {
    .pl10-sm-down {
        padding-left: 10px !important
    }
}

@media(max-width: 767.98px) {
    .pl10-md-down {
        padding-left: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .pl10-lg-down {
        padding-left: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .pl10-xl-down {
        padding-left: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .pl10-xxl-down {
        padding-left: 10px !important
    }
}

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

@media(min-width: 576px) {
    .pr10-sm-up {
        padding-right: 10px !important
    }
}

@media(min-width: 768px) {
    .pr10-md-up {
        padding-right: 10px !important
    }
}

@media(min-width: 1024px) {
    .pr10-lg-up {
        padding-right: 10px !important
    }
}

@media(min-width: 1280px) {
    .pr10-xl-up {
        padding-right: 10px !important
    }
}

@media(min-width: 1400px) {
    .pr10-xxl-up {
        padding-right: 10px !important
    }
}

@media(max-width: 374.98px) {
    .pr10-xs-down {
        padding-right: 10px !important
    }
}

@media(max-width: 575.98px) {
    .pr10-sm-down {
        padding-right: 10px !important
    }
}

@media(max-width: 767.98px) {
    .pr10-md-down {
        padding-right: 10px !important
    }
}

@media(max-width: 1023.98px) {
    .pr10-lg-down {
        padding-right: 10px !important
    }
}

@media(max-width: 1279.98px) {
    .pr10-xl-down {
        padding-right: 10px !important
    }
}

@media(max-width: 1399.98px) {
    .pr10-xxl-down {
        padding-right: 10px !important
    }
}

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

@media(min-width: 576px) {
    .pt15-sm-up {
        padding-top: 15px !important
    }
}

@media(min-width: 768px) {
    .pt15-md-up {
        padding-top: 15px !important
    }
}

@media(min-width: 1024px) {
    .pt15-lg-up {
        padding-top: 15px !important
    }
}

@media(min-width: 1280px) {
    .pt15-xl-up {
        padding-top: 15px !important
    }
}

@media(min-width: 1400px) {
    .pt15-xxl-up {
        padding-top: 15px !important
    }
}

@media(max-width: 374.98px) {
    .pt15-xs-down {
        padding-top: 15px !important
    }
}

@media(max-width: 575.98px) {
    .pt15-sm-down {
        padding-top: 15px !important
    }
}

@media(max-width: 767.98px) {
    .pt15-md-down {
        padding-top: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .pt15-lg-down {
        padding-top: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .pt15-xl-down {
        padding-top: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .pt15-xxl-down {
        padding-top: 15px !important
    }
}

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

@media(min-width: 576px) {
    .pb15-sm-up {
        padding-bottom: 15px !important
    }
}

@media(min-width: 768px) {
    .pb15-md-up {
        padding-bottom: 15px !important
    }
}

@media(min-width: 1024px) {
    .pb15-lg-up {
        padding-bottom: 15px !important
    }
}

@media(min-width: 1280px) {
    .pb15-xl-up {
        padding-bottom: 15px !important
    }
}

@media(min-width: 1400px) {
    .pb15-xxl-up {
        padding-bottom: 15px !important
    }
}

@media(max-width: 374.98px) {
    .pb15-xs-down {
        padding-bottom: 15px !important
    }
}

@media(max-width: 575.98px) {
    .pb15-sm-down {
        padding-bottom: 15px !important
    }
}

@media(max-width: 767.98px) {
    .pb15-md-down {
        padding-bottom: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .pb15-lg-down {
        padding-bottom: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .pb15-xl-down {
        padding-bottom: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .pb15-xxl-down {
        padding-bottom: 15px !important
    }
}

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

@media(min-width: 576px) {
    .pl15-sm-up {
        padding-left: 15px !important
    }
}

@media(min-width: 768px) {
    .pl15-md-up {
        padding-left: 15px !important
    }
}

@media(min-width: 1024px) {
    .pl15-lg-up {
        padding-left: 15px !important
    }
}

@media(min-width: 1280px) {
    .pl15-xl-up {
        padding-left: 15px !important
    }
}

@media(min-width: 1400px) {
    .pl15-xxl-up {
        padding-left: 15px !important
    }
}

@media(max-width: 374.98px) {
    .pl15-xs-down {
        padding-left: 15px !important
    }
}

@media(max-width: 575.98px) {
    .pl15-sm-down {
        padding-left: 15px !important
    }
}

@media(max-width: 767.98px) {
    .pl15-md-down {
        padding-left: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .pl15-lg-down {
        padding-left: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .pl15-xl-down {
        padding-left: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .pl15-xxl-down {
        padding-left: 15px !important
    }
}

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

@media(min-width: 576px) {
    .pr15-sm-up {
        padding-right: 15px !important
    }
}

@media(min-width: 768px) {
    .pr15-md-up {
        padding-right: 15px !important
    }
}

@media(min-width: 1024px) {
    .pr15-lg-up {
        padding-right: 15px !important
    }
}

@media(min-width: 1280px) {
    .pr15-xl-up {
        padding-right: 15px !important
    }
}

@media(min-width: 1400px) {
    .pr15-xxl-up {
        padding-right: 15px !important
    }
}

@media(max-width: 374.98px) {
    .pr15-xs-down {
        padding-right: 15px !important
    }
}

@media(max-width: 575.98px) {
    .pr15-sm-down {
        padding-right: 15px !important
    }
}

@media(max-width: 767.98px) {
    .pr15-md-down {
        padding-right: 15px !important
    }
}

@media(max-width: 1023.98px) {
    .pr15-lg-down {
        padding-right: 15px !important
    }
}

@media(max-width: 1279.98px) {
    .pr15-xl-down {
        padding-right: 15px !important
    }
}

@media(max-width: 1399.98px) {
    .pr15-xxl-down {
        padding-right: 15px !important
    }
}

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

@media(min-width: 576px) {
    .pt20-sm-up {
        padding-top: 20px !important
    }
}

@media(min-width: 768px) {
    .pt20-md-up {
        padding-top: 20px !important
    }
}

@media(min-width: 1024px) {
    .pt20-lg-up {
        padding-top: 20px !important
    }
}

@media(min-width: 1280px) {
    .pt20-xl-up {
        padding-top: 20px !important
    }
}

@media(min-width: 1400px) {
    .pt20-xxl-up {
        padding-top: 20px !important
    }
}

@media(max-width: 374.98px) {
    .pt20-xs-down {
        padding-top: 20px !important
    }
}

@media(max-width: 575.98px) {
    .pt20-sm-down {
        padding-top: 20px !important
    }
}

@media(max-width: 767.98px) {
    .pt20-md-down {
        padding-top: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .pt20-lg-down {
        padding-top: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .pt20-xl-down {
        padding-top: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .pt20-xxl-down {
        padding-top: 20px !important
    }
}

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

@media(min-width: 576px) {
    .pb20-sm-up {
        padding-bottom: 20px !important
    }
}

@media(min-width: 768px) {
    .pb20-md-up {
        padding-bottom: 20px !important
    }
}

@media(min-width: 1024px) {
    .pb20-lg-up {
        padding-bottom: 20px !important
    }
}

@media(min-width: 1280px) {
    .pb20-xl-up {
        padding-bottom: 20px !important
    }
}

@media(min-width: 1400px) {
    .pb20-xxl-up {
        padding-bottom: 20px !important
    }
}

@media(max-width: 374.98px) {
    .pb20-xs-down {
        padding-bottom: 20px !important
    }
}

@media(max-width: 575.98px) {
    .pb20-sm-down {
        padding-bottom: 20px !important
    }
}

@media(max-width: 767.98px) {
    .pb20-md-down {
        padding-bottom: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .pb20-lg-down {
        padding-bottom: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .pb20-xl-down {
        padding-bottom: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .pb20-xxl-down {
        padding-bottom: 20px !important
    }
}

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

@media(min-width: 576px) {
    .pl20-sm-up {
        padding-left: 20px !important
    }
}

@media(min-width: 768px) {
    .pl20-md-up {
        padding-left: 20px !important
    }
}

@media(min-width: 1024px) {
    .pl20-lg-up {
        padding-left: 20px !important
    }
}

@media(min-width: 1280px) {
    .pl20-xl-up {
        padding-left: 20px !important
    }
}

@media(min-width: 1400px) {
    .pl20-xxl-up {
        padding-left: 20px !important
    }
}

@media(max-width: 374.98px) {
    .pl20-xs-down {
        padding-left: 20px !important
    }
}

@media(max-width: 575.98px) {
    .pl20-sm-down {
        padding-left: 20px !important
    }
}

@media(max-width: 767.98px) {
    .pl20-md-down {
        padding-left: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .pl20-lg-down {
        padding-left: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .pl20-xl-down {
        padding-left: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .pl20-xxl-down {
        padding-left: 20px !important
    }
}

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

@media(min-width: 576px) {
    .pr20-sm-up {
        padding-right: 20px !important
    }
}

@media(min-width: 768px) {
    .pr20-md-up {
        padding-right: 20px !important
    }
}

@media(min-width: 1024px) {
    .pr20-lg-up {
        padding-right: 20px !important
    }
}

@media(min-width: 1280px) {
    .pr20-xl-up {
        padding-right: 20px !important
    }
}

@media(min-width: 1400px) {
    .pr20-xxl-up {
        padding-right: 20px !important
    }
}

@media(max-width: 374.98px) {
    .pr20-xs-down {
        padding-right: 20px !important
    }
}

@media(max-width: 575.98px) {
    .pr20-sm-down {
        padding-right: 20px !important
    }
}

@media(max-width: 767.98px) {
    .pr20-md-down {
        padding-right: 20px !important
    }
}

@media(max-width: 1023.98px) {
    .pr20-lg-down {
        padding-right: 20px !important
    }
}

@media(max-width: 1279.98px) {
    .pr20-xl-down {
        padding-right: 20px !important
    }
}

@media(max-width: 1399.98px) {
    .pr20-xxl-down {
        padding-right: 20px !important
    }
}

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

@media(min-width: 576px) {
    .pt25-sm-up {
        padding-top: 25px !important
    }
}

@media(min-width: 768px) {
    .pt25-md-up {
        padding-top: 25px !important
    }
}

@media(min-width: 1024px) {
    .pt25-lg-up {
        padding-top: 25px !important
    }
}

@media(min-width: 1280px) {
    .pt25-xl-up {
        padding-top: 25px !important
    }
}

@media(min-width: 1400px) {
    .pt25-xxl-up {
        padding-top: 25px !important
    }
}

@media(max-width: 374.98px) {
    .pt25-xs-down {
        padding-top: 25px !important
    }
}

@media(max-width: 575.98px) {
    .pt25-sm-down {
        padding-top: 25px !important
    }
}

@media(max-width: 767.98px) {
    .pt25-md-down {
        padding-top: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .pt25-lg-down {
        padding-top: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .pt25-xl-down {
        padding-top: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .pt25-xxl-down {
        padding-top: 25px !important
    }
}

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

@media(min-width: 576px) {
    .pb25-sm-up {
        padding-bottom: 25px !important
    }
}

@media(min-width: 768px) {
    .pb25-md-up {
        padding-bottom: 25px !important
    }
}

@media(min-width: 1024px) {
    .pb25-lg-up {
        padding-bottom: 25px !important
    }
}

@media(min-width: 1280px) {
    .pb25-xl-up {
        padding-bottom: 25px !important
    }
}

@media(min-width: 1400px) {
    .pb25-xxl-up {
        padding-bottom: 25px !important
    }
}

@media(max-width: 374.98px) {
    .pb25-xs-down {
        padding-bottom: 25px !important
    }
}

@media(max-width: 575.98px) {
    .pb25-sm-down {
        padding-bottom: 25px !important
    }
}

@media(max-width: 767.98px) {
    .pb25-md-down {
        padding-bottom: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .pb25-lg-down {
        padding-bottom: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .pb25-xl-down {
        padding-bottom: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .pb25-xxl-down {
        padding-bottom: 25px !important
    }
}

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

@media(min-width: 576px) {
    .pl25-sm-up {
        padding-left: 25px !important
    }
}

@media(min-width: 768px) {
    .pl25-md-up {
        padding-left: 25px !important
    }
}

@media(min-width: 1024px) {
    .pl25-lg-up {
        padding-left: 25px !important
    }
}

@media(min-width: 1280px) {
    .pl25-xl-up {
        padding-left: 25px !important
    }
}

@media(min-width: 1400px) {
    .pl25-xxl-up {
        padding-left: 25px !important
    }
}

@media(max-width: 374.98px) {
    .pl25-xs-down {
        padding-left: 25px !important
    }
}

@media(max-width: 575.98px) {
    .pl25-sm-down {
        padding-left: 25px !important
    }
}

@media(max-width: 767.98px) {
    .pl25-md-down {
        padding-left: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .pl25-lg-down {
        padding-left: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .pl25-xl-down {
        padding-left: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .pl25-xxl-down {
        padding-left: 25px !important
    }
}

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

@media(min-width: 576px) {
    .pr25-sm-up {
        padding-right: 25px !important
    }
}

@media(min-width: 768px) {
    .pr25-md-up {
        padding-right: 25px !important
    }
}

@media(min-width: 1024px) {
    .pr25-lg-up {
        padding-right: 25px !important
    }
}

@media(min-width: 1280px) {
    .pr25-xl-up {
        padding-right: 25px !important
    }
}

@media(min-width: 1400px) {
    .pr25-xxl-up {
        padding-right: 25px !important
    }
}

@media(max-width: 374.98px) {
    .pr25-xs-down {
        padding-right: 25px !important
    }
}

@media(max-width: 575.98px) {
    .pr25-sm-down {
        padding-right: 25px !important
    }
}

@media(max-width: 767.98px) {
    .pr25-md-down {
        padding-right: 25px !important
    }
}

@media(max-width: 1023.98px) {
    .pr25-lg-down {
        padding-right: 25px !important
    }
}

@media(max-width: 1279.98px) {
    .pr25-xl-down {
        padding-right: 25px !important
    }
}

@media(max-width: 1399.98px) {
    .pr25-xxl-down {
        padding-right: 25px !important
    }
}

.pt30 {
    padding-top: 30px !important
}

@media(min-width: 576px) {
    .pt30-sm-up {
        padding-top: 30px !important
    }
}

@media(min-width: 768px) {
    .pt30-md-up {
        padding-top: 30px !important
    }
}

@media(min-width: 1024px) {
    .pt30-lg-up {
        padding-top: 30px !important
    }
}

@media(min-width: 1280px) {
    .pt30-xl-up {
        padding-top: 30px !important
    }
}

@media(min-width: 1400px) {
    .pt30-xxl-up {
        padding-top: 30px !important
    }
}

@media(max-width: 374.98px) {
    .pt30-xs-down {
        padding-top: 30px !important
    }
}

@media(max-width: 575.98px) {
    .pt30-sm-down {
        padding-top: 30px !important
    }
}

@media(max-width: 767.98px) {
    .pt30-md-down {
        padding-top: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .pt30-lg-down {
        padding-top: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .pt30-xl-down {
        padding-top: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .pt30-xxl-down {
        padding-top: 30px !important
    }
}

.pb30 {
    padding-bottom: 30px !important
}

@media(min-width: 576px) {
    .pb30-sm-up {
        padding-bottom: 30px !important
    }
}

@media(min-width: 768px) {
    .pb30-md-up {
        padding-bottom: 30px !important
    }
}

@media(min-width: 1024px) {
    .pb30-lg-up {
        padding-bottom: 30px !important
    }
}

@media(min-width: 1280px) {
    .pb30-xl-up {
        padding-bottom: 30px !important
    }
}

@media(min-width: 1400px) {
    .pb30-xxl-up {
        padding-bottom: 30px !important
    }
}

@media(max-width: 374.98px) {
    .pb30-xs-down {
        padding-bottom: 30px !important
    }
}

@media(max-width: 575.98px) {
    .pb30-sm-down {
        padding-bottom: 30px !important
    }
}

@media(max-width: 767.98px) {
    .pb30-md-down {
        padding-bottom: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .pb30-lg-down {
        padding-bottom: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .pb30-xl-down {
        padding-bottom: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .pb30-xxl-down {
        padding-bottom: 30px !important
    }
}

.pl30 {
    padding-left: 30px !important
}

@media(min-width: 576px) {
    .pl30-sm-up {
        padding-left: 30px !important
    }
}

@media(min-width: 768px) {
    .pl30-md-up {
        padding-left: 30px !important
    }
}

@media(min-width: 1024px) {
    .pl30-lg-up {
        padding-left: 30px !important
    }
}

@media(min-width: 1280px) {
    .pl30-xl-up {
        padding-left: 30px !important
    }
}

@media(min-width: 1400px) {
    .pl30-xxl-up {
        padding-left: 30px !important
    }
}

@media(max-width: 374.98px) {
    .pl30-xs-down {
        padding-left: 30px !important
    }
}

@media(max-width: 575.98px) {
    .pl30-sm-down {
        padding-left: 30px !important
    }
}

@media(max-width: 767.98px) {
    .pl30-md-down {
        padding-left: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .pl30-lg-down {
        padding-left: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .pl30-xl-down {
        padding-left: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .pl30-xxl-down {
        padding-left: 30px !important
    }
}

.pr30 {
    padding-right: 30px !important
}

@media(min-width: 576px) {
    .pr30-sm-up {
        padding-right: 30px !important
    }
}

@media(min-width: 768px) {
    .pr30-md-up {
        padding-right: 30px !important
    }
}

@media(min-width: 1024px) {
    .pr30-lg-up {
        padding-right: 30px !important
    }
}

@media(min-width: 1280px) {
    .pr30-xl-up {
        padding-right: 30px !important
    }
}

@media(min-width: 1400px) {
    .pr30-xxl-up {
        padding-right: 30px !important
    }
}

@media(max-width: 374.98px) {
    .pr30-xs-down {
        padding-right: 30px !important
    }
}

@media(max-width: 575.98px) {
    .pr30-sm-down {
        padding-right: 30px !important
    }
}

@media(max-width: 767.98px) {
    .pr30-md-down {
        padding-right: 30px !important
    }
}

@media(max-width: 1023.98px) {
    .pr30-lg-down {
        padding-right: 30px !important
    }
}

@media(max-width: 1279.98px) {
    .pr30-xl-down {
        padding-right: 30px !important
    }
}

@media(max-width: 1399.98px) {
    .pr30-xxl-down {
        padding-right: 30px !important
    }
}

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

@media(min-width: 576px) {
    .pt35-sm-up {
        padding-top: 35px !important
    }
}

@media(min-width: 768px) {
    .pt35-md-up {
        padding-top: 35px !important
    }
}

@media(min-width: 1024px) {
    .pt35-lg-up {
        padding-top: 35px !important
    }
}

@media(min-width: 1280px) {
    .pt35-xl-up {
        padding-top: 35px !important
    }
}

@media(min-width: 1400px) {
    .pt35-xxl-up {
        padding-top: 35px !important
    }
}

@media(max-width: 374.98px) {
    .pt35-xs-down {
        padding-top: 35px !important
    }
}

@media(max-width: 575.98px) {
    .pt35-sm-down {
        padding-top: 35px !important
    }
}

@media(max-width: 767.98px) {
    .pt35-md-down {
        padding-top: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .pt35-lg-down {
        padding-top: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .pt35-xl-down {
        padding-top: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .pt35-xxl-down {
        padding-top: 35px !important
    }
}

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

@media(min-width: 576px) {
    .pb35-sm-up {
        padding-bottom: 35px !important
    }
}

@media(min-width: 768px) {
    .pb35-md-up {
        padding-bottom: 35px !important
    }
}

@media(min-width: 1024px) {
    .pb35-lg-up {
        padding-bottom: 35px !important
    }
}

@media(min-width: 1280px) {
    .pb35-xl-up {
        padding-bottom: 35px !important
    }
}

@media(min-width: 1400px) {
    .pb35-xxl-up {
        padding-bottom: 35px !important
    }
}

@media(max-width: 374.98px) {
    .pb35-xs-down {
        padding-bottom: 35px !important
    }
}

@media(max-width: 575.98px) {
    .pb35-sm-down {
        padding-bottom: 35px !important
    }
}

@media(max-width: 767.98px) {
    .pb35-md-down {
        padding-bottom: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .pb35-lg-down {
        padding-bottom: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .pb35-xl-down {
        padding-bottom: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .pb35-xxl-down {
        padding-bottom: 35px !important
    }
}

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

@media(min-width: 576px) {
    .pl35-sm-up {
        padding-left: 35px !important
    }
}

@media(min-width: 768px) {
    .pl35-md-up {
        padding-left: 35px !important
    }
}

@media(min-width: 1024px) {
    .pl35-lg-up {
        padding-left: 35px !important
    }
}

@media(min-width: 1280px) {
    .pl35-xl-up {
        padding-left: 35px !important
    }
}

@media(min-width: 1400px) {
    .pl35-xxl-up {
        padding-left: 35px !important
    }
}

@media(max-width: 374.98px) {
    .pl35-xs-down {
        padding-left: 35px !important
    }
}

@media(max-width: 575.98px) {
    .pl35-sm-down {
        padding-left: 35px !important
    }
}

@media(max-width: 767.98px) {
    .pl35-md-down {
        padding-left: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .pl35-lg-down {
        padding-left: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .pl35-xl-down {
        padding-left: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .pl35-xxl-down {
        padding-left: 35px !important
    }
}

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

@media(min-width: 576px) {
    .pr35-sm-up {
        padding-right: 35px !important
    }
}

@media(min-width: 768px) {
    .pr35-md-up {
        padding-right: 35px !important
    }
}

@media(min-width: 1024px) {
    .pr35-lg-up {
        padding-right: 35px !important
    }
}

@media(min-width: 1280px) {
    .pr35-xl-up {
        padding-right: 35px !important
    }
}

@media(min-width: 1400px) {
    .pr35-xxl-up {
        padding-right: 35px !important
    }
}

@media(max-width: 374.98px) {
    .pr35-xs-down {
        padding-right: 35px !important
    }
}

@media(max-width: 575.98px) {
    .pr35-sm-down {
        padding-right: 35px !important
    }
}

@media(max-width: 767.98px) {
    .pr35-md-down {
        padding-right: 35px !important
    }
}

@media(max-width: 1023.98px) {
    .pr35-lg-down {
        padding-right: 35px !important
    }
}

@media(max-width: 1279.98px) {
    .pr35-xl-down {
        padding-right: 35px !important
    }
}

@media(max-width: 1399.98px) {
    .pr35-xxl-down {
        padding-right: 35px !important
    }
}

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

@media(min-width: 576px) {
    .pt40-sm-up {
        padding-top: 40px !important
    }
}

@media(min-width: 768px) {
    .pt40-md-up {
        padding-top: 40px !important
    }
}

@media(min-width: 1024px) {
    .pt40-lg-up {
        padding-top: 40px !important
    }
}

@media(min-width: 1280px) {
    .pt40-xl-up {
        padding-top: 40px !important
    }
}

@media(min-width: 1400px) {
    .pt40-xxl-up {
        padding-top: 40px !important
    }
}

@media(max-width: 374.98px) {
    .pt40-xs-down {
        padding-top: 40px !important
    }
}

@media(max-width: 575.98px) {
    .pt40-sm-down {
        padding-top: 40px !important
    }
}

@media(max-width: 767.98px) {
    .pt40-md-down {
        padding-top: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .pt40-lg-down {
        padding-top: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .pt40-xl-down {
        padding-top: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .pt40-xxl-down {
        padding-top: 40px !important
    }
}

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

@media(min-width: 576px) {
    .pb40-sm-up {
        padding-bottom: 40px !important
    }
}

@media(min-width: 768px) {
    .pb40-md-up {
        padding-bottom: 40px !important
    }
}

@media(min-width: 1024px) {
    .pb40-lg-up {
        padding-bottom: 40px !important
    }
}

@media(min-width: 1280px) {
    .pb40-xl-up {
        padding-bottom: 40px !important
    }
}

@media(min-width: 1400px) {
    .pb40-xxl-up {
        padding-bottom: 40px !important
    }
}

@media(max-width: 374.98px) {
    .pb40-xs-down {
        padding-bottom: 40px !important
    }
}

@media(max-width: 575.98px) {
    .pb40-sm-down {
        padding-bottom: 40px !important
    }
}

@media(max-width: 767.98px) {
    .pb40-md-down {
        padding-bottom: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .pb40-lg-down {
        padding-bottom: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .pb40-xl-down {
        padding-bottom: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .pb40-xxl-down {
        padding-bottom: 40px !important
    }
}

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

@media(min-width: 576px) {
    .pl40-sm-up {
        padding-left: 40px !important
    }
}

@media(min-width: 768px) {
    .pl40-md-up {
        padding-left: 40px !important
    }
}

@media(min-width: 1024px) {
    .pl40-lg-up {
        padding-left: 40px !important
    }
}

@media(min-width: 1280px) {
    .pl40-xl-up {
        padding-left: 40px !important
    }
}

@media(min-width: 1400px) {
    .pl40-xxl-up {
        padding-left: 40px !important
    }
}

@media(max-width: 374.98px) {
    .pl40-xs-down {
        padding-left: 40px !important
    }
}

@media(max-width: 575.98px) {
    .pl40-sm-down {
        padding-left: 40px !important
    }
}

@media(max-width: 767.98px) {
    .pl40-md-down {
        padding-left: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .pl40-lg-down {
        padding-left: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .pl40-xl-down {
        padding-left: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .pl40-xxl-down {
        padding-left: 40px !important
    }
}

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

@media(min-width: 576px) {
    .pr40-sm-up {
        padding-right: 40px !important
    }
}

@media(min-width: 768px) {
    .pr40-md-up {
        padding-right: 40px !important
    }
}

@media(min-width: 1024px) {
    .pr40-lg-up {
        padding-right: 40px !important
    }
}

@media(min-width: 1280px) {
    .pr40-xl-up {
        padding-right: 40px !important
    }
}

@media(min-width: 1400px) {
    .pr40-xxl-up {
        padding-right: 40px !important
    }
}

@media(max-width: 374.98px) {
    .pr40-xs-down {
        padding-right: 40px !important
    }
}

@media(max-width: 575.98px) {
    .pr40-sm-down {
        padding-right: 40px !important
    }
}

@media(max-width: 767.98px) {
    .pr40-md-down {
        padding-right: 40px !important
    }
}

@media(max-width: 1023.98px) {
    .pr40-lg-down {
        padding-right: 40px !important
    }
}

@media(max-width: 1279.98px) {
    .pr40-xl-down {
        padding-right: 40px !important
    }
}

@media(max-width: 1399.98px) {
    .pr40-xxl-down {
        padding-right: 40px !important
    }
}

.pt45 {
    padding-top: 45px !important
}

@media(min-width: 576px) {
    .pt45-sm-up {
        padding-top: 45px !important
    }
}

@media(min-width: 768px) {
    .pt45-md-up {
        padding-top: 45px !important
    }
}

@media(min-width: 1024px) {
    .pt45-lg-up {
        padding-top: 45px !important
    }
}

@media(min-width: 1280px) {
    .pt45-xl-up {
        padding-top: 45px !important
    }
}

@media(min-width: 1400px) {
    .pt45-xxl-up {
        padding-top: 45px !important
    }
}

@media(max-width: 374.98px) {
    .pt45-xs-down {
        padding-top: 45px !important
    }
}

@media(max-width: 575.98px) {
    .pt45-sm-down {
        padding-top: 45px !important
    }
}

@media(max-width: 767.98px) {
    .pt45-md-down {
        padding-top: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .pt45-lg-down {
        padding-top: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .pt45-xl-down {
        padding-top: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .pt45-xxl-down {
        padding-top: 45px !important
    }
}

.pb45 {
    padding-bottom: 45px !important
}

@media(min-width: 576px) {
    .pb45-sm-up {
        padding-bottom: 45px !important
    }
}

@media(min-width: 768px) {
    .pb45-md-up {
        padding-bottom: 45px !important
    }
}

@media(min-width: 1024px) {
    .pb45-lg-up {
        padding-bottom: 45px !important
    }
}

@media(min-width: 1280px) {
    .pb45-xl-up {
        padding-bottom: 45px !important
    }
}

@media(min-width: 1400px) {
    .pb45-xxl-up {
        padding-bottom: 45px !important
    }
}

@media(max-width: 374.98px) {
    .pb45-xs-down {
        padding-bottom: 45px !important
    }
}

@media(max-width: 575.98px) {
    .pb45-sm-down {
        padding-bottom: 45px !important
    }
}

@media(max-width: 767.98px) {
    .pb45-md-down {
        padding-bottom: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .pb45-lg-down {
        padding-bottom: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .pb45-xl-down {
        padding-bottom: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .pb45-xxl-down {
        padding-bottom: 45px !important
    }
}

.pl45 {
    padding-left: 45px !important
}

@media(min-width: 576px) {
    .pl45-sm-up {
        padding-left: 45px !important
    }
}

@media(min-width: 768px) {
    .pl45-md-up {
        padding-left: 45px !important
    }
}

@media(min-width: 1024px) {
    .pl45-lg-up {
        padding-left: 45px !important
    }
}

@media(min-width: 1280px) {
    .pl45-xl-up {
        padding-left: 45px !important
    }
}

@media(min-width: 1400px) {
    .pl45-xxl-up {
        padding-left: 45px !important
    }
}

@media(max-width: 374.98px) {
    .pl45-xs-down {
        padding-left: 45px !important
    }
}

@media(max-width: 575.98px) {
    .pl45-sm-down {
        padding-left: 45px !important
    }
}

@media(max-width: 767.98px) {
    .pl45-md-down {
        padding-left: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .pl45-lg-down {
        padding-left: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .pl45-xl-down {
        padding-left: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .pl45-xxl-down {
        padding-left: 45px !important
    }
}

.pr45 {
    padding-right: 45px !important
}

@media(min-width: 576px) {
    .pr45-sm-up {
        padding-right: 45px !important
    }
}

@media(min-width: 768px) {
    .pr45-md-up {
        padding-right: 45px !important
    }
}

@media(min-width: 1024px) {
    .pr45-lg-up {
        padding-right: 45px !important
    }
}

@media(min-width: 1280px) {
    .pr45-xl-up {
        padding-right: 45px !important
    }
}

@media(min-width: 1400px) {
    .pr45-xxl-up {
        padding-right: 45px !important
    }
}

@media(max-width: 374.98px) {
    .pr45-xs-down {
        padding-right: 45px !important
    }
}

@media(max-width: 575.98px) {
    .pr45-sm-down {
        padding-right: 45px !important
    }
}

@media(max-width: 767.98px) {
    .pr45-md-down {
        padding-right: 45px !important
    }
}

@media(max-width: 1023.98px) {
    .pr45-lg-down {
        padding-right: 45px !important
    }
}

@media(max-width: 1279.98px) {
    .pr45-xl-down {
        padding-right: 45px !important
    }
}

@media(max-width: 1399.98px) {
    .pr45-xxl-down {
        padding-right: 45px !important
    }
}

.pt50 {
    padding-top: 50px !important
}

@media(min-width: 576px) {
    .pt50-sm-up {
        padding-top: 50px !important
    }
}

@media(min-width: 768px) {
    .pt50-md-up {
        padding-top: 50px !important
    }
}

@media(min-width: 1024px) {
    .pt50-lg-up {
        padding-top: 50px !important
    }
}

@media(min-width: 1280px) {
    .pt50-xl-up {
        padding-top: 50px !important
    }
}

@media(min-width: 1400px) {
    .pt50-xxl-up {
        padding-top: 50px !important
    }
}

@media(max-width: 374.98px) {
    .pt50-xs-down {
        padding-top: 50px !important
    }
}

@media(max-width: 575.98px) {
    .pt50-sm-down {
        padding-top: 50px !important
    }
}

@media(max-width: 767.98px) {
    .pt50-md-down {
        padding-top: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .pt50-lg-down {
        padding-top: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .pt50-xl-down {
        padding-top: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .pt50-xxl-down {
        padding-top: 50px !important
    }
}

.pb50 {
    padding-bottom: 50px !important
}

@media(min-width: 576px) {
    .pb50-sm-up {
        padding-bottom: 50px !important
    }
}

@media(min-width: 768px) {
    .pb50-md-up {
        padding-bottom: 50px !important
    }
}

@media(min-width: 1024px) {
    .pb50-lg-up {
        padding-bottom: 50px !important
    }
}

@media(min-width: 1280px) {
    .pb50-xl-up {
        padding-bottom: 50px !important
    }
}

@media(min-width: 1400px) {
    .pb50-xxl-up {
        padding-bottom: 50px !important
    }
}

@media(max-width: 374.98px) {
    .pb50-xs-down {
        padding-bottom: 50px !important
    }
}

@media(max-width: 575.98px) {
    .pb50-sm-down {
        padding-bottom: 50px !important
    }
}

@media(max-width: 767.98px) {
    .pb50-md-down {
        padding-bottom: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .pb50-lg-down {
        padding-bottom: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .pb50-xl-down {
        padding-bottom: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .pb50-xxl-down {
        padding-bottom: 50px !important
    }
}

.pl50 {
    padding-left: 50px !important
}

@media(min-width: 576px) {
    .pl50-sm-up {
        padding-left: 50px !important
    }
}

@media(min-width: 768px) {
    .pl50-md-up {
        padding-left: 50px !important
    }
}

@media(min-width: 1024px) {
    .pl50-lg-up {
        padding-left: 50px !important
    }
}

@media(min-width: 1280px) {
    .pl50-xl-up {
        padding-left: 50px !important
    }
}

@media(min-width: 1400px) {
    .pl50-xxl-up {
        padding-left: 50px !important
    }
}

@media(max-width: 374.98px) {
    .pl50-xs-down {
        padding-left: 50px !important
    }
}

@media(max-width: 575.98px) {
    .pl50-sm-down {
        padding-left: 50px !important
    }
}

@media(max-width: 767.98px) {
    .pl50-md-down {
        padding-left: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .pl50-lg-down {
        padding-left: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .pl50-xl-down {
        padding-left: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .pl50-xxl-down {
        padding-left: 50px !important
    }
}

.pr50 {
    padding-right: 50px !important
}

@media(min-width: 576px) {
    .pr50-sm-up {
        padding-right: 50px !important
    }
}

@media(min-width: 768px) {
    .pr50-md-up {
        padding-right: 50px !important
    }
}

@media(min-width: 1024px) {
    .pr50-lg-up {
        padding-right: 50px !important
    }
}

@media(min-width: 1280px) {
    .pr50-xl-up {
        padding-right: 50px !important
    }
}

@media(min-width: 1400px) {
    .pr50-xxl-up {
        padding-right: 50px !important
    }
}

@media(max-width: 374.98px) {
    .pr50-xs-down {
        padding-right: 50px !important
    }
}

@media(max-width: 575.98px) {
    .pr50-sm-down {
        padding-right: 50px !important
    }
}

@media(max-width: 767.98px) {
    .pr50-md-down {
        padding-right: 50px !important
    }
}

@media(max-width: 1023.98px) {
    .pr50-lg-down {
        padding-right: 50px !important
    }
}

@media(max-width: 1279.98px) {
    .pr50-xl-down {
        padding-right: 50px !important
    }
}

@media(max-width: 1399.98px) {
    .pr50-xxl-down {
        padding-right: 50px !important
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px
}

.col-1 {
    flex: 0 0 calc(1/12*100%);
    max-width: calc(1/12*100%)
}

.col-sm-1 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 calc(1/12*100%);
        max-width: calc(1/12*100%)
    }
}

.col-md-1 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-1 {
        flex: 0 0 calc(1/12*100%);
        max-width: calc(1/12*100%)
    }
}

.col-lg-1 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-1 {
        flex: 0 0 calc(1/12*100%);
        max-width: calc(1/12*100%)
    }
}

.col-xl-1 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-1 {
        flex: 0 0 calc(1/12*100%);
        max-width: calc(1/12*100%)
    }
}

.col-xxl-1 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 calc(1/12*100%);
        max-width: calc(1/12*100%)
    }
}

.col-2 {
    flex: 0 0 calc(2/12*100%);
    max-width: calc(2/12*100%)
}

.col-sm-2 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 calc(2/12*100%);
        max-width: calc(2/12*100%)
    }
}

.col-md-2 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-2 {
        flex: 0 0 calc(2/12*100%);
        max-width: calc(2/12*100%)
    }
}

.col-lg-2 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-2 {
        flex: 0 0 calc(2/12*100%);
        max-width: calc(2/12*100%)
    }
}

.col-xl-2 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-2 {
        flex: 0 0 calc(2/12*100%);
        max-width: calc(2/12*100%)
    }
}

.col-xxl-2 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-2 {
        flex: 0 0 calc(2/12*100%);
        max-width: calc(2/12*100%)
    }
}

.col-3 {
    flex: 0 0 calc(3/12*100%);
    max-width: calc(3/12*100%)
}

.col-sm-3 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 calc(3/12*100%);
        max-width: calc(3/12*100%)
    }
}

.col-md-3 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-3 {
        flex: 0 0 calc(3/12*100%);
        max-width: calc(3/12*100%)
    }
}

.col-lg-3 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-3 {
        flex: 0 0 calc(3/12*100%);
        max-width: calc(3/12*100%)
    }
}

.col-xl-3 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-3 {
        flex: 0 0 calc(3/12*100%);
        max-width: calc(3/12*100%)
    }
}

.col-xxl-3 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-3 {
        flex: 0 0 calc(3/12*100%);
        max-width: calc(3/12*100%)
    }
}

.col-4 {
    flex: 0 0 calc(4/12*100%);
    max-width: calc(4/12*100%)
}

.col-sm-4 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 calc(4/12*100%);
        max-width: calc(4/12*100%)
    }
}

.col-md-4 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-4 {
        flex: 0 0 calc(4/12*100%);
        max-width: calc(4/12*100%)
    }
}

.col-lg-4 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-4 {
        flex: 0 0 calc(4/12*100%);
        max-width: calc(4/12*100%)
    }
}

.col-xl-4 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-4 {
        flex: 0 0 calc(4/12*100%);
        max-width: calc(4/12*100%)
    }
}

.col-xxl-4 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-4 {
        flex: 0 0 calc(4/12*100%);
        max-width: calc(4/12*100%)
    }
}

.col-5 {
    flex: 0 0 calc(5/12*100%);
    max-width: calc(5/12*100%)
}

.col-sm-5 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-5 {
        flex: 0 0 calc(5/12*100%);
        max-width: calc(5/12*100%)
    }
}

.col-md-5 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-5 {
        flex: 0 0 calc(5/12*100%);
        max-width: calc(5/12*100%)
    }
}

.col-lg-5 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-5 {
        flex: 0 0 calc(5/12*100%);
        max-width: calc(5/12*100%)
    }
}

.col-xl-5 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-5 {
        flex: 0 0 calc(5/12*100%);
        max-width: calc(5/12*100%)
    }
}

.col-xxl-5 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-5 {
        flex: 0 0 calc(5/12*100%);
        max-width: calc(5/12*100%)
    }
}

.col-6 {
    flex: 0 0 calc(6/12*100%);
    max-width: calc(6/12*100%)
}

.col-sm-6 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 calc(6/12*100%);
        max-width: calc(6/12*100%)
    }
}

.col-md-6 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-6 {
        flex: 0 0 calc(6/12*100%);
        max-width: calc(6/12*100%)
    }
}

.col-lg-6 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-6 {
        flex: 0 0 calc(6/12*100%);
        max-width: calc(6/12*100%)
    }
}

.col-xl-6 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-6 {
        flex: 0 0 calc(6/12*100%);
        max-width: calc(6/12*100%)
    }
}

.col-xxl-6 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-6 {
        flex: 0 0 calc(6/12*100%);
        max-width: calc(6/12*100%)
    }
}

.col-7 {
    flex: 0 0 calc(7/12*100%);
    max-width: calc(7/12*100%)
}

.col-sm-7 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-7 {
        flex: 0 0 calc(7/12*100%);
        max-width: calc(7/12*100%)
    }
}

.col-md-7 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-7 {
        flex: 0 0 calc(7/12*100%);
        max-width: calc(7/12*100%)
    }
}

.col-lg-7 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-7 {
        flex: 0 0 calc(7/12*100%);
        max-width: calc(7/12*100%)
    }
}

.col-xl-7 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-7 {
        flex: 0 0 calc(7/12*100%);
        max-width: calc(7/12*100%)
    }
}

.col-xxl-7 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-7 {
        flex: 0 0 calc(7/12*100%);
        max-width: calc(7/12*100%)
    }
}

.col-8 {
    flex: 0 0 calc(8/12*100%);
    max-width: calc(8/12*100%)
}

.col-sm-8 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-8 {
        flex: 0 0 calc(8/12*100%);
        max-width: calc(8/12*100%)
    }
}

.col-md-8 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-8 {
        flex: 0 0 calc(8/12*100%);
        max-width: calc(8/12*100%)
    }
}

.col-lg-8 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-8 {
        flex: 0 0 calc(8/12*100%);
        max-width: calc(8/12*100%)
    }
}

.col-xl-8 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-8 {
        flex: 0 0 calc(8/12*100%);
        max-width: calc(8/12*100%)
    }
}

.col-xxl-8 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-8 {
        flex: 0 0 calc(8/12*100%);
        max-width: calc(8/12*100%)
    }
}

.col-9 {
    flex: 0 0 calc(9/12*100%);
    max-width: calc(9/12*100%)
}

.col-sm-9 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-9 {
        flex: 0 0 calc(9/12*100%);
        max-width: calc(9/12*100%)
    }
}

.col-md-9 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-9 {
        flex: 0 0 calc(9/12*100%);
        max-width: calc(9/12*100%)
    }
}

.col-lg-9 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-9 {
        flex: 0 0 calc(9/12*100%);
        max-width: calc(9/12*100%)
    }
}

.col-xl-9 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-9 {
        flex: 0 0 calc(9/12*100%);
        max-width: calc(9/12*100%)
    }
}

.col-xxl-9 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-9 {
        flex: 0 0 calc(9/12*100%);
        max-width: calc(9/12*100%)
    }
}

.col-10 {
    flex: 0 0 calc(10/12*100%);
    max-width: calc(10/12*100%)
}

.col-sm-10 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-10 {
        flex: 0 0 calc(10/12*100%);
        max-width: calc(10/12*100%)
    }
}

.col-md-10 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-10 {
        flex: 0 0 calc(10/12*100%);
        max-width: calc(10/12*100%)
    }
}

.col-lg-10 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-10 {
        flex: 0 0 calc(10/12*100%);
        max-width: calc(10/12*100%)
    }
}

.col-xl-10 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-10 {
        flex: 0 0 calc(10/12*100%);
        max-width: calc(10/12*100%)
    }
}

.col-xxl-10 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-10 {
        flex: 0 0 calc(10/12*100%);
        max-width: calc(10/12*100%)
    }
}

.col-11 {
    flex: 0 0 calc(11/12*100%);
    max-width: calc(11/12*100%)
}

.col-sm-11 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-11 {
        flex: 0 0 calc(11/12*100%);
        max-width: calc(11/12*100%)
    }
}

.col-md-11 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-11 {
        flex: 0 0 calc(11/12*100%);
        max-width: calc(11/12*100%)
    }
}

.col-lg-11 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-11 {
        flex: 0 0 calc(11/12*100%);
        max-width: calc(11/12*100%)
    }
}

.col-xl-11 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-11 {
        flex: 0 0 calc(11/12*100%);
        max-width: calc(11/12*100%)
    }
}

.col-xxl-11 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-11 {
        flex: 0 0 calc(11/12*100%);
        max-width: calc(11/12*100%)
    }
}

.col-12 {
    flex: 0 0 calc(12/12*100%);
    max-width: calc(12/12*100%)
}

.col-sm-12 {
    width: 100%
}

@media(min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 calc(12/12*100%);
        max-width: calc(12/12*100%)
    }
}

.col-md-12 {
    width: 100%
}

@media(min-width: 768px) {
    .col-md-12 {
        flex: 0 0 calc(12/12*100%);
        max-width: calc(12/12*100%)
    }
}

.col-lg-12 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-lg-12 {
        flex: 0 0 calc(12/12*100%);
        max-width: calc(12/12*100%)
    }
}

.col-xl-12 {
    width: 100%
}

@media(min-width: 1280px) {
    .col-xl-12 {
        flex: 0 0 calc(12/12*100%);
        max-width: calc(12/12*100%)
    }
}

.col-xxl-12 {
    width: 100%
}

@media(min-width: 1400px) {
    .col-xxl-12 {
        flex: 0 0 calc(12/12*100%);
        max-width: calc(12/12*100%)
    }
}

:root {
    --swiper-theme-color: #cc0000
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .1490196078)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon,
.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(0deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-next,
.swiper-vertical~.swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size)/2);
    margin-top: 0;
    right: auto
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical~.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical~.swiper-button-next .swiper-navigation-icon {
    transform: rotate(90deg)
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination.swiper-pagination-disabled,
.swiper-pagination-disabled>.swiper-pagination {
    display: none !important
}

.swiper-pagination-bullet {
    border: 1px solid red;
    background: #fff;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px))
}

button .swiper-pagination-bullet {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none
}

.swiper-scrollbar.swiper-scrollbar-disabled,
.swiper-scrollbar-disabled>.swiper-scrollbar {
    display: none !important
}

.swiper-scrollbar.swiper-scrollbar-horizontal,
.swiper-horizontal>.swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

.-position {
    padding: 100px 0 50px
}

.memberSwiper__prev,
.memberSwiper__next {
    position: absolute;
    z-index: 50;
    top: 34%
}

.memberSwiper__prev {
    left: calc(50% - 250px) !important
}

@media(max-width: 1023.98px) {
    .memberSwiper__prev {
        left: 0 !important
    }
}

.memberSwiper__prev::after {
    content: "";
    transform: rotate(-45deg);
    left: 32px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 26px;
    height: 26px;
    position: absolute
}

.memberSwiper__next {
    right: calc(50% - 250px) !important
}

@media(max-width: 1023.98px) {
    .memberSwiper__next {
        right: 0 !important
    }
}

.memberSwiper__next::after {
    transform: rotate(0deg);
    right: 32px;
    content: "";
    transform: rotate(45deg);
    right: 32px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 26px;
    height: 26px;
    position: absolute
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    width: 50px;
    height: 50px
}

.swiper-pagination {
    left: 50% !important;
    position: absolute;
    transform: translateX(-50%);
    top: 40px !important
}

.swiper-button-prev {
    left: 12% !important
}

@media(max-width: 1023.98px) {
    .swiper-button-prev {
        left: -30px !important
    }
}

.swiper-button-prev::after {
    content: "";
    transform: rotate(-45deg);
    left: 32px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 26px;
    height: 26px;
    position: absolute
}

.swiper-button-next {
    right: 12% !important
}

@media(max-width: 1023.98px) {
    .swiper-button-next {
        right: -30px !important
    }
}

.swiper-button-next::after {
    transform: rotate(0deg);
    right: 32px;
    content: "";
    transform: rotate(45deg);
    right: 32px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 26px;
    height: 26px;
    position: absolute
}

:root {
    box-sizing: border-box
}

:root * {
    box-sizing: border-box;
    margin: 0
}

:root *::before {
    box-sizing: border-box
}

:root *::after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    line-height: 1.5
}

html body {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    line-height: inherit;
    color: #242424;
    overflow-x: hidden;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .02em
}

html img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

html a {
    color: currentColor
}

html ul,
html ol {
    padding: 0
}

html button {
    border: none;
    background: none
}

body.is-modal-open {
    overflow: hidden;
    touch-action: none
}

.-container-lg {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.-container-md {
    max-width: 670px;
    margin: 0 auto;
    padding: 0 20px
}

.-container-sm {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px
}

:root body {
    font-family: "Noto Sans JP", serif
}

.container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

.text-red {
    color: red;
    font-weight: 600
}

.font-bold {
    font-weight: bold
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

a {
    text-decoration: none
}

ul li {
    list-style: none
}

.sp {
    display: none
}

@media(max-width: 767.98px) {
    .sp {
        display: block
    }
}

@media(max-width: 767.98px) {
    .spnone {
        display: none
    }
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 501
}

@media(max-width: 1023.98px) {
    .header {
        padding: 10px 15px;
        height: 44px
    }

    .header img {
        margin-top: 5px;
        vertical-align: top
    }

    .header__logo {
        width: 60px
    }
}

.header__left {
    display: flex;
    align-items: center;
    gap: 0 20px
}

@media(max-width: 1023.98px) {
    .header__left {
        gap: 0 10px
    }
    .header__left__headerLogo img {
        width: 100px
    }
}

.header__right {
    display: flex;
    align-items: center
}

.header__right__spContact {
    margin-right: 8px;
    display: none;
    font-family: "Crimson Text", serif;
    background-color: #fbc944;
    color: #000;
    display: none;
    /* max-width: 85px; */
    width: 100%;
    padding: 5px 5px 0;
    font-size: 1rem;
    text-align: center;
    border-radius: 0 20px 20px 20px;
    border: 1px solid #fbc944
}

@media(max-width: 1023.98px) {
    .header__right__spContact {
        display: block
    }
}

.header__right__nav {
    display: flex
}

@media(max-width: 1023.98px) {
    .header__right__nav {
        background-color: #c00;
        position: fixed;
        left: 0;
        top: 0;
        padding: 20px 0 40px 0;
        visibility: hidden;
        opacity: 0;
        display: block;
        width: 100%;
        transform: translateY(44px);
        text-align: center;
        transition: ease-in-out .3s
    }
}

.header__right__nav__item {
    padding: 0 10px
}

.header__right__nav__item a {
    color: #c00;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    transition: ease-in-out .3s
}

@media(max-width: 1023.98px) {
    .header__right__nav__item a {
        font-size: 2.3rem;
        color: #fff
    }
}

.header__right__nav__item a:hover {
    opacity: .5
}

.header__right__nav__item.--contact a {
    background-color: #fbc944;
    display: block;
    /* max-width: 110px; */
    color: #000;
    width: 100%;
    margin-top: 5px;
    padding: 3px 10px 0;
    text-align: center;
    border-radius: 0 20px 20px 20px;
    border: 1px solid #fbc944;
    transition: ease-in-out .3s;
    font-size: 1.3rem
}

@media(max-width: 1023.98px) {
    .header__right__nav__item.--contact a {
        max-width: 160px;
        margin: 20px auto 0 auto;
        background-color: #fff;
        color: #c00;
        width: 160px;
        line-height:1.75;
    }
}

.header__right__nav__item.--contact a:hover {
    opacity: 1;
    background-color: #fff
}

#headerLogo {
    opacity: 0;
    transition: opacity .6s ease
}

#headerLogo.show {
    opacity: 1
}

.gnav {
    width: 26px;
    height: 34px;
    cursor: pointer;
    z-index: 50;
    transform: translateY(0px);
    display: none
}

@media(max-width: 1023.98px) {
    .gnav {
        display: block
    }
}

.gnav span {
    position: absolute;
    height: 2px;
    width: 26px;
    background: #c00;
    transition: .3s ease-in-out
}

.gnav span:nth-child(1) {
    top: 8px
}

.gnav span:nth-child(2) {
    top: 15px
}

.gnav span:nth-child(3) {
    top: 22px
}

.menuOpen .gnav span:nth-child(1) {
    top: 16px;
    transform: rotate(45deg)
}

.menuOpen .gnav span:nth-child(2) {
    display: none
}

.menuOpen .gnav span:nth-child(3) {
    top: 16px;
    transform: rotate(-45deg)
}

.menuOpen .header__right__nav {
    visibility: visible;
    opacity: 1;
    display: block
}

.footer {
    background-color: #f2f2f2;
    padding: 32px 20px;
    text-align: center;
    font-family: "Poppins", sans-serif
}

@media(max-width: 1023.98px) {
    .footer {
        padding: 30px 20px 20px 20px
    }
}

.footer__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 15px
}

.footer__flex p {
    color: #c00;
    font-size: clamp(1rem, 1.5vw, 1.2rem)
}

.footer__flex figure a {
    transition: ease-in-out .3s
}

.footer__flex figure a:hover {
    opacity: .8
}

@media(max-width: 1023.98px) {
    .footer__flex img {
        width: 90px
    }
}

.footer small {
    font-size: clamp(1rem, 1.5vw, 1.3rem)
}

.footer__scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000
}

@media(max-width: 1023.98px) {
    .footer__scroll {
        right: 10px;
        bottom: 10px
    }

    .footer__scroll img {
        width: 20px
    }
}

.modal {
    background-color: rgba(204, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000000
}

@media(max-width: 1023.98px) {
    .modal {
        height: 100svh;
        height: 100dvh;
        overflow-y: auto;
        padding: 0 20px
    }
}

.modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 0 15px
}

@media(max-width: 1023.98px) {
    .modal__inner {
        position: relative;
        top: auto;
        left: auto;
        padding: 15px;
        transform: inherit
    }
}

.modal__close {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: flex-end
}

.modal__close button {
    position: relative;
    display: block;
    width: 36px;
    height: 36px
}

.modal__close button::before {
    right: 0;
    top: 15px;
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg)
}

.modal__close button::after {
    right: 0;
    top: 15px;
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg)
}

.modal__content {
    background-color: #fff;
    padding: 45px;
    max-height: calc(100vh - 80px);
    overflow-y: auto
}

@media(max-width: 1023.98px) {
    .modal__content {
        max-height: none;
        padding: 20px
    }
}

.modal__content__name {
    font-size: 3.5rem;
    margin-bottom: 15px
}

@media(max-width: 1023.98px) {
    .modal__content__name {
        margin-bottom: 4px;
        font-size: 2rem
    }
}

.modal__content__position {
    font-size: clamp(1.4rem, 1.5vw, 1.9rem)
}

.modal__content__grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0 20px;
    margin-top: 28px
}

@media(max-width: 1023.98px) {
    .modal__content__grid {
        display: block;
        margin-top: 14px
    }

    .modal__content__grid figure {
        text-align: center;
        margin-bottom: 20px
    }

    .modal__content__grid figure img {
        max-width: 260px
    }
}

.modal__content__grid__h4 {
    border-bottom: 1px solid #c00;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 500;
    font-size: clamp(1.4rem, 1.5vw, 1.6rem)
}

@media(max-width: 1023.98px) {
    .modal__content__grid__h4 {
        margin-bottom: 10px
    }
}

.modal__content__grid__text {
    font-size: clamp(1.3rem, 1.5vw, 1.5rem)
}

@media(max-width: 1023.98px) {
    .modal__content__grid__text {
        line-height: 1.5
    }
}

.modal__content__grid__ul__li {
    text-indent: -0.7em;
    padding-left: .7em;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: clamp(1.3rem, 1.5vw, 1.5rem)
}

.modal__content__grid__ul__li::before {
    font-size: 1rem;
    content: "●";
    line-height: .7;
    color: #c00
}

.modal__content__grid__sns {
    margin-top: 45px;
    display: flex;
    justify-content: flex-end
}

@media(max-width: 1023.98px) {
    .modal__content__grid__sns {
        justify-content: center
    }
}

.modal__content__grid__sns__li {
    margin: 0 10px
}

.modal__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    position: absolute
}

.modal__btns__prev {
    z-index: 50;
    position: absolute;
    left: -65px;
    width: 50px;
    height: 50px;
    border: 1px solid #c00;
    display: block;
    background-color: #fff;
    border-radius: 100px;
    position: relative
}

@media(max-width: 1023.98px) {
    .modal__btns__prev {
        width: 36px;
        height: 36px;
        left: -25px
    }
}

.modal__btns__prev::after {
    content: "";
    left: calc(50% - 5px) !important;
    top: calc(50% - 10px) !important;
    border-top: 1px solid #c00;
    border-left: 1px solid #c00;
    width: 20px;
    transform: rotate(-45deg);
    height: 20px;
    position: absolute
}

@media(max-width: 1023.98px) {
    .modal__btns__prev::after {
        width: 14px;
        height: 14px;
        left: calc(50% - 3px) !important;
        top: calc(50% - 7px) !important
    }
}

.modal__btns__next {
    z-index: 50;
    position: absolute;
    right: -35px;
    width: 50px;
    height: 50px;
    border: 1px solid #c00;
    display: block;
    background-color: #fff;
    border-radius: 100px;
    position: relative
}

@media(max-width: 1023.98px) {
    .modal__btns__next {
        width: 36px;
        height: 36px;
        right: 5px
    }
}

.modal__btns__next::after {
    content: "";
    right: calc(50% - 5px) !important;
    top: calc(50% - 10px) !important;
    border-top: 1px solid #c00;
    border-left: 1px solid #c00;
    width: 20px;
    transform: rotate(135deg);
    height: 20px;
    position: absolute
}

@media(max-width: 1023.98px) {
    .modal__btns__next::after {
        width: 14px;
        height: 14px;
        right: calc(50% - 3px) !important;
        top: calc(50% - 7px) !important
    }
}

.home {
    padding-bottom: 95px;
    overflow: hidden
}

@media(max-width: 1023.98px) {
    .home {
        padding-bottom: 45px
    }
}

.home__subtitle {
    text-align: center;
    font-size: 6.1rem;
    font-family: "Crimson Text", serif;
    color: #c00;
    margin-bottom: 25px
}

@media(max-width: 1023.98px) {
    .home__subtitle {
        margin-bottom: 15px;
        font-size: 3.6rem
    }
}

.home__leadtext {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 40px;
    font-size: clamp(1.3rem, 1.5vw, 1.6rem)
}

@media(max-width: 1023.98px) {
    .home__leadtext {
        margin-bottom: 20px
    }
}

.home__first__fv {
    position: relative
}

@media(max-width: 1023.98px) {
    .home__first__fv .swiper-slide img {
        width: 100%;
        object-fit: cover
    }
}

.home__first__fv__title {
    position: absolute;
    z-index: 500;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 767.98px) {
    .home__first__fv__title {
        width: 80%;
        text-align: center;
        margin: 0 auto
    }
}

.home__first__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 0 160px;
    position: relative
}

@media(max-width: 1023.98px) {
    .home__first__inner {
        padding: 25px 30px 80px 30px
    }
}

.home__first__inner::before {
    position: absolute;
    right: 20px;
    bottom: 0;
    content: "";
    width: 304px;
    height: 304px;
    background: url(../images/parts01.svg) center/cover
}

@media(max-width: 1023.98px) {
    .home__first__inner::before {
        width: 120px;
        height: 120px;
        right: -20px
    }
}

.home__first__leadtext {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    line-height: 2.4;
    display: inline-block;
    font-size: clamp(1.3rem, 1.5vw, 1.9rem);
    font-family: "Noto Serif JP", serif
}

.home__method {
    text-align: center;
    position: relative;
    margin-bottom: 95px
}

@media(max-width: 1023.98px) {
    .home__method {
        margin-bottom: 45px
    }
}

.home__method::before {
    position: absolute;
    left: 20px;
    bottom: 0;
    content: "";
    width: 304px;
    height: 304px;
    background: url(../images/parts01.svg) center/cover
}

@media(max-width: 1023.98px) {
    .home__method::before {
        display: none
    }
}

.home__solution__inner {
    position: relative
}

.home__solution__inner::after {
    height: 400px;
    width: 100%;
    background-color: #c00;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -2;
    content: ""
}

@media(max-width: 1023.98px) {
    .home__solution__inner::after {
        height: 260px;
        bottom: 0px
    }
}

.home__solution__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 40px;
    margin-bottom: 40px
}

@media(max-width: 1023.98px) {
    .home__solution__grid {
        margin-bottom: 20px;
        gap: 25px 20px
    }
}

.home__solution__grid.--row2 .home__solution__grid__box {
    position: relative
}

.home__solution__grid.--row2 .home__solution__grid__box:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    left: 85%;
    bottom: 12%
}

.home__solution__grid.--row2 .home__solution__grid__box:nth-child(2)::before {
    position: absolute;
    content: "";
    right: -61px;
    top: -61px;
    background: url(../images/parts02.svg) left top/cover no-repeat;
    width: 132px;
    height: 132px;
    z-index: -1
}

@media(max-width: 1023.98px) {
    .home__solution__grid.--row2 .home__solution__grid__box:nth-child(2)::before {
        display: none
    }
}

.home__solution__grid.--row3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 40px;
    padding-bottom: 40px
}

@media(max-width: 1023.98px) {
    .home__solution__grid.--row3 {
        gap: 20px 15px;
        padding-bottom: 20px
    }
}

.home__solution__grid.--row3 .home__solution__grid__box__text {
    border-radius: 6px
}

.home__solution__grid.--row3 .home__solution__grid__box {
    position: relative
}

.home__solution__grid.--row3 .home__solution__grid__box:nth-child(1)::before,
.home__solution__grid.--row3 .home__solution__grid__box:nth-child(3)::before,
.home__solution__grid.--row3 .home__solution__grid__box:nth-child(4)::before,
.home__solution__grid.--row3 .home__solution__grid__box:nth-child(6)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    left: 50%;
    bottom: 50px;
    z-index: -1
}

.home__solution__grid.--row3 .home__solution__grid__box:nth-child(1)::after,
.home__solution__grid.--row3 .home__solution__grid__box:nth-child(2)::after,
.home__solution__grid.--row3 .home__solution__grid__box:nth-child(4)::after,
.home__solution__grid.--row3 .home__solution__grid__box:nth-child(5)::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    left: 85%;
    bottom: 50%;
    z-index: -1
}

.home__solution__grid__box__figure {
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

.home__solution__grid__box__text {
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    line-height: 1.4;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 6px 6px
}

@media(max-width: 1023.98px) {
    .home__solution__grid__box__text {
        height: 55px
    }
}

.home__solution__center {
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 1.3rem)
}

.home__projectMember {
    background-color: #f2f2f2;
    padding: 50px 0;
    margin: 100px 0
}

@media(max-width: 1023.98px) {
    .home__projectMember {
        margin: 50px 0;
        padding: 25px 0 50px 0
    }
}

.home__projectMember__box {
    text-align: center
}

.home__projectMember__box__red {
    font-size: clamp(1.5rem, 1.5vw, 1.9rem);
    line-height: 1.6;
    color: #c00;
    position: relative;
    margin-bottom: 25px;
    margin-top: 15px
}

.home__projectMember__box__red::after {
    position: absolute;
    width: 62px;
    content: "";
    height: 1px;
    background-color: #c00;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width: 1023.98px) {
    .home__projectMember__box__red::after {
        width: 40px
    }
}

.home__projectMember__box__text {
    line-height: 1.4;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem)
}

@media(max-width: 1023.98px) {
    .home__projectMember__box__figure img {
        width: 200px
    }
}

.home__projectMember__btn {
    max-width: 446px;
    padding: 12px 15px 15px;
    text-align: center;
    margin: 60px auto 0;
    background: url("../images/dot.svg"), linear-gradient(to bottom, #EDCECE 0%, #EDCECE 87%, #f2f2f2 100%), left top/3.5px auto repeat
}

.home__projectMember__btn__link {
    display: block;
    background-color: #fff;
    font-size: clamp(2rem, 1.5vw, 2.8rem);
    font-weight: 700;
    color: #c00;
    padding: 5px 0 10px;
    position: relative;
    transition: ease-in-out .3s
}

.home__projectMember__btn__link::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 15px;
    top: calc(50% - 10px);
    background: url(../images/icon-arrow.svg) left center/cover no-repeat
}

.home__projectMember__btn__link:hover {
    opacity: .85
}

.home__partner {
    padding-bottom: 90px
}

@media(max-width: 1023.98px) {
    .home__partner {
        padding-bottom: 20px
    }
}

.home__partner__grid {
    padding-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 138px
}

@media(max-width: 1023.98px) {
    .home__partner__grid {
        display: block;
        padding: 0 25px
    }
}

.home__partner__grid__box {
    text-align: center
}

@media(max-width: 1023.98px) {
    .home__partner__grid__box {
        margin-bottom: 30px
    }
}

.home__partner__grid__box__figure {
    padding-bottom: 10px;
    display: block;
    transition: ease-in-out .3s
}

.home__partner__grid__box__figure:hover {
    opacity: .85
}

.home__partner__grid__box__name {
    font-size: clamp(1.6rem, 1.5vw, 2.1rem);
    font-weight: 600;
    margin-bottom: 5px
}

.home__partner__grid__box__text {
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
    line-height: 1.6
}

.home__caseStudy {
    margin-bottom: 90px
}

@media(max-width: 1023.98px) {
    .home__caseStudy {
        margin-bottom: 45px
    }
}

.home__caseStudy__bg {
    padding: 0px 40px 40px;
    background-color: rgba(204, 0, 0, .1)
}

@media(max-width: 1023.98px) {
    .home__caseStudy__bg {
        padding: 0 20px 0px
    }
}

.home__caseStudy__bg__box {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 25px 60px 25px;
    text-align: center;
    position: relative;
    cursor: pointer
}

@media(max-width: 1023.98px) {
    .home__caseStudy__bg__box {
        border-radius: 15px;
        padding: 10px 20px 60px 20px
    }
}

.home__caseStudy__bg__box__leadtext {
    border-bottom: 1px solid #c00;
    padding-bottom: 10px;
    color: #c00;
    font-size: clamp(1.3rem, 1.5vw, 1.9rem);
    font-weight: 600
}

@media(max-width: 1023.98px) {
    .home__caseStudy__bg__box__leadtext {
        padding-bottom: 5px
    }
}

.home__caseStudy__bg__box__h3 {
    margin: 10px 0 25px 0;
    font-size: clamp(1.8rem, 1.5vw, 2.8rem)
}

.home__caseStudy__bg__box__figure {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home__caseStudy__bg__box__figure img {
    max-height: 242px;
    height: 100%
}

.home__caseStudy__bg__box__text {
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
    line-height: 1.6
}

@media(max-width: 1023.98px) {
    .home__caseStudy__bg__box__text {
        text-align: left
    }

    .home__caseStudy__bg__box__text br {
        display: none
    }
}

.home__caseStudy__bg__box__more {
    background-color: #c00;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1.1rem, 1.5vw, 1.5rem)
}

@media(max-width: 1023.98px) {
    .home__caseStudy__bg__box__more {
        width: 50px;
        height: 50px;
        bottom: -24px
    }
}

.home__contact {
    position: relative
}

.home__contact::before {
    position: absolute;
    right: 20px;
    bottom: 50%;
    content: "";
    width: 304px;
    height: 304px;
    background: url(../images/parts01.svg) center/cover
}

@media(max-width: 1023.98px) {
    .home__contact::before {
        display: none
    }
}

.home__contact .home__subtitle {
    color: #000;
    margin-bottom: 0
}

.home__contact__text {
    font-size: clamp(1.6rem, 1.5vw, 2.1rem);
    text-align: center;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
}

.home__contact__figure {
    text-align: center;
    padding-top: 40px
}

.home__contact__link {
    max-width: 570px;
    margin: 40px auto 70px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

@media(max-width: 1023.98px) {
    .home__contact__link {
        margin: 20px auto 45px auto
    }
}

.home__contact__link a {
    width: 100%;
    background: #fbc944 url(../images/icon-whiteArrow.svg) right 10px center no-repeat;
    padding: 20px 10px 20px 10px;
    color: #000;
    display: block;
    font-size: clamp(1.6rem, 1.5vw, 2.5rem);
    line-height: 1.4;
    transition: ease-in-out .3s;
    border: 1px solid #fbc944
}

@media(max-width: 1023.98px) {
    .home__contact__link a {
        background-size: 24px auto;
        text-align: center;
        padding: 14px 40px 14px 20px
    }
}

.home__contact__link a:hover {
    background: #fff url(../images/icon-whiteArrow_yellow.svg) right 20px center no-repeat
}

.home__contact__h3 {
    text-align: center;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem);
    margin-bottom: 30px
}

@media(max-width: 1023.98px) {
    .home__contact__h3 {
        margin-bottom: 10px
    }
}

.home__contact__ul {
    max-width: 580px;
    margin: 0 auto 80px auto
}

@media(max-width: 1023.98px) {
    .home__contact__ul {
        margin: 0 auto 40px auto
    }
}

.home__contact__ul__li {
    font-size: clamp(1.4rem, 1.5vw, 1.9rem);
    font-weight: 600;
    border-bottom: 1px solid #c00;
    text-indent: -1em;
    padding: 10px 0 10px 1em;
    line-height: 1.6
}

@media(max-width: 1023.98px) {
    .home__contact__ul__li {
        padding: 5px 0 5px 1em
    }
}

.home__contact__btn {
    max-width: 616px;
    padding: 30px 30px 35px;
    text-align: center;
    margin: 60px auto 0;
    background: url("../images/dot.svg"), linear-gradient(to bottom, #EDCECE 0%, #EDCECE 87%, #ffffff 100%), left top/3.5px auto repeat
}

@media(max-width: 1023.98px) {
    .home__contact__btn {
        padding: 15px;
        margin: 30px auto 0
    }
}

.home__contact__btn__link {
    display: block;
    background-color: #fff;
    padding: 25px 30px
}

@media(max-width: 1023.98px) {
    .home__contact__btn__link {
        padding: 20px
    }
}

.home__contact__btn__link span {
    display: block;
    line-height: 1.4
}

.home__contact__btn__link__black {
    font-size: clamp(1.2rem, 1.5vw, 2em);
    font-weight: 700;
    margin-bottom: 10px
}

@media(max-width: 1023.98px) {
    .home__contact__btn__link__black {
        margin-bottom: 5px
    }
}

.home__contact__btn__link__smallRed {
    font-size: clamp(1.8rem, 1.5vw, 2.7em);
    color: #c00;
    font-weight: 700
}

.home__contact__btn__link__largeRed {
    font-size: clamp(2.3rem, 1.5vw, 3.8em);
    color: #c00;
    font-weight: 700
}

.home__contact__btn__link__item {
    background: #c00 url(../images/icon-arrowWhite.svg) right 15px center/24px auto no-repeat;
    padding: 5px 20px 7px 40px;
    color: #fff;
    display: block;
    font-size: 2rem;
    max-width: 270px;
    text-align: left;
    margin: 15px auto 0 auto;
    transition: ease-in-out .3s;
    border: 1px solid #c00
}

@media(max-width: 1023.98px) {
    .home__contact__btn__link__item {
        background-size: 24px auto;
        padding: 5px 20px 7px 20px;
        text-align: center;
        font-size: 1.6rem;
        max-width: 100%
    }
}

.home__contact__btn__link__item:hover {
    color: #c00;
    background: #fff url(../images/icon-redArrow.svg) right 15px center/24px auto no-repeat
}

.study {
    background-color: #ececec
}

.study__title {
    padding-top: 100px;
    padding-bottom: 90px;
    text-align: center;
    background-color: #fff
}

@media(max-width: 1023.98px) {
    .study__title {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.study__title__midashi {
    color: #c00;
    font-size: clamp(1.4rem, 1.5vw, 2.2rem)
}

.study__title__main {
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    padding: 20px;
    margin: 15px 0;
    font-size: 3.6rem
}

@media(max-width: 1023.98px) {
    .study__title__main {
        padding: 15px;
        font-size: 1.9rem;
        margin: 10px 0
    }
}

@media(max-width: 1023.98px) {
    .study__title__leadtext {
        font-size: clamp(1.3rem, 1.5vw, 1.6rem);
        line-height: 1.7
    }
}

.study__bg__inner {
    background-color: #fff;
    padding-bottom: 150px
}

@media(max-width: 1023.98px) {
    .study__bg__inner {
        padding-bottom: 30px
    }
}

.study__bg__inner__figure {
    padding-bottom: 45px
}

@media(max-width: 1023.98px) {
    .study__bg__inner__figure {
        padding-bottom: 10px
    }
}

.study__bg__inner__box {
    margin-top: 50px
}

@media(max-width: 1023.98px) {
    .study__bg__inner__box {
        margin-top: 20px
    }
}

.study__bg__inner__box__subtitle {
    background-color: #c00;
    text-align: center;
    border-radius: 100px;
    padding: 15px;
    color: #fff;
    font-size: clamp(1.6rem, 1.5vw, 3rem);
    margin-bottom: 20px
}

@media(max-width: 1023.98px) {
    .study__bg__inner__box__subtitle {
        padding: 10px;
        margin-bottom: 10px
    }
}

.study__bg__inner__box__subtitle.--gray {
    background-color: #6e6e6e
}

.study__bg__inner__box__largeText {
    font-size: clamp(1.3rem, 1.5vw, 1.9rem)
}

.study__bg__inner__box__figure {
    margin-top: 40px
}

@media(max-width: 1023.98px) {
    .study__bg__inner__box__figure {
        margin-top: 20px
    }
}

.study__bg__inner__box__figure__figcaption {
    justify-content: center;
    display: flex;
    gap: 0 240px;
    margin-top: -40px
}

@media(max-width: 1023.98px) {
    .study__bg__inner__box__figure__figcaption {
        margin-top: -20px
    }
}

.study__bg__inner__box__ph {
    padding-top: 40px;
    text-align: center
}

@media(max-width: 1023.98px) {
    .study__bg__inner__box__ph {
        padding-top: 20px
    }
}

.study__bg__inner__box__ph figcaption {
    font-size: clamp(1.1rem, 1.5vw, 1.6rem);
    padding-bottom: 5px
}

.study__bg__inner__column {
    border: 1px solid #c00;
    text-align: center;
    padding: 0 20px 30px;
    max-width: 510px;
    margin: 120px auto 0 auto
}

@media(max-width: 1023.98px) {
    .study__bg__inner__column {
        margin: 60px auto 0 auto;
        padding: 0 20px 15px 20px
    }
}

.study__bg__inner__column__h3 {
    background-color: #c00;
    padding: 10px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 15px 25px;
    font-size: clamp(1.5rem, 1.5vw, 3rem);
    font-family: "Poppins", sans-serif;
    line-height: .9;
    transform: translateY(-40px)
}

@media(max-width: 1023.98px) {
    .study__bg__inner__column__h3 {
        transform: translateY(-30px);
        line-height: 1.2;
        padding: 10px 15px
    }
}

.study__bg__inner__column__h3 span {
    font-size: clamp(1.2rem, 1.5vw, 1.8rem)
}

.study__bg__inner__column__ul {
    transform: translateY(-10px);
    text-align: left;
    max-width: 400px;
    margin: 0 auto
}

.study__bg__inner__column__ul__li {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem)
}

.study__next {
    text-align: center;
    padding-top: 80px
}

@media(max-width: 1023.98px) {
    .study__next {
        padding-top: 40px
    }
}

.study__next__title {
    font-weight: 400;
    font-size: 4.5rem
}

@media(max-width: 1023.98px) {
    .study__next__title {
        font-size: 2.7rem
    }
}

.study__next__box {
    background-color: #fff;
    max-width: 280px;
    margin: 20px auto;
    padding: 20px 20px 40px 20px;
    position: relative
}

@media(max-width: 1023.98px) {
    .study__next__box {
        margin: 10px auto
    }
}

.study__next__box__text {
    color: #c00;
    line-height: 1.4;
    font-size: clamp(1.3rem, 1.5vw, 1.4rem)
}

.study__next__box__name {
    font-size: 1.8rem;
    padding-bottom: 10px
}

.study__next__box__link {
    background-color: #c00;
    width: 58px;
    height: 58px;
    display: flex;
    font-family: "Poppins", sans-serif;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    border-radius: 120px;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width: 1023.98px) {
    .study__next__box__link {
        width: 50px;
        height: 50px;
        bottom: -24px
    }
}

.study__next__ul {
    padding: 40px 0 60px 0;
    text-align: center
}

.study__next__ul__li {
    display: inline-block;
    padding: 0 15px
}

.study__next__ul__li a {
    font-size: clamp(1.6rem, 1.5vw, 2rem)
}

/*# sourceMappingURL=style.css.map */