/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #9a005d;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #ff9100;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #00c3c3;
    --bs-secondary: #00c3c3;
    --bs-success: #0aef67;
    --bs-info: #77b526;
    --bs-warning: #d3461a;
    --bs-danger: #dc3545;
    --bs-light: #f6f6f6;
    --bs-dark: #212529;
    --bs-primary-rgb: 0, 195, 195;
    --bs-secondary-rgb: 0, 195, 195;
    --bs-success-rgb: 10, 239, 103;
    --bs-info-rgb: 119, 181, 38;
    --bs-warning-rgb: 211, 70, 26;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 246, 246, 246;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "UTMAvo", Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(to right, #263b95, #07d0c9);
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

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

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

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

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

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

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

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

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #00c3c3;
    text-decoration: underline
}

a:hover {
    color: #009c9c
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

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: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

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

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

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

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

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.g-20,
.gx-20 {
    --bs-gutter-x: 20px
}

.g-20,
.gy-20 {
    --bs-gutter-y: 20px
}

.g-24,
.gx-24 {
    --bs-gutter-x: 24px
}

.g-24,
.gy-24 {
    --bs-gutter-y: 24px
}

.g-30,
.gx-30 {
    --bs-gutter-x: 30px
}

.g-30,
.gy-30 {
    --bs-gutter-y: 30px
}

.g-35,
.gx-35 {
    --bs-gutter-x: 35px
}

.g-35,
.gy-35 {
    --bs-gutter-y: 35px
}

.g-40,
.gx-40 {
    --bs-gutter-x: 40px
}

.g-40,
.gy-40 {
    --bs-gutter-y: 40px
}

.g-50,
.gx-50 {
    --bs-gutter-x: 50px
}

.g-50,
.gy-50 {
    --bs-gutter-y: 50px
}

.g-60,
.gx-60 {
    --bs-gutter-x: 60px
}

.g-60,
.gy-60 {
    --bs-gutter-y: 60px
}

.g-70,
.gx-70 {
    --bs-gutter-x: 70px
}

.g-70,
.gy-70 {
    --bs-gutter-y: 70px
}

.g-80,
.gx-80 {
    --bs-gutter-x: 80px
}

.g-80,
.gy-80 {
    --bs-gutter-y: 80px
}

.g-90,
.gx-90 {
    --bs-gutter-x: 90px
}

.g-90,
.gy-90 {
    --bs-gutter-y: 90px
}

.g-100,
.gx-100 {
    --bs-gutter-x: 100px
}

.g-100,
.gy-100 {
    --bs-gutter-y: 100px
}

.g-120,
.gx-120 {
    --bs-gutter-x: 120px
}

.g-120,
.gy-120 {
    --bs-gutter-y: 120px
}

.g-142,
.gx-142 {
    --bs-gutter-x: 142px
}

.g-142,
.gy-142 {
    --bs-gutter-y: 142px
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .g-sm-20,
    .gx-sm-20 {
        --bs-gutter-x: 20px
    }

    .g-sm-20,
    .gy-sm-20 {
        --bs-gutter-y: 20px
    }

    .g-sm-24,
    .gx-sm-24 {
        --bs-gutter-x: 24px
    }

    .g-sm-24,
    .gy-sm-24 {
        --bs-gutter-y: 24px
    }

    .g-sm-30,
    .gx-sm-30 {
        --bs-gutter-x: 30px
    }

    .g-sm-30,
    .gy-sm-30 {
        --bs-gutter-y: 30px
    }

    .g-sm-35,
    .gx-sm-35 {
        --bs-gutter-x: 35px
    }

    .g-sm-35,
    .gy-sm-35 {
        --bs-gutter-y: 35px
    }

    .g-sm-40,
    .gx-sm-40 {
        --bs-gutter-x: 40px
    }

    .g-sm-40,
    .gy-sm-40 {
        --bs-gutter-y: 40px
    }

    .g-sm-50,
    .gx-sm-50 {
        --bs-gutter-x: 50px
    }

    .g-sm-50,
    .gy-sm-50 {
        --bs-gutter-y: 50px
    }

    .g-sm-60,
    .gx-sm-60 {
        --bs-gutter-x: 60px
    }

    .g-sm-60,
    .gy-sm-60 {
        --bs-gutter-y: 60px
    }

    .g-sm-70,
    .gx-sm-70 {
        --bs-gutter-x: 70px
    }

    .g-sm-70,
    .gy-sm-70 {
        --bs-gutter-y: 70px
    }

    .g-sm-80,
    .gx-sm-80 {
        --bs-gutter-x: 80px
    }

    .g-sm-80,
    .gy-sm-80 {
        --bs-gutter-y: 80px
    }

    .g-sm-90,
    .gx-sm-90 {
        --bs-gutter-x: 90px
    }

    .g-sm-90,
    .gy-sm-90 {
        --bs-gutter-y: 90px
    }

    .g-sm-100,
    .gx-sm-100 {
        --bs-gutter-x: 100px
    }

    .g-sm-100,
    .gy-sm-100 {
        --bs-gutter-y: 100px
    }

    .g-sm-120,
    .gx-sm-120 {
        --bs-gutter-x: 120px
    }

    .g-sm-120,
    .gy-sm-120 {
        --bs-gutter-y: 120px
    }

    .g-sm-142,
    .gx-sm-142 {
        --bs-gutter-x: 142px
    }

    .g-sm-142,
    .gy-sm-142 {
        --bs-gutter-y: 142px
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 20px
    }

    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 20px
    }

    .g-md-24,
    .gx-md-24 {
        --bs-gutter-x: 24px
    }

    .g-md-24,
    .gy-md-24 {
        --bs-gutter-y: 24px
    }

    .g-md-30,
    .gx-md-30 {
        --bs-gutter-x: 30px
    }

    .g-md-30,
    .gy-md-30 {
        --bs-gutter-y: 30px
    }

    .g-md-35,
    .gx-md-35 {
        --bs-gutter-x: 35px
    }

    .g-md-35,
    .gy-md-35 {
        --bs-gutter-y: 35px
    }

    .g-md-40,
    .gx-md-40 {
        --bs-gutter-x: 40px
    }

    .g-md-40,
    .gy-md-40 {
        --bs-gutter-y: 40px
    }

    .g-md-50,
    .gx-md-50 {
        --bs-gutter-x: 50px
    }

    .g-md-50,
    .gy-md-50 {
        --bs-gutter-y: 50px
    }

    .g-md-60,
    .gx-md-60 {
        --bs-gutter-x: 60px
    }

    .g-md-60,
    .gy-md-60 {
        --bs-gutter-y: 60px
    }

    .g-md-70,
    .gx-md-70 {
        --bs-gutter-x: 70px
    }

    .g-md-70,
    .gy-md-70 {
        --bs-gutter-y: 70px
    }

    .g-md-80,
    .gx-md-80 {
        --bs-gutter-x: 80px
    }

    .g-md-80,
    .gy-md-80 {
        --bs-gutter-y: 80px
    }

    .g-md-90,
    .gx-md-90 {
        --bs-gutter-x: 90px
    }

    .g-md-90,
    .gy-md-90 {
        --bs-gutter-y: 90px
    }

    .g-md-100,
    .gx-md-100 {
        --bs-gutter-x: 100px
    }

    .g-md-100,
    .gy-md-100 {
        --bs-gutter-y: 100px
    }

    .g-md-120,
    .gx-md-120 {
        --bs-gutter-x: 120px
    }

    .g-md-120,
    .gy-md-120 {
        --bs-gutter-y: 120px
    }

    .g-md-142,
    .gx-md-142 {
        --bs-gutter-x: 142px
    }

    .g-md-142,
    .gy-md-142 {
        --bs-gutter-y: 142px
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 20px
    }

    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 20px
    }

    .g-lg-24,
    .gx-lg-24 {
        --bs-gutter-x: 24px
    }

    .g-lg-24,
    .gy-lg-24 {
        --bs-gutter-y: 24px
    }

    .g-lg-30,
    .gx-lg-30 {
        --bs-gutter-x: 30px
    }

    .g-lg-30,
    .gy-lg-30 {
        --bs-gutter-y: 30px
    }

    .g-lg-35,
    .gx-lg-35 {
        --bs-gutter-x: 35px
    }

    .g-lg-35,
    .gy-lg-35 {
        --bs-gutter-y: 35px
    }

    .g-lg-40,
    .gx-lg-40 {
        --bs-gutter-x: 40px
    }

    .g-lg-40,
    .gy-lg-40 {
        --bs-gutter-y: 40px
    }

    .g-lg-50,
    .gx-lg-50 {
        --bs-gutter-x: 50px
    }

    .g-lg-50,
    .gy-lg-50 {
        --bs-gutter-y: 50px
    }

    .g-lg-60,
    .gx-lg-60 {
        --bs-gutter-x: 60px
    }

    .g-lg-60,
    .gy-lg-60 {
        --bs-gutter-y: 60px
    }

    .g-lg-70,
    .gx-lg-70 {
        --bs-gutter-x: 70px
    }

    .g-lg-70,
    .gy-lg-70 {
        --bs-gutter-y: 70px
    }

    .g-lg-80,
    .gx-lg-80 {
        --bs-gutter-x: 80px
    }

    .g-lg-80,
    .gy-lg-80 {
        --bs-gutter-y: 80px
    }

    .g-lg-90,
    .gx-lg-90 {
        --bs-gutter-x: 90px
    }

    .g-lg-90,
    .gy-lg-90 {
        --bs-gutter-y: 90px
    }

    .g-lg-100,
    .gx-lg-100 {
        --bs-gutter-x: 100px
    }

    .g-lg-100,
    .gy-lg-100 {
        --bs-gutter-y: 100px
    }

    .g-lg-120,
    .gx-lg-120 {
        --bs-gutter-x: 120px
    }

    .g-lg-120,
    .gy-lg-120 {
        --bs-gutter-y: 120px
    }

    .g-lg-142,
    .gx-lg-142 {
        --bs-gutter-x: 142px
    }

    .g-lg-142,
    .gy-lg-142 {
        --bs-gutter-y: 142px
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 20px
    }

    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 20px
    }

    .g-xl-24,
    .gx-xl-24 {
        --bs-gutter-x: 24px
    }

    .g-xl-24,
    .gy-xl-24 {
        --bs-gutter-y: 24px
    }

    .g-xl-30,
    .gx-xl-30 {
        --bs-gutter-x: 30px
    }

    .g-xl-30,
    .gy-xl-30 {
        --bs-gutter-y: 30px
    }

    .g-xl-35,
    .gx-xl-35 {
        --bs-gutter-x: 35px
    }

    .g-xl-35,
    .gy-xl-35 {
        --bs-gutter-y: 35px
    }

    .g-xl-40,
    .gx-xl-40 {
        --bs-gutter-x: 40px
    }

    .g-xl-40,
    .gy-xl-40 {
        --bs-gutter-y: 40px
    }

    .g-xl-50,
    .gx-xl-50 {
        --bs-gutter-x: 50px
    }

    .g-xl-50,
    .gy-xl-50 {
        --bs-gutter-y: 50px
    }

    .g-xl-60,
    .gx-xl-60 {
        --bs-gutter-x: 60px
    }

    .g-xl-60,
    .gy-xl-60 {
        --bs-gutter-y: 60px
    }

    .g-xl-70,
    .gx-xl-70 {
        --bs-gutter-x: 70px
    }

    .g-xl-70,
    .gy-xl-70 {
        --bs-gutter-y: 70px
    }

    .g-xl-80,
    .gx-xl-80 {
        --bs-gutter-x: 80px
    }

    .g-xl-80,
    .gy-xl-80 {
        --bs-gutter-y: 80px
    }

    .g-xl-90,
    .gx-xl-90 {
        --bs-gutter-x: 90px
    }

    .g-xl-90,
    .gy-xl-90 {
        --bs-gutter-y: 90px
    }

    .g-xl-100,
    .gx-xl-100 {
        --bs-gutter-x: 100px
    }

    .g-xl-100,
    .gy-xl-100 {
        --bs-gutter-y: 100px
    }

    .g-xl-120,
    .gx-xl-120 {
        --bs-gutter-x: 120px
    }

    .g-xl-120,
    .gy-xl-120 {
        --bs-gutter-y: 120px
    }

    .g-xl-142,
    .gx-xl-142 {
        --bs-gutter-x: 142px
    }

    .g-xl-142,
    .gy-xl-142 {
        --bs-gutter-y: 142px
    }
}

@media (min-width:1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-20,
    .gx-xxl-20 {
        --bs-gutter-x: 20px
    }

    .g-xxl-20,
    .gy-xxl-20 {
        --bs-gutter-y: 20px
    }

    .g-xxl-24,
    .gx-xxl-24 {
        --bs-gutter-x: 24px
    }

    .g-xxl-24,
    .gy-xxl-24 {
        --bs-gutter-y: 24px
    }

    .g-xxl-30,
    .gx-xxl-30 {
        --bs-gutter-x: 30px
    }

    .g-xxl-30,
    .gy-xxl-30 {
        --bs-gutter-y: 30px
    }

    .g-xxl-35,
    .gx-xxl-35 {
        --bs-gutter-x: 35px
    }

    .g-xxl-35,
    .gy-xxl-35 {
        --bs-gutter-y: 35px
    }

    .g-xxl-40,
    .gx-xxl-40 {
        --bs-gutter-x: 40px
    }

    .g-xxl-40,
    .gy-xxl-40 {
        --bs-gutter-y: 40px
    }

    .g-xxl-50,
    .gx-xxl-50 {
        --bs-gutter-x: 50px
    }

    .g-xxl-50,
    .gy-xxl-50 {
        --bs-gutter-y: 50px
    }

    .g-xxl-60,
    .gx-xxl-60 {
        --bs-gutter-x: 60px
    }

    .g-xxl-60,
    .gy-xxl-60 {
        --bs-gutter-y: 60px
    }

    .g-xxl-70,
    .gx-xxl-70 {
        --bs-gutter-x: 70px
    }

    .g-xxl-70,
    .gy-xxl-70 {
        --bs-gutter-y: 70px
    }

    .g-xxl-80,
    .gx-xxl-80 {
        --bs-gutter-x: 80px
    }

    .g-xxl-80,
    .gy-xxl-80 {
        --bs-gutter-y: 80px
    }

    .g-xxl-90,
    .gx-xxl-90 {
        --bs-gutter-x: 90px
    }

    .g-xxl-90,
    .gy-xxl-90 {
        --bs-gutter-y: 90px
    }

    .g-xxl-100,
    .gx-xxl-100 {
        --bs-gutter-x: 100px
    }

    .g-xxl-100,
    .gy-xxl-100 {
        --bs-gutter-y: 100px
    }

    .g-xxl-120,
    .gx-xxl-120 {
        --bs-gutter-x: 120px
    }

    .g-xxl-120,
    .gy-xxl-120 {
        --bs-gutter-y: 120px
    }

    .g-xxl-142,
    .gx-xxl-142 {
        --bs-gutter-x: 142px
    }

    .g-xxl-142,
    .gy-xxl-142 {
        --bs-gutter-y: 142px
    }
}

@media (min-width:1650px) {
    .col-xxxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxxl-6 {
        margin-left: 50%
    }

    .offset-xxxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxxl-9 {
        margin-left: 75%
    }

    .offset-xxxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxxl-11 {
        margin-left: 91.66667%
    }

    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxxl-20,
    .gx-xxxl-20 {
        --bs-gutter-x: 20px
    }

    .g-xxxl-20,
    .gy-xxxl-20 {
        --bs-gutter-y: 20px
    }

    .g-xxxl-24,
    .gx-xxxl-24 {
        --bs-gutter-x: 24px
    }

    .g-xxxl-24,
    .gy-xxxl-24 {
        --bs-gutter-y: 24px
    }

    .g-xxxl-30,
    .gx-xxxl-30 {
        --bs-gutter-x: 30px
    }

    .g-xxxl-30,
    .gy-xxxl-30 {
        --bs-gutter-y: 30px
    }

    .g-xxxl-35,
    .gx-xxxl-35 {
        --bs-gutter-x: 35px
    }

    .g-xxxl-35,
    .gy-xxxl-35 {
        --bs-gutter-y: 35px
    }

    .g-xxxl-40,
    .gx-xxxl-40 {
        --bs-gutter-x: 40px
    }

    .g-xxxl-40,
    .gy-xxxl-40 {
        --bs-gutter-y: 40px
    }

    .g-xxxl-50,
    .gx-xxxl-50 {
        --bs-gutter-x: 50px
    }

    .g-xxxl-50,
    .gy-xxxl-50 {
        --bs-gutter-y: 50px
    }

    .g-xxxl-60,
    .gx-xxxl-60 {
        --bs-gutter-x: 60px
    }

    .g-xxxl-60,
    .gy-xxxl-60 {
        --bs-gutter-y: 60px
    }

    .g-xxxl-70,
    .gx-xxxl-70 {
        --bs-gutter-x: 70px
    }

    .g-xxxl-70,
    .gy-xxxl-70 {
        --bs-gutter-y: 70px
    }

    .g-xxxl-80,
    .gx-xxxl-80 {
        --bs-gutter-x: 80px
    }

    .g-xxxl-80,
    .gy-xxxl-80 {
        --bs-gutter-y: 80px
    }

    .g-xxxl-90,
    .gx-xxxl-90 {
        --bs-gutter-x: 90px
    }

    .g-xxxl-90,
    .gy-xxxl-90 {
        --bs-gutter-y: 90px
    }

    .g-xxxl-100,
    .gx-xxxl-100 {
        --bs-gutter-x: 100px
    }

    .g-xxxl-100,
    .gy-xxxl-100 {
        --bs-gutter-y: 100px
    }

    .g-xxxl-120,
    .gx-xxxl-120 {
        --bs-gutter-x: 120px
    }

    .g-xxxl-120,
    .gy-xxxl-120 {
        --bs-gutter-y: 120px
    }

    .g-xxxl-142,
    .gx-xxxl-142 {
        --bs-gutter-x: 142px
    }

    .g-xxxl-142,
    .gy-xxxl-142 {
        --bs-gutter-y: 142px
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #ccf3f3;
    --bs-table-striped-bg: #c2e7e7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8dbdb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bde1e1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8dbdb
}

.table-secondary {
    --bs-table-bg: #ccf3f3;
    --bs-table-striped-bg: #c2e7e7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8dbdb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bde1e1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8dbdb
}

.table-success {
    --bs-table-bg: #cefce1;
    --bs-table-striped-bg: #c4efd6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b9e3cb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe9d0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b9e3cb
}

.table-info {
    --bs-table-bg: #e4f0d4;
    --bs-table-striped-bg: #d9e4c9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cdd8bf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d3dec4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cdd8bf
}

.table-warning {
    --bs-table-bg: #f6dad1;
    --bs-table-striped-bg: #eacfc7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddc4bc;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4cac1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddc4bc
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f6f6f6;
    --bs-table-striped-bg: #eaeaea;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dddddd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4e4e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddd
}

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

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1649.98px) {
    .table-responsive-xxxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
    overflow: hidden
}

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

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #80e1e1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25)
}

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

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

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

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

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f2f2f2
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

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

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

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

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.form-select:focus {
    border-color: #80e1e1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

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

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

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

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #80e1e1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25)
}

.form-check-input:checked {
    background-color: #00c3c3;
    border-color: #00c3c3
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #00c3c3;
    border-color: #00c3c3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380e1e1'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 195, 195, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 195, 195, .25)
}

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

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

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

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

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

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00c3c3;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

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

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

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

.form-floating>.form-control::-ms-input-placeholder {
    color: transparent
}

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

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

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

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

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #0aef67
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #000;
    background-color: rgba(10, 239, 103, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #0aef67;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230aef67' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #0aef67;
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .25);
    box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #0aef67
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230aef67' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #0aef67;
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .25);
    box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #0aef67
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #0aef67
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .25);
    box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #0aef67
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-primary:hover {
    color: #000;
    background-color: #26cccc;
    border-color: #1ac9c9
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #26cccc;
    border-color: #1ac9c9;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #33cfcf;
    border-color: #1ac9c9
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-secondary {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-secondary:hover {
    color: #000;
    background-color: #26cccc;
    border-color: #1ac9c9
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #26cccc;
    border-color: #1ac9c9;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #33cfcf;
    border-color: #1ac9c9
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 166, 166, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-success {
    color: #000;
    background-color: #0aef67;
    border-color: #0aef67
}

.btn-success:hover {
    color: #000;
    background-color: #2ff17e;
    border-color: #23f176
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #000;
    background-color: #2ff17e;
    border-color: #23f176;
    -webkit-box-shadow: 0 0 0 .25rem rgba(9, 203, 88, .5);
    box-shadow: 0 0 0 .25rem rgba(9, 203, 88, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #000;
    background-color: #3bf285;
    border-color: #23f176
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(9, 203, 88, .5);
    box-shadow: 0 0 0 .25rem rgba(9, 203, 88, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #000;
    background-color: #0aef67;
    border-color: #0aef67
}

.btn-info {
    color: #000;
    background-color: #77b526;
    border-color: #77b526
}

.btn-info:hover {
    color: #000;
    background-color: #8bc047;
    border-color: #85bc3c
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #8bc047;
    border-color: #85bc3c;
    -webkit-box-shadow: 0 0 0 .25rem rgba(101, 154, 32, .5);
    box-shadow: 0 0 0 .25rem rgba(101, 154, 32, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #92c451;
    border-color: #85bc3c
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(101, 154, 32, .5);
    box-shadow: 0 0 0 .25rem rgba(101, 154, 32, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #77b526;
    border-color: #77b526
}

.btn-warning {
    color: #fff;
    background-color: #d3461a;
    border-color: #d3461a
}

.btn-warning:hover {
    color: #fff;
    background-color: #b33c16;
    border-color: #a93815
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #b33c16;
    border-color: #a93815;
    -webkit-box-shadow: 0 0 0 .25rem rgba(218, 98, 60, .5);
    box-shadow: 0 0 0 .25rem rgba(218, 98, 60, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #a93815;
    border-color: #9e3514
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(218, 98, 60, .5);
    box-shadow: 0 0 0 .25rem rgba(218, 98, 60, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #d3461a;
    border-color: #d3461a
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-light:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    -webkit-box-shadow: 0 0 0 .25rem rgba(209, 209, 209, .5);
    box-shadow: 0 0 0 .25rem rgba(209, 209, 209, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f7f7f7
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(209, 209, 209, .5);
    box-shadow: 0 0 0 .25rem rgba(209, 209, 209, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #00c3c3;
    border-color: #00c3c3
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00c3c3;
    background-color: transparent
}

.btn-outline-secondary {
    color: #00c3c3;
    border-color: #00c3c3
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #000;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #00c3c3;
    background-color: transparent
}

.btn-outline-success {
    color: #0aef67;
    border-color: #0aef67
}

.btn-outline-success:hover {
    color: #000;
    background-color: #0aef67;
    border-color: #0aef67
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .5);
    box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #000;
    background-color: #0aef67;
    border-color: #0aef67
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .5);
    box-shadow: 0 0 0 .25rem rgba(10, 239, 103, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #0aef67;
    background-color: transparent
}

.btn-outline-info {
    color: #77b526;
    border-color: #77b526
}

.btn-outline-info:hover {
    color: #000;
    background-color: #77b526;
    border-color: #77b526
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(119, 181, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(119, 181, 38, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #77b526;
    border-color: #77b526
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(119, 181, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(119, 181, 38, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #77b526;
    background-color: transparent
}

.btn-outline-warning {
    color: #d3461a;
    border-color: #d3461a
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #d3461a;
    border-color: #d3461a
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(211, 70, 26, .5);
    box-shadow: 0 0 0 .25rem rgba(211, 70, 26, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #fff;
    background-color: #d3461a;
    border-color: #d3461a
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(211, 70, 26, .5);
    box-shadow: 0 0 0 .25rem rgba(211, 70, 26, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #d3461a;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(246, 246, 246, .5);
    box-shadow: 0 0 0 .25rem rgba(246, 246, 246, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(246, 246, 246, .5);
    box-shadow: 0 0 0 .25rem rgba(246, 246, 246, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f6f6f6;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #00c3c3;
    text-decoration: underline
}

.btn-link:hover {
    color: #009c9c
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1650px) {
    .dropdown-menu-xxxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00c3c3
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #00c3c3
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #00c3c3;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #009c9c
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00c3c3
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

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

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

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

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

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

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

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

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

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

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

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

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1650px) {
    .navbar-expand-xxxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxxl .navbar-toggler {
        display: none
    }

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

    .navbar-expand-xxxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-xxxl .offcanvas-bottom,
    .navbar-expand-xxxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

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

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

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

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

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

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

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

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out
}

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

.accordion-button:not(.collapsed) {
    color: #00b0b0;
    background-color: #e6f9f9;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300b0b0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: #80e1e1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

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

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #00c3c3;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #009c9c;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #009c9c;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 195, 195, .25)
}

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00c3c3;
    border-color: #00c3c3
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #007575;
    background-color: #ccf3f3;
    border-color: #b3eded
}

.alert-primary .alert-link {
    color: #005e5e
}

.alert-secondary {
    color: #007575;
    background-color: #ccf3f3;
    border-color: #b3eded
}

.alert-secondary .alert-link {
    color: #005e5e
}

.alert-success {
    color: #046029;
    background-color: #cefce1;
    border-color: #b6fad1
}

.alert-success .alert-link {
    color: #034d21
}

.alert-info {
    color: #476d17;
    background-color: #e4f0d4;
    border-color: #d6e9be
}

.alert-info .alert-link {
    color: #395712
}

.alert-warning {
    color: #7f2a10;
    background-color: #f6dad1;
    border-color: #f2c8ba
}

.alert-warning .alert-link {
    color: #66220d
}

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

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

.alert-light {
    color: #626262;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

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

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

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

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

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

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00c3c3;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

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

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

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

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

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00c3c3;
    border-color: #00c3c3
}

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

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1650px) {
    .list-group-horizontal-xxxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

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

.list-group-item-primary {
    color: #007575;
    background-color: #ccf3f3
}

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

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

.list-group-item-secondary {
    color: #007575;
    background-color: #ccf3f3
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #007575;
    background-color: #b8dbdb
}

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

.list-group-item-success {
    color: #046029;
    background-color: #cefce1
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #046029;
    background-color: #b9e3cb
}

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

.list-group-item-info {
    color: #476d17;
    background-color: #e4f0d4
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #476d17;
    background-color: #cdd8bf
}

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

.list-group-item-warning {
    color: #7f2a10;
    background-color: #f6dad1
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7f2a10;
    background-color: #ddc4bc
}

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

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

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

.list-group-item-light {
    color: #626262;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #626262;
    background-color: #e4e4e4
}

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

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

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

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

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

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

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

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

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

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: 15px
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

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

@media (min-width:992px) {

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

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

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

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

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

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

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

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

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

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

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

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

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

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1649.98px) {
    .modal-fullscreen-xxxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxxl-down .modal-header {
        border-radius: 0
    }

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

    .modal-fullscreen-xxxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

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

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

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

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

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

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

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

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

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

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

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

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

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

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

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

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

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

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

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

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

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

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

.link-primary {
    color: #00c3c3
}

.link-primary:focus,
.link-primary:hover {
    color: #33cfcf
}

.link-secondary {
    color: #00c3c3
}

.link-secondary:focus,
.link-secondary:hover {
    color: #33cfcf
}

.link-success {
    color: #0aef67
}

.link-success:focus,
.link-success:hover {
    color: #3bf285
}

.link-info {
    color: #77b526
}

.link-info:focus,
.link-info:hover {
    color: #92c451
}

.link-warning {
    color: #d3461a
}

.link-warning:focus,
.link-warning:hover {
    color: #a93815
}

.link-danger {
    color: #dc3545
}

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

.link-light {
    color: #f6f6f6
}

.link-light:focus,
.link-light:hover {
    color: #f8f8f8
}

.link-dark {
    color: #212529
}

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

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%)
}

.ratio-2x3 {
    --bs-aspect-ratio: calc(3 / 2 * 100%)
}

.ratio-1x2 {
    --bs-aspect-ratio: calc(2 / 1 * 100%)
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-2x1 {
    --bs-aspect-ratio: calc(1 / 2 * 100%)
}

.ratio-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%)
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-10x6 {
    --bs-aspect-ratio: calc(6 / 10 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

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

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

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

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

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

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

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

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

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

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

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

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

.border-end {
    border-right: 1px solid #dee2e6 !important
}

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

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

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

.border-start {
    border-left: 1px solid #dee2e6 !important
}

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

.border-primary {
    border-color: #00c3c3 !important
}

.border-secondary {
    border-color: #00c3c3 !important
}

.border-success {
    border-color: #0aef67 !important
}

.border-info {
    border-color: #77b526 !important
}

.border-warning {
    border-color: #d3461a !important
}

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

.border-light {
    border-color: #f6f6f6 !important
}

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

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

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

.gap-12 {
    gap: 12px !important
}

.gap-14 {
    gap: 14px !important
}

.gap-18 {
    gap: 18px !important
}

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

.gap-24 {
    gap: 24px !important
}

.gap-30 {
    gap: 30px !important
}

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

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

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

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

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

.gap-70 {
    gap: 70px !important
}

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

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

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

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

.m-12 {
    margin: 12px !important
}

.m-14 {
    margin: 14px !important
}

.m-18 {
    margin: 18px !important
}

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

.m-24 {
    margin: 24px !important
}

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

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

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

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

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

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

.m-70 {
    margin: 70px !important
}

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

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

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

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

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.mx-12 {
    margin-right: 12px !important;
    margin-left: 12px !important
}

.mx-14 {
    margin-right: 14px !important;
    margin-left: 14px !important
}

.mx-18 {
    margin-right: 18px !important;
    margin-left: 18px !important
}

.mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.mx-24 {
    margin-right: 24px !important;
    margin-left: 24px !important
}

.mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important
}

.mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important
}

.mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important
}

.mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important
}

.mx-70 {
    margin-right: 70px !important;
    margin-left: 70px !important
}

.mx-80 {
    margin-right: 80px !important;
    margin-left: 80px !important
}

.mx-90 {
    margin-right: 90px !important;
    margin-left: 90px !important
}

.mx-100 {
    margin-right: 100px !important;
    margin-left: 100px !important
}

.mx-105 {
    margin-right: 105px !important;
    margin-left: 105px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important
}

.my-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

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

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

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

.mt-12 {
    margin-top: 12px !important
}

.mt-14 {
    margin-top: 14px !important
}

.mt-18 {
    margin-top: 18px !important
}

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

.mt-24 {
    margin-top: 24px !important
}

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

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

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

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

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

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

.mt-70 {
    margin-top: 70px !important
}

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

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

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

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

.mt-auto {
    margin-top: auto !important
}

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

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

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

.me-12 {
    margin-right: 12px !important
}

.me-14 {
    margin-right: 14px !important
}

.me-18 {
    margin-right: 18px !important
}

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

.me-24 {
    margin-right: 24px !important
}

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

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

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

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

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

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

.me-70 {
    margin-right: 70px !important
}

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

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

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

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

.me-auto {
    margin-right: auto !important
}

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

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

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

.mb-12 {
    margin-bottom: 12px !important
}

.mb-14 {
    margin-bottom: 14px !important
}

.mb-18 {
    margin-bottom: 18px !important
}

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

.mb-24 {
    margin-bottom: 24px !important
}

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

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

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

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

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

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

.mb-70 {
    margin-bottom: 70px !important
}

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

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

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

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

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

.ms-12 {
    margin-left: 12px !important
}

.ms-14 {
    margin-left: 14px !important
}

.ms-18 {
    margin-left: 18px !important
}

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

.ms-24 {
    margin-left: 24px !important
}

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

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

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

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

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

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

.ms-70 {
    margin-left: 70px !important
}

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

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

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

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

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

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

.p-12 {
    padding: 12px !important
}

.p-14 {
    padding: 14px !important
}

.p-18 {
    padding: 18px !important
}

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

.p-24 {
    padding: 24px !important
}

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

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

.p-45 {
    padding: 45px !important
}

.p-50 {
    padding: 50px !important
}

.p-55 {
    padding: 55px !important
}

.p-60 {
    padding: 60px !important
}

.p-70 {
    padding: 70px !important
}

.p-80 {
    padding: 80px !important
}

.p-90 {
    padding: 90px !important
}

.p-100 {
    padding: 100px !important
}

.p-105 {
    padding: 105px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.px-12 {
    padding-right: 12px !important;
    padding-left: 12px !important
}

.px-14 {
    padding-right: 14px !important;
    padding-left: 14px !important
}

.px-18 {
    padding-right: 18px !important;
    padding-left: 18px !important
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.px-24 {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important
}

.px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important
}

.px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important
}

.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
}

.px-70 {
    padding-right: 70px !important;
    padding-left: 70px !important
}

.px-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
}

.px-90 {
    padding-right: 90px !important;
    padding-left: 90px !important
}

.px-100 {
    padding-right: 100px !important;
    padding-left: 100px !important
}

.px-105 {
    padding-right: 105px !important;
    padding-left: 105px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important
}

.py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important
}

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

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

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

.pt-12 {
    padding-top: 12px !important
}

.pt-14 {
    padding-top: 14px !important
}

.pt-18 {
    padding-top: 18px !important
}

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

.pt-24 {
    padding-top: 24px !important
}

.pt-30 {
    padding-top: 30px !important
}

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

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-105 {
    padding-top: 105px !important
}

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

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

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

.pe-12 {
    padding-right: 12px !important
}

.pe-14 {
    padding-right: 14px !important
}

.pe-18 {
    padding-right: 18px !important
}

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

.pe-24 {
    padding-right: 24px !important
}

.pe-30 {
    padding-right: 30px !important
}

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

.pe-45 {
    padding-right: 45px !important
}

.pe-50 {
    padding-right: 50px !important
}

.pe-55 {
    padding-right: 55px !important
}

.pe-60 {
    padding-right: 60px !important
}

.pe-70 {
    padding-right: 70px !important
}

.pe-80 {
    padding-right: 80px !important
}

.pe-90 {
    padding-right: 90px !important
}

.pe-100 {
    padding-right: 100px !important
}

.pe-105 {
    padding-right: 105px !important
}

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

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

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

.pb-12 {
    padding-bottom: 12px !important
}

.pb-14 {
    padding-bottom: 14px !important
}

.pb-18 {
    padding-bottom: 18px !important
}

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

.pb-24 {
    padding-bottom: 24px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

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

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-105 {
    padding-bottom: 105px !important
}

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

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

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

.ps-12 {
    padding-left: 12px !important
}

.ps-14 {
    padding-left: 14px !important
}

.ps-18 {
    padding-left: 18px !important
}

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

.ps-24 {
    padding-left: 24px !important
}

.ps-30 {
    padding-left: 30px !important
}

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

.ps-45 {
    padding-left: 45px !important
}

.ps-50 {
    padding-left: 50px !important
}

.ps-55 {
    padding-left: 55px !important
}

.ps-60 {
    padding-left: 60px !important
}

.ps-70 {
    padding-left: 70px !important
}

.ps-80 {
    padding-left: 80px !important
}

.ps-90 {
    padding-left: 90px !important
}

.ps-100 {
    padding-left: 100px !important
}

.ps-105 {
    padding-left: 105px !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

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

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

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

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

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

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

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

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

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

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

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

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

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

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

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

.rounded-1 {
    border-radius: .2rem !important
}

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

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

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

.rounded-pill {
    border-radius: 50rem !important
}

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

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

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

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

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

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

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

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

    .d-sm-grid {
        display: grid !important
    }

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

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

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

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .gap-sm-10 {
        gap: 10px !important
    }

    .gap-sm-12 {
        gap: 12px !important
    }

    .gap-sm-14 {
        gap: 14px !important
    }

    .gap-sm-18 {
        gap: 18px !important
    }

    .gap-sm-20 {
        gap: 20px !important
    }

    .gap-sm-24 {
        gap: 24px !important
    }

    .gap-sm-30 {
        gap: 30px !important
    }

    .gap-sm-40 {
        gap: 40px !important
    }

    .gap-sm-45 {
        gap: 45px !important
    }

    .gap-sm-50 {
        gap: 50px !important
    }

    .gap-sm-55 {
        gap: 55px !important
    }

    .gap-sm-60 {
        gap: 60px !important
    }

    .gap-sm-70 {
        gap: 70px !important
    }

    .gap-sm-80 {
        gap: 80px !important
    }

    .gap-sm-90 {
        gap: 90px !important
    }

    .gap-sm-100 {
        gap: 100px !important
    }

    .gap-sm-105 {
        gap: 105px !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

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

    .m-sm-12 {
        margin: 12px !important
    }

    .m-sm-14 {
        margin: 14px !important
    }

    .m-sm-18 {
        margin: 18px !important
    }

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

    .m-sm-24 {
        margin: 24px !important
    }

    .m-sm-30 {
        margin: 30px !important
    }

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

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

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

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

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

    .m-sm-70 {
        margin: 70px !important
    }

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

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

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

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

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-sm-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-sm-14 {
        margin-right: 14px !important;
        margin-left: 14px !important
    }

    .mx-sm-18 {
        margin-right: 18px !important;
        margin-left: 18px !important
    }

    .mx-sm-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-sm-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-sm-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-sm-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-sm-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-sm-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-sm-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-sm-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-sm-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-sm-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-sm-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-sm-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-sm-105 {
        margin-right: 105px !important;
        margin-left: 105px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-sm-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-sm-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important
    }

    .my-sm-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .my-sm-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-sm-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-sm-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-sm-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-sm-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-sm-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-sm-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-sm-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-sm-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-sm-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-sm-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-sm-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-sm-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-10 {
        margin-top: 10px !important
    }

    .mt-sm-12 {
        margin-top: 12px !important
    }

    .mt-sm-14 {
        margin-top: 14px !important
    }

    .mt-sm-18 {
        margin-top: 18px !important
    }

    .mt-sm-20 {
        margin-top: 20px !important
    }

    .mt-sm-24 {
        margin-top: 24px !important
    }

    .mt-sm-30 {
        margin-top: 30px !important
    }

    .mt-sm-40 {
        margin-top: 40px !important
    }

    .mt-sm-45 {
        margin-top: 45px !important
    }

    .mt-sm-50 {
        margin-top: 50px !important
    }

    .mt-sm-55 {
        margin-top: 55px !important
    }

    .mt-sm-60 {
        margin-top: 60px !important
    }

    .mt-sm-70 {
        margin-top: 70px !important
    }

    .mt-sm-80 {
        margin-top: 80px !important
    }

    .mt-sm-90 {
        margin-top: 90px !important
    }

    .mt-sm-100 {
        margin-top: 100px !important
    }

    .mt-sm-105 {
        margin-top: 105px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-10 {
        margin-right: 10px !important
    }

    .me-sm-12 {
        margin-right: 12px !important
    }

    .me-sm-14 {
        margin-right: 14px !important
    }

    .me-sm-18 {
        margin-right: 18px !important
    }

    .me-sm-20 {
        margin-right: 20px !important
    }

    .me-sm-24 {
        margin-right: 24px !important
    }

    .me-sm-30 {
        margin-right: 30px !important
    }

    .me-sm-40 {
        margin-right: 40px !important
    }

    .me-sm-45 {
        margin-right: 45px !important
    }

    .me-sm-50 {
        margin-right: 50px !important
    }

    .me-sm-55 {
        margin-right: 55px !important
    }

    .me-sm-60 {
        margin-right: 60px !important
    }

    .me-sm-70 {
        margin-right: 70px !important
    }

    .me-sm-80 {
        margin-right: 80px !important
    }

    .me-sm-90 {
        margin-right: 90px !important
    }

    .me-sm-100 {
        margin-right: 100px !important
    }

    .me-sm-105 {
        margin-right: 105px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-10 {
        margin-bottom: 10px !important
    }

    .mb-sm-12 {
        margin-bottom: 12px !important
    }

    .mb-sm-14 {
        margin-bottom: 14px !important
    }

    .mb-sm-18 {
        margin-bottom: 18px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .mb-sm-24 {
        margin-bottom: 24px !important
    }

    .mb-sm-30 {
        margin-bottom: 30px !important
    }

    .mb-sm-40 {
        margin-bottom: 40px !important
    }

    .mb-sm-45 {
        margin-bottom: 45px !important
    }

    .mb-sm-50 {
        margin-bottom: 50px !important
    }

    .mb-sm-55 {
        margin-bottom: 55px !important
    }

    .mb-sm-60 {
        margin-bottom: 60px !important
    }

    .mb-sm-70 {
        margin-bottom: 70px !important
    }

    .mb-sm-80 {
        margin-bottom: 80px !important
    }

    .mb-sm-90 {
        margin-bottom: 90px !important
    }

    .mb-sm-100 {
        margin-bottom: 100px !important
    }

    .mb-sm-105 {
        margin-bottom: 105px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-10 {
        margin-left: 10px !important
    }

    .ms-sm-12 {
        margin-left: 12px !important
    }

    .ms-sm-14 {
        margin-left: 14px !important
    }

    .ms-sm-18 {
        margin-left: 18px !important
    }

    .ms-sm-20 {
        margin-left: 20px !important
    }

    .ms-sm-24 {
        margin-left: 24px !important
    }

    .ms-sm-30 {
        margin-left: 30px !important
    }

    .ms-sm-40 {
        margin-left: 40px !important
    }

    .ms-sm-45 {
        margin-left: 45px !important
    }

    .ms-sm-50 {
        margin-left: 50px !important
    }

    .ms-sm-55 {
        margin-left: 55px !important
    }

    .ms-sm-60 {
        margin-left: 60px !important
    }

    .ms-sm-70 {
        margin-left: 70px !important
    }

    .ms-sm-80 {
        margin-left: 80px !important
    }

    .ms-sm-90 {
        margin-left: 90px !important
    }

    .ms-sm-100 {
        margin-left: 100px !important
    }

    .ms-sm-105 {
        margin-left: 105px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

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

    .p-sm-12 {
        padding: 12px !important
    }

    .p-sm-14 {
        padding: 14px !important
    }

    .p-sm-18 {
        padding: 18px !important
    }

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

    .p-sm-24 {
        padding: 24px !important
    }

    .p-sm-30 {
        padding: 30px !important
    }

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

    .p-sm-45 {
        padding: 45px !important
    }

    .p-sm-50 {
        padding: 50px !important
    }

    .p-sm-55 {
        padding: 55px !important
    }

    .p-sm-60 {
        padding: 60px !important
    }

    .p-sm-70 {
        padding: 70px !important
    }

    .p-sm-80 {
        padding: 80px !important
    }

    .p-sm-90 {
        padding: 90px !important
    }

    .p-sm-100 {
        padding: 100px !important
    }

    .p-sm-105 {
        padding: 105px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-sm-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-sm-14 {
        padding-right: 14px !important;
        padding-left: 14px !important
    }

    .px-sm-18 {
        padding-right: 18px !important;
        padding-left: 18px !important
    }

    .px-sm-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-sm-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-sm-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-sm-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-sm-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-sm-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-sm-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-sm-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-sm-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-sm-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-sm-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-sm-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-sm-105 {
        padding-right: 105px !important;
        padding-left: 105px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-sm-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-sm-14 {
        padding-top: 14px !important;
        padding-bottom: 14px !important
    }

    .py-sm-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important
    }

    .py-sm-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-sm-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-sm-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-sm-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-sm-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-sm-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-sm-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-sm-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-sm-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-sm-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-sm-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-sm-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-sm-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pt-sm-10 {
        padding-top: 10px !important
    }

    .pt-sm-12 {
        padding-top: 12px !important
    }

    .pt-sm-14 {
        padding-top: 14px !important
    }

    .pt-sm-18 {
        padding-top: 18px !important
    }

    .pt-sm-20 {
        padding-top: 20px !important
    }

    .pt-sm-24 {
        padding-top: 24px !important
    }

    .pt-sm-30 {
        padding-top: 30px !important
    }

    .pt-sm-40 {
        padding-top: 40px !important
    }

    .pt-sm-45 {
        padding-top: 45px !important
    }

    .pt-sm-50 {
        padding-top: 50px !important
    }

    .pt-sm-55 {
        padding-top: 55px !important
    }

    .pt-sm-60 {
        padding-top: 60px !important
    }

    .pt-sm-70 {
        padding-top: 70px !important
    }

    .pt-sm-80 {
        padding-top: 80px !important
    }

    .pt-sm-90 {
        padding-top: 90px !important
    }

    .pt-sm-100 {
        padding-top: 100px !important
    }

    .pt-sm-105 {
        padding-top: 105px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pe-sm-10 {
        padding-right: 10px !important
    }

    .pe-sm-12 {
        padding-right: 12px !important
    }

    .pe-sm-14 {
        padding-right: 14px !important
    }

    .pe-sm-18 {
        padding-right: 18px !important
    }

    .pe-sm-20 {
        padding-right: 20px !important
    }

    .pe-sm-24 {
        padding-right: 24px !important
    }

    .pe-sm-30 {
        padding-right: 30px !important
    }

    .pe-sm-40 {
        padding-right: 40px !important
    }

    .pe-sm-45 {
        padding-right: 45px !important
    }

    .pe-sm-50 {
        padding-right: 50px !important
    }

    .pe-sm-55 {
        padding-right: 55px !important
    }

    .pe-sm-60 {
        padding-right: 60px !important
    }

    .pe-sm-70 {
        padding-right: 70px !important
    }

    .pe-sm-80 {
        padding-right: 80px !important
    }

    .pe-sm-90 {
        padding-right: 90px !important
    }

    .pe-sm-100 {
        padding-right: 100px !important
    }

    .pe-sm-105 {
        padding-right: 105px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pb-sm-10 {
        padding-bottom: 10px !important
    }

    .pb-sm-12 {
        padding-bottom: 12px !important
    }

    .pb-sm-14 {
        padding-bottom: 14px !important
    }

    .pb-sm-18 {
        padding-bottom: 18px !important
    }

    .pb-sm-20 {
        padding-bottom: 20px !important
    }

    .pb-sm-24 {
        padding-bottom: 24px !important
    }

    .pb-sm-30 {
        padding-bottom: 30px !important
    }

    .pb-sm-40 {
        padding-bottom: 40px !important
    }

    .pb-sm-45 {
        padding-bottom: 45px !important
    }

    .pb-sm-50 {
        padding-bottom: 50px !important
    }

    .pb-sm-55 {
        padding-bottom: 55px !important
    }

    .pb-sm-60 {
        padding-bottom: 60px !important
    }

    .pb-sm-70 {
        padding-bottom: 70px !important
    }

    .pb-sm-80 {
        padding-bottom: 80px !important
    }

    .pb-sm-90 {
        padding-bottom: 90px !important
    }

    .pb-sm-100 {
        padding-bottom: 100px !important
    }

    .pb-sm-105 {
        padding-bottom: 105px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .ps-sm-10 {
        padding-left: 10px !important
    }

    .ps-sm-12 {
        padding-left: 12px !important
    }

    .ps-sm-14 {
        padding-left: 14px !important
    }

    .ps-sm-18 {
        padding-left: 18px !important
    }

    .ps-sm-20 {
        padding-left: 20px !important
    }

    .ps-sm-24 {
        padding-left: 24px !important
    }

    .ps-sm-30 {
        padding-left: 30px !important
    }

    .ps-sm-40 {
        padding-left: 40px !important
    }

    .ps-sm-45 {
        padding-left: 45px !important
    }

    .ps-sm-50 {
        padding-left: 50px !important
    }

    .ps-sm-55 {
        padding-left: 55px !important
    }

    .ps-sm-60 {
        padding-left: 60px !important
    }

    .ps-sm-70 {
        padding-left: 70px !important
    }

    .ps-sm-80 {
        padding-left: 80px !important
    }

    .ps-sm-90 {
        padding-left: 90px !important
    }

    .ps-sm-100 {
        padding-left: 100px !important
    }

    .ps-sm-105 {
        padding-left: 105px !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

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

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

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

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

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

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

    .d-md-grid {
        display: grid !important
    }

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

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

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

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .gap-md-10 {
        gap: 10px !important
    }

    .gap-md-12 {
        gap: 12px !important
    }

    .gap-md-14 {
        gap: 14px !important
    }

    .gap-md-18 {
        gap: 18px !important
    }

    .gap-md-20 {
        gap: 20px !important
    }

    .gap-md-24 {
        gap: 24px !important
    }

    .gap-md-30 {
        gap: 30px !important
    }

    .gap-md-40 {
        gap: 40px !important
    }

    .gap-md-45 {
        gap: 45px !important
    }

    .gap-md-50 {
        gap: 50px !important
    }

    .gap-md-55 {
        gap: 55px !important
    }

    .gap-md-60 {
        gap: 60px !important
    }

    .gap-md-70 {
        gap: 70px !important
    }

    .gap-md-80 {
        gap: 80px !important
    }

    .gap-md-90 {
        gap: 90px !important
    }

    .gap-md-100 {
        gap: 100px !important
    }

    .gap-md-105 {
        gap: 105px !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

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

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

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

    .m-md-12 {
        margin: 12px !important
    }

    .m-md-14 {
        margin: 14px !important
    }

    .m-md-18 {
        margin: 18px !important
    }

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

    .m-md-24 {
        margin: 24px !important
    }

    .m-md-30 {
        margin: 30px !important
    }

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

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

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

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

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

    .m-md-70 {
        margin: 70px !important
    }

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

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

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

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

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-md-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-md-14 {
        margin-right: 14px !important;
        margin-left: 14px !important
    }

    .mx-md-18 {
        margin-right: 18px !important;
        margin-left: 18px !important
    }

    .mx-md-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-md-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-md-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-md-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-md-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-md-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-md-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-md-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-md-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-md-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-md-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-md-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-md-105 {
        margin-right: 105px !important;
        margin-left: 105px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-md-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-md-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important
    }

    .my-md-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .my-md-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-md-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-md-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-md-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-md-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-md-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-md-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-md-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-md-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-md-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-md-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-md-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-md-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-10 {
        margin-top: 10px !important
    }

    .mt-md-12 {
        margin-top: 12px !important
    }

    .mt-md-14 {
        margin-top: 14px !important
    }

    .mt-md-18 {
        margin-top: 18px !important
    }

    .mt-md-20 {
        margin-top: 20px !important
    }

    .mt-md-24 {
        margin-top: 24px !important
    }

    .mt-md-30 {
        margin-top: 30px !important
    }

    .mt-md-40 {
        margin-top: 40px !important
    }

    .mt-md-45 {
        margin-top: 45px !important
    }

    .mt-md-50 {
        margin-top: 50px !important
    }

    .mt-md-55 {
        margin-top: 55px !important
    }

    .mt-md-60 {
        margin-top: 60px !important
    }

    .mt-md-70 {
        margin-top: 70px !important
    }

    .mt-md-80 {
        margin-top: 80px !important
    }

    .mt-md-90 {
        margin-top: 90px !important
    }

    .mt-md-100 {
        margin-top: 100px !important
    }

    .mt-md-105 {
        margin-top: 105px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-10 {
        margin-right: 10px !important
    }

    .me-md-12 {
        margin-right: 12px !important
    }

    .me-md-14 {
        margin-right: 14px !important
    }

    .me-md-18 {
        margin-right: 18px !important
    }

    .me-md-20 {
        margin-right: 20px !important
    }

    .me-md-24 {
        margin-right: 24px !important
    }

    .me-md-30 {
        margin-right: 30px !important
    }

    .me-md-40 {
        margin-right: 40px !important
    }

    .me-md-45 {
        margin-right: 45px !important
    }

    .me-md-50 {
        margin-right: 50px !important
    }

    .me-md-55 {
        margin-right: 55px !important
    }

    .me-md-60 {
        margin-right: 60px !important
    }

    .me-md-70 {
        margin-right: 70px !important
    }

    .me-md-80 {
        margin-right: 80px !important
    }

    .me-md-90 {
        margin-right: 90px !important
    }

    .me-md-100 {
        margin-right: 100px !important
    }

    .me-md-105 {
        margin-right: 105px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-10 {
        margin-bottom: 10px !important
    }

    .mb-md-12 {
        margin-bottom: 12px !important
    }

    .mb-md-14 {
        margin-bottom: 14px !important
    }

    .mb-md-18 {
        margin-bottom: 18px !important
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }

    .mb-md-24 {
        margin-bottom: 24px !important
    }

    .mb-md-30 {
        margin-bottom: 30px !important
    }

    .mb-md-40 {
        margin-bottom: 40px !important
    }

    .mb-md-45 {
        margin-bottom: 45px !important
    }

    .mb-md-50 {
        margin-bottom: 50px !important
    }

    .mb-md-55 {
        margin-bottom: 55px !important
    }

    .mb-md-60 {
        margin-bottom: 60px !important
    }

    .mb-md-70 {
        margin-bottom: 70px !important
    }

    .mb-md-80 {
        margin-bottom: 80px !important
    }

    .mb-md-90 {
        margin-bottom: 90px !important
    }

    .mb-md-100 {
        margin-bottom: 100px !important
    }

    .mb-md-105 {
        margin-bottom: 105px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-10 {
        margin-left: 10px !important
    }

    .ms-md-12 {
        margin-left: 12px !important
    }

    .ms-md-14 {
        margin-left: 14px !important
    }

    .ms-md-18 {
        margin-left: 18px !important
    }

    .ms-md-20 {
        margin-left: 20px !important
    }

    .ms-md-24 {
        margin-left: 24px !important
    }

    .ms-md-30 {
        margin-left: 30px !important
    }

    .ms-md-40 {
        margin-left: 40px !important
    }

    .ms-md-45 {
        margin-left: 45px !important
    }

    .ms-md-50 {
        margin-left: 50px !important
    }

    .ms-md-55 {
        margin-left: 55px !important
    }

    .ms-md-60 {
        margin-left: 60px !important
    }

    .ms-md-70 {
        margin-left: 70px !important
    }

    .ms-md-80 {
        margin-left: 80px !important
    }

    .ms-md-90 {
        margin-left: 90px !important
    }

    .ms-md-100 {
        margin-left: 100px !important
    }

    .ms-md-105 {
        margin-left: 105px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

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

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

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

    .p-md-12 {
        padding: 12px !important
    }

    .p-md-14 {
        padding: 14px !important
    }

    .p-md-18 {
        padding: 18px !important
    }

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

    .p-md-24 {
        padding: 24px !important
    }

    .p-md-30 {
        padding: 30px !important
    }

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

    .p-md-45 {
        padding: 45px !important
    }

    .p-md-50 {
        padding: 50px !important
    }

    .p-md-55 {
        padding: 55px !important
    }

    .p-md-60 {
        padding: 60px !important
    }

    .p-md-70 {
        padding: 70px !important
    }

    .p-md-80 {
        padding: 80px !important
    }

    .p-md-90 {
        padding: 90px !important
    }

    .p-md-100 {
        padding: 100px !important
    }

    .p-md-105 {
        padding: 105px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-md-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-md-14 {
        padding-right: 14px !important;
        padding-left: 14px !important
    }

    .px-md-18 {
        padding-right: 18px !important;
        padding-left: 18px !important
    }

    .px-md-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-md-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-md-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-md-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-md-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-md-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-md-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-md-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-md-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-md-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-md-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-md-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-md-105 {
        padding-right: 105px !important;
        padding-left: 105px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-md-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-md-14 {
        padding-top: 14px !important;
        padding-bottom: 14px !important
    }

    .py-md-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important
    }

    .py-md-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-md-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-md-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-md-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-md-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-md-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-md-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-md-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-md-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-md-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-md-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-md-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pt-md-10 {
        padding-top: 10px !important
    }

    .pt-md-12 {
        padding-top: 12px !important
    }

    .pt-md-14 {
        padding-top: 14px !important
    }

    .pt-md-18 {
        padding-top: 18px !important
    }

    .pt-md-20 {
        padding-top: 20px !important
    }

    .pt-md-24 {
        padding-top: 24px !important
    }

    .pt-md-30 {
        padding-top: 30px !important
    }

    .pt-md-40 {
        padding-top: 40px !important
    }

    .pt-md-45 {
        padding-top: 45px !important
    }

    .pt-md-50 {
        padding-top: 50px !important
    }

    .pt-md-55 {
        padding-top: 55px !important
    }

    .pt-md-60 {
        padding-top: 60px !important
    }

    .pt-md-70 {
        padding-top: 70px !important
    }

    .pt-md-80 {
        padding-top: 80px !important
    }

    .pt-md-90 {
        padding-top: 90px !important
    }

    .pt-md-100 {
        padding-top: 100px !important
    }

    .pt-md-105 {
        padding-top: 105px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pe-md-10 {
        padding-right: 10px !important
    }

    .pe-md-12 {
        padding-right: 12px !important
    }

    .pe-md-14 {
        padding-right: 14px !important
    }

    .pe-md-18 {
        padding-right: 18px !important
    }

    .pe-md-20 {
        padding-right: 20px !important
    }

    .pe-md-24 {
        padding-right: 24px !important
    }

    .pe-md-30 {
        padding-right: 30px !important
    }

    .pe-md-40 {
        padding-right: 40px !important
    }

    .pe-md-45 {
        padding-right: 45px !important
    }

    .pe-md-50 {
        padding-right: 50px !important
    }

    .pe-md-55 {
        padding-right: 55px !important
    }

    .pe-md-60 {
        padding-right: 60px !important
    }

    .pe-md-70 {
        padding-right: 70px !important
    }

    .pe-md-80 {
        padding-right: 80px !important
    }

    .pe-md-90 {
        padding-right: 90px !important
    }

    .pe-md-100 {
        padding-right: 100px !important
    }

    .pe-md-105 {
        padding-right: 105px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pb-md-10 {
        padding-bottom: 10px !important
    }

    .pb-md-12 {
        padding-bottom: 12px !important
    }

    .pb-md-14 {
        padding-bottom: 14px !important
    }

    .pb-md-18 {
        padding-bottom: 18px !important
    }

    .pb-md-20 {
        padding-bottom: 20px !important
    }

    .pb-md-24 {
        padding-bottom: 24px !important
    }

    .pb-md-30 {
        padding-bottom: 30px !important
    }

    .pb-md-40 {
        padding-bottom: 40px !important
    }

    .pb-md-45 {
        padding-bottom: 45px !important
    }

    .pb-md-50 {
        padding-bottom: 50px !important
    }

    .pb-md-55 {
        padding-bottom: 55px !important
    }

    .pb-md-60 {
        padding-bottom: 60px !important
    }

    .pb-md-70 {
        padding-bottom: 70px !important
    }

    .pb-md-80 {
        padding-bottom: 80px !important
    }

    .pb-md-90 {
        padding-bottom: 90px !important
    }

    .pb-md-100 {
        padding-bottom: 100px !important
    }

    .pb-md-105 {
        padding-bottom: 105px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .ps-md-10 {
        padding-left: 10px !important
    }

    .ps-md-12 {
        padding-left: 12px !important
    }

    .ps-md-14 {
        padding-left: 14px !important
    }

    .ps-md-18 {
        padding-left: 18px !important
    }

    .ps-md-20 {
        padding-left: 20px !important
    }

    .ps-md-24 {
        padding-left: 24px !important
    }

    .ps-md-30 {
        padding-left: 30px !important
    }

    .ps-md-40 {
        padding-left: 40px !important
    }

    .ps-md-45 {
        padding-left: 45px !important
    }

    .ps-md-50 {
        padding-left: 50px !important
    }

    .ps-md-55 {
        padding-left: 55px !important
    }

    .ps-md-60 {
        padding-left: 60px !important
    }

    .ps-md-70 {
        padding-left: 70px !important
    }

    .ps-md-80 {
        padding-left: 80px !important
    }

    .ps-md-90 {
        padding-left: 90px !important
    }

    .ps-md-100 {
        padding-left: 100px !important
    }

    .ps-md-105 {
        padding-left: 105px !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

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

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

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

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

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

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

    .d-lg-grid {
        display: grid !important
    }

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

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

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

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .gap-lg-10 {
        gap: 10px !important
    }

    .gap-lg-12 {
        gap: 12px !important
    }

    .gap-lg-14 {
        gap: 14px !important
    }

    .gap-lg-18 {
        gap: 18px !important
    }

    .gap-lg-20 {
        gap: 20px !important
    }

    .gap-lg-24 {
        gap: 24px !important
    }

    .gap-lg-30 {
        gap: 30px !important
    }

    .gap-lg-40 {
        gap: 40px !important
    }

    .gap-lg-45 {
        gap: 45px !important
    }

    .gap-lg-50 {
        gap: 50px !important
    }

    .gap-lg-55 {
        gap: 55px !important
    }

    .gap-lg-60 {
        gap: 60px !important
    }

    .gap-lg-70 {
        gap: 70px !important
    }

    .gap-lg-80 {
        gap: 80px !important
    }

    .gap-lg-90 {
        gap: 90px !important
    }

    .gap-lg-100 {
        gap: 100px !important
    }

    .gap-lg-105 {
        gap: 105px !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

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

    .m-lg-12 {
        margin: 12px !important
    }

    .m-lg-14 {
        margin: 14px !important
    }

    .m-lg-18 {
        margin: 18px !important
    }

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

    .m-lg-24 {
        margin: 24px !important
    }

    .m-lg-30 {
        margin: 30px !important
    }

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

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

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

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

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

    .m-lg-70 {
        margin: 70px !important
    }

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

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

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

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

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-lg-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-lg-14 {
        margin-right: 14px !important;
        margin-left: 14px !important
    }

    .mx-lg-18 {
        margin-right: 18px !important;
        margin-left: 18px !important
    }

    .mx-lg-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-lg-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-lg-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-lg-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-lg-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-lg-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-lg-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-lg-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-lg-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-lg-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-lg-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-lg-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-lg-105 {
        margin-right: 105px !important;
        margin-left: 105px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-lg-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-lg-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important
    }

    .my-lg-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .my-lg-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-lg-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-lg-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-lg-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-lg-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-lg-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-lg-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-lg-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-lg-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-lg-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-lg-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-lg-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-lg-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-10 {
        margin-top: 10px !important
    }

    .mt-lg-12 {
        margin-top: 12px !important
    }

    .mt-lg-14 {
        margin-top: 14px !important
    }

    .mt-lg-18 {
        margin-top: 18px !important
    }

    .mt-lg-20 {
        margin-top: 20px !important
    }

    .mt-lg-24 {
        margin-top: 24px !important
    }

    .mt-lg-30 {
        margin-top: 30px !important
    }

    .mt-lg-40 {
        margin-top: 40px !important
    }

    .mt-lg-45 {
        margin-top: 45px !important
    }

    .mt-lg-50 {
        margin-top: 50px !important
    }

    .mt-lg-55 {
        margin-top: 55px !important
    }

    .mt-lg-60 {
        margin-top: 60px !important
    }

    .mt-lg-70 {
        margin-top: 70px !important
    }

    .mt-lg-80 {
        margin-top: 80px !important
    }

    .mt-lg-90 {
        margin-top: 90px !important
    }

    .mt-lg-100 {
        margin-top: 100px !important
    }

    .mt-lg-105 {
        margin-top: 105px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-10 {
        margin-right: 10px !important
    }

    .me-lg-12 {
        margin-right: 12px !important
    }

    .me-lg-14 {
        margin-right: 14px !important
    }

    .me-lg-18 {
        margin-right: 18px !important
    }

    .me-lg-20 {
        margin-right: 20px !important
    }

    .me-lg-24 {
        margin-right: 24px !important
    }

    .me-lg-30 {
        margin-right: 30px !important
    }

    .me-lg-40 {
        margin-right: 40px !important
    }

    .me-lg-45 {
        margin-right: 45px !important
    }

    .me-lg-50 {
        margin-right: 50px !important
    }

    .me-lg-55 {
        margin-right: 55px !important
    }

    .me-lg-60 {
        margin-right: 60px !important
    }

    .me-lg-70 {
        margin-right: 70px !important
    }

    .me-lg-80 {
        margin-right: 80px !important
    }

    .me-lg-90 {
        margin-right: 90px !important
    }

    .me-lg-100 {
        margin-right: 100px !important
    }

    .me-lg-105 {
        margin-right: 105px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-10 {
        margin-bottom: 10px !important
    }

    .mb-lg-12 {
        margin-bottom: 12px !important
    }

    .mb-lg-14 {
        margin-bottom: 14px !important
    }

    .mb-lg-18 {
        margin-bottom: 18px !important
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .mb-lg-24 {
        margin-bottom: 24px !important
    }

    .mb-lg-30 {
        margin-bottom: 30px !important
    }

    .mb-lg-40 {
        margin-bottom: 40px !important
    }

    .mb-lg-45 {
        margin-bottom: 45px !important
    }

    .mb-lg-50 {
        margin-bottom: 50px !important
    }

    .mb-lg-55 {
        margin-bottom: 55px !important
    }

    .mb-lg-60 {
        margin-bottom: 60px !important
    }

    .mb-lg-70 {
        margin-bottom: 70px !important
    }

    .mb-lg-80 {
        margin-bottom: 80px !important
    }

    .mb-lg-90 {
        margin-bottom: 90px !important
    }

    .mb-lg-100 {
        margin-bottom: 100px !important
    }

    .mb-lg-105 {
        margin-bottom: 105px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-10 {
        margin-left: 10px !important
    }

    .ms-lg-12 {
        margin-left: 12px !important
    }

    .ms-lg-14 {
        margin-left: 14px !important
    }

    .ms-lg-18 {
        margin-left: 18px !important
    }

    .ms-lg-20 {
        margin-left: 20px !important
    }

    .ms-lg-24 {
        margin-left: 24px !important
    }

    .ms-lg-30 {
        margin-left: 30px !important
    }

    .ms-lg-40 {
        margin-left: 40px !important
    }

    .ms-lg-45 {
        margin-left: 45px !important
    }

    .ms-lg-50 {
        margin-left: 50px !important
    }

    .ms-lg-55 {
        margin-left: 55px !important
    }

    .ms-lg-60 {
        margin-left: 60px !important
    }

    .ms-lg-70 {
        margin-left: 70px !important
    }

    .ms-lg-80 {
        margin-left: 80px !important
    }

    .ms-lg-90 {
        margin-left: 90px !important
    }

    .ms-lg-100 {
        margin-left: 100px !important
    }

    .ms-lg-105 {
        margin-left: 105px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

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

    .p-lg-12 {
        padding: 12px !important
    }

    .p-lg-14 {
        padding: 14px !important
    }

    .p-lg-18 {
        padding: 18px !important
    }

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

    .p-lg-24 {
        padding: 24px !important
    }

    .p-lg-30 {
        padding: 30px !important
    }

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

    .p-lg-45 {
        padding: 45px !important
    }

    .p-lg-50 {
        padding: 50px !important
    }

    .p-lg-55 {
        padding: 55px !important
    }

    .p-lg-60 {
        padding: 60px !important
    }

    .p-lg-70 {
        padding: 70px !important
    }

    .p-lg-80 {
        padding: 80px !important
    }

    .p-lg-90 {
        padding: 90px !important
    }

    .p-lg-100 {
        padding: 100px !important
    }

    .p-lg-105 {
        padding: 105px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-lg-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-lg-14 {
        padding-right: 14px !important;
        padding-left: 14px !important
    }

    .px-lg-18 {
        padding-right: 18px !important;
        padding-left: 18px !important
    }

    .px-lg-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-lg-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-lg-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-lg-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-lg-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-lg-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-lg-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-lg-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-lg-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-lg-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-lg-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-lg-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-lg-105 {
        padding-right: 105px !important;
        padding-left: 105px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-lg-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-lg-14 {
        padding-top: 14px !important;
        padding-bottom: 14px !important
    }

    .py-lg-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important
    }

    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-lg-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-lg-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-lg-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-lg-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-lg-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-lg-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-lg-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pt-lg-10 {
        padding-top: 10px !important
    }

    .pt-lg-12 {
        padding-top: 12px !important
    }

    .pt-lg-14 {
        padding-top: 14px !important
    }

    .pt-lg-18 {
        padding-top: 18px !important
    }

    .pt-lg-20 {
        padding-top: 20px !important
    }

    .pt-lg-24 {
        padding-top: 24px !important
    }

    .pt-lg-30 {
        padding-top: 30px !important
    }

    .pt-lg-40 {
        padding-top: 40px !important
    }

    .pt-lg-45 {
        padding-top: 45px !important
    }

    .pt-lg-50 {
        padding-top: 50px !important
    }

    .pt-lg-55 {
        padding-top: 55px !important
    }

    .pt-lg-60 {
        padding-top: 60px !important
    }

    .pt-lg-70 {
        padding-top: 70px !important
    }

    .pt-lg-80 {
        padding-top: 80px !important
    }

    .pt-lg-90 {
        padding-top: 90px !important
    }

    .pt-lg-100 {
        padding-top: 100px !important
    }

    .pt-lg-105 {
        padding-top: 105px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pe-lg-10 {
        padding-right: 10px !important
    }

    .pe-lg-12 {
        padding-right: 12px !important
    }

    .pe-lg-14 {
        padding-right: 14px !important
    }

    .pe-lg-18 {
        padding-right: 18px !important
    }

    .pe-lg-20 {
        padding-right: 20px !important
    }

    .pe-lg-24 {
        padding-right: 24px !important
    }

    .pe-lg-30 {
        padding-right: 30px !important
    }

    .pe-lg-40 {
        padding-right: 40px !important
    }

    .pe-lg-45 {
        padding-right: 45px !important
    }

    .pe-lg-50 {
        padding-right: 50px !important
    }

    .pe-lg-55 {
        padding-right: 55px !important
    }

    .pe-lg-60 {
        padding-right: 60px !important
    }

    .pe-lg-70 {
        padding-right: 70px !important
    }

    .pe-lg-80 {
        padding-right: 80px !important
    }

    .pe-lg-90 {
        padding-right: 90px !important
    }

    .pe-lg-100 {
        padding-right: 100px !important
    }

    .pe-lg-105 {
        padding-right: 105px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pb-lg-10 {
        padding-bottom: 10px !important
    }

    .pb-lg-12 {
        padding-bottom: 12px !important
    }

    .pb-lg-14 {
        padding-bottom: 14px !important
    }

    .pb-lg-18 {
        padding-bottom: 18px !important
    }

    .pb-lg-20 {
        padding-bottom: 20px !important
    }

    .pb-lg-24 {
        padding-bottom: 24px !important
    }

    .pb-lg-30 {
        padding-bottom: 30px !important
    }

    .pb-lg-40 {
        padding-bottom: 40px !important
    }

    .pb-lg-45 {
        padding-bottom: 45px !important
    }

    .pb-lg-50 {
        padding-bottom: 50px !important
    }

    .pb-lg-55 {
        padding-bottom: 55px !important
    }

    .pb-lg-60 {
        padding-bottom: 60px !important
    }

    .pb-lg-70 {
        padding-bottom: 70px !important
    }

    .pb-lg-80 {
        padding-bottom: 80px !important
    }

    .pb-lg-90 {
        padding-bottom: 90px !important
    }

    .pb-lg-100 {
        padding-bottom: 100px !important
    }

    .pb-lg-105 {
        padding-bottom: 105px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .ps-lg-10 {
        padding-left: 10px !important
    }

    .ps-lg-12 {
        padding-left: 12px !important
    }

    .ps-lg-14 {
        padding-left: 14px !important
    }

    .ps-lg-18 {
        padding-left: 18px !important
    }

    .ps-lg-20 {
        padding-left: 20px !important
    }

    .ps-lg-24 {
        padding-left: 24px !important
    }

    .ps-lg-30 {
        padding-left: 30px !important
    }

    .ps-lg-40 {
        padding-left: 40px !important
    }

    .ps-lg-45 {
        padding-left: 45px !important
    }

    .ps-lg-50 {
        padding-left: 50px !important
    }

    .ps-lg-55 {
        padding-left: 55px !important
    }

    .ps-lg-60 {
        padding-left: 60px !important
    }

    .ps-lg-70 {
        padding-left: 70px !important
    }

    .ps-lg-80 {
        padding-left: 80px !important
    }

    .ps-lg-90 {
        padding-left: 90px !important
    }

    .ps-lg-100 {
        padding-left: 100px !important
    }

    .ps-lg-105 {
        padding-left: 105px !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

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

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

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

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

    .d-xl-grid {
        display: grid !important
    }

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

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

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

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .gap-xl-10 {
        gap: 10px !important
    }

    .gap-xl-12 {
        gap: 12px !important
    }

    .gap-xl-14 {
        gap: 14px !important
    }

    .gap-xl-18 {
        gap: 18px !important
    }

    .gap-xl-20 {
        gap: 20px !important
    }

    .gap-xl-24 {
        gap: 24px !important
    }

    .gap-xl-30 {
        gap: 30px !important
    }

    .gap-xl-40 {
        gap: 40px !important
    }

    .gap-xl-45 {
        gap: 45px !important
    }

    .gap-xl-50 {
        gap: 50px !important
    }

    .gap-xl-55 {
        gap: 55px !important
    }

    .gap-xl-60 {
        gap: 60px !important
    }

    .gap-xl-70 {
        gap: 70px !important
    }

    .gap-xl-80 {
        gap: 80px !important
    }

    .gap-xl-90 {
        gap: 90px !important
    }

    .gap-xl-100 {
        gap: 100px !important
    }

    .gap-xl-105 {
        gap: 105px !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

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

    .m-xl-12 {
        margin: 12px !important
    }

    .m-xl-14 {
        margin: 14px !important
    }

    .m-xl-18 {
        margin: 18px !important
    }

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

    .m-xl-24 {
        margin: 24px !important
    }

    .m-xl-30 {
        margin: 30px !important
    }

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

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

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

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

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

    .m-xl-70 {
        margin: 70px !important
    }

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

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

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

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

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-xl-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xl-14 {
        margin-right: 14px !important;
        margin-left: 14px !important
    }

    .mx-xl-18 {
        margin-right: 18px !important;
        margin-left: 18px !important
    }

    .mx-xl-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xl-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xl-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-xl-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xl-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-xl-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xl-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-xl-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xl-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-xl-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-xl-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-xl-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-xl-105 {
        margin-right: 105px !important;
        margin-left: 105px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-xl-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xl-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important
    }

    .my-xl-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .my-xl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xl-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xl-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-xl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xl-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-xl-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xl-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-xl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xl-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-xl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xl-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-xl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xl-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-10 {
        margin-top: 10px !important
    }

    .mt-xl-12 {
        margin-top: 12px !important
    }

    .mt-xl-14 {
        margin-top: 14px !important
    }

    .mt-xl-18 {
        margin-top: 18px !important
    }

    .mt-xl-20 {
        margin-top: 20px !important
    }

    .mt-xl-24 {
        margin-top: 24px !important
    }

    .mt-xl-30 {
        margin-top: 30px !important
    }

    .mt-xl-40 {
        margin-top: 40px !important
    }

    .mt-xl-45 {
        margin-top: 45px !important
    }

    .mt-xl-50 {
        margin-top: 50px !important
    }

    .mt-xl-55 {
        margin-top: 55px !important
    }

    .mt-xl-60 {
        margin-top: 60px !important
    }

    .mt-xl-70 {
        margin-top: 70px !important
    }

    .mt-xl-80 {
        margin-top: 80px !important
    }

    .mt-xl-90 {
        margin-top: 90px !important
    }

    .mt-xl-100 {
        margin-top: 100px !important
    }

    .mt-xl-105 {
        margin-top: 105px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-10 {
        margin-right: 10px !important
    }

    .me-xl-12 {
        margin-right: 12px !important
    }

    .me-xl-14 {
        margin-right: 14px !important
    }

    .me-xl-18 {
        margin-right: 18px !important
    }

    .me-xl-20 {
        margin-right: 20px !important
    }

    .me-xl-24 {
        margin-right: 24px !important
    }

    .me-xl-30 {
        margin-right: 30px !important
    }

    .me-xl-40 {
        margin-right: 40px !important
    }

    .me-xl-45 {
        margin-right: 45px !important
    }

    .me-xl-50 {
        margin-right: 50px !important
    }

    .me-xl-55 {
        margin-right: 55px !important
    }

    .me-xl-60 {
        margin-right: 60px !important
    }

    .me-xl-70 {
        margin-right: 70px !important
    }

    .me-xl-80 {
        margin-right: 80px !important
    }

    .me-xl-90 {
        margin-right: 90px !important
    }

    .me-xl-100 {
        margin-right: 100px !important
    }

    .me-xl-105 {
        margin-right: 105px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-10 {
        margin-bottom: 10px !important
    }

    .mb-xl-12 {
        margin-bottom: 12px !important
    }

    .mb-xl-14 {
        margin-bottom: 14px !important
    }

    .mb-xl-18 {
        margin-bottom: 18px !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .mb-xl-24 {
        margin-bottom: 24px !important
    }

    .mb-xl-30 {
        margin-bottom: 30px !important
    }

    .mb-xl-40 {
        margin-bottom: 40px !important
    }

    .mb-xl-45 {
        margin-bottom: 45px !important
    }

    .mb-xl-50 {
        margin-bottom: 50px !important
    }

    .mb-xl-55 {
        margin-bottom: 55px !important
    }

    .mb-xl-60 {
        margin-bottom: 60px !important
    }

    .mb-xl-70 {
        margin-bottom: 70px !important
    }

    .mb-xl-80 {
        margin-bottom: 80px !important
    }

    .mb-xl-90 {
        margin-bottom: 90px !important
    }

    .mb-xl-100 {
        margin-bottom: 100px !important
    }

    .mb-xl-105 {
        margin-bottom: 105px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-10 {
        margin-left: 10px !important
    }

    .ms-xl-12 {
        margin-left: 12px !important
    }

    .ms-xl-14 {
        margin-left: 14px !important
    }

    .ms-xl-18 {
        margin-left: 18px !important
    }

    .ms-xl-20 {
        margin-left: 20px !important
    }

    .ms-xl-24 {
        margin-left: 24px !important
    }

    .ms-xl-30 {
        margin-left: 30px !important
    }

    .ms-xl-40 {
        margin-left: 40px !important
    }

    .ms-xl-45 {
        margin-left: 45px !important
    }

    .ms-xl-50 {
        margin-left: 50px !important
    }

    .ms-xl-55 {
        margin-left: 55px !important
    }

    .ms-xl-60 {
        margin-left: 60px !important
    }

    .ms-xl-70 {
        margin-left: 70px !important
    }

    .ms-xl-80 {
        margin-left: 80px !important
    }

    .ms-xl-90 {
        margin-left: 90px !important
    }

    .ms-xl-100 {
        margin-left: 100px !important
    }

    .ms-xl-105 {
        margin-left: 105px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

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

    .p-xl-12 {
        padding: 12px !important
    }

    .p-xl-14 {
        padding: 14px !important
    }

    .p-xl-18 {
        padding: 18px !important
    }

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

    .p-xl-24 {
        padding: 24px !important
    }

    .p-xl-30 {
        padding: 30px !important
    }

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

    .p-xl-45 {
        padding: 45px !important
    }

    .p-xl-50 {
        padding: 50px !important
    }

    .p-xl-55 {
        padding: 55px !important
    }

    .p-xl-60 {
        padding: 60px !important
    }

    .p-xl-70 {
        padding: 70px !important
    }

    .p-xl-80 {
        padding: 80px !important
    }

    .p-xl-90 {
        padding: 90px !important
    }

    .p-xl-100 {
        padding: 100px !important
    }

    .p-xl-105 {
        padding: 105px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-xl-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xl-14 {
        padding-right: 14px !important;
        padding-left: 14px !important
    }

    .px-xl-18 {
        padding-right: 18px !important;
        padding-left: 18px !important
    }

    .px-xl-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xl-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xl-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-xl-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-xl-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-xl-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xl-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-xl-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-xl-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-xl-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-xl-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-xl-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-xl-105 {
        padding-right: 105px !important;
        padding-left: 105px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-xl-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xl-14 {
        padding-top: 14px !important;
        padding-bottom: 14px !important
    }

    .py-xl-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important
    }

    .py-xl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xl-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xl-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-xl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xl-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-xl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xl-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-xl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-xl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-xl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-xl-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pt-xl-10 {
        padding-top: 10px !important
    }

    .pt-xl-12 {
        padding-top: 12px !important
    }

    .pt-xl-14 {
        padding-top: 14px !important
    }

    .pt-xl-18 {
        padding-top: 18px !important
    }

    .pt-xl-20 {
        padding-top: 20px !important
    }

    .pt-xl-24 {
        padding-top: 24px !important
    }

    .pt-xl-30 {
        padding-top: 30px !important
    }

    .pt-xl-40 {
        padding-top: 40px !important
    }

    .pt-xl-45 {
        padding-top: 45px !important
    }

    .pt-xl-50 {
        padding-top: 50px !important
    }

    .pt-xl-55 {
        padding-top: 55px !important
    }

    .pt-xl-60 {
        padding-top: 60px !important
    }

    .pt-xl-70 {
        padding-top: 70px !important
    }

    .pt-xl-80 {
        padding-top: 80px !important
    }

    .pt-xl-90 {
        padding-top: 90px !important
    }

    .pt-xl-100 {
        padding-top: 100px !important
    }

    .pt-xl-105 {
        padding-top: 105px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pe-xl-10 {
        padding-right: 10px !important
    }

    .pe-xl-12 {
        padding-right: 12px !important
    }

    .pe-xl-14 {
        padding-right: 14px !important
    }

    .pe-xl-18 {
        padding-right: 18px !important
    }

    .pe-xl-20 {
        padding-right: 20px !important
    }

    .pe-xl-24 {
        padding-right: 24px !important
    }

    .pe-xl-30 {
        padding-right: 30px !important
    }

    .pe-xl-40 {
        padding-right: 40px !important
    }

    .pe-xl-45 {
        padding-right: 45px !important
    }

    .pe-xl-50 {
        padding-right: 50px !important
    }

    .pe-xl-55 {
        padding-right: 55px !important
    }

    .pe-xl-60 {
        padding-right: 60px !important
    }

    .pe-xl-70 {
        padding-right: 70px !important
    }

    .pe-xl-80 {
        padding-right: 80px !important
    }

    .pe-xl-90 {
        padding-right: 90px !important
    }

    .pe-xl-100 {
        padding-right: 100px !important
    }

    .pe-xl-105 {
        padding-right: 105px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xl-10 {
        padding-bottom: 10px !important
    }

    .pb-xl-12 {
        padding-bottom: 12px !important
    }

    .pb-xl-14 {
        padding-bottom: 14px !important
    }

    .pb-xl-18 {
        padding-bottom: 18px !important
    }

    .pb-xl-20 {
        padding-bottom: 20px !important
    }

    .pb-xl-24 {
        padding-bottom: 24px !important
    }

    .pb-xl-30 {
        padding-bottom: 30px !important
    }

    .pb-xl-40 {
        padding-bottom: 40px !important
    }

    .pb-xl-45 {
        padding-bottom: 45px !important
    }

    .pb-xl-50 {
        padding-bottom: 50px !important
    }

    .pb-xl-55 {
        padding-bottom: 55px !important
    }

    .pb-xl-60 {
        padding-bottom: 60px !important
    }

    .pb-xl-70 {
        padding-bottom: 70px !important
    }

    .pb-xl-80 {
        padding-bottom: 80px !important
    }

    .pb-xl-90 {
        padding-bottom: 90px !important
    }

    .pb-xl-100 {
        padding-bottom: 100px !important
    }

    .pb-xl-105 {
        padding-bottom: 105px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .ps-xl-10 {
        padding-left: 10px !important
    }

    .ps-xl-12 {
        padding-left: 12px !important
    }

    .ps-xl-14 {
        padding-left: 14px !important
    }

    .ps-xl-18 {
        padding-left: 18px !important
    }

    .ps-xl-20 {
        padding-left: 20px !important
    }

    .ps-xl-24 {
        padding-left: 24px !important
    }

    .ps-xl-30 {
        padding-left: 30px !important
    }

    .ps-xl-40 {
        padding-left: 40px !important
    }

    .ps-xl-45 {
        padding-left: 45px !important
    }

    .ps-xl-50 {
        padding-left: 50px !important
    }

    .ps-xl-55 {
        padding-left: 55px !important
    }

    .ps-xl-60 {
        padding-left: 60px !important
    }

    .ps-xl-70 {
        padding-left: 70px !important
    }

    .ps-xl-80 {
        padding-left: 80px !important
    }

    .ps-xl-90 {
        padding-left: 90px !important
    }

    .ps-xl-100 {
        padding-left: 100px !important
    }

    .ps-xl-105 {
        padding-left: 105px !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .gap-xxl-10 {
        gap: 10px !important
    }

    .gap-xxl-12 {
        gap: 12px !important
    }

    .gap-xxl-14 {
        gap: 14px !important
    }

    .gap-xxl-18 {
        gap: 18px !important
    }

    .gap-xxl-20 {
        gap: 20px !important
    }

    .gap-xxl-24 {
        gap: 24px !important
    }

    .gap-xxl-30 {
        gap: 30px !important
    }

    .gap-xxl-40 {
        gap: 40px !important
    }

    .gap-xxl-45 {
        gap: 45px !important
    }

    .gap-xxl-50 {
        gap: 50px !important
    }

    .gap-xxl-55 {
        gap: 55px !important
    }

    .gap-xxl-60 {
        gap: 60px !important
    }

    .gap-xxl-70 {
        gap: 70px !important
    }

    .gap-xxl-80 {
        gap: 80px !important
    }

    .gap-xxl-90 {
        gap: 90px !important
    }

    .gap-xxl-100 {
        gap: 100px !important
    }

    .gap-xxl-105 {
        gap: 105px !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

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

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

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

    .m-xxl-12 {
        margin: 12px !important
    }

    .m-xxl-14 {
        margin: 14px !important
    }

    .m-xxl-18 {
        margin: 18px !important
    }

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

    .m-xxl-24 {
        margin: 24px !important
    }

    .m-xxl-30 {
        margin: 30px !important
    }

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

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

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

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

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

    .m-xxl-70 {
        margin: 70px !important
    }

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

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

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

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

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-xxl-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xxl-14 {
        margin-right: 14px !important;
        margin-left: 14px !important
    }

    .mx-xxl-18 {
        margin-right: 18px !important;
        margin-left: 18px !important
    }

    .mx-xxl-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xxl-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xxl-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-xxl-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xxl-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-xxl-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xxl-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-xxl-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xxl-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-xxl-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-xxl-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-xxl-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-xxl-105 {
        margin-right: 105px !important;
        margin-left: 105px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-xxl-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xxl-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important
    }

    .my-xxl-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .my-xxl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xxl-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xxl-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-xxl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xxl-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-xxl-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xxl-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-xxl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xxl-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-xxl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xxl-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-xxl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xxl-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-10 {
        margin-top: 10px !important
    }

    .mt-xxl-12 {
        margin-top: 12px !important
    }

    .mt-xxl-14 {
        margin-top: 14px !important
    }

    .mt-xxl-18 {
        margin-top: 18px !important
    }

    .mt-xxl-20 {
        margin-top: 20px !important
    }

    .mt-xxl-24 {
        margin-top: 24px !important
    }

    .mt-xxl-30 {
        margin-top: 30px !important
    }

    .mt-xxl-40 {
        margin-top: 40px !important
    }

    .mt-xxl-45 {
        margin-top: 45px !important
    }

    .mt-xxl-50 {
        margin-top: 50px !important
    }

    .mt-xxl-55 {
        margin-top: 55px !important
    }

    .mt-xxl-60 {
        margin-top: 60px !important
    }

    .mt-xxl-70 {
        margin-top: 70px !important
    }

    .mt-xxl-80 {
        margin-top: 80px !important
    }

    .mt-xxl-90 {
        margin-top: 90px !important
    }

    .mt-xxl-100 {
        margin-top: 100px !important
    }

    .mt-xxl-105 {
        margin-top: 105px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-10 {
        margin-right: 10px !important
    }

    .me-xxl-12 {
        margin-right: 12px !important
    }

    .me-xxl-14 {
        margin-right: 14px !important
    }

    .me-xxl-18 {
        margin-right: 18px !important
    }

    .me-xxl-20 {
        margin-right: 20px !important
    }

    .me-xxl-24 {
        margin-right: 24px !important
    }

    .me-xxl-30 {
        margin-right: 30px !important
    }

    .me-xxl-40 {
        margin-right: 40px !important
    }

    .me-xxl-45 {
        margin-right: 45px !important
    }

    .me-xxl-50 {
        margin-right: 50px !important
    }

    .me-xxl-55 {
        margin-right: 55px !important
    }

    .me-xxl-60 {
        margin-right: 60px !important
    }

    .me-xxl-70 {
        margin-right: 70px !important
    }

    .me-xxl-80 {
        margin-right: 80px !important
    }

    .me-xxl-90 {
        margin-right: 90px !important
    }

    .me-xxl-100 {
        margin-right: 100px !important
    }

    .me-xxl-105 {
        margin-right: 105px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 10px !important
    }

    .mb-xxl-12 {
        margin-bottom: 12px !important
    }

    .mb-xxl-14 {
        margin-bottom: 14px !important
    }

    .mb-xxl-18 {
        margin-bottom: 18px !important
    }

    .mb-xxl-20 {
        margin-bottom: 20px !important
    }

    .mb-xxl-24 {
        margin-bottom: 24px !important
    }

    .mb-xxl-30 {
        margin-bottom: 30px !important
    }

    .mb-xxl-40 {
        margin-bottom: 40px !important
    }

    .mb-xxl-45 {
        margin-bottom: 45px !important
    }

    .mb-xxl-50 {
        margin-bottom: 50px !important
    }

    .mb-xxl-55 {
        margin-bottom: 55px !important
    }

    .mb-xxl-60 {
        margin-bottom: 60px !important
    }

    .mb-xxl-70 {
        margin-bottom: 70px !important
    }

    .mb-xxl-80 {
        margin-bottom: 80px !important
    }

    .mb-xxl-90 {
        margin-bottom: 90px !important
    }

    .mb-xxl-100 {
        margin-bottom: 100px !important
    }

    .mb-xxl-105 {
        margin-bottom: 105px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-10 {
        margin-left: 10px !important
    }

    .ms-xxl-12 {
        margin-left: 12px !important
    }

    .ms-xxl-14 {
        margin-left: 14px !important
    }

    .ms-xxl-18 {
        margin-left: 18px !important
    }

    .ms-xxl-20 {
        margin-left: 20px !important
    }

    .ms-xxl-24 {
        margin-left: 24px !important
    }

    .ms-xxl-30 {
        margin-left: 30px !important
    }

    .ms-xxl-40 {
        margin-left: 40px !important
    }

    .ms-xxl-45 {
        margin-left: 45px !important
    }

    .ms-xxl-50 {
        margin-left: 50px !important
    }

    .ms-xxl-55 {
        margin-left: 55px !important
    }

    .ms-xxl-60 {
        margin-left: 60px !important
    }

    .ms-xxl-70 {
        margin-left: 70px !important
    }

    .ms-xxl-80 {
        margin-left: 80px !important
    }

    .ms-xxl-90 {
        margin-left: 90px !important
    }

    .ms-xxl-100 {
        margin-left: 100px !important
    }

    .ms-xxl-105 {
        margin-left: 105px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

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

    .p-xxl-12 {
        padding: 12px !important
    }

    .p-xxl-14 {
        padding: 14px !important
    }

    .p-xxl-18 {
        padding: 18px !important
    }

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

    .p-xxl-24 {
        padding: 24px !important
    }

    .p-xxl-30 {
        padding: 30px !important
    }

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

    .p-xxl-45 {
        padding: 45px !important
    }

    .p-xxl-50 {
        padding: 50px !important
    }

    .p-xxl-55 {
        padding: 55px !important
    }

    .p-xxl-60 {
        padding: 60px !important
    }

    .p-xxl-70 {
        padding: 70px !important
    }

    .p-xxl-80 {
        padding: 80px !important
    }

    .p-xxl-90 {
        padding: 90px !important
    }

    .p-xxl-100 {
        padding: 100px !important
    }

    .p-xxl-105 {
        padding: 105px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-xxl-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xxl-14 {
        padding-right: 14px !important;
        padding-left: 14px !important
    }

    .px-xxl-18 {
        padding-right: 18px !important;
        padding-left: 18px !important
    }

    .px-xxl-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xxl-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xxl-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-xxl-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-xxl-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-xxl-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xxl-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-xxl-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-xxl-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-xxl-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-xxl-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-xxl-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-xxl-105 {
        padding-right: 105px !important;
        padding-left: 105px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-xxl-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xxl-14 {
        padding-top: 14px !important;
        padding-bottom: 14px !important
    }

    .py-xxl-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important
    }

    .py-xxl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xxl-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xxl-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-xxl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xxl-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-xxl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xxl-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-xxl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xxl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-xxl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xxl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-xxl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-xxl-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pt-xxl-10 {
        padding-top: 10px !important
    }

    .pt-xxl-12 {
        padding-top: 12px !important
    }

    .pt-xxl-14 {
        padding-top: 14px !important
    }

    .pt-xxl-18 {
        padding-top: 18px !important
    }

    .pt-xxl-20 {
        padding-top: 20px !important
    }

    .pt-xxl-24 {
        padding-top: 24px !important
    }

    .pt-xxl-30 {
        padding-top: 30px !important
    }

    .pt-xxl-40 {
        padding-top: 40px !important
    }

    .pt-xxl-45 {
        padding-top: 45px !important
    }

    .pt-xxl-50 {
        padding-top: 50px !important
    }

    .pt-xxl-55 {
        padding-top: 55px !important
    }

    .pt-xxl-60 {
        padding-top: 60px !important
    }

    .pt-xxl-70 {
        padding-top: 70px !important
    }

    .pt-xxl-80 {
        padding-top: 80px !important
    }

    .pt-xxl-90 {
        padding-top: 90px !important
    }

    .pt-xxl-100 {
        padding-top: 100px !important
    }

    .pt-xxl-105 {
        padding-top: 105px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pe-xxl-10 {
        padding-right: 10px !important
    }

    .pe-xxl-12 {
        padding-right: 12px !important
    }

    .pe-xxl-14 {
        padding-right: 14px !important
    }

    .pe-xxl-18 {
        padding-right: 18px !important
    }

    .pe-xxl-20 {
        padding-right: 20px !important
    }

    .pe-xxl-24 {
        padding-right: 24px !important
    }

    .pe-xxl-30 {
        padding-right: 30px !important
    }

    .pe-xxl-40 {
        padding-right: 40px !important
    }

    .pe-xxl-45 {
        padding-right: 45px !important
    }

    .pe-xxl-50 {
        padding-right: 50px !important
    }

    .pe-xxl-55 {
        padding-right: 55px !important
    }

    .pe-xxl-60 {
        padding-right: 60px !important
    }

    .pe-xxl-70 {
        padding-right: 70px !important
    }

    .pe-xxl-80 {
        padding-right: 80px !important
    }

    .pe-xxl-90 {
        padding-right: 90px !important
    }

    .pe-xxl-100 {
        padding-right: 100px !important
    }

    .pe-xxl-105 {
        padding-right: 105px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-10 {
        padding-bottom: 10px !important
    }

    .pb-xxl-12 {
        padding-bottom: 12px !important
    }

    .pb-xxl-14 {
        padding-bottom: 14px !important
    }

    .pb-xxl-18 {
        padding-bottom: 18px !important
    }

    .pb-xxl-20 {
        padding-bottom: 20px !important
    }

    .pb-xxl-24 {
        padding-bottom: 24px !important
    }

    .pb-xxl-30 {
        padding-bottom: 30px !important
    }

    .pb-xxl-40 {
        padding-bottom: 40px !important
    }

    .pb-xxl-45 {
        padding-bottom: 45px !important
    }

    .pb-xxl-50 {
        padding-bottom: 50px !important
    }

    .pb-xxl-55 {
        padding-bottom: 55px !important
    }

    .pb-xxl-60 {
        padding-bottom: 60px !important
    }

    .pb-xxl-70 {
        padding-bottom: 70px !important
    }

    .pb-xxl-80 {
        padding-bottom: 80px !important
    }

    .pb-xxl-90 {
        padding-bottom: 90px !important
    }

    .pb-xxl-100 {
        padding-bottom: 100px !important
    }

    .pb-xxl-105 {
        padding-bottom: 105px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .ps-xxl-10 {
        padding-left: 10px !important
    }

    .ps-xxl-12 {
        padding-left: 12px !important
    }

    .ps-xxl-14 {
        padding-left: 14px !important
    }

    .ps-xxl-18 {
        padding-left: 18px !important
    }

    .ps-xxl-20 {
        padding-left: 20px !important
    }

    .ps-xxl-24 {
        padding-left: 24px !important
    }

    .ps-xxl-30 {
        padding-left: 30px !important
    }

    .ps-xxl-40 {
        padding-left: 40px !important
    }

    .ps-xxl-45 {
        padding-left: 45px !important
    }

    .ps-xxl-50 {
        padding-left: 50px !important
    }

    .ps-xxl-55 {
        padding-left: 55px !important
    }

    .ps-xxl-60 {
        padding-left: 60px !important
    }

    .ps-xxl-70 {
        padding-left: 70px !important
    }

    .ps-xxl-80 {
        padding-left: 80px !important
    }

    .ps-xxl-90 {
        padding-left: 90px !important
    }

    .ps-xxl-100 {
        padding-left: 100px !important
    }

    .ps-xxl-105 {
        padding-left: 105px !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-xxxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

    .flex-xxxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .gap-xxxl-0 {
        gap: 0 !important
    }

    .gap-xxxl-1 {
        gap: .25rem !important
    }

    .gap-xxxl-2 {
        gap: .5rem !important
    }

    .gap-xxxl-3 {
        gap: 1rem !important
    }

    .gap-xxxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxxl-5 {
        gap: 3rem !important
    }

    .gap-xxxl-10 {
        gap: 10px !important
    }

    .gap-xxxl-12 {
        gap: 12px !important
    }

    .gap-xxxl-14 {
        gap: 14px !important
    }

    .gap-xxxl-18 {
        gap: 18px !important
    }

    .gap-xxxl-20 {
        gap: 20px !important
    }

    .gap-xxxl-24 {
        gap: 24px !important
    }

    .gap-xxxl-30 {
        gap: 30px !important
    }

    .gap-xxxl-40 {
        gap: 40px !important
    }

    .gap-xxxl-45 {
        gap: 45px !important
    }

    .gap-xxxl-50 {
        gap: 50px !important
    }

    .gap-xxxl-55 {
        gap: 55px !important
    }

    .gap-xxxl-60 {
        gap: 60px !important
    }

    .gap-xxxl-70 {
        gap: 70px !important
    }

    .gap-xxxl-80 {
        gap: 80px !important
    }

    .gap-xxxl-90 {
        gap: 90px !important
    }

    .gap-xxxl-100 {
        gap: 100px !important
    }

    .gap-xxxl-105 {
        gap: 105px !important
    }

    .justify-content-xxxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

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

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

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

    .m-xxxl-12 {
        margin: 12px !important
    }

    .m-xxxl-14 {
        margin: 14px !important
    }

    .m-xxxl-18 {
        margin: 18px !important
    }

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

    .m-xxxl-24 {
        margin: 24px !important
    }

    .m-xxxl-30 {
        margin: 30px !important
    }

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

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

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

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

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

    .m-xxxl-70 {
        margin: 70px !important
    }

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

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

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

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

    .m-xxxl-auto {
        margin: auto !important
    }

    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxxl-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-xxxl-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xxxl-14 {
        margin-right: 14px !important;
        margin-left: 14px !important
    }

    .mx-xxxl-18 {
        margin-right: 18px !important;
        margin-left: 18px !important
    }

    .mx-xxxl-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xxxl-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xxxl-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-xxxl-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xxxl-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-xxxl-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xxxl-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-xxxl-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xxxl-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-xxxl-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-xxxl-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-xxxl-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-xxxl-105 {
        margin-right: 105px !important;
        margin-left: 105px !important
    }

    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxxl-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-xxxl-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xxxl-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important
    }

    .my-xxxl-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important
    }

    .my-xxxl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xxxl-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xxxl-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-xxxl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xxxl-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-xxxl-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xxxl-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-xxxl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xxxl-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-xxxl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xxxl-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-xxxl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xxxl-105 {
        margin-top: 105px !important;
        margin-bottom: 105px !important
    }

    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxxl-0 {
        margin-top: 0 !important
    }

    .mt-xxxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxxl-10 {
        margin-top: 10px !important
    }

    .mt-xxxl-12 {
        margin-top: 12px !important
    }

    .mt-xxxl-14 {
        margin-top: 14px !important
    }

    .mt-xxxl-18 {
        margin-top: 18px !important
    }

    .mt-xxxl-20 {
        margin-top: 20px !important
    }

    .mt-xxxl-24 {
        margin-top: 24px !important
    }

    .mt-xxxl-30 {
        margin-top: 30px !important
    }

    .mt-xxxl-40 {
        margin-top: 40px !important
    }

    .mt-xxxl-45 {
        margin-top: 45px !important
    }

    .mt-xxxl-50 {
        margin-top: 50px !important
    }

    .mt-xxxl-55 {
        margin-top: 55px !important
    }

    .mt-xxxl-60 {
        margin-top: 60px !important
    }

    .mt-xxxl-70 {
        margin-top: 70px !important
    }

    .mt-xxxl-80 {
        margin-top: 80px !important
    }

    .mt-xxxl-90 {
        margin-top: 90px !important
    }

    .mt-xxxl-100 {
        margin-top: 100px !important
    }

    .mt-xxxl-105 {
        margin-top: 105px !important
    }

    .mt-xxxl-auto {
        margin-top: auto !important
    }

    .me-xxxl-0 {
        margin-right: 0 !important
    }

    .me-xxxl-1 {
        margin-right: .25rem !important
    }

    .me-xxxl-2 {
        margin-right: .5rem !important
    }

    .me-xxxl-3 {
        margin-right: 1rem !important
    }

    .me-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxxl-5 {
        margin-right: 3rem !important
    }

    .me-xxxl-10 {
        margin-right: 10px !important
    }

    .me-xxxl-12 {
        margin-right: 12px !important
    }

    .me-xxxl-14 {
        margin-right: 14px !important
    }

    .me-xxxl-18 {
        margin-right: 18px !important
    }

    .me-xxxl-20 {
        margin-right: 20px !important
    }

    .me-xxxl-24 {
        margin-right: 24px !important
    }

    .me-xxxl-30 {
        margin-right: 30px !important
    }

    .me-xxxl-40 {
        margin-right: 40px !important
    }

    .me-xxxl-45 {
        margin-right: 45px !important
    }

    .me-xxxl-50 {
        margin-right: 50px !important
    }

    .me-xxxl-55 {
        margin-right: 55px !important
    }

    .me-xxxl-60 {
        margin-right: 60px !important
    }

    .me-xxxl-70 {
        margin-right: 70px !important
    }

    .me-xxxl-80 {
        margin-right: 80px !important
    }

    .me-xxxl-90 {
        margin-right: 90px !important
    }

    .me-xxxl-100 {
        margin-right: 100px !important
    }

    .me-xxxl-105 {
        margin-right: 105px !important
    }

    .me-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxxl-10 {
        margin-bottom: 10px !important
    }

    .mb-xxxl-12 {
        margin-bottom: 12px !important
    }

    .mb-xxxl-14 {
        margin-bottom: 14px !important
    }

    .mb-xxxl-18 {
        margin-bottom: 18px !important
    }

    .mb-xxxl-20 {
        margin-bottom: 20px !important
    }

    .mb-xxxl-24 {
        margin-bottom: 24px !important
    }

    .mb-xxxl-30 {
        margin-bottom: 30px !important
    }

    .mb-xxxl-40 {
        margin-bottom: 40px !important
    }

    .mb-xxxl-45 {
        margin-bottom: 45px !important
    }

    .mb-xxxl-50 {
        margin-bottom: 50px !important
    }

    .mb-xxxl-55 {
        margin-bottom: 55px !important
    }

    .mb-xxxl-60 {
        margin-bottom: 60px !important
    }

    .mb-xxxl-70 {
        margin-bottom: 70px !important
    }

    .mb-xxxl-80 {
        margin-bottom: 80px !important
    }

    .mb-xxxl-90 {
        margin-bottom: 90px !important
    }

    .mb-xxxl-100 {
        margin-bottom: 100px !important
    }

    .mb-xxxl-105 {
        margin-bottom: 105px !important
    }

    .mb-xxxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxxl-0 {
        margin-left: 0 !important
    }

    .ms-xxxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxxl-10 {
        margin-left: 10px !important
    }

    .ms-xxxl-12 {
        margin-left: 12px !important
    }

    .ms-xxxl-14 {
        margin-left: 14px !important
    }

    .ms-xxxl-18 {
        margin-left: 18px !important
    }

    .ms-xxxl-20 {
        margin-left: 20px !important
    }

    .ms-xxxl-24 {
        margin-left: 24px !important
    }

    .ms-xxxl-30 {
        margin-left: 30px !important
    }

    .ms-xxxl-40 {
        margin-left: 40px !important
    }

    .ms-xxxl-45 {
        margin-left: 45px !important
    }

    .ms-xxxl-50 {
        margin-left: 50px !important
    }

    .ms-xxxl-55 {
        margin-left: 55px !important
    }

    .ms-xxxl-60 {
        margin-left: 60px !important
    }

    .ms-xxxl-70 {
        margin-left: 70px !important
    }

    .ms-xxxl-80 {
        margin-left: 80px !important
    }

    .ms-xxxl-90 {
        margin-left: 90px !important
    }

    .ms-xxxl-100 {
        margin-left: 100px !important
    }

    .ms-xxxl-105 {
        margin-left: 105px !important
    }

    .ms-xxxl-auto {
        margin-left: auto !important
    }

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

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .p-xxxl-2 {
        padding: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

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

    .p-xxxl-12 {
        padding: 12px !important
    }

    .p-xxxl-14 {
        padding: 14px !important
    }

    .p-xxxl-18 {
        padding: 18px !important
    }

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

    .p-xxxl-24 {
        padding: 24px !important
    }

    .p-xxxl-30 {
        padding: 30px !important
    }

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

    .p-xxxl-45 {
        padding: 45px !important
    }

    .p-xxxl-50 {
        padding: 50px !important
    }

    .p-xxxl-55 {
        padding: 55px !important
    }

    .p-xxxl-60 {
        padding: 60px !important
    }

    .p-xxxl-70 {
        padding: 70px !important
    }

    .p-xxxl-80 {
        padding: 80px !important
    }

    .p-xxxl-90 {
        padding: 90px !important
    }

    .p-xxxl-100 {
        padding: 100px !important
    }

    .p-xxxl-105 {
        padding: 105px !important
    }

    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxxl-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-xxxl-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xxxl-14 {
        padding-right: 14px !important;
        padding-left: 14px !important
    }

    .px-xxxl-18 {
        padding-right: 18px !important;
        padding-left: 18px !important
    }

    .px-xxxl-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xxxl-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xxxl-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-xxxl-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-xxxl-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-xxxl-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xxxl-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-xxxl-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-xxxl-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-xxxl-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-xxxl-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-xxxl-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-xxxl-105 {
        padding-right: 105px !important;
        padding-left: 105px !important
    }

    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxxl-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-xxxl-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xxxl-14 {
        padding-top: 14px !important;
        padding-bottom: 14px !important
    }

    .py-xxxl-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important
    }

    .py-xxxl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xxxl-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xxxl-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-xxxl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xxxl-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-xxxl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xxxl-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-xxxl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xxxl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-xxxl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xxxl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-xxxl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-xxxl-105 {
        padding-top: 105px !important;
        padding-bottom: 105px !important
    }

    .pt-xxxl-0 {
        padding-top: 0 !important
    }

    .pt-xxxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxxl-5 {
        padding-top: 3rem !important
    }

    .pt-xxxl-10 {
        padding-top: 10px !important
    }

    .pt-xxxl-12 {
        padding-top: 12px !important
    }

    .pt-xxxl-14 {
        padding-top: 14px !important
    }

    .pt-xxxl-18 {
        padding-top: 18px !important
    }

    .pt-xxxl-20 {
        padding-top: 20px !important
    }

    .pt-xxxl-24 {
        padding-top: 24px !important
    }

    .pt-xxxl-30 {
        padding-top: 30px !important
    }

    .pt-xxxl-40 {
        padding-top: 40px !important
    }

    .pt-xxxl-45 {
        padding-top: 45px !important
    }

    .pt-xxxl-50 {
        padding-top: 50px !important
    }

    .pt-xxxl-55 {
        padding-top: 55px !important
    }

    .pt-xxxl-60 {
        padding-top: 60px !important
    }

    .pt-xxxl-70 {
        padding-top: 70px !important
    }

    .pt-xxxl-80 {
        padding-top: 80px !important
    }

    .pt-xxxl-90 {
        padding-top: 90px !important
    }

    .pt-xxxl-100 {
        padding-top: 100px !important
    }

    .pt-xxxl-105 {
        padding-top: 105px !important
    }

    .pe-xxxl-0 {
        padding-right: 0 !important
    }

    .pe-xxxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxxl-5 {
        padding-right: 3rem !important
    }

    .pe-xxxl-10 {
        padding-right: 10px !important
    }

    .pe-xxxl-12 {
        padding-right: 12px !important
    }

    .pe-xxxl-14 {
        padding-right: 14px !important
    }

    .pe-xxxl-18 {
        padding-right: 18px !important
    }

    .pe-xxxl-20 {
        padding-right: 20px !important
    }

    .pe-xxxl-24 {
        padding-right: 24px !important
    }

    .pe-xxxl-30 {
        padding-right: 30px !important
    }

    .pe-xxxl-40 {
        padding-right: 40px !important
    }

    .pe-xxxl-45 {
        padding-right: 45px !important
    }

    .pe-xxxl-50 {
        padding-right: 50px !important
    }

    .pe-xxxl-55 {
        padding-right: 55px !important
    }

    .pe-xxxl-60 {
        padding-right: 60px !important
    }

    .pe-xxxl-70 {
        padding-right: 70px !important
    }

    .pe-xxxl-80 {
        padding-right: 80px !important
    }

    .pe-xxxl-90 {
        padding-right: 90px !important
    }

    .pe-xxxl-100 {
        padding-right: 100px !important
    }

    .pe-xxxl-105 {
        padding-right: 105px !important
    }

    .pb-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xxxl-10 {
        padding-bottom: 10px !important
    }

    .pb-xxxl-12 {
        padding-bottom: 12px !important
    }

    .pb-xxxl-14 {
        padding-bottom: 14px !important
    }

    .pb-xxxl-18 {
        padding-bottom: 18px !important
    }

    .pb-xxxl-20 {
        padding-bottom: 20px !important
    }

    .pb-xxxl-24 {
        padding-bottom: 24px !important
    }

    .pb-xxxl-30 {
        padding-bottom: 30px !important
    }

    .pb-xxxl-40 {
        padding-bottom: 40px !important
    }

    .pb-xxxl-45 {
        padding-bottom: 45px !important
    }

    .pb-xxxl-50 {
        padding-bottom: 50px !important
    }

    .pb-xxxl-55 {
        padding-bottom: 55px !important
    }

    .pb-xxxl-60 {
        padding-bottom: 60px !important
    }

    .pb-xxxl-70 {
        padding-bottom: 70px !important
    }

    .pb-xxxl-80 {
        padding-bottom: 80px !important
    }

    .pb-xxxl-90 {
        padding-bottom: 90px !important
    }

    .pb-xxxl-100 {
        padding-bottom: 100px !important
    }

    .pb-xxxl-105 {
        padding-bottom: 105px !important
    }

    .ps-xxxl-0 {
        padding-left: 0 !important
    }

    .ps-xxxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxxl-5 {
        padding-left: 3rem !important
    }

    .ps-xxxl-10 {
        padding-left: 10px !important
    }

    .ps-xxxl-12 {
        padding-left: 12px !important
    }

    .ps-xxxl-14 {
        padding-left: 14px !important
    }

    .ps-xxxl-18 {
        padding-left: 18px !important
    }

    .ps-xxxl-20 {
        padding-left: 20px !important
    }

    .ps-xxxl-24 {
        padding-left: 24px !important
    }

    .ps-xxxl-30 {
        padding-left: 30px !important
    }

    .ps-xxxl-40 {
        padding-left: 40px !important
    }

    .ps-xxxl-45 {
        padding-left: 45px !important
    }

    .ps-xxxl-50 {
        padding-left: 50px !important
    }

    .ps-xxxl-55 {
        padding-left: 55px !important
    }

    .ps-xxxl-60 {
        padding-left: 60px !important
    }

    .ps-xxxl-70 {
        padding-left: 70px !important
    }

    .ps-xxxl-80 {
        padding-left: 80px !important
    }

    .ps-xxxl-90 {
        padding-left: 90px !important
    }

    .ps-xxxl-100 {
        padding-left: 100px !important
    }

    .ps-xxxl-105 {
        padding-left: 105px !important
    }

    .text-xxxl-start {
        text-align: left !important
    }

    .text-xxxl-end {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

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

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

    .d-print-grid {
        display: grid !important
    }

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

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

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

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

@-webkit-keyframes gradient-animate {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 400% 0
    }
}

@keyframes gradient-animate {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 400% 0
    }
}

@-webkit-keyframes phone-circle-animate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(.5);
        transform: translate(-50%, -50%) rotate(0) scale(.5);
        opacity: .1
    }

    30% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(.7);
        transform: translate(-50%, -50%) rotate(0) scale(.7);
        opacity: .5
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
        transform: translate(-50%, -50%) rotate(0) scale(1);
        opacity: .1
    }
}

@keyframes phone-circle-animate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(.5);
        transform: translate(-50%, -50%) rotate(0) scale(.5);
        opacity: .1
    }

    30% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(.7);
        transform: translate(-50%, -50%) rotate(0) scale(.7);
        opacity: .5
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
        transform: translate(-50%, -50%) rotate(0) scale(1);
        opacity: .1
    }
}

@-webkit-keyframes phone-circle-fill-animate {

    0%,
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(.7);
        transform: translate(-50%, -50%) rotate(0) scale(.7);
        opacity: .2
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
        transform: translate(-50%, -50%) rotate(0) scale(1);
        opacity: .2
    }
}

@keyframes phone-circle-fill-animate {

    0%,
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(.7);
        transform: translate(-50%, -50%) rotate(0) scale(.7);
        opacity: .2
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
        transform: translate(-50%, -50%) rotate(0) scale(1);
        opacity: .2
    }
}

@-webkit-keyframes phone-icon-animate {

    0%,
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phone-icon-animate {

    0%,
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes menu-float-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes menu-float-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes raised-out {
    0% {
        width: 0;
        opacity: .4
    }

    100% {
        width: 100%;
        opacity: 0
    }
}

@keyframes raised-out {
    0% {
        width: 0;
        opacity: .4
    }

    100% {
        width: 100%;
        opacity: 0
    }
}

@font-face {
    font-family: UTMAvo;
    src: url(../fonts/UTMAvo.woff) format("woff"), url(../fonts/UTMAvo.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: UTMAvo;
    src: url(../fonts/UTMAvo-Italic.woff) format("woff"), url(../fonts/UTMAvo-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: UTMAvo;
    src: url(../fonts/UTMAvoBold.woff) format("woff"), url(../fonts/UTMAvoBold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: UTMAvo;
    src: url(../fonts/UTMAvo-BoldItalic.woff) format("woff"), url(../fonts/UTMAvo-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: UVFPennaRegular;
    src: url(../fonts/UVFPennaRegular.woff) format("woff"), url(../fonts/UVFPennaRegular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

body,
html {
    overscroll-behavior-y: contain
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    color: #000;
    --header-height: 60px;
    --breadcrumb-height: 40px
}

@media (min-width:1200px) {
    body {
        --header-height: 82px;
        --breadcrumb-height: 50px
    }
}

img {
    max-width: 100%
}

button {
    cursor: pointer
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

p:last-child {
    margin-bottom: 0
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: inline;
    background: 0;
    font: inherit;
    margin: 0;
    padding: 0
}

.h1 a,
.h1 a:hover,
.h2 a,
.h2 a:hover,
.h3 a,
.h3 a:hover,
.h4 a,
.h4 a:hover,
.h5 a,
.h5 a:hover,
.h6 a,
.h6 a:hover,
h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
    color: inherit
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #00c3c3
}

a {
    text-decoration: none
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:1200px) {
    .container--product-detail {
        margin: 0 auto;
        max-width: 1130px
    }
}

.fs-8 {
    font-size: 8px !important
}

.fs-10 {
    font-size: 10px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-25 {
    font-size: 25px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-30 {
    font-size: 30px !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.limit-line-1,
.limit-line-10,
.limit-line-2,
.limit-line-3,
.limit-line-4,
.limit-line-5,
.limit-line-6,
.limit-line-7,
.limit-line-8,
.limit-line-9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5
}

.limit-line-1 {
    -webkit-line-clamp: 1;
    max-height: 1.5em
}

.limit-line-2 {
    -webkit-line-clamp: 2;
    max-height: 3em
}

.limit-line-3 {
    -webkit-line-clamp: 3;
    max-height: 4.5em
}

.limit-line-4 {
    -webkit-line-clamp: 4;
    max-height: 6em
}

.limit-line-5 {
    -webkit-line-clamp: 5;
    max-height: 7.5em
}

.limit-line-6 {
    -webkit-line-clamp: 6;
    max-height: 9em
}

.limit-line-7 {
    -webkit-line-clamp: 7;
    max-height: 10.5em
}

.limit-line-8 {
    -webkit-line-clamp: 8;
    max-height: 12em
}

.limit-line-9 {
    -webkit-line-clamp: 9;
    max-height: 13.5em
}

.limit-line-10 {
    -webkit-line-clamp: 10;
    max-height: 15em
}

.text-purple {
    color: #9a005d !important
}

.text-orange {
    color: #ff9100 !important
}

.img-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.img-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.ratio>img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

a.ratio {
    display: block
}

.hover-zoom .ratio,
.hover-zoom.ratio {
    overflow: hidden
}

.hover-zoom .ratio img,
.hover-zoom.ratio img {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.hover-zoom.ratio:hover img,
.hover-zoom:hover .ratio img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.hover-shine .ratio,
.hover-shine.ratio {
    overflow: hidden
}

.hover-shine .ratio::after,
.hover-shine.ratio::after {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, .3)), color-stop(45%, rgba(255, 255, 255, .1)), color-stop(90%, rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .1) 45%, rgba(255, 255, 255, .3) 90%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    -webkit-transition: bottom 0s;
    transition: bottom 0s
}

.hover-shine.ratio:hover::after,
.hover-shine:hover .ratio::after {
    bottom: -200%;
    -webkit-transition: bottom .65s;
    transition: bottom .65s
}

.table {
    margin-bottom: 0
}

.table td,
.table th {
    vertical-align: middle
}

.table thead th {
    border-bottom: 0
}

@media (max-width:-1) {
    .table-expand-xs thead {
        display: none
    }

    .table-expand-xs,
    .table-expand-xs tbody,
    .table-expand-xs td,
    .table-expand-xs tr {
        display: block
    }

    .table-expand-xs tr:nth-child(even) {
        background-color: #f9f9f9
    }

    .table-expand-xs tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }

    .table-expand-xs td {
        position: relative;
        padding: 8px 8px 8px 30%;
        text-align: left;
        border: 0
    }

    .table-expand-xs td:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .table-expand-xs td::before {
        content: attr(data-label);
        display: block;
        width: 30%;
        text-align: right;
        font-weight: 700;
        padding: 8px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:575px) {
    .table-expand-sm thead {
        display: none
    }

    .table-expand-sm,
    .table-expand-sm tbody,
    .table-expand-sm td,
    .table-expand-sm tr {
        display: block
    }

    .table-expand-sm tr:nth-child(even) {
        background-color: #f9f9f9
    }

    .table-expand-sm tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }

    .table-expand-sm td {
        position: relative;
        padding: 8px 8px 8px 30%;
        text-align: left;
        border: 0
    }

    .table-expand-sm td:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .table-expand-sm td::before {
        content: attr(data-label);
        display: block;
        width: 30%;
        text-align: right;
        font-weight: 700;
        padding: 8px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:767px) {
    .table-expand-md thead {
        display: none
    }

    .table-expand-md,
    .table-expand-md tbody,
    .table-expand-md td,
    .table-expand-md tr {
        display: block
    }

    .table-expand-md tr:nth-child(even) {
        background-color: #f9f9f9
    }

    .table-expand-md tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }

    .table-expand-md td {
        position: relative;
        padding: 8px 8px 8px 30%;
        text-align: left;
        border: 0
    }

    .table-expand-md td:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .table-expand-md td::before {
        content: attr(data-label);
        display: block;
        width: 30%;
        text-align: right;
        font-weight: 700;
        padding: 8px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:991px) {
    .table-expand-lg thead {
        display: none
    }

    .table-expand-lg,
    .table-expand-lg tbody,
    .table-expand-lg td,
    .table-expand-lg tr {
        display: block
    }

    .table-expand-lg tr:nth-child(even) {
        background-color: #f9f9f9
    }

    .table-expand-lg tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }

    .table-expand-lg td {
        position: relative;
        padding: 8px 8px 8px 30%;
        text-align: left;
        border: 0
    }

    .table-expand-lg td:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .table-expand-lg td::before {
        content: attr(data-label);
        display: block;
        width: 30%;
        text-align: right;
        font-weight: 700;
        padding: 8px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:1199px) {
    .table-expand-xl thead {
        display: none
    }

    .table-expand-xl,
    .table-expand-xl tbody,
    .table-expand-xl td,
    .table-expand-xl tr {
        display: block
    }

    .table-expand-xl tr:nth-child(even) {
        background-color: #f9f9f9
    }

    .table-expand-xl tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }

    .table-expand-xl td {
        position: relative;
        padding: 8px 8px 8px 30%;
        text-align: left;
        border: 0
    }

    .table-expand-xl td:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .table-expand-xl td::before {
        content: attr(data-label);
        display: block;
        width: 30%;
        text-align: right;
        font-weight: 700;
        padding: 8px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:1399px) {
    .table-expand-xxl thead {
        display: none
    }

    .table-expand-xxl,
    .table-expand-xxl tbody,
    .table-expand-xxl td,
    .table-expand-xxl tr {
        display: block
    }

    .table-expand-xxl tr:nth-child(even) {
        background-color: #f9f9f9
    }

    .table-expand-xxl tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }

    .table-expand-xxl td {
        position: relative;
        padding: 8px 8px 8px 30%;
        text-align: left;
        border: 0
    }

    .table-expand-xxl td:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .table-expand-xxl td::before {
        content: attr(data-label);
        display: block;
        width: 30%;
        text-align: right;
        font-weight: 700;
        padding: 8px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:1649px) {
    .table-expand-xxxl thead {
        display: none
    }

    .table-expand-xxxl,
    .table-expand-xxxl tbody,
    .table-expand-xxxl td,
    .table-expand-xxxl tr {
        display: block
    }

    .table-expand-xxxl tr:nth-child(even) {
        background-color: #f9f9f9
    }

    .table-expand-xxxl tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }

    .table-expand-xxxl td {
        position: relative;
        padding: 8px 8px 8px 30%;
        text-align: left;
        border: 0
    }

    .table-expand-xxxl td:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .table-expand-xxxl td::before {
        content: attr(data-label);
        display: block;
        width: 30%;
        text-align: right;
        font-weight: 700;
        padding: 8px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.ml-0:last-child {
    margin: 0 !important
}

.pl-0:last-child {
    padding: 0 !important
}

.bl-0:last-child {
    border: 0 !important
}

.grid-1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 50px 75px
}

@media (max-width:1399.98px) {
    .grid-1 {
        grid-gap: 30px 50px
    }
}

@media (max-width:1199.98px) {
    .grid-1 {
        grid-gap: 20px 40px
    }
}

@media (max-width:991.98px) {
    .grid-1 {
        grid-gap: 16px
    }
}

@media (max-width:767.98px) {
    .grid-1 {
        grid-gap: 16px;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:575.98px) {
    .grid-1 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 70px 135px
}

@media (max-width:1399.98px) {
    .grid-2 {
        grid-gap: 70px
    }
}

@media (max-width:1199.98px) {
    .grid-2 {
        grid-gap: 40px
    }
}

@media (max-width:991.98px) {
    .grid-2 {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:767.98px) {
    .grid-2 {
        grid-gap: 16px
    }
}

@media (max-width:575.98px) {
    .grid-2 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.btn-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background: 0;
    color: #343a40
}

.btn-toggle::after,
.btn-toggle::before {
    content: "";
    display: block;
    width: 28px;
    border-bottom: 2px solid currentColor;
    -webkit-transition: .4s;
    transition: .4s
}

.btn-toggle::after {
    height: 10px;
    margin-top: 6px;
    border-top: 2px solid currentColor
}

.btn-toggle.active::before {
    -webkit-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg)
}

.btn-toggle.active::after {
    height: 0;
    margin-top: 0;
    border-top: 0;
    -webkit-transform: translateY(-1px) rotate(135deg);
    transform: translateY(-1px) rotate(135deg)
}

.btn-loading {
    position: relative;
    pointer-events: none
}

.btn-loading::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-color: currentColor currentColor currentColor transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: btn-loading 1s linear infinite;
    animation: btn-loading 1s linear infinite
}

.btn-loading::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: rgba(255, 255, 255, .75)
}

@-webkit-keyframes btn-loading {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
        transform: translate(-50%, -50%) rotateZ(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg)
    }
}

@keyframes btn-loading {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
        transform: translate(-50%, -50%) rotateZ(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg)
    }
}

.btn-discover {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 7px 16px 9px;
    font-size: 16px;
    border-radius: 20px;
    color: #000;
    background-color: #90d120;
    position: relative;
    z-index: 10;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.btn-discover:hover {
    text-decoration: none;
    color: #f6f6f6
}

.btn-discover::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 150%;
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .6s;
    transition: all .6s
}

.btn-discover:hover::before {
    right: -150%
}

.btn-discover:hover {
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media (max-width:1399.98px) {
    .btn-discover {
        font-size: 14px;
        padding: 6px 16px 7px
    }
}

@media (max-width:991.98px) {
    .btn-discover {
        font-size: 12px
    }
}

.btn-gradient {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9);
    color: #fff;
    border: 0;
    padding: 3px 40px;
    border-radius: 15px;
    font-style: italic
}

.btn-gradient:hover {
    text-decoration: none;
    color: #f6f6f6
}

.btn-gradient::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 150%;
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .6s;
    transition: all .6s
}

.btn-gradient:hover::before {
    right: -150%
}

.btn-gradient:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width:991.98px) {
    .btn-gradient {
        font-size: 14px;
        line-height: 20px;
        padding: 3px 20px
    }
}

.btn-purple {
    background-color: #9a005d;
    padding-left: 30px;
    padding-right: 30px
}

.btn-purple,
.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
    color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-rounded {
    border-radius: 19px
}

.title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: 1.5em
}

.title--sm {
    font-size: 30px
}

@media (max-width:1399.98px) {
    .title {
        font-size: 32px
    }

    .title--sm {
        font-size: 28px
    }
}

@media (max-width:1199.98px) {
    .title {
        font-size: 28px
    }

    .title--sm {
        font-size: 24px
    }
}

@media (max-width:991.98px) {
    .title {
        font-size: 24px
    }

    .title--sm {
        font-size: 20px
    }
}

@media (max-width:767.98px) {
    .title {
        font-size: 20px
    }

    .title--sm {
        font-size: 18px
    }
}

.breadcrumb {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active,
.breadcrumb-item.active::before {
    color: #343a40
}

@media (max-width:1199.98px) {
    .breadcrumb {
        padding: 10px 0
    }
}

.pagination {
    margin-bottom: 0
}

.pagination .page-item:not(:last-child) {
    margin-right: 4px
}

.pagination .page-link {
    color: #343a40;
    padding: 6px 16px;
    border-radius: 4px
}

@media (max-width:767px) {
    .pagination .page-link {
        padding: 4px 10px
    }
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: UTMAvo, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 22px;
    padding-bottom: 2px;
    padding: 0 6px
}

.lang__item:hover {
    color: #4d4d4d;
    text-decoration: none
}

.lang__item.active {
    background-color: #ccc
}

.lang__item:not(:last-child) {
    margin-right: 2px
}

.search {
    padding: 16px 20px;
    border-top: 1px solid #aaa;
    background-color: #f6f6f6;
    font-family: UTMAvo, Arial, Helvetica, sans-serif
}

.search .form-control {
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 14px
}

.search .input-group-text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    font-size: 14px
}

@media (min-width:1200px) {
    .search {
        width: 200px;
        padding: 0;
        background: 0;
        border: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 20px
    }

    .search .input-group-text {
        color: #fff;
        background-color: #00d1d1;
        border: 0;
        border-radius: 0 4px 4px 0;
        font-size: 12px
    }

    .search .form-control {
        border: 1px solid #ccc;
        border-right: 0;
        border-radius: 4px 0 0 4px;
        font-size: 12px;
        height: 28px
    }
}

.search-result {
    display: none;
    background-color: #f6f6f6
}

.search-result.show {
    display: block
}

.search-result__col {
    padding: 20px;
    border-top: 1px solid #dee2e6
}

.search-result__label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px
}

.search-result__cat {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    color: #333
}

.search-result__cat:hover {
    background-color: #dee2e6
}

.search-result__more {
    font-size: 14px;
    font-style: italic
}

@media (min-width:1200px) {
    .search-result {
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10
    }

    .search-result.show {
        display: grid
    }

    .search-result::before {
        content: "";
        display: block;
        width: 100vw;
        height: calc(100vh - var(--header-height));
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -2;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, .5);
        pointer-events: none
    }

    .search-result::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #ededed
    }

    .search-result__col {
        border-top: 0
    }

    .search-result__col:first-child::before {
        content: "";
        border: 10px solid transparent;
        border-bottom-color: #ededed;
        position: absolute;
        bottom: 100%;
        right: 170px
    }

    .search-result__col:not(:last-child) {
        border-right: 1px solid #dee2e6
    }

    .search-result__label {
        margin-bottom: 12px
    }
}

.c-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 15px;
    font-size: 86px;
    font-family: UVFPennaRegular, Arial, Helvetica, sans-serif;
    color: #55a58e;
    background: #ead7d3
}

.c-slogan img {
    height: 108px;
    margin-right: 40px
}

@media (max-width:1399.98px) {
    .c-slogan {
        font-size: 60px
    }
}

@media (max-width:1199.98px) {
    .c-slogan {
        font-size: 50px
    }

    .c-slogan img {
        height: 80px
    }
}

@media (max-width:991.98px) {
    .c-slogan {
        font-size: 40px;
        padding: 16px
    }

    .c-slogan img {
        height: 60px
    }
}

@media (max-width:575.98px) {
    .c-slogan {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-slogan img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.phone-ring {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e73a35;
    position: fixed;
    z-index: 1020;
    bottom: 50px;
    left: 50px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3)
}

.phone-ring:hover {
    color: #fff
}

.phone-ring::before {
    content: "";
    display: block;
    width: 250%;
    height: 250%;
    border-radius: 50%;
    border: 1px solid #e73a35;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: phone-circle-animate 1s ease-in-out infinite;
    animation: phone-circle-animate 1s ease-in-out infinite
}

.phone-ring::after {
    content: "";
    display: block;
    width: 160%;
    height: 160%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(231, 58, 53, .5);
    -webkit-animation: phone-circle-fill-animate 2s ease-in-out infinite;
    animation: phone-circle-fill-animate 2s ease-in-out infinite
}

.phone-ring__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    background-color: rgba(231, 58, 53, .7);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
    animation: phone-icon-animate 1s ease-in-out infinite
}

.phone-ring__text {
    display: inline-block;
    background-color: rgba(231, 58, 53, .7);
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 20px 0 60px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3)
}

.phone-ring:hover .phone-ring__text {
    color: #e73a35;
    background-color: rgba(255, 255, 255, .7)
}

@media (max-width:767px) {
    .phone-ring {
        left: 15px;
        bottom: 15px
    }

    .phone-ring__text {
        display: none
    }
}

.btn-movetop {
    display: none;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 195, 195, .8);
    color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    z-index: 1020;
    bottom: 180px;
    right: 15px
}

.btn-movetop:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00c3c3;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .35)
}

.btn-movetop.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fade-in .4s;
    animation: fade-in .4s
}

.checkbox-styled {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #666
}

.checkbox-styled--textless {
    height: 20px;
    padding-left: 18px
}

.checkbox-styled__input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox-styled__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 0
}

.checkbox-styled__icon::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkbox-styled:hover .checkbox-styled__icon {
    border-color: #00c3c3
}

.checkbox-styled__input:checked+.checkbox-styled__icon {
    border-color: #00c3c3;
    background-color: #00c3c3;
    color: #fff
}

.checkbox-styled__input:checked+.checkbox-styled__icon::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75), -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75)
}

.checkbox-styled--empty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 21px;
    height: 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.checkbox-styled--empty .checkbox-styled__icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.radio-styled {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #666
}

.radio-styled--textless {
    height: 20px;
    padding-left: 18px
}

.radio-styled__input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.radio-styled__icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0
}

.radio-styled__icon::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    background-color: #00c3c3;
    border-radius: 50%
}

.radio-styled:hover .radio-styled__icon {
    border-color: #00c3c3
}

.radio-styled__input:checked+.radio-styled__icon {
    border-color: #00c3c3
}

.radio-styled__input:checked+.radio-styled__icon::before {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75), -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75)
}

.radio-styled--empty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 21px;
    height: 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.radio-styled--empty .radio-styled__icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px
}

.quantity__btn {
    width: 28px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}

.quantity__btn::after {
    content: "\f068";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 5 Pro";
    font-size: 8px
}

.quantity__btn:first-child {
    border-radius: 14px 0 0 14px;
    border-right: 0
}

.quantity__btn:not(:first-child) {
    border-radius: 0 14px 14px 0;
    border-left: 0
}

.quantity__btn:not(:first-child)::after {
    content: "\f067"
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 28px;
    min-width: 20px;
    max-width: 44px;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    text-align: center
}

.quantity--lg {
    width: 120px
}

.quantity--lg .quantity__input {
    height: 40px;
    max-width: 100px;
    font-size: 20px
}

.quantity--lg .quantity__btn {
    width: 40px
}

.quantity--lg .quantity__btn:first-child {
    border-radius: 20px 0 0 20px
}

.quantity--lg .quantity__btn:last-child {
    border-radius: 0 20px 20px 0
}

.quantity--square .quantity__btn:first-child {
    border-radius: 4px 0 0 4px
}

.quantity--square .quantity__btn:last-child {
    border-radius: 0 4px 4px 0
}

.star-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    top: 2px;
    z-index: 1
}

.star-input input {
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 2;
    opacity: 0
}

.star-input input:first-of-type {
    width: 20px
}

.star-input span {
    width: 0;
    height: 20px;
    position: relative;
    z-index: 1
}

.star-input span::before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #ffc120;
    color: #6c757d;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300
}

.star-input input:checked~span::before {
    font-weight: 700;
    color: #ffc120
}

.star-input:hover span::before {
    font-weight: 300 !important;
    color: #6c757d
}

.star-input input:hover~span::before {
    font-weight: 700 !important;
    color: #ffc120
}

.stars::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    letter-spacing: 4px;
    color: #ffc120 !important
}

.stars--0::before {
    content: "\f006 \f006 \f006 \f006 \f006"
}

.stars--0-5::before {
    content: "\f123 \f006 \f006 \f006 \f006"
}

.stars--1::before {
    content: "\f005 \f006 \f006 \f006 \f006"
}

.stars--1-5::before {
    content: "\f005 \f123 \f006 \f006 \f006"
}

.stars--2::before {
    content: "\f005 \f005 \f006 \f006 \f006"
}

.stars--2-5::before {
    content: "\f005 \f005 \f123 \f006 \f006"
}

.stars--3::before {
    content: "\f005 \f005 \f005 \f006 \f006"
}

.stars--3-5::before {
    content: "\f005 \f005 \f005 \f123 \f006"
}

.stars--4::before {
    content: "\f005 \f005 \f005 \f005 \f006"
}

.stars--4-5::before {
    content: "\f005 \f005 \f005 \f005 \f123"
}

.stars--5::before {
    content: "\f005 \f005 \f005 \f005 \f005"
}

.color-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.color-picker__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin-bottom: 0
}

.color-picker__item:not(:last-child) {
    margin-right: 10px
}

.color-picker__item input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.color-picker__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.color-picker__item input:checked+span {
    border-color: #000
}

.size-picker__item {
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 0
}

.size-picker__item:not(:last-child) {
    margin-right: 16px
}

.size-picker__item input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.size-picker__item span {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    padding: 4px;
    color: #999
}

.size-picker__item input:checked+span {
    color: #000
}

.power-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.power-picker__item {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 4px
}

.power-picker__item:not(:last-child) {
    margin-right: 10px
}

.power-picker__item input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.power-picker__item span {
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    min-width: 45px;
    text-transform: uppercase;
    padding: 0 8px;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.power-picker__item span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(to right, #263b95, #07d0c9);
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

.power-picker__item input:checked+span::before,
.power-picker__item.active span::before {
    border: 0;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9)
}

.power-picker__item input:checked+span::after,
.power-picker__item.active span::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    z-index: -1
}

.custom-select:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.n-select {
    position: relative;
    z-index: 10
}

.n-select__placeholder {
    font-weight: 300;
    color: #999
}

.n-select__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 35px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    position: relative
}

.n-select__field::after,
.n-select__field::before {
    content: "";
    border: 4px solid transparent;
    border-bottom-color: #666;
    position: absolute;
    bottom: calc(50% + 1px);
    right: 8px
}

.n-select__field::after {
    bottom: auto;
    top: calc(50% + 1px);
    border-color: #666 transparent transparent
}

.n-select__field input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.n-select__field span {
    display: block;
    padding: 7px 34px 7px 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #666
}

.n-select__field input:checked+span {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.n-select__dropdown {
    display: none;
    width: 100%;
    padding: 8px;
    border: 1px solid #dee2e6;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    margin-top: -3px
}

.n-select__label {
    display: block;
    padding: 0 16px;
    line-height: 35px;
    color: #666;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 0
}

.n-select__label:hover {
    background-color: #fdedd8
}

.form-control:focus,
.form-select {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.m-contact {
    background-color: #0e2947;
    padding: 60px 0
}

.m-contact__grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-contact__form {
    max-width: 570px
}

.m-contact__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px
}

.m-contact__btn {
    display: inline-block;
    color: #000;
    background: #90d120;
    border: 0;
    border-radius: 0;
    padding: 0 12px;
    font-size: 12px;
    line-height: 20px
}

.m-contact__subscribe {
    margin-top: 16px
}

.m-contact__subscribe .checkbox-styled {
    font-size: 12px;
    color: #fff;
    padding-left: 32px
}

.m-contact__subscribe .checkbox-styled__icon {
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0
}

.m-contact__note {
    font-size: 10px;
    margin-top: 24px;
    color: #fff
}

.m-contact__subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.m-contact__addr {
    font-size: 12px;
    color: #fff
}

.m-contact__info {
    margin-top: 4px;
    font-size: 12px;
    color: #fff
}

.m-contact__info a {
    color: #fff
}

.m-contact__info a:hover {
    color: #fff;
    text-decoration: underline
}

.m-contact .form-control {
    border-radius: 0;
    border: 1px solid #dee2e6;
    font-size: 12px;
    padding: 4px 10px
}

@media (max-width:991.98px) {
    .m-contact {
        padding: 40px 0
    }
}

@media (max-width:767.98px) {
    .m-contact {
        padding: 30px 0
    }

    .m-contact__grid {
        grid-template-columns: 1fr
    }
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu:not(.menu-sub) {
    border-bottom: 1px solid #aaa
}

.menu-item {
    position: relative;
    border-top: 1px solid #aaa
}

.menu-link {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    font-family: UTMAvo, Arial, Helvetica, sans-serif
}

.menu-link:hover {
    color: inherit;
    text-decoration: none
}

.menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-left: 1px solid #aaa;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.menu-toggle::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 18px;
    border-radius: 40px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.menu-toggle.active::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu-sub {
    display: none;
    background-color: rgba(21, 25, 30, .08)
}

.menu-sub .menu-link {
    padding-left: 35px;
    position: relative
}

.menu-sub-2 .menu-link {
    padding-left: 45px
}

.menu-sub-3 .menu-link {
    padding-left: 55px
}

@media (min-width:1200px) {
    .menu:not(.menu-sub) {
        border: 0
    }

    .menu-root {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu-root .menu-item {
        border: 0
    }

    .menu-root .menu-link {
        font-size: 14px
    }

    .menu-root>.menu-item:not(:last-child) {
        margin-right: 16px
    }

    .menu-root>.menu-item>.menu-link {
        padding: 0 !important;
        font-size: 14px;
        line-height: 82px;
        overflow: visible
    }

    .menu-root>.menu-item>.menu-link.active {
        display: inline-block;
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
        background: linear-gradient(to right, #263b95, #07d0c9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .menu-root>.menu-item:hover>.menu-link {
        display: inline-block;
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
        background: linear-gradient(to right, #263b95, #07d0c9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .menu-root>.menu-item-group:hover>.menu-link {
        position: relative
    }

    .menu-root>.menu-item-group:hover>.menu-link::before {
        content: "";
        display: block;
        border: 8px solid transparent;
        border-width: 6px 8px;
        border-bottom-color: #00c3c3;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .menu-root>.menu-item>.menu-toggle {
        display: none
    }

    .menu-root>.menu-item-group .menu-item:hover>.menu-link {
        background-color: #f6f6f6
    }

    .menu-root>.menu-item-group .menu-sub {
        min-width: 200px;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
        position: absolute;
        z-index: 2;
        top: 0;
        left: 100%;
        border-radius: 4px;
        -webkit-transform-origin: 0 4px;
        transform-origin: 0 4px;
        background-color: #fff;
        padding: 4px 0
    }

    .menu-root>.menu-item-group .menu-sub-right {
        left: auto;
        right: calc(100% + 4px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .menu-root>.menu-item-group .menu-sub-right::before {
        right: auto;
        left: 100%
    }

    .menu-root>.menu-item-group>.menu-sub {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        top: 100%;
        left: 0
    }

    .menu-root>.menu-item-group .menu-sub .menu-item:not(:last-child) {
        border-bottom: 1px dashed #dee2e6
    }

    .menu-root>.menu-item-group .menu-sub .menu-toggle {
        width: 30px;
        border-left: 0
    }

    .menu-root>.menu-item-group .menu-sub .menu-link {
        padding-left: 20px;
        color: #444
    }

    .menu-root>.menu-item-group .menu-item:hover>.menu-link {
        background-color: #0aa;
        color: #fff
    }

    .menu-root>.menu-item-group .menu-item-group>.menu-link {
        padding-right: 30px
    }

    .menu-root>.menu-item-group .menu-item-group:hover>.menu-sub,
    .menu-root>.menu-item-group:hover>.menu-sub {
        display: block;
        -webkit-animation: menu-float-show .2s ease-out;
        animation: menu-float-show .2s ease-out
    }

    .menu-item-mega {
        position: static
    }

    .menu-mega {
        display: none;
        width: 100%;
        padding: 20px 0;
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0
    }

    .menu-mega::before {
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        border-top: 1px solid #dee2e6;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }

    .menu-item-mega:hover .menu-mega {
        display: block;
        -webkit-animation: menu-fade-in .4s;
        animation: menu-fade-in .4s
    }

    .menu-mega .menu-sub {
        display: block;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
        position: static;
        background: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .menu-mega .menu-link {
        white-space: normal
    }

    .menu-mega .menu-toggle {
        display: none
    }

    .menu-mega .menu-item:hover>.menu-sub {
        -webkit-animation: none;
        animation: none
    }

    .menu-mega .menu-item:hover .menu-link {
        background: 0
    }

    .menu-mega>.menu-sub {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 16px
    }

    .menu-mega>.menu-sub>.menu-item {
        margin: 0
    }

    .menu-mega>.menu-sub>.menu-item>.menu-link {
        line-height: 20px;
        padding: 10px 0;
        font-weight: 600
    }

    .menu-mega>.menu-sub>.menu-item>.menu-link:hover {
        color: #00c3c3
    }

    .menu-mega .menu-sub .menu-sub .menu-link {
        line-height: 20px;
        padding: 6px 0 6px 20px;
        position: relative;
        left: 0;
        -webkit-transition: .3s;
        transition: .3s
    }

    .menu-mega .menu-sub .menu-sub .menu-link::before {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        position: absolute;
        top: 6px;
        left: 0
    }

    .menu-mega .menu-sub .menu-sub .menu-link:hover {
        left: 10px;
        color: #00c3c3
    }
}

@media (min-width:1400px) {
    .menu-root>.menu-item:not(:last-child) {
        margin-right: 35px
    }
}

.menu-aside .menu-link {
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    line-height: 20px;
    position: relative;
    overflow: unset;
    white-space: normal
}

.menu-aside .menu-link::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #00c3c3;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0
}

.menu-aside .menu-link:hover {
    color: #333;
    background-color: rgba(0, 195, 195, .1)
}

.menu-aside .menu-link:hover::before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.menu-aside .menu-link.active {
    color: #00c3c3;
    background-color: rgba(0, 195, 195, .1);
    font-weight: 700
}

.menu-aside .menu-link.active::before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

@media (min-width:1200px) {
    .menu-aside {
        border-bottom: 1px solid #dee2e6
    }
}

.menu-knowledge {
    font-size: 20px
}

.menu-knowledge .menu-item {
    border: 0
}

.menu-knowledge .menu-link {
    white-space: normal;
    font-size: inherit
}

.menu-knowledge .menu-sub {
    background: 0;
    padding: 0 10px 16px 20px
}

.menu-knowledge .menu-sub .menu-item {
    padding-left: 16px;
    position: relative
}

.menu-knowledge .menu-sub .menu-item::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    top: 11px;
    left: 0
}

.menu-knowledge .menu-sub .menu-link {
    padding: 2px 0;
    font-size: .8em
}

.menu-knowledge .menu-sub .menu-link.active,
.menu-knowledge .menu-sub .menu-link:hover {
    color: #016e8d
}

.menu-knowledge>.menu-item {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.menu-knowledge>.menu-item:not(:last-child) {
    margin-bottom: 8px
}

.menu-knowledge>.menu-item>.menu-link.active,
.menu-knowledge>.menu-item>.menu-link:hover {
    color: #016e8d
}

@media (max-width:1399.98px) {
    .menu-knowledge {
        font-size: 16px
    }
}

.news__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 250px
}

.news__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.news__frame img,
.news__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news__frame img,
.news__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.news__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.news__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.news__title a:hover {
    color: #0aa
}

.news__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
    color: #888
}

@media (max-width:767.98px) {
    .news__frame {
        width: 100%
    }
}

.news-2 {
    display: block;
    font-size: 12px;
    color: #333
}

.news-2+.news-2 {
    margin-top: 8px
}

.news-2__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em
}

@media (min-width:1200px) {
    .news-2 .ratio-1x1::before {
        padding-top: 66.66%
    }
}

.doc__icon {
    color: #dc3545
}

.doc__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #00c3c3
}

.doc__title a:hover {
    color: #0aa
}

.doc__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
    color: #888;
    font-size: 12px
}

@media (max-width:767.98px) {
    .doc__frame {
        width: 100%
    }
}

.agent {
    height: 100%;
    background-color: #fff;
    padding: 20px
}

.agent__title {
    margin-top: -20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px
}

.agent__title span {
    display: inline-block;
    min-width: 200px;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9);
    color: #fff;
    padding: 8px 16px
}

.agent__link {
    display: inline-block;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.product-1 {
    height: 100%;
    padding: 8px 8px 12px;
    border-radius: 8px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    color: #000;
    position: relative;
    z-index: 1;
    border: 1px solid currentColor;
    overflow: hidden
}

.product-1__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 65%;
    margin: 0 auto;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.product-1__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%
}

.product-1__frame img,
.product-1__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-1__frame img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.product-1__name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.166;
    min-height: 2.322em;
    color: inherit;
    margin-top: 2px
}

.product-1__name:hover {
    color: inherit
}

.product-1:hover {
    color: #fff;
    border-color: #00c3c3;
    background-color: #00c3c3
}

.product-1:hover .product-1__frame {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product-1:hover .product-1__frame img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media (max-width:1399.98px) {
    .product-1__name {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .product-1__name {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .product-1__name {
        font-size: 13px
    }
}

.product-2__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 8px
}

.product-2__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%
}

.product-2__frame img,
.product-2__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-2__frame img,
.product-2__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.product-2__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.product-2__name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 16px 0 0;
    text-align: center
}

.product-2__name a:hover {
    color: #fff
}

@media (max-width:1399.98px) {
    .product-2__name {
        font-size: 16px;
        margin-bottom: 10px
    }
}

@media (max-width:1199.98px) {
    .product-2__name {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .product-2__name {
        font-size: 14px
    }
}

.product-3 {
    padding-bottom: 4px
}

.product-3__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 8px
}

.product-3__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%
}

.product-3__frame img,
.product-3__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-3__frame img,
.product-3__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.product-3__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.product-3__name {
    font-size: 18px;
    margin: 8px 0 0;
    text-align: center;
    font-style: italic
}

@media (max-width:1199.98px) {
    .product-3__name {
        font-size: 16px
    }
}

.product-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #e3e3e4;
    position: relative;
    z-index: 2
}

.product-4__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    overflow: visible
}

.product-4__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%
}

.product-4__frame img,
.product-4__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-4__frame img {
    width: 75%;
    height: 75%;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.product-4:hover .product-4__frame img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.product-4__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: italic
}

.product-4__name span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 10px 10px 0 0;
    border-radius: 0 16px 0 0
}

.product-4__name i {
    padding: 0 10px
}

@media (max-width:991.98px) {
    .product-4__name {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .product-4__name {
        font-size: 13px
    }
}

.product-5 {
    text-align: center;
    font-size: 15px;
    color: #6d6e71
}

.product-5__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #dee2e6
}

.product-5__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.product-5__frame img,
.product-5__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-5__frame img,
.product-5__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.product-5__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.product-5:hover .product-5__frame {
    border-color: #77b526
}

.product-5__code {
    font-weight: 700;
    text-transform: uppercase
}

.product-5__name {
    font-size: inherit;
    font-weight: 400;
    text-transform: uppercase;
    margin: 12px 0 4px
}

@media (max-width:1399.98px) {
    .product-5 {
        font-size: 14px
    }
}

.product-6 {
    display: block;
    color: #333;
    font-size: 12px
}

.product-6+.product-6 {
    margin-top: 8px
}

.product-6__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 3em
}

.product-6__price {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.125em;
    margin-top: 4px
}

@media (min-width:1200px) {
    .product-6 .ratio-1x1::before {
        padding-top: 66.66%
    }
}

.product-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 1px solid #6d6e71
}

.product-7__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-7__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.product-7__frame img,
.product-7__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-7__frame img,
.product-7__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.product-7__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.product-7__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #6d6e71
}

@media (max-width:1199px) {
    .product-7__name {
        font-size: 16px
    }
}

.product-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2
}

.product-8__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #e3e3e4
}

.product-8__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%
}

.product-8__frame img,
.product-8__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-8__frame img {
    width: 75%;
    height: 75%;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.product-8:hover .product-8__frame img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.product-8__name {
    margin: auto 0 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-top: 10px
}

.product-8__name i {
    padding: 0 10px
}

@media (max-width:991.98px) {
    .product-8__name {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .product-8__name {
        font-size: 13px
    }
}

.tech__frame {
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
    border-radius: 8px;
    overflow: hidden
}

.tech__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 85%
}

.tech__frame::after {
    content: "";
    display: block;
    border: 12px solid transparent;
    border-color: #d0d2d3 transparent transparent #d0d2d3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tech__frame img {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.tech__frame:hover {
    border-color: #00c3c3
}

.tech__frame:hover::after {
    border-color: #00c3c3 transparent transparent #00c3c3
}

.tech__name {
    font-size: 18px;
    text-align: center;
    margin: 8px auto 0
}

@media (max-width:1399.98px) {
    .tech__name {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .tech__name {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .tech__name {
        font-size: 12px
    }
}

.pros__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 16px 0 8px
}

.pros__desc {
    color: #fff;
    text-align: justify
}

.pros__desc:not(:last-child) {
    margin-bottom: 16px
}

.pros__link {
    font-style: italic;
    color: #fff
}

.pros__link:hover {
    color: #fff;
    text-decoration: underline
}

@media (max-width:575.98px) {
    .pros {
        font-size: 14px
    }
}

.store {
    width: 400px;
    overflow: hidden
}

.store__body {
    padding: 4px 4px 4px 0
}

.store__name {
    font-size: 14px;
    font-weight: 700;
    color: #dc3545;
    padding-right: 16px;
    margin-bottom: 6px
}

.store__info {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

@media (max-width:575.98px) {
    .store {
        width: 300px
    }
}

.device__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.device__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%
}

.device__frame img,
.device__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.device__frame img {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain
}

.consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.consultation__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 34px 12px 12px;
    text-align: center;
    font-size: 20px;
    background-color: #6d6e71;
    position: relative;
    z-index: 1;
    margin-top: 12px;
    color: #fff
}

.consultation__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2em;
    height: 2em;
    background: -webkit-gradient(linear, left top, right top, from(#07af84), color-stop(#00708c), to(#004d5d));
    background: linear-gradient(to right, #07af84, #00708c, #004d5d);
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 50%
}

@media (max-width:1399.98px) {
    .consultation__number {
        font-size: 30px
    }

    .consultation__title {
        padding: 30px 10px 10px;
        font-size: 16px
    }
}

.card-1 {
    text-align: center
}

.card-1__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.card-1__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 65%
}

.card-1__frame img,
.card-1__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.card-1__frame img,
.card-1__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.card-1__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.card-1__title {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #111;
    margin: 16px 0 0
}

.card-1__text {
    margin-top: 4px
}

@media (max-width:1399.98px) {
    .card-1__title {
        font-size: 18px
    }
}

@media (max-width:1199.98px) {
    .card-1__title {
        font-size: 16px;
        margin: 12px 0 0
    }

    .card-1__text {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .card-1__title {
        font-size: 14px
    }

    .card-1__text {
        font-size: 12px
    }
}

.card-2__title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .5em
}

@media (max-width:991.98px) {
    .card-2 {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .card-2__title {
        font-size: 18px
    }
}

.card-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    padding: 20px
}

.card-3__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px
}

.card-3__frame img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.card-3__title {
    margin-top: 12px;
    text-align: center
}

@media (max-width:767.98px) {
    .card-3 {
        padding: 16px
    }

    .card-3__title {
        font-size: 14px
    }
}

.card-4,
.card-4 a,
.card-4 a:hover {
    color: inherit
}

.card-4__title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 16px
}

.card-4__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    max-height: 6em
}

.card-4__desc:not(:last-child) {
    margin-bottom: 16px
}

.card-4__more {
    color: inherit
}

.card-4__more:hover {
    color: inherit;
    text-decoration: underline
}

@media (max-width:991.98px) {
    .card-4 {
        font-size: 14px
    }

    .card-4__title {
        font-size: 16px;
        margin: 16px 0 12px
    }
}

.card-5 {
    text-align: center
}

@media (max-width:991.98px) {
    .card-5 {
        font-size: 14px
    }
}

.card-5-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px
}

@media (max-width:1199.98px) {
    .card-5-grid {
        grid-gap: 20px
    }
}

@media (max-width:991.98px) {
    .card-5-grid {
        grid-gap: 16px
    }
}

@media (max-width:767.98px) {
    .card-5-grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:575.98px) {
    .card-5-grid {
        grid-template-columns: 1fr 1fr
    }
}

.card-6 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:1399.98px) {
    .card-6 {
        font-size: 16px
    }
}

.card-7 {
    font-size: 20px
}

@media (max-width:1399.98px) {
    .card-7 {
        font-size: 16px
    }
}

.card-8 {
    height: 100%;
    border: 3px solid #d8dbe8;
    background-color: #fff;
    padding: 12px 12px 12px 24px
}

.card-8__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 80px;
    margin-right: 20px
}

.card-8__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.card-8__frame img,
.card-8__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.card-8__frame img {
    -o-object-fit: contain;
    object-fit: contain
}

.card-8__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.card-8__title {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0
}

.card-8__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 8px;
    margin-top: auto
}

@media (max-width:1399.98px) {
    .card-8__title {
        font-size: 16px;
        margin: 8px 0
    }
}

@media (max-width:1199.98px) {
    .card-8 {
        padding: 16px
    }

    .card-8__frame {
        width: 80px
    }

    .card-8__title {
        font-size: 14px;
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .card-8 {
        padding: 12px
    }

    .card-8__frame {
        width: 60px
    }

    .card-8__title {
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .card-8 {
        padding: 8px
    }

    .card-8__frame {
        width: 40px;
        margin: 0 auto 8px
    }

    .card-8__title {
        font-size: 10px;
        margin-bottom: 0;
        text-align: center
    }

    .card-8__btn-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card-8__btn-wrap .btn-discover {
        font-size: 12px;
        padding: 4px 12px
    }
}

.card-9__frame {
    display: block;
    background-color: #f8f8f9;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden
}

.card-9__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%
}

.card-9__frame:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3)
}

.card-9__frame img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.card-9__title {
    font-size: 20px;
    text-align: center;
    color: #4d4d4d;
    margin: 16px 0 0
}

@media (max-width:1399.98px) {
    .card-9__title {
        font-size: 16px;
        margin-top: 10px
    }
}

@media (max-width:991.98px) {
    .card-9__title {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .card-9__title {
        font-size: 12px
    }
}

.card-10 {
    color: #404041;
    font-size: 20px
}

@media (max-width:1399.98px) {
    .card-10 {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .card-10 {
        font-size: 14px
    }
}

.video {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden
}

.video__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 6px
}

.video__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.video__frame img,
.video__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 50px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.video__overlay:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1
}

.video__title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px
}

@media (max-width:991.98px) {
    .video__overlay {
        font-size: 35px
    }

    .video__title {
        font-size: 13px
    }
}

.customer__title {
    margin-top: 16px;
    text-align: center;
    font-size: 30px;
    color: #333
}

@media (max-width:1699px) {
    .customer__title {
        font-size: 24px
    }
}

@media (max-width:1399.98px) {
    .customer__title {
        font-size: 20px
    }
}

@media (max-width:1199.98px) {
    .customer__title {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .customer__title {
        font-size: 14px;
        margin-top: 10px
    }
}

.navbar {
    padding: 0
}

.navbar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: -100%;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.navbar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

.navbar__title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1
}

.navbar__close {
    padding: 0 2px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 700
}

.navbar__close:before {
    content: "\f104\f104\f104";
    font-family: fontawesome
}

.navbar__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.navbar__backdrop {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    -webkit-transition: left 0s .3s, opacity .3s;
    transition: left 0s .3s, opacity .3s
}

.navbar.is-show .navbar__wrapper {
    left: 0
}

.navbar.is-show .navbar__backdrop {
    left: 0;
    opacity: .5;
    -webkit-transition: left 0s, opacity .3s;
    transition: left 0s, opacity .3s
}

@media (min-width:1200px) {
    .navbar {
        display: block;
        position: static
    }

    .navbar__wrapper {
        display: block;
        width: auto;
        height: auto;
        position: static;
        background: 0;
        z-index: 0;
        top: auto;
        left: auto;
        -webkit-transition: unset;
        transition: unset
    }

    .navbar__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        overflow: visible
    }

    .navbar__backdrop,
    .navbar__header {
        display: none
    }
}

.navbar-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background: 0;
    line-height: 1;
    font-size: 24px
}

.navbar-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    border-radius: 2px;
    -webkit-transition: .4s;
    transition: .4s
}

.navbar-toggle--float-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar-toggle--float-left {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar-toggle.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.navbar-toggle.active span:nth-child(2) {
    opacity: 0
}

.navbar-toggle.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.md-calc .modal-content {
    background-color: #f6f6f6
}

.md-calc .modal-header {
    border-bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#07af84), color-stop(#00708c), to(#004d5d));
    background: linear-gradient(to right, #07af84, #00708c, #004d5d);
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.md-calc .modal-header .btn-close {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.md-calc .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.md-calc .form-control,
.md-calc .form-select {
    padding-left: 1em
}

.md-calc .form-control,
.md-calc .form-control:-moz-read-only,
.md-calc .form-control:disabled,
.md-calc .form-select,
.md-calc .form-select:-moz-read-only,
.md-calc .form-select:disabled {
    background-color: #fff
}

.md-calc .form-control,
.md-calc .form-control:disabled,
.md-calc .form-control:read-only,
.md-calc .form-select,
.md-calc .form-select:disabled,
.md-calc .form-select:read-only {
    background-color: #fff
}

.md-calc .col-form-label {
    font-size: 16px;
    line-height: 28px;
    color: #6d6e70
}

.md-calc__label {
    font-weight: 700;
    color: #6d6e70;
    margin-bottom: 8px
}

.md-calc__btn {
    color: #7bc250;
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #cbcdce
}

.md-calc__btn:hover {
    color: #fff;
    background-color: #7bc250;
    border-color: #7bc250
}

.md-calc__btn--2 {
    color: #00a8a3
}

.md-calc__btn--2:hover {
    color: #fff;
    background-color: #00a8a3;
    border-color: #00a8a3
}

.md-calc__result .form-control {
    border-right: 0
}

.md-calc__result .form-control:focus {
    border-color: #ced4da
}

.md-calc__result .input-group-text {
    background-color: #f6f6f6;
    border-left: 0;
    font-weight: 700;
    color: #7bc250
}

@media (max-width:991px) {

    .md-calc .form-control,
    .md-calc .form-label,
    .md-calc .form-select {
        font-size: 14px
    }

    .md-calc .form-control,
    .md-calc .form-select {
        padding-left: 12px
    }

    .md-calc .modal-header {
        padding: 8px 12px
    }

    .md-calc .modal-header .btn-close {
        right: 10px
    }

    .md-calc .modal-title {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .md-calc .modal-dialog {
        max-width: 600px
    }
}

@media (min-width:992px) {
    .md-calc .modal-header {
        padding: 16px
    }

    .md-calc .modal-body {
        padding: 30px
    }

    .md-calc .modal-dialog {
        max-width: 1000px
    }

    .md-calc .checkbox-styled {
        padding-left: 30px;
        font-size: 16px;
        margin-top: 8px
    }

    .md-calc .checkbox-styled__icon {
        width: 22px;
        height: 22px
    }
}

@media (min-width:1200px) {
    .md-calc .modal-dialog {
        max-width: 1300px
    }

    .md-calc__col {
        border-top: 1px solid #6d6e70;
        position: relative;
        z-index: 1;
        padding-top: 30px;
        margin-top: 40px
    }

    .md-calc__col::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #90d120;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .md-calc__col.active::before {
        background-color: #90d120
    }
}

@media (min-width:1400px) {
    .md-calc__btn {
        font-size: 22px;
        padding: 5px 12px
    }

    .md-calc .modal-title {
        font-size: 24px
    }

    .md-calc .modal-body {
        padding: 30px 50px
    }
}

.banner-slider {
    position: relative;
    z-index: 1
}

.banner-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: 0;
    border-radius: 50%;
    opacity: 1
}

.banner-slider__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 10px
}

.banner-slider__pagination .swiper-pagination-bullet:focus {
    outline: 0
}

.banner-slider__pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

.banner-slider__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #000;
/*    height: calc(100vh - var(--header-height))*/
}

.banner-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%
}

.banner-slider__frame img,
.banner-slider__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-slider--hoz .banner-slider__pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: auto;
    bottom: 5%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.banner-slider--hoz .banner-slider__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 0 !important;
    margin-right: 10px
}

.banner-slider--production {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.banner-slider--production .swiper-container {
    width: 100%;
    height: 100%
}

.banner-slider--production .swiper-slide {
    position: relative;
    z-index: 1
}

.banner-slider--production .swiper-slide::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(38, 59, 129, .6)), color-stop(rgba(0, 222, 193, .2)), to(rgba(0, 222, 193, 0)));
    background: linear-gradient(to right, rgba(38, 59, 129, .6), rgba(0, 222, 193, .2), rgba(0, 222, 193, 0));
    position: absolute;
    top: 0;
    left: 0
}

.banner-slider--production .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:575.98px) {
    .banner-slider__pagination {
        right: 3%
    }

    .banner-slider__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }

    .banner-slider__pagination .swiper-pagination-bullet:not(:last-child) {
        margin-bottom: 8px
    }
}

.c-phone {
    display: block;
    position: relative;
    z-index: 1
}

.c-phone::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 189.93%
}

.c-phone__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.c-phone__wheel {
    position: absolute;
    z-index: 10;
    top: 21.389%;
    left: 15.625%;
    right: 14.584%
}

.c-phone__btn {
    display: block;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    top: 70%;
    left: 37.5%;
    right: 36.11%;
    bottom: 12.24%
}

.c-phone__icon {
    position: absolute;
    bottom: 8%;
    left: 50%;
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%);
    z-index: 6;
    width: 21%
}

.product-slider,
.product-slider-2 {
    position: relative;
    z-index: 1
}

.product-slider-2__next,
.product-slider-2__prev,
.product-slider__next,
.product-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #f6f6f6
}

.product-slider-2__next:hover,
.product-slider-2__prev:hover,
.product-slider__next:hover,
.product-slider__prev:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.product-slider-2__next:focus,
.product-slider-2__prev:focus,
.product-slider__next:focus,
.product-slider__prev:focus {
    outline: 0
}

.product-slider-2__next.swiper-button-disabled,
.product-slider-2__prev.swiper-button-disabled,
.product-slider__next.swiper-button-disabled,
.product-slider__prev.swiper-button-disabled {
    display: none
}

.product-slider-2__next,
.product-slider__next {
    left: 100%
}

@media (min-width:1400px) {

    .product-slider-2__prev,
    .product-slider__prev {
        left: -40px
    }

    .product-slider-2__next,
    .product-slider__next {
        left: calc(100% + 40px)
    }
}

.product-slider .swiper-slide,
.product-slider-2 .swiper-slide {
    height: auto
}

@media (min-width:1200px) {
    .product-slider {
        padding: 0 60px
    }

    .product-slider__prev {
        left: 15px
    }

    .product-slider__next {
        left: calc(100% - 15px)
    }
}

.device-slider {
    position: relative;
    z-index: 1
}

.device-slider__next,
.device-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.device-slider__next:focus,
.device-slider__prev:focus {
    outline: 0
}

.device-slider__next.swiper-btn-disabled,
.device-slider__prev.swiper-btn-disabled {
    display: none
}

.device-slider__next {
    left: auto;
    right: -40px
}

@media (max-width:575px) {

    .device-slider__next,
    .device-slider__prev {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #dee2e6;
        font-size: 20px;
        line-height: 1
    }

    .device-slider__prev {
        left: -15px
    }

    .device-slider__next {
        right: -15px
    }
}

.fullpage-slider {
    height: calc(100vh - var(--header-height));
    position: relative;
    z-index: 1
}

.fullpage-slider--full {
    height: 100vh
}

.fullpage-slider__container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.fullpage-slider__pagination {
    display: none
}

.fullpage-slider__content {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

.fullpage-slider .swiper-slide {
    position: relative;
    z-index: 1
}

@media (min-width:992px) {
    .fullpage-slider__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .fullpage-slider__pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: 0;
        position: relative;
        opacity: 1
    }

    .fullpage-slider__pagination .swiper-pagination-bullet:not(:last-child) {
        margin-bottom: 4px
    }

    .fullpage-slider__pagination .swiper-pagination-bullet::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .fullpage-slider__pagination .swiper-pagination-bullet-active::before {
        width: 10px;
        height: 10px;
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, .15);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, .15)
    }
}

@media (min-width:1200px) {
    .fullpage-slider__content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 10px;
        background-color: rgba(221, 221, 221, .5)
    }

    .fullpage-slider__content::-webkit-scrollbar {
        width: 6px;
        background-color: rgba(221, 221, 221, .5)
    }

    .fullpage-slider__content::-webkit-scrollbar-thumb {
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #999
    }
}

.experience {
    width: 100%;
    height: 100%;
    position: relative
}

.experience .color-slider {
    width: 100%;
    height: 100%
}

.experience .color-slider .swiper-container {
    width: 100%;
    height: 100%
}

.experience .color-slider .swiper-slide {
    height: auto;
    position: relative
}

.experience .color-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.experience .input-color-wrapper {
    width: 100%;
    padding: 20px;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0
}

.card-slider {
    position: relative;
    z-index: 1;
    padding-bottom: 30px
}

.card-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.card-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #77b526;
    background: 0
}

.card-slider__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px
}

.card-slider__pagination .swiper-pagination-bullet:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.card-slider__pagination .swiper-pagination-bullet-active {
    background-color: #77b526
}

.img-slider {
    position: relative;
    z-index: 1
}

.img-slider__next,
.img-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.img-slider__next:hover,
.img-slider__prev:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2)
}

.img-slider__next:focus,
.img-slider__prev:focus {
    outline: 0
}

.img-slider__next {
    left: auto;
    right: 3%
}

.img-slider:hover .img-slider__next,
.img-slider:hover .img-slider__prev {
    background-color: #fff
}

@media (min-width:1200px) {
    .img-slider__prev {
        left: 0;
        opacity: 0
    }

    .img-slider__next {
        right: 0;
        opacity: 0
    }

    .img-slider:hover .img-slider__prev {
        left: 3%;
        opacity: 1
    }

    .img-slider:hover .img-slider__next {
        right: 3%;
        opacity: 1
    }
}

@media (max-width:575.98px) {

    .img-slider__next,
    .img-slider__prev {
        background-color: rgba(255, 255, 255, .5)
    }
}

.img-slider__title {
    display: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 16px 0 0
}

.img-slider .swiper-slide {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.img-slider .swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.img-slider .swiper-slide-active .img-slider__title {
    display: block
}

.img-slider .swiper-slide-active~.swiper-slide {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

@media (max-width:1199.98px) {
    .img-slider__title {
        font-size: 16px;
        margin-top: 10px
    }
}

@media (max-width:575.98px) {
    .img-slider__title {
        font-size: 14px
    }
}

.link-slider {
    position: relative;
    z-index: 1;
    padding: 0 40px
}

.link-slider__next,
.link-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    background-color: #2cb7cd;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.link-slider__next:focus,
.link-slider__prev:focus {
    outline: 0
}

.link-slider__next {
    left: auto;
    right: 0
}

.link-slider .swiper-slide {
    width: auto
}

.link-slider__link {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5vw
}

.link-slider__link:hover {
    color: rgba(255, 255, 255, .8)
}

@media (max-width:1399.98px) {

    .link-slider__next,
    .link-slider__prev {
        width: 30px;
        height: 30px
    }

    .link-slider__link {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .link-slider__link {
        padding: 0 20px
    }
}

@media (max-width:991.98px) {
    .link-slider__link {
        font-size: 14px;
        padding: 0 12px
    }
}

.lighting-slider {
    position: relative;
    z-index: 1
}

.lighting-slider__thumbs {
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0
}

@media (max-width:1399.98px) {
    .lighting-slider__thumbs {
        bottom: 80px
    }
}

@media (max-width:1199.98px) {
    .lighting-slider__thumbs {
        bottom: 50px
    }
}

@media (max-width:991.98px) {
    .lighting-slider__thumbs {
        bottom: 30px
    }
}

@media (max-width:767.98px) {
    .lighting-slider__thumbs {
        bottom: 25px
    }
}

.lighting-thumb-slider {
    width: 230px;
    height: auto;
    margin-left: auto;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0
}

.lighting-thumb-slider__icon {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    border-radius: 50%
}

.lighting-thumb-slider__icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.lighting-thumb-slider__icon img,
.lighting-thumb-slider__icon picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swiper-slide-thumb-active .lighting-thumb-slider__icon {
    border: 2px solid #fff
}

@media (max-width:1199.98px) {
    .lighting-thumb-slider {
        width: 200px
    }
}

@media (max-width:767.98px) {
    .lighting-thumb-slider {
        width: 180px
    }
}

.solution-slider {
    position: relative;
    z-index: 1
}

.solution-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: calc(100vh - 80px);
    border-radius: 10px;
    background: #d3d3d3;
    position: absolute;
    z-index: 50;
    top: 40px;
    left: -100px
}

.solution-slider__pagination .swiper-pagination-bullet {
    width: 100%;
    height: 76px;
    background: 0;
    opacity: 1;
    border-radius: 0;
    position: relative;
    z-index: 1
}

.solution-slider__pagination .swiper-pagination-bullet:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.solution-slider__pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/tab-icon-1.png) center/contain no-repeat;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.solution-slider__pagination .swiper-pagination-bullet:nth-child(2)::after {
    background-image: url(../images/tab-icon-2.png)
}

.solution-slider__pagination .swiper-pagination-bullet:nth-child(3)::after {
    background-image: url(../images/tab-icon-3.png)
}

.solution-slider__pagination .swiper-pagination-bullet:nth-child(4)::after {
    background-image: url(../images/tab-icon-4.png)
}

.solution-slider__pagination .swiper-pagination-bullet-active::before {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 0;
    background: url(../images/solution-slider-pagination-bullet.png) center no-repeat;
    background-size: 100% 100%
}

.solution-slider__pagination .swiper-pagination-bullet-active::after {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

@media (max-width:1600px) {
    .solution-slider__pagination {
        left: -20px
    }

    .solution-slider .c-section__content {
        padding-left: 60px
    }
}

@media (max-width:991.98px) {
    .solution-slider__pagination {
        left: -34px
    }

    .solution-slider .c-section__content {
        padding-left: 24px
    }
}

@media (max-width:575.98px) {
    .solution-slider .c-section__content {
        padding-left: 0
    }

    .solution-slider__pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 40px;
        width: calc(100% - 30px);
        left: 15px;
        top: 15px
    }

    .solution-slider__pagination .swiper-pagination-bullet {
        width: 50px;
        height: 40px
    }

    .solution-slider__pagination .swiper-pagination-bullet::after {
        width: 24px;
        height: 24px;
        margin-top: 4px;
        margin-left: 0
    }

    .solution-slider__pagination .swiper-pagination-bullet-active::before {
        height: 70px;
        width: 34px;
        border-radius: 8px 8px 0 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        margin-top: 3px
    }
}

.review-slider {
    position: relative;
    z-index: 1;
    margin: -20px
}

.review-slider__next,
.review-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #f6f6f6
}

.review-slider__next:hover,
.review-slider__prev:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.review-slider__next:focus,
.review-slider__prev:focus {
    outline: 0
}

.review-slider__next.swiper-button-disabled,
.review-slider__prev.swiper-button-disabled {
    display: none
}

.review-slider__next {
    left: 100%
}

@media (min-width:1400px) {
    .review-slider__prev {
        left: -40px
    }

    .review-slider__next {
        left: calc(100% + 40px)
    }
}

.review-slider .swiper-slide {
    padding: 20px
}

.review-slider__next,
.review-slider__prev {
    color: #90d120;
    border-color: #90d120
}

.video-slider {
    position: relative;
    z-index: 1
}

.video-slider__next,
.video-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #f6f6f6
}

.video-slider__next:hover,
.video-slider__prev:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.video-slider__next:focus,
.video-slider__prev:focus {
    outline: 0
}

.video-slider__next.swiper-button-disabled,
.video-slider__prev.swiper-button-disabled {
    display: none
}

.video-slider__next {
    left: 100%
}

@media (min-width:1400px) {
    .video-slider__prev {
        left: -40px
    }

    .video-slider__next {
        left: calc(100% + 40px)
    }
}

.tissue-slider {
    position: relative;
    z-index: 1
}

.tissue-slider__next,
.tissue-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #f6f6f6
}

.tissue-slider__next:hover,
.tissue-slider__prev:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.tissue-slider__next:focus,
.tissue-slider__prev:focus {
    outline: 0
}

.tissue-slider__next.swiper-button-disabled,
.tissue-slider__prev.swiper-button-disabled {
    display: none
}

.tissue-slider__next {
    left: 100%
}

@media (min-width:1400px) {
    .tissue-slider__prev {
        left: -40px
    }

    .tissue-slider__next {
        left: calc(100% + 40px)
    }
}

.ncm-slider-group {
    display: grid;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    grid-template-columns: 6fr 17fr;
    grid-gap: 70px;
    padding: 0 70px;
    margin-top: 50px
}

@media (max-width:1399.98px) {
    .ncm-slider-group {
        margin-top: 16px
    }
}

@media (max-width:991.98px) {
    .ncm-slider-group {
        padding: 0 50px;
        grid-gap: 50px
    }
}

@media (max-width:575.98px) {
    .ncm-slider-group {
        grid-template-columns: 1fr;
        grid-template-rows: 2fr 1fr;
        grid-gap: 16px;
        padding: 0 15px;
        grid-auto-flow: row dense
    }
}

.ncm-slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px
}

.ncm-slider .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ncm-slider .swiper-slide {
    height: 100%
}

.ncm-slider__frame {
    background-color: #f2f2f2;
    height: 100%;
    position: relative;
    z-index: 1
}

.ncm-slider__frame img {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

@media (max-width:575.98px) {
    .ncm-slider {
        grid-row: 1/span 1
    }
}

.ncm-thumb-slider {
    position: relative;
    z-index: 1
}

.ncm-thumb-slider__next,
.ncm-thumb-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    cursor: pointer
}

.ncm-thumb-slider__next:focus,
.ncm-thumb-slider__prev:focus {
    outline: 0
}

.ncm-thumb-slider__next img,
.ncm-thumb-slider__prev img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.ncm-thumb-slider__next.swiper-button-disabled,
.ncm-thumb-slider__prev.swiper-button-disabled {
    display: none
}

.ncm-thumb-slider__prev {
    top: auto;
    bottom: 100%;
    -webkit-transform: translate(-50%, -10px) rotateX(180deg);
    transform: translate(-50%, -10px) rotateX(180deg)
}

.ncm-thumb-slider .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ncm-thumb-slider .swiper-slide {
    height: 100%;
    -ms-flex-item-align: start;
    align-self: start
}

.ncm-thumb-slider__frame {
    background-color: #f2f2f2;
    height: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.ncm-thumb-slider__frame img {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.swiper-slide-thumb-active .ncm-thumb-slider__frame {
    border: 2px solid #00c3c3
}

@media (max-width:575.98px) {

    .ncm-thumb-slider__next,
    .ncm-thumb-slider__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background-color: #00c3c3;
        padding: 6px;
        border: 1px solid #0aa;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
    }

    .ncm-thumb-slider__prev {
        bottom: 50%;
        left: 0;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }

    .ncm-thumb-slider__prev img {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .ncm-thumb-slider__next {
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .ncm-thumb-slider__next img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.sh-device-slider {
    position: relative;
    z-index: 1
}

.sh-device-slider__next,
.sh-device-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #f6f6f6
}

.sh-device-slider__next:hover,
.sh-device-slider__prev:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.sh-device-slider__next:focus,
.sh-device-slider__prev:focus {
    outline: 0
}

.sh-device-slider__next.swiper-button-disabled,
.sh-device-slider__prev.swiper-button-disabled {
    display: none
}

.sh-device-slider__next {
    left: 100%
}

@media (min-width:1400px) {
    .sh-device-slider__prev {
        left: -40px
    }

    .sh-device-slider__next {
        left: calc(100% + 40px)
    }
}

.sh-app-slider,
.sh-card-slider {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    margin-bottom: -10px
}

.sh-app-slider__pagination,
.sh-card-slider__pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sh-app-slider__pagination .swiper-pagination-bullet,
.sh-card-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ababab
}

.sh-app-slider__pagination .swiper-pagination-bullet:not(:last-child),
.sh-card-slider__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 4px
}

.sh-app-slider__pagination .swiper-pagination-bullet-active,
.sh-card-slider__pagination .swiper-pagination-bullet-active {
    background-color: #575757
}

.sh-app-slider .swiper-slide,
.sh-card-slider .swiper-slide {
    height: auto
}

@media (max-width:1399px) {

    .sh-app-slider,
    .sh-card-slider {
        padding-bottom: 60px
    }
}

@media (max-width:1199px) {

    .sh-app-slider,
    .sh-card-slider {
        padding-bottom: 40px
    }

    .sh-app-slider__pagination .swiper-pagination-bullet,
    .sh-card-slider__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }
}

.preview__thumbs {
    margin-top: 30px
}

@media (max-width:1199.98px) {
    .preview__thumbs {
        margin-top: 16px
    }
}

@media (max-width:575.98px) {
    .preview__thumbs {
        margin-top: 8px
    }
}

.preview-slider {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden
}

.preview-slider__frame {
    position: relative;
    background-color: #fff;
    z-index: 1
}

.preview-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.preview-slider__frame img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.thumb-slider {
    position: relative
}

.thumb-slider .swiper-slide {
    background-color: #ccc;
    border-radius: 8px;
    padding: 1px
}

.thumb-slider .swiper-slide.is-active {
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9)
}

.thumb-slider__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 7px;
    cursor: pointer;
    background-color: #fff
}

.thumb-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.thumb-slider__frame img,
.thumb-slider__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumb-slider__frame img {
    z-index: 1
}

.thumb-slider.has-nav .thumb-slider__next,
.thumb-slider.has-nav .thumb-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 100%;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: -20px
}

.thumb-slider.has-nav .thumb-slider__next:focus,
.thumb-slider.has-nav .thumb-slider__prev:focus {
    outline: 0
}

.thumb-slider.has-nav .thumb-slider__next.swiper-button-disabled,
.thumb-slider.has-nav .thumb-slider__prev.swiper-button-disabled {
    display: none
}

.thumb-slider.has-nav .thumb-slider__next {
    left: auto;
    right: -20px
}

.thumb-slider:not(.has-nav) .thumb-slider__next,
.thumb-slider:not(.has-nav) .thumb-slider__prev {
    display: none
}

.section {
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.section--fixed-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed
}

.section__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

@media (max-width:1399.98px) {
    .section {
        padding: 60px 0
    }
}

@media (max-width:991.98px) {
    .section {
        padding: 40px 0
    }
}

.section-1__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00c3c3;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px
}

.section-1__title::before {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 1px solid #00c3c3;
    position: absolute;
    bottom: 0;
    left: 0
}

.section-1__title-2 {
    font-size: 22px;
    background-color: #f6f6f6;
    color: #6d6e71;
    padding: 6px 18px;
    text-transform: uppercase;
    border-top: 1px solid #cbcdce;
    border-bottom: 1px solid #cbcdce;
    margin-bottom: 60px
}

@media (max-width:1399.98px) {
    .section-1__title-2 {
        margin-bottom: 40px
    }
}

@media (max-width:1199.98px) {
    .section-1__title-2 {
        margin-bottom: 30px
    }
}

@media (max-width:767.98px) {
    .section-1__title-2 {
        font-size: 20px
    }
}

.section-2 {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.section-2__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.section-2__title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.3;
    color: #000
}

.section-2__title--2 {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1em !important
}

.section-2__title--3 {
    font-weight: 700;
    color: #00c3c3;
    text-transform: uppercase
}

.section-2__title--flower {
    color: #125e00;
    font-weight: 700;
    text-align: left
}

.section-2__desc {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 30px;
    margin-top: -30px
}

.section-2--ver1 {
    min-height: 100vh
}

@media (max-width:1399.98px) {
    .section-2 {
        padding: 40px 0
    }

    .section-2__title {
        font-size: 28px;
        margin-bottom: 35px
    }

    .section-2__desc {
        margin-top: -24px
    }

    .section-2--ver1 {
        min-height: unset
    }
}

@media (max-width:991.98px) {
    .section-2__title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .section-2__desc {
        margin-top: -16px
    }
}

@media (max-width:767.98px) {
    .section-2__title {
        font-size: 22px;
        margin-bottom: 24px
    }

    .section-2__desc {
        font-size: 14px;
        margin-bottom: 0
    }
}

.section-3 {
    padding: 60px 0;
    position: relative;
    z-index: 1
}

.section-3__title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.3;
    margin-bottom: 1.5em
}

.section-3__title::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #00c3c3;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-3__title--2 {
    font-weight: 700;
    text-align: left;
    padding-bottom: 0
}

.section-3__title--2::after {
    display: none
}

.section-3__desc {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 1100px
}

@media (max-width:1199.98px) {
    .section-3__title {
        font-size: 24px
    }
}

@media (max-width:991.98px) {
    .section-3 {
        padding: 40px 0
    }

    .section-3__title {
        font-size: 20px;
        padding-bottom: 16px
    }

    .section-3__title::after {
        height: 4px
    }
}

@media (max-width:575.98px) {
    .section-3__title {
        font-size: 18px
    }
}

.mall-banner,
.section-4 {
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #000;
    background-color: #f5f5f5
}

.section-4__frame {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1
}

.section-4__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.section-4__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.section-4__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100vh;
    width: 50%;
    max-height: 50vw;
    padding: 60px 60px 60px 0;
    position: relative;
    z-index: 2
}

.mall-banner__title,
.section-4__title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0
}

.mall-banner__subtitle,
.section-4__subtitle {
    font-size: 1.5em;
    font-weight: 700;
    color: #7f7f7f;
    margin-bottom: 0;
    margin-top: 8px
}

.section-4__desc {
    max-width: 580px;
    text-align: justify;
    margin-top: 16px;
    line-height: 1.3
}

.section-4__desc:not(:last-child) {
    margin-bottom: 16px
}

.section-4--reverse .section-4__content {
    padding-right: 0;
    padding-left: 60px;
    margin-left: 50%
}

.section-4--reverse .section-4__frame {
    left: 0
}

.section-4--reverse .section-4__desc {
    max-width: 610px
}

.section-4--normal {
    height: auto;
    min-height: auto !important
}

@media (max-width:1399.98px) {

    .mall-banner,
    .section-4 {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {

    .mall-banner,
    .section-4 {
        font-size: 14px
    }

    .mall-banner__title,
    .section-4__title {
        font-size: 22px;
        margin-bottom: 0
    }

    .mall-banner__subtitle,
    .section-4__subtitle {
        font-size: 16px
    }

    .section-4__desc {
        font-size: 12px
    }

    .section-4__btn-wrap {
        margin-top: 0
    }
}

@media (max-width:991.98px) {
    .section-4__content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px
    }

    .section-4--reverse .section-4__content {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .section-4__content {
        max-height: unset;
        height: auto
    }

    .mall-banner__title,
    .section-4__title {
        font-size: 16px
    }

    .mall-banner__subtitle,
    .section-4__subtitle {
        font-size: 12px
    }

    .section-4__desc {
        font-size: 10px
    }
}

@media (max-width:575.98px) {

    .mall-banner,
    .section-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh
    }

    .section-4__content {
        width: 100%;
        left: auto;
        margin: 0 !important;
        padding: 20px 0 !important
    }

    .section-4__frame {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .section-4__content {
        width: 100%;
        height: auto;
        max-height: unset;
        padding: 24px 0 !important
    }
}

.section-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding: 50px 0;
    background-color: #f6f6f6;
    position: relative;
    z-index: 1
}

.section-5__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px
}

.section-5__title--sm {
    font-size: 30px
}

.section-5__desc {
    font-size: 20px
}

@media (max-width:1699px) {
    .section-5 {
        padding: 40px 0
    }

    .section-5__title {
        font-size: 32px;
        margin-bottom: 30px
    }

    .section-5__desc {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .section-5 {
        min-height: unset
    }

    .section-5__title {
        font-size: 22px
    }

    .section-5__desc {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .section-5__title {
        font-size: 20px
    }

    .section-5__desc--sm {
        font-size: 12px
    }
}

.aside+.aside {
    margin-top: 2rem
}

.aside__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00c3c3;
    margin-bottom: 8px;
    /* H.Thang = ẩn tiêu đề danh mục sp "Danh mục sản phẩm" */
    display: none;

}

.aside__body {
    padding: 20px;
    background-color: #00c3c3;
    color: #fff
}

.aside__body-2 {
    border: 1px solid #dee2e6;
    padding: 16px
}

.aside__group:not(:last-child) {
    margin-bottom: 8px
}

.aside__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    cursor: pointer;
    position: relative;
    background-color: #f6f6f6;
    padding: 8px 20px 8px 16px;
    border: 1px solid #dee2e6
}

.aside__label:hover {
    background-color: #dee2e6
}

.aside__label::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.aside__label.active::after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg)
}

.aside__label~.aside__body-2 {
    border-top: 0
}

.aside--knowledge .aside__title {
    font-size: 30px;
    padding: 20px 0;
    background: url(../images/gradient-bg.png) center/cover no-repeat
}

@media (max-width:1399.98px) {
    .aside--knowledge .aside__title {
        font-size: 20px;
        padding: 10px
    }
}

.header {
    background-color: #fff;
    position: relative;
    z-index: 100
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__logo,
.navbar__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0
}

.header__logo img,
.navbar__logo img {
    height: 40px
}

.header__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.header__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #343a40;
    font-size: 20px
}

.header__btn+.header__btn {
    margin-left: 4px
}

.header__btn:hover {
    color: #00c3c3;
    text-decoration: none
}

.header__btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 15px;
    height: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00c3c3;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0
}

.header__btn img {
    max-height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media (min-width:1200px) {

    .header__logo,
    .navbar__logo {
        margin: 16px 0
    }

    .header__logo img,
    .navbar__logo img {
        height: 50px
    }
}

.footer {
    padding: 80px 0;
    background: url(../images/footer-bg.jpg) center/cover no-repeat
}

.footer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer__logo img {
    height: 60px
}

.footer__contact {
    font-family: UTMAvo, Arial, Helvetica, sans-serif;
    font-size: 14px
}

.footer__contact,
.footer__contact a,
.footer__contact a:hover {
    color: #fff
}

.footer__contact:not(:last-child) {
    margin-bottom: 16px
}

.footer__copyright {
    text-align: center;
    padding: 24px 0 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: auto
}

.footer__bct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1399.98px) {
    .footer {
        padding: 60px 0
    }

    .footer__contact {
        font-size: 12px
    }

    .footer__copyright {
        font-size: 12px
    }
}

@media (max-width:1199.98px) {
    .footer__logo img {
        height: 45px
    }
}

@media (max-width:991.98px) {
    .footer {
        padding: 40px 0
    }

    .footer__bct {
        text-align: center
    }

    .footer__copyright {
        margin-top: 24px
    }
}

@media (max-width:575.98px) {
    .footer {
        padding-top: 30px
    }

    .footer__copyright {
        margin-top: 0
    }

    .footer__bct {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.rd-social {
    font-family: UTMAvo, Arial, Helvetica, sans-serif
}

.rd-social__label {
    font-size: 12px;
    color: #fff;
    margin-bottom: 4px
}

.rd-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rd-social__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #049489;
    border-radius: 50px
}

.rd-social__list a:hover {
    text-decoration: none
}

.rd-social__list a:not(:last-child) {
    margin-right: 8px
}

.rd-social__list a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #049489
}

.rd-social__list a img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media (max-width:575.98px) {
    .rd-social__label {
        text-align: center
    }

    .rd-social__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.post-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00c3c3;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px
}

.post-title::before {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 1px solid #00c3c3;
    position: absolute;
    bottom: 0;
    left: 0
}

.post-sapo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px
}

.post-content {
    font-size: 16px;
    color: #444
}

.post--knowledge .post-title {
    color: #0033a1
}

.post--knowledge .post-content {
    color: #4d4d4d
}

.post--knowledge .post-content .h2,
.post--knowledge .post-content .h3,
.post--knowledge .post-content .h4,
.post--knowledge .post-content .h5,
.post--knowledge .post-content .h6,
.post--knowledge .post-content a,
.post--knowledge .post-content a:hover,
.post--knowledge .post-content h2,
.post--knowledge .post-content h3,
.post--knowledge .post-content h4,
.post--knowledge .post-content h5,
.post--knowledge .post-content h6 {
    color: #0033a1
}

.post-related li:not(:last-child) {
    margin-bottom: 8px
}

.post-related a {
    font-size: 16px;
    color: #444
}

.post-related a:hover {
    color: #00c3c3
}

.input-color {
    position: relative;
    z-index: 1
}

.input-color__gradient {
    display: block;
    width: 100%;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5px
}

.input-color input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 4px 0;
    background: 0
}

.input-color input[type=range]:focus {
    outline: 0;
    background: 0
}

.input-color input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: 0 0;
    border-radius: 6px;
    border: 0 solid transparent
}

.input-color input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    border: 1px solid #666;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #eceaea;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px
}

.input-color input[type=range]:focus::-webkit-slider-runnable-track {
    background: 0 0
}

.input-color input[type=range]::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: 0 0;
    border-radius: 6px;
    border: 0 solid transparent
}

.input-color input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    border: 1px solid #dcdcdc;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #eceaea;
    cursor: pointer
}

.input-color input[type=range]::-ms-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.input-color input[type=range]::-ms-fill-lower {
    border: 0 solid transparent;
    border-radius: 12px;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: 0 0
}

.input-color input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0 solid transparent;
    border-radius: 12px;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0)
}

.input-color input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    border: 1px solid #dcdcdc;
    width: 20px;
    border-radius: 10px;
    background: #eceaea;
    cursor: pointer;
    height: 12px
}

.input-color input[type=range]:focus::-ms-fill-lower {
    background: 0 0
}

.input-color input[type=range]:focus::-ms-fill-upper {
    background: 0 0
}

.input-dimming {
    position: relative;
    z-index: 1
}

.input-dimming__gradient {
    display: block;
    width: 100%;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5px
}

.input-dimming input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 4px 0;
    background: 0
}

.input-dimming input[type=range]:focus {
    outline: 0;
    background: 0
}

.input-dimming input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: 0 0;
    background: 0;
    border-radius: 6px;
    border: 0 solid transparent
}

.input-dimming input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    border: 1px solid #666;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #eceaea;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px
}

.input-dimming input[type=range]:focus::-webkit-slider-runnable-track {
    background: 0
}

.input-dimming input[type=range]::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: 0 0;
    background: 0;
    border-radius: 6px;
    border: 0 solid transparent
}

.input-dimming input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    border: 1px solid #dcdcdc;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #eceaea;
    cursor: pointer
}

.input-dimming input[type=range]::-ms-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.input-dimming input[type=range]::-ms-fill-lower {
    background: 0;
    border: 0 solid transparent;
    border-radius: 12px;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: 0 0
}

.input-dimming input[type=range]::-ms-fill-upper {
    background: 0;
    border: 0 solid transparent;
    border-radius: 12px;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: 0 0
}

.input-dimming input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 rgba(0, 1, 10, .1), 0 0 0 rgba(0, 4, 36, .1);
    border: 1px solid #dcdcdc;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #eceaea;
    cursor: pointer;
    height: 12px
}

.input-dimming input[type=range]:focus::-ms-fill-lower {
    background: 0
}

.input-dimming input[type=range]:focus::-ms-fill-upper {
    background: 0
}

.h-smarthome {
    position: relative;
    z-index: 1
}

.h-smarthome__bg {
    opacity: 0;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out
}

.h-smarthome__bg.active {
    opacity: 1
}

.h-smarthome__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-height: 100vh;
    height: 100vh
}

.h-smarthome__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.h-smarthome__frame img,
.h-smarthome__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.h-smarthome__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0
}

.h-smarthome__overlay .container {
    height: 100%
}

.h-smarthome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 60px 0
}

.h-smarthome__right {
    width: 288px
}

@media (max-width:1399.98px) {
    .h-smarthome__right {
        width: 250px
    }
}

@media (max-width:1199.98px) {
    .h-smarthome__right {
        width: 200px
    }

    .h-smarthome__inner {
        padding: 24px 0
    }
}

@media (max-width:991.98px) {
    .h-smarthome__inner .c-section__subtitle {
        font-size: 16px
    }

    .h-smarthome__inner .c-section__btn-wrap {
        margin-top: 16px
    }

    .h-smarthome__right {
        width: 150px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .h-smarthome__frame {
        height: 100vh
    }

    .h-smarthome__frame img {
        -o-object-position: 18% 50%;
        object-position: 18% 50%
    }

    .h-smarthome__inner {
        padding: 16px 0
    }

    .h-smarthome__inner .c-section__title {
        font-size: 16px;
        margin-bottom: 4px
    }

    .h-smarthome__inner .c-section__subtitle {
        font-size: 10px;
        margin-bottom: 0
    }

    .h-smarthome__inner .c-section__btn-wrap {
        margin-top: 12px
    }

    .h-smarthome__right {
        width: 100px
    }
}

.c-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 108px 0;
    font-family: UTMAvo, Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 1;
    min-height: 100vh
}

.c-section--bg {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.c-section__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    -o-object-position: 70% 50%;
    object-position: 70% 50%
}

.c-section__img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 50%
}

.c-section__title {
    font-family: UTMAvo, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.375;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0
}

.c-section__subtitle {
    margin-top: 6px;
    font-family: UTMAvo, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #7f7f7f;
    text-transform: uppercase;
    margin-bottom: 0
}

.c-section__desc {
    font-family: UTMAvo, Arial, Helvetica, sans-serif;
    width: 50%;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px
}

.c-section__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.c-section__content {
    width: 50%;
    padding-right: 60px
}

.c-section__content .c-section__desc {
    width: 100%
}

@media (max-width:1399.98px) {
    .c-section {
        padding: 80px 0
    }

    .c-section__title {
        font-size: 30px
    }

    .c-section__subtitle {
        font-size: 24px
    }

    .c-section__desc {
        font-size: 16px
    }

    .c-section__btn-wrap {
        margin-top: 20px
    }
}

@media (max-width:1199.98px) {
    .c-section {
        padding: 50px 0
    }

    .c-section__title {
        font-size: 26px
    }

    .c-section__subtitle {
        font-size: 20px
    }

    .c-section__desc {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .c-section {
        padding: 30px 0
    }

    .c-section__title {
        font-size: 20px
    }

    .c-section__subtitle {
        font-size: 16px
    }

    .c-section__desc {
        font-size: 12px
    }

    .c-section__btn-wrap {
        margin-top: 16px
    }

    .c-section__content {
        padding-right: 20px
    }
}

@media (max-width:575.98px) {
    .c-section::before {
        content: "";
        display: block;
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
    }

    .c-section__desc {
        width: 100% !important
    }

    .c-section__content {
        width: 100%;
        padding: 0
    }

    .c-section__img {
        width: 100%;
        height: 100%;
        z-index: -2;
        left: 0
    }

    .c-section__content .c-section__title {
        color: #fff
    }

    .c-section__content .c-section__desc,
    .c-section__content .c-section__subtitle {
        color: #ddd
    }
}

@media (min-width:576px) {
    .c-section--reverse .c-section__img {
        left: 0
    }

    .c-section--reverse .c-section__content {
        margin-left: auto;
        padding-right: 0;
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .c-section--reverse .c-section__content {
        padding-left: 60px
    }
}

.c-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: UTMAvo, Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 2.56em;
    border-radius: 1.28em;
    padding: 0 1.6em;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#00f1d5));
    background: linear-gradient(to right, #263b95, #00f1d5);
    border: 0;
    color: #fff
}

.c-btn:hover {
    text-decoration: none;
    color: #f6f6f6
}

.c-btn::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 150%;
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .6s;
    transition: all .6s
}

.c-btn:hover::before {
    right: -150%
}

.c-btn:hover {
    color: #fff;
    text-decoration: none
}

.c-btn--border {
    background: 0;
    border: 1px solid #fff
}

@media (max-width:1399px) {
    .c-btn {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .c-btn {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .c-btn {
        font-size: 14px
    }
}

.h-solution__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: calc(100vh - 80px);
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0eadbd), to(#224f9c));
    background: linear-gradient(to bottom, #0eadbd, #224f9c);
    position: absolute;
    z-index: 50;
    top: 40px;
    left: 15px
}

.h-solution__pagination .swiper-pagination-bullet {
    width: 100%;
    height: 50px;
    background: 0;
    opacity: 1;
    border-radius: 0;
    position: relative;
    z-index: 1
}

.h-solution__pagination .swiper-pagination-bullet:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.h-solution__pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/tab-icon-1.png) center/contain no-repeat;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.h-solution__pagination .swiper-pagination-bullet:nth-child(2)::after {
    background-image: url(../images/tab-icon-2.png)
}

.h-solution__pagination .swiper-pagination-bullet:nth-child(3)::after {
    background-image: url(../images/tab-icon-3.png)
}

.h-solution__pagination .swiper-pagination-bullet:nth-child(4)::after {
    background-image: url(../images/tab-icon-4.png)
}

.h-solution__pagination .swiper-pagination-bullet-active::before {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 0
}

.h-solution__pagination .swiper-pagination-bullet-active::after {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.h-solution__slide {
    overflow: hidden
}

.h-solution__inner {
    height: 100vh;
    position: relative;
    z-index: 1
}

.h-solution__content {
    width: calc(50% - 70px);
    padding: 100px 50px 100px 114px;
    min-height: 100vh
}

.h-solution__frame {
    width: calc(50vw + 70px);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 70px);
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s
}

.h-solution__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.h-solution__body {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1
}

.h-solution__pane {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background-color: #fff
}

.h-solution__pane:first-child {
    opacity: 1 !important;
    z-index: 9
}

.h-solution__pane:nth-child(2) {
    z-index: 8
}

.h-solution__pane:nth-child(3) {
    z-index: 7
}

.h-solution__pane:nth-child(4) {
    z-index: 6
}

.h-solution__pane:nth-child(5) {
    z-index: 5
}

.h-solution__pane:nth-child(6) {
    z-index: 4
}

.h-solution__title {
    -webkit-transform: translateY(-300vh);
    transform: translateY(-300vh);
    -webkit-transition: .5s 0s ease-out;
    transition: .5s 0s ease-out
}

.h-solution__subtitle {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: .5s .1s ease-out;
    transition: .5s .1s ease-out
}

.h-solution__desc {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: .5s .2s ease-out;
    transition: .5s .2s ease-out
}

.h-solution__btn-wrap {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: .5s .3s ease-out;
    transition: .5s .3s ease-out
}

.h-solution__slide.swiper-slide-active .h-solution__frame {
    opacity: 1
}

.h-solution__slide.swiper-slide-active .h-solution__btn-wrap,
.h-solution__slide.swiper-slide-active .h-solution__desc,
.h-solution__slide.swiper-slide-active .h-solution__subtitle,
.h-solution__slide.swiper-slide-active .h-solution__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.h-solution__slide.swiper-slide-active~.swiper-slide .h-solution__title {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: .5s .3s ease-out;
    transition: .5s .3s ease-out
}

.h-solution__slide.swiper-slide-active~.swiper-slide .h-solution__subtitle {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: .5s .2s ease-out;
    transition: .5s .2s ease-out
}

.h-solution__slide.swiper-slide-active~.swiper-slide .h-solution__desc {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: .5s .1s ease-out;
    transition: .5s .1s ease-out
}

.h-solution__slide.swiper-slide-active~.swiper-slide .h-solution__btn-wrap {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: .5s 0s ease-out;
    transition: .5s 0s ease-out
}

@media (max-width:991px) and (orientation:landscape) {
    .h-solution__pagination {
        width: 40px;
        height: calc(100vh - 40px);
        top: 20px;
        left: -30px
    }

    .h-solution__pagination .swiper-pagination-bullet {
        width: 40px;
        height: 40px
    }

    .h-solution__pagination .swiper-pagination-bullet::after {
        width: 20px;
        height: 20px
    }

    .h-solution__pagination .swiper-pagination-bullet-active::before {
        left: 0;
        border-radius: 0
    }

    .h-solution__content {
        padding: 20px;
        width: 60%
    }

    .h-solution__frame {
        left: 60%
    }
}

@media (max-width:991px) and (orientation:portrait) {
    .h-solution__pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 40px;
        width: calc(100% - 30px);
        left: 15px;
        top: 15px
    }

    .h-solution__pagination .swiper-pagination-bullet {
        width: 40px;
        height: 40px
    }

    .h-solution__pagination .swiper-pagination-bullet-active::before {
        left: 0;
        border-radius: 0
    }

    .h-solution__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .h-solution__content {
        width: 100%;
        height: auto;
        min-height: unset;
        padding: 80px 0 20px
    }

    .h-solution__frame {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100vw;
        height: auto;
        max-height: 50vh;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto
    }
}

.h-factory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    background: -webkit-gradient(linear, left top, right bottom, from(#07c18a), color-stop(#026570), to(#002a30));
    background: linear-gradient(to right bottom, #07c18a, #026570, #002a30)
}

.h-factory__frame {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1
}

.h-factory__frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 58% 50%;
    object-position: 58% 50%
}

.h-factory__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.h-factory__bg {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.h-factory__text {
    width: 700px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 41%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.h-factory__text ol,
.h-factory__text ul {
    list-style: none;
    padding-left: 0
}

.h-factory__text ol:last-child,
.h-factory__text ul:last-child {
    margin-bottom: 0
}

.h-factory__text ol li,
.h-factory__text ul li {
    border: 2px solid rgba(255, 255, 255, .8);
    padding: 4px 16px;
    border-radius: 10px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3))
}

.h-factory__text ol li:not(:last-child),
.h-factory__text ul li:not(:last-child) {
    margin-bottom: 8px
}

.h-factory__title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .5em
}

@media (max-width:1399.98px) {
    .h-factory__bg {
        max-width: 750px
    }

    .h-factory__text {
        width: 500px;
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .h-factory__frame {
        display: block;
        overflow: hidden;
        position: relative;
        z-index: 1;
        max-height: 100vh
    }

    .h-factory__frame::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 56.25%
    }

    .h-factory__frame img,
    .h-factory__frame picture {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .h-factory__frame img {
        -o-object-position: 58% 50%;
        object-position: 58% 50%
    }

    .h-factory__bg {
        max-width: 600px
    }

    .h-factory__text {
        width: 450px;
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .h-factory__bg {
        max-width: 385px;
        margin: 0 -20px
    }

    .h-factory__title {
        font-size: 12px
    }

    .h-factory__text {
        width: 280px;
        font-size: 10px
    }

    .h-factory__text ol li,
    .h-factory__text ul li {
        border-width: 1px;
        border-radius: 4px;
        padding: 2px 8px
    }

    .h-factory__text ol li:not(:last-child),
    .h-factory__text ul li:not(:last-child) {
        margin-bottom: 4px
    }
}

.about-banner {
    position: relative;
    z-index: 1;
    font-size: 20px;
    padding: 60px 0
}

.about-banner__item {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 30px
}

.about-banner__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999
}

.about-banner__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #0097cc
}

.about-banner__icon {
    width: 4em;
    height: 5em;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin-right: 40px
}

.about-banner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1399.98px) {
    .about-banner {
        font-size: 16px
    }

    .about-banner__item {
        grid-template-columns: 345px 1fr
    }

    .about-banner__item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

@media (max-width:1199.98px) {
    .about-banner {
        font-size: 14px;
        padding: 40px 0
    }

    .about-banner__item {
        grid-gap: 24px;
        grid-template-columns: 210px 1fr
    }

    .about-banner__icon {
        margin-right: 16px
    }
}

@media (max-width:767.98px) {
    .about-banner {
        padding: 30px 0;
        font-size: 12px
    }

    .about-banner__item {
        grid-template-columns: 180px 1fr
    }
}

@media (max-width:575.98px) {
    .about-banner__item {
        grid-template-columns: 1fr;
        grid-gap: 10px
    }
}

.about {
    padding: 60px 0;
    background: url(../images/about-bg-1.jpg) center/cover no-repeat;
    font-size: 20px
}

.about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 0;
    color: #fff
}

.about__col {
    padding: 0 20px;
    border-left: 2px solid #41fea0
}

.about__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #41fea0;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 8px
}

.about__title:not(:first-child) {
    margin-top: 16px
}

@media (max-width:1399.98px) {
    .about {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .about {
        padding: 40px 0;
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .about {
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .about__grid {
        grid-template-columns: 1fr
    }
}

.about-2 {
    padding: 50px 0;
    background-color: #e8e8e8;
    position: relative;
    font-size: 20px;
    color: #000
}

.about-2::after {
    height: 2px;
    left: 50%
}

.about-2__title {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 16px
}

@media (max-width:1399.98px) {
    .about-2 {
        font-size: 16px
    }

    .about-2::before {
        height: 8px
    }

    .about-2__title {
        font-size: 28px
    }
}

@media (max-width:1199.98px) {
    .about-2 {
        padding: 40px 0;
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .about-2 {
        padding: 40px 0
    }

    .about-2__title {
        font-size: 24px
    }
}

@media (max-width:767.98px) {
    .about-2 {
        padding: 30px 0;
        font-size: 12px
    }
}

.culture {
    padding: 60px 0;
    font-size: 20px
}

.culture__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
}

.culture__title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

.culture__title .small,
.culture__title small {
    font-size: .75em;
    font-weight: 400
}

.culture__title:last-child {
    margin-bottom: 0
}

.culture__desc:not(:last-child) {
    margin-bottom: 2em
}

@media (max-width:1399.98px) {
    .culture {
        font-size: 18px
    }
}

@media (max-width:1199.98px) {
    .culture {
        font-size: 16px
    }

    .culture__desc:not(:last-child) {
        margin-bottom: 1.5em
    }
}

@media (max-width:991.98px) {
    .culture {
        font-size: 14px
    }

    .culture .btn {
        font-size: 14px
    }
}

.culture-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 20px;
    min-height: calc(100vh - var(--header-height) - var(--breadcrumb-height))
}

.culture-intro__frame {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 12px 7px rgba(0, 0, 0, .56);
    box-shadow: 0 12px 7px rgba(0, 0, 0, .56)
}

.culture-intro__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 30%;
    object-position: 0 30%;
    position: absolute;
    top: 0;
    left: 0
}

.culture-intro__content {
    background: url(../images/gradient-bg.jpg) center/cover no-repeat
}

.culture-intro__inner {
    padding: 2em 0;
    max-width: 1100px;
    margin: 0 auto
}

.culture-intro__title {
    font-weight: 400;
    font-size: 2em
}

.culture-intro__banner {
    display: block;
    width: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%
}

@media (max-width:1699px) {
    .culture-intro {
        font-size: 16px
    }
}

@media (max-width:1399.98px) {
    .culture-intro {
        font-size: 18px
    }
}

@media (max-width:1199.98px) {
    .culture-intro {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .culture-intro {
        font-size: 14px
    }

    .culture-intro__title {
        font-size: 1.5em
    }
}

.culture-about {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.3333;
    color: #111
}

.culture-about:not(:last-child) {
    margin-bottom: 3em
}

.culture-about__content {
    text-align: justify
}

.culture-about__title {
    font-size: 2em
}

.culture-about__title .bigger-text {
    font-size: 1.75em
}

.culture-about__btn {
    display: inline-block;
    font-size: 1em;
    line-height: 34px;
    border: 1px solid #111;
    border-radius: 10px;
    padding: 0 10px 2px;
    color: #111;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    font-style: italic
}

.culture-about__btn:hover {
    color: #fff;
    background-color: #77b526;
    border-color: #77b526
}

@media (max-width:1399.98px) {
    .culture-about {
        font-size: 16px;
        grid-template-columns: 270px 1fr
    }
}

@media (max-width:991.98px) {
    .culture-about {
        font-size: 14px;
        grid-template-columns: 220px 1fr
    }
}

@media (max-width:575.98px) {
    .culture-about {
        font-size: 12px;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        text-align: center
    }

    .culture-about__title {
        font-size: 1.5em
    }

    .culture-about__content {
        text-align: center
    }
}

.social-res {
    font-size: 20px;
    background-color: #e2e2e2;
    padding: 50px 0
}

.social-res__title {
    color: #70123f;
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.social-res__desc:not(:last-child) {
    margin-bottom: 16px
}

.social-res__btn {
    display: inline-block;
    font-size: 1em;
    line-height: 34px;
    border: 1px solid #111;
    border-radius: 10px;
    padding: 0 10px 2px;
    color: #111;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    font-style: italic
}

.social-res__btn:hover {
    color: #fff;
    background-color: #70123f;
    border-color: #70123f
}

@media (max-width:1399.98px) {
    .social-res {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .social-res {
        font-size: 14px
    }
}

.event-title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b6b6b;
    line-height: 1.3
}

.event-title__number {
    font-size: 4em;
    color: #77b526;
    line-height: 1
}

@media (max-width:991.98px) {
    .event-title {
        font-size: 24px
    }
}

@media (max-width:575.98px) {
    .event-title {
        text-align: center
    }
}

.pd-scenario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    height: 50vw;
    max-height: calc(100vh - var(--header-height));
    padding: 60px 0;
    background-color: #000
}

.pd-scenario__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in
}

.pd-scenario__bg.active {
    opacity: 1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.pd-scenario__text {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .15)
}

.pd-scenario__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    width: 240px;
    margin-right: 90px;
    margin-top: 90px;
    margin-bottom: 90px
}

.pd-scenario__btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #908080;
    border: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    border-radius: 8px;
    padding: 16px 10px 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.pd-scenario__btn:hover {
    text-decoration: none;
    color: #f6f6f6
}

.pd-scenario__btn::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 150%;
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .6s;
    transition: all .6s
}

.pd-scenario__btn:hover::before {
    right: -150%
}

.pd-scenario__btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.pd-scenario__btn:hover {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.pd-scenario__btn:hover::after {
    opacity: 1
}

.pd-scenario__btn.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#c5e2f1), to(#7c828a));
    background: linear-gradient(to bottom, #c5e2f1, #7c828a)
}

.pd-scenario__icon {
    text-align: right;
    margin-bottom: 10px
}

.pd-scenario__icon img {
    width: 48px
}

@media (max-width:1699px) {
    .pd-scenario__btns {
        margin: 0
    }
}

@media (max-width:1399.98px) {
    .pd-scenario {
        padding: 40px 0
    }

    .pd-scenario__text {
        font-size: 30px
    }

    .pd-scenario__btns {
        width: 200px;
        grid-gap: 16px
    }

    .pd-scenario__btn {
        padding: 12px 8px 8px;
        font-size: 12px
    }
}

@media (max-width:991.98px) {
    .pd-scenario {
        padding: 24px 0
    }

    .pd-scenario .container>.row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .pd-scenario__text {
        font-size: 20px
    }

    .pd-scenario__icon img {
        width: 35px
    }

    .pd-scenario__btns {
        width: 160px;
        grid-gap: 8px
    }

    .pd-scenario__btn {
        font-size: 10px
    }
}

@media (max-width:575.98px) {
    .pd-scenario {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        padding: 0 0 16px;
        background-color: #fff;
        border-bottom: 1px solid #dee2e6
    }

    .pd-scenario__wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #000;
        position: relative;
        z-index: 1;
        height: 50vw
    }

    .pd-scenario__btns {
        width: 100%
    }

    .pd-scenario__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 14px;
        padding: 6px 8px;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .pd-scenario__btn:hover {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .pd-scenario__icon {
        margin-bottom: 0;
        margin-right: 16px
    }

    .pd-scenario__icon img {
        width: 30px;
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 50% 50%;
        object-position: 50% 50%
    }

    .pd-scenario__text {
        font-size: 20px;
        text-align: center;
        color: #00c3c3;
        margin-top: 16px;
        text-shadow: unset
    }
}

.pd-info__title {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px
}

.pd-info__code {
    font-size: 20px;
    color: #7f7f7f;
    margin-bottom: 8px
}

.pd-info__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.pd-info__nav::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #000
}

.pd-info__nav a {
    display: inline-block;
    position: relative;
    background-color: #8ecf20;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 0 10px 0 5px
}

.pd-info__nav a::before {
    content: "";
    border: 15px solid transparent;
    border-width: 10px 16px;
    border-right-color: #8ecf20;
    position: absolute;
    top: 0;
    right: 100%
}

.pd-info__nav a:hover {
    color: #fff;
    background-color: #00c3c3
}

.pd-info__nav a:hover::before {
    border-right-color: #00c3c3
}

.pd-info__content {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify
}

.pd-info__content+.pd-info__content {
    border-top: 1px solid #58595b;
    margin-top: 16px;
    padding-top: 16px
}

.pd-info__content ol:last-child,
.pd-info__content p:last-child,
.pd-info__content ul:last-child {
    margin-bottom: 0
}

.pd-info__content ul {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 0
}

.pd-info__content ul li {
    position: relative
}

.pd-info__content ul li:not(:last-child) {
    margin-bottom: 4px
}

.pd-info__content ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    top: 8px;
    left: -16px
}

.pd-info__content table td {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    vertical-align: baseline
}

.pd-info__content table td:first-child {
    white-space: nowrap;
    padding-right: 16px
}

.pd-info__price {
    font-size: 20px;
    text-align: center;
    background-color: #f1f2f6;
    color: #000;
    padding: 4px 8px;
    margin: 20px 0 !important;
    -webkit-transition: .4s;
    transition: .4s
}

.pd-info__price:hover {
    background-color: #00c3c3
}

.pd-info__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 10px 5px 16px;
    background-color: #f6f6f6;
    color: #444;
    border: 1px solid #dee2e6
}

.pd-info__btn:hover {
    color: #fff;
    background-color: #00c3c3;
    border-color: #00c3c3;
    text-decoration: none
}

.pd-info__btn--danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.pd-info__btn--danger:hover {
    background-color: #d32535;
    border-color: #d32535
}

.pd-info__hotline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #444
}

.pd-info__hotline:hover {
    color: #dc3545;
    text-decoration: none
}

.pd-info__hotline img {
    height: 35px
}

@media (max-width:767.98px) {
    .pd-info__title {
        font-size: 24px
    }

    .pd-info__code {
        font-size: 18px
    }
}

.pd-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    height: 25vw;
    min-height: 200px
}

.pd-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

@media (max-width:1199.98px) {
    .pd-banner {
        padding: 30px 0
    }
}

@media (max-width:767.98px) {
    .pd-banner {
        padding: 16px 0
    }
}

.pd-search {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px
}

.pd-search .form-control {
    background-color: #f1f1f2;
    margin-right: 8px;
    border: 0;
    font-size: inherit;
    padding-left: 16px;
    font-style: italic;
    height: 50px;
    color: #000
}

.pd-search .form-control::-webkit-input-placeholder {
    color: #333
}

.pd-search .form-control::-moz-placeholder {
    color: #333
}

.pd-search .form-control::-ms-input-placeholder {
    color: #333
}

.pd-search .form-control::placeholder {
    color: #333
}

.pd-search .input-group-text {
    margin-left: 8px;
    background-color: #90d120;
    color: #000;
    border: 0;
    font-size: inherit;
    padding: 0 35px
}

.pd-search .input-group-text:hover {
    background-color: #81bb1d
}

@media (max-width:1199.98px) {
    .pd-search {
        font-size: 16px;
        max-width: 500px
    }

    .pd-search .form-control {
        height: 40px
    }
}

@media (max-width:767.98px) {
    .pd-search .input-group-text {
        padding: 0 20px
    }
}

.application+.application {
    margin-top: 60px
}

.application__subtitle {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 1em
}

.application__title {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #8ecf20;
    margin-bottom: 10px
}

.application__desc {
    text-align: justify
}

.application__desc:not(:last-child) {
    margin-bottom: 30px
}

.application__link {
    border-radius: 4px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    font-size: 14px;
    font-style: italic
}

.application__link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 8px
}

.application__link:hover {
    color: #8ecf20;
    text-decoration: none
}

@media (max-width:1199.98px) {
    .application__subtitle {
        margin-top: 0
    }
}

@media (max-width:991.98px) {
    .application {
        font-size: 14px
    }

    .application__desc:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .application:nth-child(even)>.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.pd-tabs {
    background: -webkit-gradient(linear, left top, right top, from(#07af84), color-stop(#00708c), to(#004d5d));
    background: linear-gradient(to right, #07af84, #00708c, #004d5d);
    padding: 1px 0
}

.pd-tabs .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pd-tabs .nav-link {
    font-size: 20px;
    color: #fff;
    text-align: center
}

.pd-tabs .nav-link:hover {
    color: #fff;
    text-decoration: none
}

.pd-tabs .nav-link.active {
    background-color: #fff;
    font-weight: 700;
    color: #414042
}

@media (max-width:991.98px) {
    .pd-tabs .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        font-size: 16px;
        text-align: center
    }
}

.pd-questions {
    padding: 60px 15px;
    background-color: #efefef
}

.pd-questions__list {
    width: 550px;
    max-width: 100%;
    margin: 0 auto
}

.pd-questions__link {
    display: block;
    border-radius: 4px;
    padding: 2px 20px 3px 12px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    white-space: normal;
    font-size: 14px;
    font-style: italic;
    color: #000;
    border: 1px solid #000
}

.pd-questions__link:not(:last-child) {
    margin-bottom: 12px
}

.pd-questions__link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pd-questions__link:hover {
    color: #fff;
    background-color: #00c3c3;
    border-color: #00c3c3;
    text-decoration: none
}

@media (max-width:767.98px) {
    .pd-questions {
        padding: 30px 15px
    }

    .pd-questions__link {
        font-size: 14px
    }
}

.specification-table {
    margin-bottom: 0
}

.specification-table tbody tr:nth-child(odd) {
    background: -webkit-gradient(linear, left top, right top, from(rgba(162, 227, 105, .3)), color-stop(rgba(77, 182, 229, .3)), to(rgba(8, 103, 185, .3)));
    background: linear-gradient(to right, rgba(162, 227, 105, .3), rgba(77, 182, 229, .3), rgba(8, 103, 185, .3))
}

.specification-table tbody td {
    font-size: 16px;
    color: #666;
    padding: 6px 20px
}

.n-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform 0s .5s;
    transition: opacity .5s, -webkit-transform 0s .5s;
    transition: opacity .5s, transform 0s .5s;
    transition: opacity .5s, transform 0s .5s, -webkit-transform 0s .5s
}

.n-popup.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .5s, -webkit-transform 0s;
    transition: opacity .5s, -webkit-transform 0s;
    transition: opacity .5s, transform 0s;
    transition: opacity .5s, transform 0s, -webkit-transform 0s
}

.n-popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
    border: 0;
    background: #00c3c3
}

.n-popup__close::after,
.n-popup__close::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.n-popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.n-popup iframe {
    border: 0
}

.n-popup iframe:active,
.n-popup iframe:focus,
.n-popup iframe:hover {
    outline: 0;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.n-popup-video__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.n-popup-video__inner {
    display: block;
    width: 100%;
    background-color: #000
}

.specifications {
    background-color: #f1f2f6;
    padding: 50px 120px
}

.specifications p,
.specifications__label {
    font-size: 20px;
    font-weight: 700;
    padding: 0 24px;
    margin-bottom: 6px
}

.specifications table {
    width: 100% !important;
    border: 0;
    margin: 0
}

.specifications table:not(:last-child) {
    margin-bottom: 40px
}

.specifications table td {
    border-bottom: 1px solid #dfe3e6;
    background-color: #fff;
    padding: 6px 24px
}

.specifications table td:first-child {
    width: 40%
}

.specifications table td:nth-child(2) {
    width: 20%
}

.specifications table p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    background: 0;
    margin: 0;
    padding: 0
}

@media (max-width:1199.98px) {
    .specifications {
        font-size: 14px;
        padding: 40px
    }

    .specifications p,
    .specifications__label {
        font-size: 16px
    }
}

@media (max-width:767.98px) {

    .specifications p,
    .specifications__label {
        padding: 0 16px
    }

    .specifications table td {
        padding: 6px 16px
    }

    .specifications table td:not(:last-child) {
        padding-right: 6px
    }

    .specifications table td:not(:first-child) {
        padding-left: 6px
    }
}

@media (max-width:575.98px) {
    .specifications {
        padding: 20px
    }

    .specifications table td {
        font-size: 13px
    }
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 65px
}

.product-grid__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:1399.98px) {
    .product-grid {
        grid-gap: 40px
    }
}

@media (max-width:1199.98px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px
    }
}

@media (max-width:575.98px) {
    .product-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px
    }
}

.product-grid-2 {
    display: grid;
    grid-template-columns: 337px 1fr;
    grid-auto-flow: row dense;
    grid-gap: 60px
}

.product-grid-2__aside {
    grid-column: 1/span 1
}

.product-grid-2__main {
    grid-column: 2/span 1
}

@media (max-width:1399.98px) {
    .product-grid-2 {
        grid-template-columns: 270px 1fr;
        grid-gap: 40px
    }
}

@media (max-width:1199.98px) {
    .product-grid-2 {
        grid-gap: 30px
    }
}

@media (max-width:991.98px) {
    .product-grid-2 {
        display: block
    }

    .product-grid-2__aside {
        margin-top: 30px
    }
}

.spin {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-pros {
    padding: 45px;
    background: -webkit-gradient(linear, left top, right bottom, from(#07bf88), color-stop(#026e77), to(#002a2f));
    background: linear-gradient(to right bottom, #07bf88, #026e77, #002a2f)
}

@media (max-width:575px) {
    .product-pros {
        padding: 30px
    }
}

.pd-gradient-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left bottom, right top, from(#002b33), color-stop(#027175), to(#07c08d));
    background: linear-gradient(to top right, #002b33, #027175, #07c08d)
}

.contact-box__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 20px
}

.contact-box__content,
.contact-box__content a,
.contact-box__content a:hover {
    color: #fff
}

.contact-box__form .form-control {
    font-size: 14px;
    border-radius: 0;
    border: 0;
    padding-left: 16px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.contact-box__form .form-control::-webkit-input-placeholder {
    color: #999
}

.contact-box__form .form-control::-moz-placeholder {
    color: #999
}

.contact-box__form .form-control::-ms-input-placeholder {
    color: #999
}

.contact-box__form .form-control::placeholder {
    color: #999
}

.contact-box__form input.form-control {
    height: 40px
}

.contact-box__form .btn {
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

@media (max-width:767.98px) {
    .contact-box {
        font-size: 14px
    }

    .contact-box__title {
        font-size: 24px
    }
}

.distribution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    min-height: 100vh
}

.distribution__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1
}

.distribution__search {
    width: 600px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 60px
}

.distribution__sidebar {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
    background-color: #f6f6f6;
    height: 100%;
    min-height: 400px;
    width: 350px
}

.distribution__sidebar .custom-select:active,
.distribution__sidebar .custom-select:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.distribution__title {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc
}

.distribution__list {
    position: relative
}

.distribution__list-inner {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.distribution__item {
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.distribution__item.active,
.distribution__item:hover {
    background-color: rgba(0, 0, 0, .05)
}

@media (max-width:1199.98px) {
    .distribution__search {
        width: 100%;
        padding: 20px;
        position: static
    }
}

@media (max-width:767.98px) {
    .distribution__sidebar {
        width: 100%
    }

    .distribution__map::before {
        padding-bottom: 150%
    }
}

.capacity-wrapper {
    background-color: #706d7d;
    position: relative;
    z-index: 1
}

.capacity {
    min-height: calc(100vh - var(--header-height));
    position: relative;
    z-index: 1;
    padding: 60px 0;
    font-size: 20px;
    border-bottom: 10px solid #fff
}

.capacity,
.capacity a,
.capacity a:hover {
    color: #fff
}

.capacity__bg-1,
.capacity__bg-2,
.capacity__bg-3 {
    display: none !important;
    max-width: 7vw;
    position: absolute;
    z-index: -1
}

.capacity__bg-1 {
    top: 20px;
    right: 13%
}

.capacity__bg-2 {
    max-width: 11vw;
    right: 6%;
    bottom: 6vh
}

.capacity__bg-3 {
    bottom: 20px;
    left: 4%
}

.capacity__title {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #f16635;
    margin-bottom: 1em
}

.capacity__title--custom {
    margin-bottom: -1em
}

.capacity__content {
    line-height: 1.7
}

.capacity__count {
    font-size: 1.2em;
    line-height: 1.3;
    border-bottom: 1px solid #fff;
    padding: 1.25em 0 1.25em 1.5em;
    margin-bottom: 4px
}

.capacity__desc {
    padding-left: 1.5em
}

.capacity__number {
    font-size: 3em;
    line-height: 1;
    padding: 0 .2em;
    color: #f16635;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.capacity .text-warning {
    color: #f16635 !important
}

@media (max-width:1699px) {
    .capacity {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .capacity::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 10px;
        background-color: rgba(221, 221, 221, .5)
    }

    .capacity::-webkit-scrollbar {
        width: 6px;
        background-color: rgba(221, 221, 221, .5)
    }

    .capacity::-webkit-scrollbar-thumb {
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #333
    }
}

@media (max-width:1199.98px) {
    .capacity {
        min-height: unset
    }
}

@media (max-width:767.98px) {
    .capacity {
        padding: 40px 0;
        font-size: 14px
    }

    .capacity__title {
        font-size: 20px
    }
}

@media (max-width:575.98px) {
    .capacity__title--custom {
        margin-bottom: 1em
    }

    .capacity__inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .capacity__frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .capacity__count {
        font-size: 1.2em;
        line-height: 1.3;
        border-bottom: 1px solid #333;
        padding-left: 0
    }

    .capacity__number {
        padding-left: 40px
    }

    .capacity__desc {
        padding-left: 0
    }
}

.pdcap-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - var(--header-height));
    font-size: 18px
}

.pdcap-banner__wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pdcap-banner__content {
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#041c80), color-stop(#021752), to(#440780));
    background: linear-gradient(to right, #041c80, #021752, #440780);
    padding: 2em 0
}

.pdcap-banner__content,
.pdcap-banner__content a,
.pdcap-banner__content a:hover {
    color: #fff
}

.pdcap-banner__bg {
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0
}

.pdcap-banner__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-top: 14px;
    max-width: 750px;
    margin-bottom: 1em
}

.pdcap-banner__title::before {
    content: "";
    display: block;
    width: 200px;
    border-top: 2px solid #fff;
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.pdcap-banner__desc {
    max-width: 750px
}

.pdcap-banner__item {
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    text-align: center
}

.pdcap-banner__item:first-child {
    padding-top: 0
}

@media (max-width:1399.98px) {
    .pdcap-banner {
        font-size: 16px
    }

    .pdcap-banner__desc,
    .pdcap-banner__title {
        max-width: 620px
    }

    .pdcap-banner__item {
        padding: 10px 0
    }
}

@media (max-width:991px) and (orientation:landscape) {
    .pdcap-banner {
        display: block;
        height: auto
    }

    .pdcap-banner__wrapper {
        height: calc(100vh - var(--header-height))
    }
}

@media (max-width:767.98px) {
    .pdcap-banner {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .pdcap-banner__title {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.pdcap-link {
    display: block;
    border-radius: 4px;
    background-color: #6a737c;
    font-size: 30px;
    padding: 1em 1em 1em 2.5em;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.pdcap-link:hover {
    background-color: #848d95;
    color: #fff;
    text-decoration: none
}

.pdcap-link::before {
    content: "";
    display: block;
    height: 2.2em;
    width: 4px;
    border-radius: 2px;
    background-color: #77b526;
    position: absolute;
    top: 50%;
    left: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1399.98px) {
    .pdcap-link {
        font-size: 24px
    }
}

@media (max-width:1199.98px) {
    .pdcap-link {
        font-size: 20px
    }
}

@media (max-width:767.98px) {
    .pdcap-link {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .pdcap-link {
        font-size: 12px;
        padding: 10px 10px 10px 20px
    }

    .pdcap-link::before {
        width: 2px;
        left: 9px
    }
}

.pdcap-dot-bg {
    width: 50%;
    height: 50%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: .5;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0
}

.quality-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

@media (max-width:1199.98px) {
    .quality-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767.98px) {
    .quality-grid {
        grid-template-columns: 1fr 1fr
    }
}

.quality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 12px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.quality__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.quality__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.quality__frame img,
.quality__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.quality__frame img {
    -o-object-fit: contain;
    object-fit: contain
}

.quality__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #414042
}

@media (max-width:1399.98px) {
    .quality__title {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .quality {
        padding: 16px 16px 10px
    }

    .quality__title {
        font-size: 12px
    }
}

.production-banner {
    position: relative;
    z-index: 1;
    height: calc(100vh - var(--header-height));
    max-height: 57vw;
    padding: 200px 0;
    font-size: 20px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 85% 50%
}

.production-banner::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#263b81), to(rgba(0, 222, 193, 0)));
    background: linear-gradient(to right, #263b81, rgba(0, 222, 193, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.production-banner,
.production-banner a,
.production-banner a:hover {
    color: #fff
}

.production-banner--brown,
.production-banner--brown a,
.production-banner--brown a:hover {
    color: #3b2314
}

.production-banner--brown::before {
    display: none
}

.production-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.production-banner__title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .5em
}

.production-banner__desc {
    max-width: 60%
}

@media (max-width:1399.98px) {
    .production-banner {
        padding: 80px 0;
        font-size: 18px
    }
}

@media (max-width:991.98px) {
    .production-banner {
        font-size: 14px;
        padding: 60px 0
    }

    .production-banner__title {
        font-size: 1.5em
    }

    .production-banner__desc {
        max-width: 80%
    }
}

@media (max-width:575.98px) {
    .production-banner {
        max-height: unset
    }

    .production-banner::before {
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#263b81), to(rgba(0, 222, 193, 0)));
        background: linear-gradient(to bottom, #263b81, rgba(0, 222, 193, 0))
    }

    .production-banner__title {
        font-size: 20px
    }

    .production-banner__desc {
        max-width: 100%
    }
}

.production-glass-intro {
    padding: 64px 0;
    position: relative;
    z-index: 1;
    font-size: 20px
}

.production-glass-intro__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .35
}

@media (max-width:1399.98px) {
    .production-glass-intro {
        font-size: 18px;
        padding: 40px 0
    }
}

@media (max-width:1199.98px) {
    .production-glass-intro {
        font-size: 16px;
        padding: 24px 0
    }
}

.certificate-logo {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.certificate-logo::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%
}

.certificate-logo img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tech-innovation {
    display: grid;
    grid-gap: 40px;
    overflow: hidden;
    text-align: center;
    color: #fff
}

.tech-innovation__group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 90px
}

.tech-innovation__frame {
    position: relative
}

.tech-innovation__frame::after {
    content: "";
    display: block;
    width: 42px;
    height: 12px;
    background: url(../images/icon-long-arrow-right.png) center/contain no-repeat;
    position: absolute;
    top: 50%;
    right: -45px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media (max-width:1199.98px) {
    .tech-innovation {
        font-size: 14px;
        grid-gap: 20px
    }

    .tech-innovation__group {
        grid-gap: 60px
    }

    .tech-innovation__frame::after {
        right: -30px
    }
}

@media (max-width:767.98px) {
    .tech-innovation {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 16px;
        font-size: 13px
    }

    .tech-innovation__group {
        grid-template-columns: 1fr
    }

    .tech-innovation__item {
        position: relative
    }

    .tech-innovation__item::after {
        content: "";
        display: block;
        width: 42px;
        height: 12px;
        background: url(../images/icon-long-arrow-right.png) center/contain no-repeat;
        position: absolute;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translate(-50%, 50%) rotate(90deg);
        transform: translate(-50%, 50%) rotate(90deg)
    }

    .tech-innovation__frame::after {
        display: none
    }

    .tech-innovation__title {
        min-height: 4.5em
    }
}

.finance-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-color: #09072e;
    min-height: calc(100vh - var(--header-height) - var(--breadcrumb-height));
    padding: 50px 0
}

.finance-banner__bg {
    height: 100%;
    width: 75%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
    opacity: .6;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0
}

.finance-banner__title {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #7ad305;
    margin-bottom: .25em
}

.finance-banner__desc {
    color: #fff
}

.finance-banner__desc:not(:last-child) {
    margin-bottom: 2em
}

.finance-banner__icons {
    margin-top: 3em;
    height: 4.3em
}

@media (max-width:1699px) {
    .finance-banner {
        font-size: 14px
    }
}

@media (max-width:1399.98px) {
    .finance-banner {
        font-size: 12px
    }

    .finance-banner__icons {
        margin-top: 2em
    }
}

@media (max-width:991.98px) {
    .finance-banner {
        font-size: 10px
    }
}

@media (max-width:767.98px) {
    .finance-banner {
        font-size: 8px
    }

    .finance-banner__desc:not(:last-child) {
        margin-bottom: 20px
    }

    .finance-banner__icons {
        margin-top: 20px;
        height: 40px
    }

    .finance-banner .btn {
        font-size: 14px
    }
}

.award-wrapper {
    background: url(../images/award-bg.jpg) center/cover no-repeat;
    background-position: 50% 100%
}

.award-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px
}

@media (max-width:991.98px) {
    .award-title {
        font-size: 24px
    }
}

@media (max-width:575.98px) {
    .award-title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.medal__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.medal__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.medal__frame img,
.medal__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.medal__frame img {
    -o-object-fit: contain;
    object-fit: contain
}

.medal__info {
    margin-top: 16px
}

@media (max-width:1199.98px) {
    .medal {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .medal {
        font-size: 13px
    }
}

.medal-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin: 60px 0
}

.medal-group img {
    height: 400px
}

@media (max-width:1399.98px) {
    .medal-group img {
        height: 350px
    }
}

@media (max-width:1199.98px) {
    .medal-group img {
        height: 300px
    }
}

@media (max-width:991.98px) {
    .medal-group img {
        height: 250px
    }
}

.smart-office {
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #000;
    background-color: #f5f5f5
}

.smart-office__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%
}

.smart-office__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.smart-office__frame img,
.smart-office__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.smart-office__frame__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.smart-office__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100vh;
    max-height: 50vw;
    width: 50%;
    padding: 100px 40px 100px 0;
    position: relative;
    z-index: 2
}

.smart-office__title {
    font-size: 2em;
    font-weight: 700;
    color: #000
}

.smart-office__subtitle {
    font-size: 1.5em;
    color: #000
}

.smart-office__desc {
    max-width: 510px;
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.smart-office__btn-wrap {
    margin-top: 1.25em
}

.smart-office__btn {
    display: inline-block;
    padding: 8px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9);
    border: 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    color: #004798
}

.smart-office__btn::before {
    content: "";
    display: block;
    border-radius: 20px;
    background-color: #e8f6fc;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -1
}

.smart-office--reverse .smart-office__content {
    padding-right: 0;
    padding-left: 40px;
    margin-left: auto
}

.smart-office--reverse .smart-office__frame {
    left: 0
}

.smart-office--banner .smart-office__content {
    height: calc(100vh - var(--header-height))
}

.smart-office--banner .smart-office__frame {
    width: 100%;
    left: 0
}

.smart-office--banner .smart-office__title {
    color: #003263
}

.smart-office--banner .smart-office__subtitle {
    color: #003263
}

.smart-office--banner .smart-office__desc {
    max-width: 585px;
    line-height: 1.2
}

@media (max-width:1399.98px) {
    .smart-office {
        font-size: 16px
    }

    .smart-office__content {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:1199.98px) {
    .smart-office {
        font-size: 14px
    }

    .smart-office__content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px
    }

    .smart-office__title {
        font-size: 22px;
        margin-bottom: 0
    }

    .smart-office__subtitle {
        font-size: 16px
    }

    .smart-office__desc {
        font-size: 12px
    }

    .smart-office__btn-wrap {
        margin-top: 0
    }

    .smart-office--reverse .smart-office__content {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (max-width:575.98px) {
    .smart-office {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh
    }

    .smart-office__frame {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .smart-office__content {
        width: 100%;
        height: auto;
        max-height: unset;
        padding: 24px 0 !important
    }

    .smart-office--banner {
        min-height: calc(100vh - var(--header-height))
    }

    .smart-office--banner .smart-office__content {
        height: auto
    }
}

.n-contact {
    padding: 60px 0;
    background-color: #fff
}

.n-contact__form {
    border: 1px solid #dee2e6;
    border-top: 5px solid #00c3c3;
    padding: 0 20px 20px
}

.n-contact__title {
    text-align: center;
    font-size: 2em;
    text-align: center;
    margin: 1em 0
}

.n-contact__btn {
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9);
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
    color: #fff;
    border: 0
}

.n-contact__btn:hover {
    color: #fff
}

.n-contact .form-control {
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    background-color: #f6f6f6;
    padding: 8px 16px
}

.n-contact .form-control::-webkit-input-placeholder {
    color: #999
}

.n-contact .form-control::-moz-placeholder {
    color: #999
}

.n-contact .form-control::-ms-input-placeholder {
    color: #999
}

.n-contact .form-control::placeholder {
    color: #999
}

.n-contact input.form-control {
    height: 40px
}

@media (max-width:1199.98px) {
    .n-contact {
        padding: 50px 0
    }

    .n-contact__title {
        font-size: 1.5em
    }
}

.smart-banner {
    position: relative;
    z-index: 1
}

.smart-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    height: calc(100% - 40px)
}

.smart-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - var(--header-height));
    max-height: 50vw;
    padding: 150px 0 0
}

.smart-banner__title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2
}

.smart-banner__subtitle {
    font-size: 33px;
    margin-bottom: 1em;
    color: #fff;
    line-height: 1.2
}

.smart-banner__btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 8px 30px;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9);
    color: #fff
}

.smart-banner__btn:hover {
    text-decoration: none;
    color: #f6f6f6
}

.smart-banner__btn::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 150%;
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .6s;
    transition: all .6s
}

.smart-banner__btn:hover::before {
    right: -150%
}

.smart-banner__btn:hover {
    color: #fff;
    text-decoration: none
}

.smart-banner__frame {
    margin-top: auto
}

.smart-banner__frame img {
    max-width: 40vw;
    max-height: 40vh
}

@media (max-width:1399.98px) {
    .smart-banner__inner {
        padding: 40px 0 10px
    }

    .smart-banner__title {
        font-size: 40px
    }

    .smart-banner__subtitle {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .smart-banner__frame img {
        max-height: 30vh;
        max-width: 25vw
    }
}

@media (max-width:991.98px) {
    .smart-banner__inner {
        padding: 20px 0 8px
    }

    .smart-banner__title {
        font-size: 28px
    }

    .smart-banner__subtitle {
        font-size: 14px;
        margin-bottom: 16px
    }

    .smart-banner__btn {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 16px
    }
}

@media (max-width:575.98px) {
    .smart-banner {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 195, 195, .3)), color-stop(35%, rgba(0, 195, 195, 0)), to(rgba(0, 195, 195, 0)));
        background: linear-gradient(to bottom, rgba(0, 195, 195, .3) 0, rgba(0, 195, 195, 0) 35%, rgba(0, 195, 195, 0) 100%)
    }

    .smart-banner__bg {
        height: 55%;
        max-height: 95vw;
        top: 0;
        -o-object-position: 82% 100%;
        object-position: 82% 100%
    }

    .smart-banner__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-height: unset;
        padding-bottom: 20px;
        text-align: center
    }

    .smart-banner__subtitle,
    .smart-banner__title {
        color: #000
    }

    .smart-banner__frame {
        position: absolute;
        top: 45%;
        left: 25%
    }

    .smart-banner__frame img {
        max-width: 55vw
    }
}

.smart-home {
    padding: 70px 0;
    position: relative;
    z-index: 1
}

.smart-home__title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 50px
}

@media (max-width:1399.98px) {
    .smart-home__title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:1199.98px) {
    .smart-home {
        padding: 50px 0
    }
}

@media (max-width:991.98px) {
    .smart-home {
        padding: 40px 0
    }

    .smart-home__title {
        font-size: 24px
    }
}

.sh-solution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 40%
}

.sh-solution__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #a9a9a9;
    min-height: 6em
}

.sh-solution__content {
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 45px;
    cursor: pointer;
    margin-bottom: 1px
}

.sh-solution__icon {
    width: 22px;
    height: 50px;
    position: absolute;
    top: 8px;
    left: 22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.sh-solution__label {
    font-size: 20px;
    color: #232323;
    line-height: 1.2;
    margin-bottom: 4px
}

.sh-solution__desc {
    display: none;
    font-size: 14px;
    color: #777;
    line-height: 1.2
}

.sh-solution__desc ul {
    padding-left: 0;
    list-style: none
}

.sh-solution__desc ul:last-child {
    margin-bottom: 0
}

.sh-solution__desc ul li {
    position: relative;
    padding-left: 1em
}

.sh-solution__desc ul li::before {
    content: '';
    display: block;
    width: .5em;
    height: 1.2em;
    background: url(../images/icon-list-style-light-bulb.png) center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.sh-solution__item.active .sh-solution__content {
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3)
}

.sh-solution__item.active .sh-solution__label,
.sh-solution__item:hover .sh-solution__label {
    color: #7bc116
}

.sh-solution__item.active .sh-solution__desc {
    display: block
}

@media (max-width:1399px) {
    .sh-solution__icon {
        width: 20px;
        height: 40px;
        top: 10px
    }

    .sh-solution__label {
        font-size: 16px
    }

    .sh-solution__desc {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .sh-solution {
        grid-gap: 0 30px
    }
}

@media (max-width:767px) {
    .sh-solution {
        grid-gap: 0 10px
    }

    .sh-solution__content {
        padding: 10px 10px 10px 30px
    }

    .sh-solution__icon {
        width: 16px;
        height: 24px;
        top: 6px;
        left: 15px
    }

    .sh-solution__label {
        font-size: 14px
    }

    .sh-solution__desc {
        font-size: 10px
    }
}

.sh-tabs {
    width: 30%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sh-tabs__pane {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.sh-tabs__pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    .sh-tabs {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transform: unset;
        transform: unset;
        margin-bottom: 20px
    }

    .sh-tabs__pane {
        position: relative;
        height: auto
    }
}

.sh-card {
    background-color: #fff;
    height: 100%
}

.sh-card__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sh-card__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%
}

.sh-card__frame img,
.sh-card__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sh-card__frame img,
.sh-card__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.sh-card__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.sh-card__body {
    padding: 16px
}

.sh-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    min-height: 2.4em;
    text-align: center;
    margin: 0
}

@media (max-width:1399px) {
    .sh-card__title {
        font-size: 16px
    }
}

@media (max-width:1199px) {
    .sh-card__title {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .sh-card__title {
        font-size: 12px
    }
}

.sh-app {
    position: relative;
    z-index: 1
}

.sh-app::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 40%
}

.sh-app__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 60px 90px;
    position: absolute;
    top: 0;
    left: 0
}

.sh-app__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px
}

.sh-app__desc {
    font-size: 20px;
    max-width: 470px
}

.sh-app__frame {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%
}

.sh-app__frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media (max-width:1399px) {
    .sh-app__title {
        font-size: 24px
    }

    .sh-app__desc {
        font-size: 16px
    }
}

@media (max-width:1199px) {
    .sh-app__body {
        padding: 24px 35px
    }

    .sh-app__title {
        font-size: 20px
    }

    .sh-app__desc {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .sh-app {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .sh-app::before {
        display: none
    }

    .sh-app__body {
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 16px
    }

    .sh-app__title {
        font-size: 16px
    }

    .sh-app__desc {
        font-size: 12px
    }

    .sh-app__frame {
        width: 100%;
        position: relative;
        left: 0
    }

    .sh-app__frame::before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 40%
    }
}

.sh-combo__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sh-combo__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.sh-combo__frame img,
.sh-combo__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sh-combo__frame img,
.sh-combo__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.sh-combo__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.sh-combo__name {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0
}

@media (max-width:1399px) {
    .sh-combo__name {
        font-size: 16px;
        margin-top: 8px
    }
}

@media (max-width:1199px) {
    .sh-combo__name {
        font-size: 14px
    }
}

.sh-device {
    display: block;
    border: 1px solid #a0a0a0;
    position: relative;
    overflow: hidden
}

.sh-device::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.sh-device img {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.sh-device:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.sh-tour {
    padding: 110px 0
}

.sh-tour__frame {
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width:1399.98px) {
    .sh-tour {
        padding: 80px 0
    }

    .sh-tour__frame {
        max-width: 900px;
        margin: 0 auto
    }
}

@media (max-width:991.98px) {
    .sh-tour {
        padding: 30px 0
    }
}

.sh-contact {
    background-color: #139e90;
    padding: 35px 0 50px
}

.sh-contact__text {
    font-size: 23px;
    color: #fff;
    margin-bottom: 20px
}

.sh-contact__text a {
    font-weight: 700;
    color: #fff
}

.sh-contact__text a:hover {
    color: #fff
}

.sh-contact__btn {
    display: inline-block;
    font-size: 16px;
    line-height: 2em;
    color: #333;
    padding: 0 20px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.sh-contact__btn:hover {
    color: #000;
    background-color: #eee;
    text-decoration: none
}

@media (max-width:1399.98px) {
    .sh-contact__text {
        font-size: 20px
    }

    .sh-contact__btn {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .sh-contact {
        padding: 30px 0
    }

    .sh-contact__text {
        font-size: 16px
    }

    .sh-contact__btn {
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .sh-contact {
        padding: 30px 0
    }

    .sh-contact__text {
        font-size: 14px
    }
}

.health {
    position: relative;
    z-index: 1;
    padding: 60px 0
}

.health__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.health__title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 50px
}

.health__subtitle {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7f7f7f;
    margin-top: -34px;
    margin-bottom: 50px;
    line-height: 1.3333;
    text-align: center
}

.health__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    padding: 60px 0;
    max-height: 60vw
}

.health__link {
    display: inline-block;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.health__link:hover {
    color: #00c3c3
}

.health--gradient {
    background: -webkit-gradient(linear, left top, right top, from(#2ad1b5), to(#33407c));
    background: linear-gradient(to right, #2ad1b5, #33407c)
}

.health--light {
    background-color: #e6fbff
}

.health--light .health__title {
    color: #054c77
}

.health--banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 35vw
}

.health--clock {
    background-color: #f4f4f4
}

.health--affect .health__title {
    color: #fff;
    text-align: left
}

.health--affect .health__subtitle {
    padding-top: 20px;
    margin-bottom: 80px;
    text-align: left
}

.health--office {
    background-color: #f4f4f4
}

.health--office .health__frame {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.health--office .health__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.health--office .health__title {
    text-align: left
}

.health--office .health__subtitle {
    text-align: left
}

.health--control {
    padding: 100px 0;
    background-color: #f4f4f4
}

.health--control .health__title {
    margin-bottom: 80px
}

@media (max-width:1699px) {
    .health__title {
        font-size: 35px
    }

    .health__subtitle {
        font-size: 24px
    }
}

@media (max-width:1399.98px) {
    .health__title {
        font-size: 30px
    }

    .health__subtitle {
        font-size: 20px
    }
}

@media (max-width:1199.98px) {
    .health__title {
        font-size: 24px
    }

    .health__subtitle {
        font-size: 16px
    }

    .health--control {
        padding: 40px 0
    }

    .health--control .health__title {
        margin-bottom: 30px
    }
}

@media (max-width:991.98px) {
    .health__inner {
        height: auto;
        max-height: unset
    }

    .health--banner {
        padding: 30px 0
    }

    .health--banner .health__title {
        margin-bottom: 20px
    }

    .health--banner .health__desc {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .health {
        padding: 40px 0
    }

    .health__title {
        font-size: 20px;
        margin-bottom: 30px
    }

    .health__subtitle {
        font-size: 14px;
        margin-top: -16px;
        margin-bottom: 30px
    }

    .health__inner {
        padding: 40px 0
    }

    .health--banner {
        height: 100vh
    }

    .health--banner .health__bg {
        -o-object-position: 65% 50%;
        object-position: 65% 50%
    }

    .health--office .health__title {
        margin-right: -20px
    }
}

@media (max-width:575.98px) {
    .health--banner {
        padding-top: 50vh;
        padding-bottom: 0
    }

    .health--banner::before {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 50vh;
        z-index: -1;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
        background: linear-gradient(to bottom, transparent, #fff);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .health--banner .health__bg {
        height: 50vh;
        -o-object-position: 90% 50%;
        object-position: 90% 50%
    }

    .health--affect .health__title {
        font-size: 18px
    }

    .health--office {
        padding-top: 0
    }

    .health--office .health__frame {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 40px
    }

    .health--office .health__frame::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 100%
    }

    .health--office .health__title {
        margin-right: 0
    }
}

.health-banner {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - var(--header-height))
}

.health-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.health-banner__inner {
    width: 50%;
    padding: 100px 0;
    padding-left: 40px;
    margin-left: auto
}

.health-banner__title {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.37;
    text-transform: uppercase;
    color: #031c51;
    margin-bottom: 24px
}

.health-banner__desc {
    font-size: 20px;
    line-height: 1.4;
    color: #031c51;
    margin-bottom: 16px
}

@media (max-width:1399.98px) {
    .health-banner__inner {
        padding: 60px 0
    }

    .health-banner__title {
        font-size: 24px
    }

    .health-banner__desc {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .health-banner__inner {
        width: 60%;
        padding: 30px 0
    }

    .health-banner__title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .health-banner__desc {
        font-size: 12px
    }
}

@media (max-width:767.98px) {
    .health-banner__title {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .health-banner__inner {
        padding-top: 50px;
        width: 70%
    }

    .health-banner__title {
        font-size: 14px
    }
}

.fishery-banner {
    position: relative;
    z-index: 1;
    height: calc(100vh - var(--header-height))
}

.fishery-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    -o-object-position: 65% 50%;
    object-position: 65% 50%
}

.fishery-banner__bottom,
.fishery-banner__top {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 100px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.fishery-banner__bottom {
    top: auto;
    bottom: 0;
    padding: 60px 0
}

.fishery-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.fishery-banner__title {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.fishery-banner__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto
}

.fishery-banner__item {
    width: 120px;
    font-size: 10px;
    text-align: center;
    color: #fff
}

.fishery-banner__item:not(:last-child) {
    margin-right: 10px
}

.fishery-banner__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.fishery-banner__icon img {
    height: 50px
}

.fishery-banner__text {
    font-weight: 700
}

@media (max-width:1699px) {
    .fishery-banner__top {
        padding: 60px 0
    }

    .fishery-banner__bottom {
        padding: 20px 0
    }
}

@media (max-width:1399.98px) {
    .fishery-banner__top {
        padding: 40px 0
    }

    .fishery-banner__title {
        font-size: 30px
    }

    .fishery-banner__item {
        width: 100px
    }

    .fishery-banner__icon img {
        height: 40px
    }
}

@media (max-width:991.98px) {
    .fishery-banner__nav {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width:991px) and (orientation:landscape) {
    .fishery-banner__top {
        padding: 20px 0
    }

    .fishery-banner__bottom {
        padding: 5px 0
    }

    .fishery-banner__title {
        font-size: 24px
    }

    .fishery-banner__item {
        font-size: 10px
    }
}

@media (max-width:767.98px) {
    .fishery-banner__item {
        width: 75px
    }
}

@media (max-width:575.98px) {
    .fishery-banner__nav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 8px
    }

    .fishery-banner__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: auto;
        margin: 0 !important
    }

    .fishery-banner__title {
        font-size: 18px
    }

    .fishery-banner__bottom {
        padding: 50px 0 15px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
    }
}

.f-solution {
    position: relative;
    z-index: 1;
    color: #00c3c3;
    padding: 60px;
    padding-left: 0
}

.f-solution__frame {
    height: 100%;
    width: 60px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.f-solution__frame::after,
.f-solution__frame::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0))
}

.f-solution__frame::after {
    top: auto;
    bottom: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.f-solution__frame img {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.f-solution__shadow {
    z-index: -1 !important;
    -webkit-transform: translateX(-10px) !important;
    transform: translateX(-10px) !important;
    -webkit-filter: brightness(0) blur(8px);
    filter: brightness(0) blur(8px);
    opacity: .5
}

.f-solution__number {
    width: 60px;
    text-align: center;
    font-size: 30px;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.f-solution__body {
    padding: 16px 16px 16px 30px;
    background-color: currentColor;
    border-radius: 0 75px 75px 0
}

.f-solution__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    min-height: 3em;
    color: #fff;
    text-align: center;
    margin: 20px 0 10px
}

.f-solution__btn {
    display: inline-block;
    font-size: 16px;
    padding: 2px 20px;
    font-style: italic;
    border: 1px solid #fff;
    background: 0;
    color: #000;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.f-solution__btn:hover {
    color: inherit;
    text-decoration: none;
    background-color: #fff
}

@media (max-width:1399.98px) {
    .f-solution__text {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .f-solution {
        padding: 40px 40px 40px 0;
        max-width: 250px;
        margin: 0 auto
    }

    .f-solution__frame {
        width: 45px
    }

    .f-solution__frame::after,
    .f-solution__frame::before {
        height: 40px
    }

    .f-solution__number {
        width: 40px;
        font-size: 24px
    }

    .f-solution__body {
        padding: 10px 10px 10px 16px
    }

    .f-solution__text {
        font-size: 14px
    }

    .f-solution__btn {
        padding: 2px 16px;
        font-size: 14px
    }
}

.eco-section {
    height: 100vh;
    max-height: 50vw;
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
    padding: 70px 0
}

.eco-section--light {
    background-color: #f5f5f5
}

.eco-section--content-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eco-section__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.eco-section__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0
}

.eco-section__title.text-dark {
    color: #000 !important
}

.eco-section__subtitle {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5
}

.eco-section__frame-1 {
    display: none
}

.eco-section--business {
    background-color: #f5f5f5
}

.eco-section--civil .eco-section__bg {
    height: auto;
    max-height: 75%;
    top: auto;
    bottom: 0
}

@media (max-width:1699px) {
    .eco-section__subtitle {
        font-size: 20px
    }
}

@media (max-width:1399.98px) {
    .eco-section {
        padding: 60px 0
    }

    .eco-section__title {
        font-size: 35px
    }
}

@media (max-width:1199.98px) {
    .eco-section {
        padding: 50px
    }

    .eco-section__title {
        font-size: 30px
    }
}

@media (max-width:991.98px) {
    .eco-section {
        padding: 40px 0
    }

    .eco-section__title {
        font-size: 24px
    }

    .eco-section__subtitle {
        font-size: 16px
    }

    .eco-section--agricultural,
    .eco-section--business {
        max-height: 60vw
    }

    .eco-section--civil {
        height: auto;
        max-height: unset
    }
}

@media (max-width:767.98px) {
    .eco-section {
        max-height: unset
    }

    .eco-section__subtitle {
        font-size: 14px
    }

    .eco-section--business {
        padding: 24px 0
    }
}

@media (max-width:575.98px) {
    .eco-section__frame-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -50px;
        height: 30vh;
        position: relative
    }

    .eco-section__frame-1 img {
        max-height: 100vh;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 50% 50%;
        object-position: 50% 50%
    }

    .eco-section--business .eco-section__bg {
        display: none
    }
}

.eco-banner {
    height: calc(100vh - var(--header-height))
}

.eco-banner__bg {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 75%
}

.eco-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 20vh;
    padding-left: calc(50% + 4vw)
}

.eco-banner__desc {
    font-size: 20px;
    text-align: justify
}

.eco-banner__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 30px;
    position: relative
}

.eco-banner__frame img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1699px) {
    .eco-banner__desc {
        font-size: 16px
    }
}

@media (max-width:1399.98px) {
    .eco-banner {
        padding: 30px 0 0
    }

    .eco-banner__desc {
        font-size: 14px
    }

    .eco-banner .eco-section__title {
        font-size: 30px
    }
}

@media (max-width:1199.98px) {
    .eco-banner__inner {
        padding-top: calc(8vw + 3vh);
        padding-left: 40%
    }

    .eco-banner__desc {
        font-size: 12px
    }

    .eco-banner .eco-section__title {
        font-size: 24px
    }
}

@media (max-width:767.98px) {
    .eco-banner__desc {
        display: none
    }
}

@media (max-width:575.98px) {
    .eco-banner::before {
        content: "";
        display: block;
        width: 100%;
        height: 65vh;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .eco-banner__inner {
        padding: 0
    }

    .eco-banner__desc {
        display: block;
        font-size: 13px;
        margin-top: 0 !important
    }

    .eco-banner__bg {
        opacity: .5;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .eco-banner .eco-section__title {
        font-size: 20px
    }

    .eco-banner .eco-section__bg {
        -o-object-position: 25% 0;
        object-position: 25% 0
    }
}

.eco-solution {
    margin-top: 40px
}

.eco-solution__item {
    padding: 65px 90px 16px 16px;
    position: relative;
    z-index: 1
}

.eco-solution__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 10px 0 0 10px
}

.eco-solution__item:not(:first-child) {
    margin-top: -1px
}

.eco-solution__item:nth-child(even)::before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 1px solid #fff;
    border-radius: 0 10px 10px 0
}

.eco-solution__item:first-child::before {
    border-top: 0;
    border-radius: 0 0 0 10px
}

.eco-solution__item:first-child::after {
    content: "";
    border: 6px solid transparent;
    border-width: 8px 6px;
    border-top-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.eco-solution__item:last-child::before {
    width: calc(100% - 8px)
}

.eco-solution__item:last-child::after {
    content: "";
    border: 6px solid transparent;
    border-width: 6px 8px;
    border-left-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.eco-solution__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #9bff52;
    text-transform: uppercase
}

@media (max-width:1699px) {
    .eco-solution {
        margin-top: 20px
    }

    .eco-solution__item {
        padding: 40px 16px 16px
    }

    .eco-solution__title {
        font-size: 24px
    }
}

@media (max-width:1399.98px) {
    .eco-solution__item {
        padding: 20px 16px 16px
    }

    .eco-solution__title {
        font-size: 20px
    }
}

@media (max-width:1199.98px) {
    .eco-solution {
        margin-top: 0
    }

    .eco-solution__title {
        font-size: 16px
    }

    .eco-solution .btn-discover {
        font-size: 12px;
        padding: 4px 12px
    }
}

@media (max-width:991.98px) {
    .eco-solution {
        margin-top: 0
    }

    .eco-solution__title {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .eco-solution__title {
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .eco-solution {
        margin-top: 30vh
    }

    .eco-solution__title {
        font-size: 14px
    }
}

.lighting-card {
    text-align: center;
    color: #00c3c3;
    position: relative;
    z-index: 1;
    width: 260px;
    margin: 0 auto;
    padding-bottom: 120px
}

.lighting-card::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-color: currentColor;
    position: relative;
    z-index: -2
}

.lighting-card::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.lighting-card__inner {
    height: calc(100% - 30px);
    padding: 10px 10px 0;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    right: 30px
}

.lighting-card__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background: linear-gradient(to bottom, #fff, #f6f6f6);
    border-radius: 100px 100px 0 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.lighting-card__inner::after {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6);
    position: absolute;
    bottom: -10px;
    left: -10px
}

.lighting-card__icon {
    background-color: #efefef;
    position: relative;
    border-radius: 50%;
    margin: 24px 24px 20px
}

.lighting-card__icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.lighting-card__icon img {
    width: 50%;
    height: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.lighting-card__label {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    margin-top: 16px
}

.lighting-card__name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px -10px 30px;
    position: relative;
    z-index: 1;
    color: #000
}

.lighting-card__name::before {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px dashed #ccc
}

@media (max-width:1199.98px) {
    .lighting-card {
        width: 200px
    }

    .lighting-card__inner {
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 0;
        padding: 16px 16px 0
    }

    .lighting-card__icon {
        margin: 0
    }

    .lighting-card__label {
        font-size: 12px
    }

    .lighting-card__name {
        font-size: 16px;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 16px
    }
}

@media (max-width:991.98px) {
    .lighting-card {
        padding-bottom: 90px
    }
}

@media (max-width:575.98px) {
    .lighting-card {
        width: 160px
    }

    .lighting-card__inner {
        top: 10px;
        left: 10px;
        right: 10px;
        padding: 10px
    }

    .lighting-card__label {
        font-size: 10px
    }

    .lighting-card__name {
        font-size: 14px;
        margin: 8px -5px 12px
    }
}

.mall-banner {
    height: calc(100vh - var(--header-height));
    max-height: calc(57vw - var(--header-height));
    padding-top: 20vh
}

.mall-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.mall-banner__inner {
    width: 585px
}

.mall-banner__title {
    font-size: 45px;
    color: #00f9ff
}

.mall-banner__subtitle {
    color: #fff
}

@media (max-width:1399.98px) {
    .mall-banner {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .mall-banner {
        font-size: 14px;
        padding-top: 60px
    }
}

@media (max-width:575.98px) {
    .mall-banner {
        max-height: unset;
        min-height: unset
    }

    .mall-banner__inner {
        width: 100%
    }
}

.mall-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px
}

.mall-icons__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 110px;
    overflow: visible
}

.mall-icons__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.mall-icons__frame img,
.mall-icons__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mall-icons__frame img {
    width: auto;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.mall-icons__frame:not(:last-child) {
    margin-right: 60px;
    position: relative
}

.mall-icons__frame:not(:last-child)::after {
    content: "";
    display: block;
    height: 80%;
    position: absolute;
    top: 50%;
    right: -30px;
    border-right: 1px solid #25d89d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1399.98px) {
    .mall-icons {
        margin-top: 20px
    }
}

@media (max-width:1199.98px) {
    .mall-icons__frame {
        width: 80px
    }
}

@media (max-width:991.98px) {
    .mall-icons {
        margin-top: 0
    }

    .mall-icons__frame {
        width: 60px
    }
}

@media (max-width:767.98px) {
    .mall-icons__frame {
        width: 40px
    }
}

.iot-banner {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - var(--header-height));
    margin-bottom: 56px
}

.iot-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#07af84), color-stop(#00708c), to(#004d5d));
    background: linear-gradient(to right, #07af84, #00708c, #004d5d);
    position: absolute;
    top: 100%;
    left: 0
}

.iot-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.iot-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    min-height: calc(100vh - var(--header-height) - var(--breadcrumb-height));
    max-height: 57vw;
    padding: 40px 0 120px
}

.iot-banner__title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.iot-banner__subtitle {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff
}

.iot-banner__card {
    width: 160px;
    margin-left: auto;
    background-color: #fff;
    padding: 4px
}

.iot-banner__label {
    font-size: 6px;
    font-weight: 700;
    width: 100% !important;
    text-transform: uppercase;
    background-color: #81b0ae;
    padding: 6px 8px;
    color: #fff;
    width: 700px;
    margin-bottom: 4px
}

.iot-banner__frame {
    border: 2px solid #fff
}

.iot-banner__frame img {
    display: block;
    width: 100%
}

@media (max-width:1399.98px) {
    .iot-banner__inner {
        padding: 50px 0 10px
    }

    .iot-banner__title {
        font-size: 35px
    }

    .iot-banner__subtitle {
        font-size: 20px
    }
}

@media (max-width:991.98px) {
    .iot-banner__inner {
        padding: 15px 0 0
    }

    .iot-banner__title {
        font-size: 24px
    }

    .iot-banner__subtitle {
        font-size: 16px
    }

    .iot-banner__label {
        font-size: 10px
    }
}

@media (max-width:575.98px) {
    .iot-banner__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .iot-banner__card {
        margin-left: 0;
        margin-right: auto
    }

    .iot-banner__content {
        margin-top: 24px !important
    }
}

.iot-section {
    font-size: 20px;
    padding: 3em 0
}

.iot-section__title {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: 1.5em
}

.iot-section__title--sm {
    font-size: 1.5em
}

@media (max-width:1399.98px) {
    .iot-section {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .iot-section {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .iot-section {
        font-size: 12px
    }
}

.iot-city {
    position: relative;
    z-index: 1;
    height: 100vh;
    background: url(../images/iot-city-bg.jpg) center/cover no-repeat;
    background-attachment: fixed
}

.iot-city__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.iot-city__img {
    max-width: 80%
}

.iot-city__inner {
    max-width: 1000px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px
}

.iot-city__title {
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

.iot-city__title strong {
    font-size: 1.75em;
    font-weight: 700
}

.iot-city__desc {
    font-size: 30px;
    line-height: 1.3;
    color: #fff
}

@media (max-width:1399.98px) {
    .iot-city__inner {
        max-width: 850px
    }

    .iot-city__title {
        font-size: 30px
    }

    .iot-city__desc {
        font-size: 20px
    }
}

@media (max-width:991.98px) {
    .iot-city__title {
        font-size: 24px
    }

    .iot-city__desc {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .iot-city {
        max-height: unset;
        position: relative;
        z-index: 1
    }

    .iot-city::before {
        content: "";
        display: block;
        width: 100%;
        height: 60vh;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .iot-city__title {
        margin-bottom: 20px
    }

    .iot-city__img {
        max-width: 100%
    }
}

.iot-solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-align: center
}

.iot-solution__name {
    font-size: 20px;
    font-weight: 700;
    color: #545454;
    margin-bottom: 30px
}

.iot-solution__frame {
    display: block;
    margin-top: auto;
    text-align: center
}

@media (max-width:1399.98px) {
    .iot-solution__name {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.iot-devider {
    position: relative
}

.iot-devider::after {
    content: "";
    display: block;
    height: 80%;
    border-right: 2px solid #969696;
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.iot-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #fff;
    height: 100%
}

.iot-card__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #ddd
}

.iot-card__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.iot-card__frame img,
.iot-card__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.iot-card__frame img,
.iot-card__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.iot-card__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.iot-card__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 18px 4px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400
}

@media (max-width:991.98px) {
    .iot-card__name {
        font-size: 12px;
        padding: 12px 4px
    }
}

@media (max-width:575.98px) {
    .iot-card__name {
        font-size: 16px
    }
}

.iot-info {
    color: #545454
}

.iot-info__icon {
    width: 80px;
    border-radius: 16px;
    position: relative;
    background: -webkit-gradient(linear, left top, right bottom, from(#07b683), color-stop(#006d8b), to(#003034));
    background: linear-gradient(to right bottom, #07b683, #006d8b, #003034);
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .3)
}

.iot-info__icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.iot-info__icon img {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.iot-info__icon--2 {
    border-radius: 50%;
    background: #919191
}

.iot-form__title {
    font-size: 24px;
    color: #666;
    line-height: 1.3333;
    margin-bottom: 50px
}

.iot-form__body {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 20px 30px 30px;
    position: relative;
    z-index: 1
}

.iot-form__img {
    position: absolute;
    z-index: -1;
    bottom: -15px;
    right: -67px;
    max-height: calc(100% + 100px)
}

.iot-form .form-control {
    border-radius: 0;
    height: 30px;
    padding: 2px 12px
}

@media (max-width:991.98px) {
    .iot-form__img {
        max-height: calc(100% + 40px)
    }
}

@media (max-width:767.98px) {
    .iot-form__title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .iot-form__body {
        padding: 20px;
        border-radius: 20px
    }

    .iot-form__img {
        display: none
    }
}

@media (max-width:575.98px) {
    .iot-form__img {
        right: 0;
        bottom: 50px
    }
}

.factory-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    height: calc(100vh - var(--header-height));
    max-height: 56vw
}

.factory-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.factory-banner__content {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    margin-top: 20vw
}

.factory-banner__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.factory-banner__inner {
    border-radius: 8px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.factory-banner__inner::before {
    content: "";
    display: block;
    width: 50%;
    height: 16px;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#263b95), to(#07d0c9));
    background: linear-gradient(to right, #263b95, #07d0c9);
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.factory-banner__inner img {
    display: block;
    width: 100%;
    border-radius: 8px
}

@media (max-width:1399.98px) {
    .factory-banner__inner {
        max-width: 600px
    }
}

@media (max-width:991.98px) {
    .factory-banner__inner {
        max-width: 450px
    }
}

.fac-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 90px
}

.fac-info__title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.fac-info__subtitle {
    font-size: 30px;
    font-weight: 700;
    color: #7f7f7f;
    text-transform: uppercase
}

.fac-info__desc {
    font-size: 20px;
    margin-top: 30px
}

.fac-info__btn-wrap {
    margin-top: 30px
}

@media (max-width:1399.98px) {
    .fac-info__content {
        padding: 60px
    }

    .fac-info__title {
        font-size: 30px
    }

    .fac-info__subtitle {
        font-size: 20px
    }

    .fac-info__desc {
        font-size: 16px;
        margin-top: 16px
    }
}

@media (max-width:1199.98px) {
    .fac-info__content {
        padding: 40px
    }
}

@media (max-width:991.98px) {
    .fac-info__content {
        padding: 20px
    }

    .fac-info__title {
        font-size: 24px
    }

    .fac-info__subtitle {
        font-size: 16px
    }

    .fac-info__desc {
        font-size: 14px
    }

    .fac-info__btn-wrap {
        margin-top: 20px
    }
}

.fac-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(#07af84), color-stop(#00708c), to(#004d5d));
    background: linear-gradient(to right, #07af84, #00708c, #004d5d);
    color: #fff;
    font-size: 20px;
    line-height: 36px
}

.fac-btn:hover {
    text-decoration: none;
    color: #f6f6f6
}

.fac-btn::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 150%;
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .6s;
    transition: all .6s
}

.fac-btn:hover::before {
    right: -150%
}

.fac-btn span {
    padding: 0 20px
}

.fac-btn i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    text-align: center;
    background-color: #90d120;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fac-btn:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width:1199.98px) {
    .fac-btn {
        font-size: 16px
    }
}

.fac-frame {
    padding-right: 20px;
    position: relative;
    z-index: 2
}

.fac-frame::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 0;
    left: 10px;
    z-index: -1;
    border: 2px solid #a7bcc7;
    border-radius: 0 24px 0 0
}

.fac-frame--has-dots::after {
    content: "";
    display: block;
    width: 30%;
    height: 50%;
    background: url(../images/fac-dots.png) 0 0/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(-45%, -16%);
    transform: translate(-45%, -16%)
}

.fac-frame__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0 24px 0 0
}

.fac-frame__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.fac-frame__frame img,
.fac-frame__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fac-intro {
    font-size: 20px
}

.fac-intro__wrapper {
    margin-top: 2em
}

.fac-intro__item {
    padding-top: 3em
}

.fac-intro__item:not(:first-child) {
    margin-top: 3em
}

.fac-intro__content {
    position: relative;
    z-index: 1;
    padding: 0 0 3em 3em
}

.fac-intro__bg {
    width: 135%;
    height: calc(100% + 3em);
    max-width: 200%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: -3em;
    left: 0;
    z-index: -1
}

.fac-intro__title {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1.5em
}

.fac-intro__desc:not(:last-child) {
    margin-bottom: 1.5em
}

.fac-intro__content--white .fac-intro__desc,
.fac-intro__content--white .fac-intro__desc a,
.fac-intro__content--white .fac-intro__desc a:hover,
.fac-intro__content--white .fac-intro__title,
.fac-intro__content--white .fac-intro__title a,
.fac-intro__content--white .fac-intro__title a:hover {
    color: #fff
}

.fac-intro__item:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fac-intro__item:nth-child(even) {
    padding-top: 0
}

.fac-intro__item:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width:1199.98px) {
    .fac-intro {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .fac-intro__title {
        font-size: 15px
    }

    .fac-intro__desc,
    .fac-intro__intro {
        font-size: 14px
    }

    .fac-intro__bg {
        width: 100%;
        height: 100%;
        top: 0
    }

    .fac-intro__item {
        padding: 0
    }

    .fac-intro__content {
        padding: 2em
    }
}

.flower-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 60px;
    position: relative;
    z-index: 1;
    height: calc(100vh - var(--header-height));
    max-height: 50vw;
    font-size: 20px;
    padding-bottom: 0;
    background-color: #eef0e0
}

.flower-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    -o-object-position: 80% 50%;
    object-position: 80% 50%
}

.flower-banner__wave {
    width: 100vw;
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 25% 0;
    object-position: 25% 0;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.flower-banner__content {
    padding: 160px 0 30px;
    position: relative;
    z-index: 1
}

.flower-banner__title {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.flower-banner__subtitle {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #7f7f7f;
    margin-bottom: 8px
}

.flower-banner__desc {
    width: 50%;
    line-height: 1.4;
    text-align: justify
}

.flower-banner__desc:not(:last-child) {
    margin-bottom: 16px
}

.flower-banner--flower .flower-banner__content {
    padding-top: 190px
}

.flower-banner--flower .flower-banner__wave {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 15% 0;
    object-position: 15% 0
}

@media (max-width:1699px) {
    .flower-banner {
        font-size: 16px
    }

    .flower-banner__wave {
        width: 120vw;
        margin-left: -5vw;
        -o-object-fit: unset;
        object-fit: unset
    }

    .flower-banner--flower .flower-banner__content {
        padding-top: 150px
    }

    .flower-banner--flower .flower-banner__wave {
        width: 100vw;
        margin-left: 0
    }
}

@media (max-width:1399.98px) {
    .flower-banner {
        font-size: 14px
    }

    .flower-banner__content {
        padding: 60px 0 16px
    }

    .flower-banner__wave {
        width: 130vw;
        margin-left: -10vw
    }

    .flower-banner--flower .flower-banner__content {
        padding-top: 120px
    }

    .flower-banner--flower .flower-banner__wave {
        width: 100vw;
        margin-left: 0
    }
}

@media (max-width:1199.98px) {
    .flower-banner__desc {
        display: none
    }

    .flower-banner--flower .flower-banner__content {
        padding-top: 80px
    }

    .flower-banner--flower .flower-banner__wave {
        width: 100vw;
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .flower-banner {
        font-size: 10px
    }

    .flower-banner__content {
        width: 100%;
        padding-right: 0
    }
}

@media (max-width:575.98px) {
    .flower-banner {
        padding: 0 !important;
        max-height: unset
    }

    .flower-banner__wave {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 16% 0;
        object-position: 16% 0
    }

    .flower-banner__content {
        padding: 80px 0 20px
    }
}

.flower-card {
    font-size: 20px
}

@media (max-width:1199.98px) {
    .flower-card {
        font-size: 16px
    }
}

.flower-pros {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em 530px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    padding: 2em 0
}

.flower-pros__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 3.75em;
    position: relative;
    text-align: justify
}

.flower-pros__item::before {
    content: "";
    width: 3em;
    height: 3em;
    background: url(../images/icon-flower-yellow.png) center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flower-pros__frame {
    width: 410px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.flower-pros--dragon-fruit .flower-pros__item::before {
    background-image: url(../images/icon-dragon-fruit.png)
}

@media (max-width:1199.98px) {
    .flower-pros {
        font-size: 16px;
        grid-gap: 30px 360px
    }

    .flower-pros__frame {
        width: 300px
    }
}

@media (max-width:991.98px) {
    .flower-pros {
        grid-template-columns: 1fr;
        padding: 0 260px 0 0
    }

    .flower-pros__frame {
        width: 240px;
        left: auto;
        right: 0;
        -webkit-transform: unset;
        transform: unset
    }
}

@media (max-width:767.98px) {
    .flower-pros {
        font-size: 14px;
        grid-gap: 16px
    }
}

@media (max-width:575.98px) {
    .flower-pros {
        padding: 0
    }

    .flower-pros__frame {
        width: 100%;
        position: static
    }
}

.economic-efficiency {
    font-size: 25px;
    text-align: center;
    color: #333;
    background-color: #eee;
    padding: 10px 20px;
    max-width: 577px;
    margin-bottom: 40px
}

@media (max-width:1399.98px) {
    .economic-efficiency {
        margin-bottom: 30px;
        font-size: 20px
    }
}

@media (max-width:1199.98px) {
    .economic-efficiency {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.dragon-intro {
    font-size: 20px;
    position: relative;
    z-index: 1
}

.dragon-intro__inner {
    width: 50%;
    text-align: justify;
    padding-right: 58px
}

.dragon-intro__frame {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%
}

.dragon-intro__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:1399.98px) {
    .dragon-intro {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .dragon-intro {
        padding-bottom: 0
    }

    .dragon-intro__inner {
        width: 100%;
        font-size: 14px;
        margin-bottom: 16px
    }

    .dragon-intro__frame {
        width: 100%;
        position: static
    }

    .dragon-intro__frame img {
        position: static;
        height: auto
    }
}

.dragon-intro-2 {
    background: -webkit-gradient(linear, left top, right top, from(#07af84), color-stop(#00708c), to(#004d5d));
    background: linear-gradient(to right, #07af84, #00708c, #004d5d);
    min-height: unset;
    height: auto
}

.dragon-intro-2__text {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    text-align: justify;
    padding: 30px 0
}

@media (max-width:1399.98px) {
    .dragon-intro-2__text {
        font-size: 24px;
        padding: 20px 0
    }
}

@media (max-width:1199.98px) {
    .dragon-intro-2__text {
        font-size: 20px;
        padding: 0
    }
}

@media (max-width:767.98px) {
    .dragon-intro-2__text {
        font-size: 18px
    }
}

.video-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    max-height: calc(100vh - 380px - var(--header-height))
}

.video-banner::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 33.333%
}

.video-banner::after {
    content: "";
    display: block;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: url(../images/video-banner-gradient-bg.png) left center/cover no-repeat
}

.video-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    z-index: -3
}

.video-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.video-banner__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    text-transform: uppercase
}

.video-banner__nav {
    width: 100%;
    padding: 10px 0;
    background-color: rgba(45, 77, 151, .8);
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0
}

@media (max-width:1399.98px) {
    .video-banner {
        max-height: calc(100vh - 290px - var(--header-height))
    }

    .video-banner__title {
        font-size: 30px
    }
}

@media (max-width:991.98px) {
    .video-banner {
        max-height: calc(100vh - var(--header-height))
    }

    .video-banner::before {
        padding-bottom: 40%
    }

    .video-banner__inner {
        padding-bottom: 46px
    }

    .video-banner__nav {
        padding: 8px 0
    }
}

@media (max-width:767.98px) {
    .video-banner::before {
        padding-bottom: 57%
    }
}

@media (max-width:575.98px) {
    .video-banner__title {
        font-size: 24px
    }
}

.video-section {
    padding: 55px 0
}

.video-section+.video-section {
    padding-top: 0
}

.video-section__title {
    font-size: 24px;
    font-weight: 700;
    color: #2d4d97;
    text-transform: uppercase;
    margin-bottom: 1em
}

.video-section__more {
    font-style: 25px;
    font-style: italic;
    color: inherit
}

.video-section__more:hover {
    color: #00c3c3
}

@media (max-width:1399.98px) {
    .video-section {
        padding: 35px 0
    }

    .video-section__title {
        font-size: 20px
    }

    .video-section__more {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .video-section__title {
        font-size: 20px
    }

    .video-section__more {
        font-size: 14px
    }
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 40px
}

@media (max-width:1199.98px) {
    .video-grid {
        grid-gap: 20px
    }
}

@media (max-width:991.98px) {
    .video-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 16px
    }
}

@media (max-width:767.98px) {
    .video-grid {
        grid-template-columns: 1fr 1fr
    }
}

.tool-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    min-height: calc(100vh - var(--header-height))
}

.tool-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.tool-banner__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px
}

.tool-banner__title strong {
    font-size: 1.75em;
    font-weight: 700
}

.tool-banner__btn {
    display: inline-block;
    min-width: 300px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 2em 2px 1.5em;
    border-radius: 1em;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.tool-banner__btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#d7f8f3), to(#79e6d6));
    background: linear-gradient(to right, #d7f8f3, #79e6d6);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    opacity: 0
}

.tool-banner__btn::after {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-width: 6px 10px;
    border-left-color: currentColor;
    position: absolute;
    top: 50%;
    right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tool-banner__btn:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    color: #0a5379;
    border-color: transparent
}

.tool-banner__btn:hover::before {
    opacity: 1
}

@media (max-width:1399px) {
    .tool-banner__title {
        font-size: 30px
    }

    .tool-banner__btn {
        min-width: 370px;
        font-size: 20px
    }
}

@media (max-width:991px) {
    .tool-banner__title {
        font-size: 20px
    }

    .tool-banner__btn {
        font-size: 14px;
        min-width: 250px
    }
}

@media (max-width:575px) {
    .tool-banner {
        height: calc(100vh - var(--header-height));
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 40px 0
    }

    .tool-banner__btn {
        min-width: 220px
    }
}

.industry-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - var(--header-height));
    max-height: 50vw;
    position: relative;
    z-index: 1;
    font-size: 20px
}

.industry-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.industry-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    line-height: 1.3333
}

.industry-banner__text-1 {
    font-size: 4em;
    text-transform: uppercase
}

.industry-banner__text-2 {
    font-size: 4.5em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, .44));
    filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, .44))
}

.industry-banner__text-3 {
    font-size: 2.5em
}

.industry-banner__text-4 {
    font-size: 3em;
    line-height: 1
}

.industry-banner__text-5 {
    font-size: 1.2em;
    text-align: right;
    margin-left: auto;
    margin-top: 4px
}

@media (max-width:1399.98px) {
    .industry-banner {
        font-size: 12px
    }
}

@media (max-width:991.98px) {
    .industry-banner {
        font-size: 10px
    }
}

@media (max-width:575.98px) {
    .industry-banner {
        font-size: 8px;
        max-height: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 20px
    }
}

.res-banner {
    font-size: 20px;
    line-height: 1.3333;
    background: url(../images/gradient-bg.jpg) center/cover no-repeat;
    padding: 30px 0
}

.res-banner__title {
    font-size: 2em;
    color: #0ce86a;
    text-transform: uppercase;
    margin-bottom: 8px
}

.res-banner__desc {
    text-align: justify;
    color: #fff
}

@media (max-width:1399.98px) {
    .res-banner {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .res-banner {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .res-banner {
        font-size: 12px
    }
}

.res-example {
    font-size: 20px
}

.res-example:not(:last-child) {
    margin-bottom: 3em
}

.res-example__content {
    max-width: 530px
}

.res-example__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1.3;
    margin-bottom: 8px
}

.res-example__title strong {
    font-size: 1.33333em;
    color: #33bbe5
}

.res-example__desc {
    text-align: justify
}

@media (max-width:1399.98px) {
    .res-example {
        font-size: 16px
    }

    .res-example__content {
        max-width: 430px
    }
}

@media (max-width:1199.98px) {
    .res-example {
        font-size: 14px
    }

    .res-example__content {
        max-width: 380px
    }
}

@media (max-width:991.98px) {
    .res-example {
        font-size: 12px
    }

    .res-example__content {
        max-width: 320px
    }
}

@media (max-width:767.98px) {
    .res-example__content {
        max-width: 100%
    }
}

.res-post {
    font-size: 20px
}

.res-post__grid-1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row dense;
    grid-gap: 8px
}

.res-post__grid-1>:nth-child(1) {
    grid-column: span 6;
    grid-row: span 2
}

.res-post__grid-1>:nth-child(2) {
    grid-column: span 3
}

.res-post__grid-1>:nth-child(3) {
    grid-column: span 3;
    grid-row: span 2
}

.res-post__grid-1>:nth-child(4) {
    grid-column: span 2
}

.res-post__grid-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.res-post__grid-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 8px
}

.res-post__grid-2>:first-child {
    grid-row: span 2
}

.res-post__grid-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.res-post__label-1 {
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ee739a;
    line-height: 1.3
}

.res-post__label-2 {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #7f7f7f;
    line-height: 1.3
}

@media (max-width:1399.98px) {
    .res-post {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .res-post {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .res-post {
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .res-post__grid-1 {
        grid-template-columns: repeat(6, 1fr)
    }

    .res-post__label-2 {
        font-size: 20px
    }
}

.ncm-banner {
    height: calc(100vh - var(--header-height));
    max-height: 50vw;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    padding-top: 120px
}

.ncm-banner__bg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0
}

.ncm-banner__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.ncm-banner__title {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase
}

.ncm-banner__desc {
    width: 42%;
    text-align: justify;
    margin-top: 1em
}

@media (max-width:1699px) {
    .ncm-banner {
        font-size: 18px
    }
}

@media (max-width:1399.98px) {
    .ncm-banner {
        font-size: 16px;
        padding-top: 60px
    }
}

@media (max-width:1199.98px) {
    .ncm-banner {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .ncm-banner {
        font-size: 12px;
        padding-top: 24px
    }
}

@media (max-width:767.98px) {
    .ncm-banner {
        font-size: 10px
    }

    .ncm-banner__title {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .ncm-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-height: unset;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 20px
    }

    .ncm-banner__bg {
        z-index: 3;
        height: 45%
    }

    .ncm-banner__overlay {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 50%;
        object-position: 0 50%
    }

    .ncm-banner__title {
        font-size: 20px;
        max-width: 320px
    }

    .ncm-banner__desc {
        width: 100%;
        max-width: 100%
    }
}

.ncm-intro {
    font-size: 20px
}

.ncm-intro__desc {
    text-align: justify;
    max-width: 624px
}

@media (max-width:1399.98px) {
    .ncm-intro__desc {
        max-width: 500px
    }
}

@media (max-width:575.98px) {
    .ncm-intro__desc {
        font-size: 14px
    }
}

.ncm-led__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: url(../images/ncm-led-bg.jpg) center/cover no-repeat;
    margin-top: 30px
}

.ncm-led__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 150px
}

.ncm-led__item {
    font-size: 16px
}

.ncm-led__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.ncm-led__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.ncm-led__frame img,
.ncm-led__frame picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ncm-led__frame img,
.ncm-led__frame picture {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.ncm-led__frame:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.ncm-led__name {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 8px 0 4px;
    color: #fff
}

.ncm-led__link {
    color: #fff
}

.ncm-led__link:hover {
    color: #fff;
    text-decoration: underline
}

.ncm-led--detail {
    height: calc(100vh - var(--header-height));
    max-height: 57vw;
    background: url(../images/ncm-led-bg.jpg) center/cover no-repeat
}

@media (max-width:1399.98px) {
    .ncm-led__wrapper {
        margin-top: 20px
    }

    .ncm-led__grid {
        grid-gap: 40px 150px
    }

    .ncm-led__item {
        font-size: 12px
    }

    .ncm-led--detail {
        padding: 30px 0
    }

    .ncm-led--detail .section-5__title {
        font-size: 24px;
        margin-bottom: 8px
    }

    .ncm-led--detail .section-5__desc {
        font-size: 12px
    }
}

@media (max-width:1199.98px) {
    .ncm-led__grid {
        grid-gap: 40px 120px
    }
}

@media (max-width:991.98px) {
    .ncm-led__wrapper {
        padding: 30px 0
    }

    .ncm-led__grid {
        grid-gap: 20px
    }

    .ncm-led__item {
        font-size: 10px
    }
}

@media (min-width:576px) and (max-width:991px) and (orientation:landscape) {
    .ncm-led--detail {
        padding: 20px 0
    }

    .ncm-led--detail .section-5__title {
        font-size: 18px;
        margin-bottom: 0 !important
    }

    .ncm-led--detail .section-5__desc {
        display: none
    }
}

@media (max-width:575.98px) {
    .ncm-led__grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px
    }

    .ncm-led--detail {
        max-height: unset;
        height: calc(100vh - var(--header-height))
    }
}

.ncm-reason {
    font-size: 20px
}

.ncm-reason__grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 40px 20px;
    grid-auto-flow: row dense
}

.ncm-reason__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    height: 47px;
    margin-right: 16px
}

.ncm-reason__icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.ncm-reason__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: span 4;
    grid-row: span 5;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.3333
}

.ncm-reason__number {
    color: #464646;
    font-size: 2.75em;
    line-height: 1;
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%)
}

.ncm-reason__frame {
    grid-column: 5/span 2;
    grid-row: span 5;
    position: relative;
    z-index: 1
}

.ncm-reason__frame img {
    width: 200%;
    max-width: unset;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ncm-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: 7/span 4
}

.ncm-reason__item--1,
.ncm-reason__item--5 {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%)
}

.ncm-reason__item--2,
.ncm-reason__item--4 {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
}

@media (max-width:1699px) {
    .ncm-reason {
        font-size: 16px
    }
}

@media (max-width:1399.98px) {
    .ncm-reason {
        font-size: 14px
    }

    .ncm-reason__grid {
        grid-gap: 40px
    }
}

@media (max-width:991.98px) {
    .ncm-reason {
        height: auto;
        min-height: unset;
        max-height: unset
    }

    .ncm-reason__grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px
    }

    .ncm-reason__header {
        grid-column: span 1
    }

    .ncm-reason__frame {
        display: none !important
    }

    .ncm-reason__img {
        width: 100%;
        display: none
    }

    .ncm-reason__item {
        grid-column: span 1
    }
}

@media (max-width:767.98px) {
    .ncm-reason__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .ncm-reason__header {
        font-size: 20px;
        padding-left: 50px
    }

    .ncm-reason__item {
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }

    .ncm-reason__icon {
        margin-right: 10px
    }
}

.ncm-intro {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    font-size: 20px
}

.ncm-intro__frame {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.ncm-intro__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.ncm-intro__content {
    width: 50%;
    padding: 30px 0 30px 80px;
    margin-left: auto
}

.ncm-intro__desc {
    margin-bottom: 40px
}

.ncm-intro__pros {
    width: 460px;
    max-width: 100%;
    border-bottom: 1px solid currentColor;
    padding-bottom: .8em;
    margin-bottom: 1.2em
}

@media (max-width:1399.98px) {
    .ncm-intro {
        font-size: 16px
    }
}

@media (max-width:1199.98px) {
    .ncm-intro {
        font-size: 14px
    }

    .ncm-intro__content {
        padding: 0 0 0 40px
    }

    .ncm-intro__desc {
        margin-bottom: 20px
    }
}

@media (max-width:991.98px) {
    .ncm-intro {
        font-size: 12px
    }

    .ncm-intro__content {
        padding-left: 30px
    }

    .ncm-intro__title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .ncm-intro__desc {
        margin-bottom: 16px
    }
}

@media (max-width:767.98px) {
    .ncm-intro__frame {
        width: 100%;
        position: relative;
        z-index: 1
    }

    .ncm-intro__frame::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 100%
    }

    .ncm-intro__content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
}

.history-banner {
    position: relative;
    z-index: 1
}

.history-banner__img {
    display: block;
    width: 100%
}

.history-banner__title {
    min-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: right;
    font-size: 18px;
    font-style: italic;
    color: #8b182b;
    padding: 14px 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

@media (max-width:1399.98px) {
    .history-banner__title {
        font-size: 16px;
        padding: 12px 40px
    }
}

@media (max-width:1199.98px) {
    .history-banner__title {
        font-size: 14px;
        padding: 10px 30px
    }
}

@media (max-width:991.98px) {
    .history-banner__title {
        font-size: 12px;
        padding: 8px 20px;
        line-height: 1.2
    }
}

@media (max-width:767.98px) {
    .history-banner__title {
        padding: 4px 16px
    }
}

.history {
    position: relative;
    z-index: 1
}

.history__frame {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.history__frame::before {
    content: '';
    display: block;
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #d8d8d8
}

.history__item {
    padding: 10px 0
}

.history__item--15,
.history__item--2 {
    padding-left: 18%
}

.history__item--14,
.history__item--3 {
    padding-left: 34%
}

.history__item--13,
.history__item--4 {
    padding-left: 41%
}

.history__item--12,
.history__item--5 {
    padding-left: 46%
}

.history__item--11,
.history__item--6 {
    padding-left: 50%
}

.history__item--10,
.history__item--7 {
    padding-left: 53%
}

.history__item--8,
.history__item--9 {
    padding-left: 55%
}

.history__label {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 0 1em;
    border-radius: 6px;
    background-color: #bf0280;
    color: #fff;
    margin-bottom: 8px
}

.history__label--gradient {
    background: -webkit-gradient(linear, left top, right top, from(#08b380), to(#002e32));
    background: linear-gradient(to right, #08b380, #002e32)
}

.history__thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 90px;
    margin-right: 16px
}

.history__thumb::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.history__thumb img,
.history__thumb picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1399.98px) {
    .history {
        font-size: 14px
    }

    .history__label {
        font-size: 1em;
        margin-bottom: 4px
    }

    .history__thumb {
        width: 60px
    }
}

@media (max-width:767.98px) {

    .history__item--15,
    .history__item--2 {
        padding-left: 0
    }

    .history__item--14,
    .history__item--3 {
        padding-left: 0
    }

    .history__item--13,
    .history__item--4 {
        padding-left: 0
    }

    .history__item--12,
    .history__item--5 {
        padding-left: 0
    }

    .history__item--11,
    .history__item--6 {
        padding-left: 30%
    }
}

@media (max-width:767.98px) {
    .history__frame {
        width: 100%;
        position: relative;
        top: auto;
        -webkit-transform: unset;
        transform: unset
    }

    .history__item {
        padding: 8px 0
    }
}

