@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
/*!
 * 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-white: #fff;
    --bs-black: #2d2a29; /*#000;*/
    --bs-green: #39F79A;
    --bs-red-100: #F84F39;
    --bs-yellow-100: #F8CE39;
    --bs-gray-100: #F3F3F3;
    --bs-gray-200: #999999;
    --bs-gray-250: #C8C8C8;
    --bs-gray-300: #858585;
    --bs-gray-400: #1D1D1D;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: var(--bs-white);
    --bs-body-text-align: left;
    --bs-body-bg: var(--bs-black);
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    --bs-shadow-red: 0px 2px 16px rgba(248, 79, 57, 0.75);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 0;
    list-style: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a:hover {
    color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212121;
    border-radius: 0.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: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: inherit;
    border: 0;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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;
}

:focus {
    outline: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.container{
    max-width: 1310px;
}

@media (max-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (max-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (max-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

/*@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}*/

/*@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1310px;
    }
}*/

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    -webkit-flex-shrink: 0;
    -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-bottom: var(--bs-gutter-y);
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0;
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -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;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0;
    }
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -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;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0;
    }
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -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;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0;
    }
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -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;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0;
    }
    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -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;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0;
    }
    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -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;
    }
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
}

.d-table {
    display: table;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.d-none {
    display: none;
}

.flex-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.align-content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.align-content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.align-content-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.align-self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.align-self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.align-self-baseline {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-last {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline;
    }
    .d-sm-inline-block {
        display: inline-block;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-grid {
        display: grid;
    }
    .d-sm-table {
        display: table;
    }
    .d-sm-table-row {
        display: table-row;
    }
    .d-sm-table-cell {
        display: table-cell;
    }
    .d-sm-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .d-sm-none {
        display: none;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .align-items-sm-start {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-sm-end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-sm-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    .align-content-sm-center {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .align-content-sm-between {
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }
    .align-content-sm-around {
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .align-self-sm-auto {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-sm-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline;
    }
    .d-md-inline-block {
        display: inline-block;
    }
    .d-md-block {
        display: block;
    }
    .d-md-grid {
        display: grid;
    }
    .d-md-table {
        display: table;
    }
    .d-md-table-row {
        display: table-row;
    }
    .d-md-table-cell {
        display: table-cell;
    }
    .d-md-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .d-md-none {
        display: none;
    }
    .flex-md-fill {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-md-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .justify-content-md-start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-md-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-md-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .align-items-md-start {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-md-end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-md-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .align-content-md-start {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .align-content-md-end {
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    .align-content-md-center {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .align-content-md-between {
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }
    .align-content-md-around {
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .align-self-md-auto {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .align-self-md-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-md-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-md-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline;
    }
    .d-lg-inline-block {
        display: inline-block;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-grid {
        display: grid;
    }
    .d-lg-table {
        display: table;
    }
    .d-lg-table-row {
        display: table-row;
    }
    .d-lg-table-cell {
        display: table-cell;
    }
    .d-lg-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .d-lg-none {
        display: none;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .align-items-lg-start {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-lg-end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-lg-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    .align-content-lg-center {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .align-content-lg-between {
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }
    .align-content-lg-around {
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .align-self-lg-auto {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-lg-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline;
    }
    .d-xl-inline-block {
        display: inline-block;
    }
    .d-xl-block {
        display: block;
    }
    .d-xl-grid {
        display: grid;
    }
    .d-xl-table {
        display: table;
    }
    .d-xl-table-row {
        display: table-row;
    }
    .d-xl-table-cell {
        display: table-cell;
    }
    .d-xl-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .d-xl-none {
        display: none;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .align-items-xl-start {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-xl-end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-xl-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    .align-content-xl-center {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .align-content-xl-between {
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }
    .align-content-xl-around {
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .align-self-xl-auto {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-xl-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline;
    }
    .d-xxl-inline-block {
        display: inline-block;
    }
    .d-xxl-block {
        display: block;
    }
    .d-xxl-grid {
        display: grid;
    }
    .d-xxl-table {
        display: table;
    }
    .d-xxl-table-row {
        display: table-row;
    }
    .d-xxl-table-cell {
        display: table-cell;
    }
    .d-xxl-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .d-xxl-none {
        display: none;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .justify-content-xxl-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .align-items-xxl-start {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-xxl-end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-xxl-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .align-content-xxl-start {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .align-content-xxl-end {
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    .align-content-xxl-center {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .align-content-xxl-between {
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }
    .align-content-xxl-around {
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    .align-content-xxl-stretch {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .align-self-xxl-auto {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .align-self-xxl-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-xxl-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-xxl-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-xxl-baseline {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .align-self-xxl-stretch {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media print {
    .d-print-inline {
        display: inline;
    }
    .d-print-inline-block {
        display: inline-block;
    }
    .d-print-block {
        display: block;
    }
    .d-print-grid {
        display: grid;
    }
    .d-print-table {
        display: table;
    }
    .d-print-table-row {
        display: table-row;
    }
    .d-print-table-cell {
        display: table-cell;
    }
    .d-print-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .d-print-none {
        display: none;
    }
}

::before,
::after {
    pointer-events: none;
}

:root {
    --font-family-base: Montserrat, sans-serif;
    --sec-space: calc(2.62vw + 30px);
}

html {
    height: 100%;
}

body {
    font-family: var(--font-family-base);
    height: 100%;
    cursor: default;
}

body.i-mobile * {
    cursor: pointer;
}

body.no-transition * {
    -webkit-transition: none !important;
    transition: none !important;
}

body.overflow-hidden {
    overflow: hidden;
}

#wrap {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.clear {
    clear: both;
    display: table;
    width: 100%;
    overflow: hidden;
}

.clearfix {
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.hide {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex.container:before, .flex.container:after, .flex.container-fluid:before, .flex.container-sm:before, .flex.container-md:before, .flex.container-lg:before, .flex.container-xl:before, .flex.container-xxl:before, .flex.container-fluid:after, .flex.container-sm:after, .flex.container-md:after, .flex.container-lg:after, .flex.container-xl:after, .flex.container-xxl:after, .flex.row:before, .flex.row:after {
    display: none;
}

.flex-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-ver-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-ver-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-ver-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-inner-100 > * {
    width: 100%;
}

@media (min-width: 992px) {
    .lg-no-flex {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 768px) {
    .md-no-flex {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 576px) {
    .sm-no-flex {
        display: block;
    }
}

@media (max-width: 1200px) {
    .xs-no-flex {
        display: block;
    }
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.center img {
    margin-left: auto;
    margin-right: auto;
}

.justify {
    text-align: justify;
}

.fs-12 {
    font-size: 12px;
    line-height: 1.25;
}

.fs-14 {
    font-size: 14px;
    line-height: 1.21;
}

.fs-16 {
    font-size: 16px;
    line-height: 1.25;
}

.fs-18 {
    font-size: 18px;
    line-height: 1.22;
}

.fs-20 {
    font-size: 20px;
    line-height: 1.3;
}

.fs-22 {
    font-size: 22px;
    line-height: 1.23;
}

.fs-24 {
    font-size: 24px;
    line-height: 1.21;
}

.fs-28 {
    font-size: 28px;
    line-height: 1.21;
}

.fs-32 {
    font-size: 32px;
    line-height: 1;
}

.fs-40 {
    font-size: 40px;
    line-height: 1.23;
}

.fs-48 {
    font-size: 48px;
    line-height: 1.23;
}

.fs-56 {
    font-size: 56px;
    line-height: 1.43;
}

.fs-60 {
    font-size: 60px;
    line-height: 1;
}

.fs-80 {
    font-size: 80px;
    line-height: 1.23;
}

.fs-type {
    font-size: 16px;
    line-height: 1.5;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.white {
    color: var(--bs-white);
}

.black {
    color: var(--bs-black);
}

.red-100 {
    color: var(--bs-red-100);
}

.yellow-100 {
    color: var(--bs-yellow-100);
}

.gray-100 {
    color: var(--bs-gray-100);
}

.gray-200 {
    color: var(--bs-gray-200);
}

.gray-300 {
    color: var(--bs-gray-300);
}

.gray-400 {
    color: var(--bs-gray-400);
}

.bg-white {
    background-color: var(--bs-white);
}

.bg-black {
    background-color: var(--bs-black);
}

.bg-red-100 {
    background-color: var(--bs-red-100);
}

.bg-yellow-100 {
    background-color: var(--bs-yellow-100);
}

.bg-gray-100 {
    background-color: var(--bs-gray-100);
}

.bg-gray-200 {
    background-color: var(--bs-gray-200);
}

.bg-gray-300 {
    background-color: var(--bs-gray-300);
}

.bg-gray-400 {
    background-color: var(--bs-gray-400);
}

.border-white {
    border-color: var(--bs-white);
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: calc(0.98vw + 11px);
}

.mb30 {
    margin-bottom: calc(0.98vw + 11px);
}

.mt40 {
    margin-top: calc(1.31vw + 15px);
}

.mb40 {
    margin-bottom: calc(1.31vw + 15px);
}

.mt50 {
    margin-top: calc(1.64vw + 19px);
}

.mb50 {
    margin-bottom: calc(1.64vw + 19px);
}

.mt60 {
    margin-top: calc(1.97vw + 23px);
}

.mb60 {
    margin-bottom: calc(1.97vw + 23px);
}

.mt80 {
    margin-top: calc(2.62vw + 30px);
}

.mb80 {
    margin-bottom: calc(2.62vw + 30px);
}

.mt120 {
    margin-top: calc(3.93vw + 45px);
}

.mb120 {
    margin-bottom: calc(3.93vw + 45px);
}

.mt160 {
    margin-top: calc(5.25vw + 60px);
}

.mb160 {
    margin-bottom: calc(5.25vw + 60px);
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-boxd-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #2b1c16;
    opacity: 0.5 !important;
    filter: alpha(opacity=50);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    position: absolute;
    top: 20px;
    left: 60px;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: 10px;
    right: 60px;
    color: #ccc;
    display: none;
    font: 14px/16px "Gotham Pro";
}

#cboxLoadingGraphic {
    background: url(../images/load.gif) no-repeat center center;
}

#colorbox .errortext{
    padding-top: 50px;
}

.toggle-body{
    position: relative;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 32px;
}
.toggle-body:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, transparent, white);
    transition: .3s;
}
.toggle-body:is(.open):after{
    opacity: 0;
    visibility: hidden;
}
.show-more .svg-icon{
    transform: rotate(90deg)
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

#cboxPrevious, #cboxNext, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background-color: transparent;
    line-height: 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbe navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious, #cboxNext {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    width: calc(2.62vw + 10px);
    line-height: 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

#cboxPrevious .svg-icon, #cboxNext .svg-icon {
    width: 100%;
}

#cboxPrevious {
    left: 0;
}

#cboxNext {
    right: 0;
}

#cboxClose {
    position: absolute;
    top: calc(0.33vw + 8px);
    right: calc(0.33vw + 12px);
    font-size: 20px;
    color: var(--bs-gray-400);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    /*background: url(../images/close.svg) no-repeat center/contain;*/
}

#cboxClose:hover {
    opacity: 1;
}

.line-items-fluid {
    text-align: justify;
    line-height: 0;
}

.line-items-fluid > * {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: normal;
}

.line-items-fluid:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.line-items > * {
    display: inline-block;
    vertical-align: top;
}

.line-items-middle > * {
    vertical-align: middle;
}

.row.line-items > * {
    float: none;
}

script {
    display: none !important;
}

input, textarea, img, a {
    outline: none !important;
}

a {
    color: var(--bs-body-color);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: visibility 0.3s, opacity 0.3s, color 0.3s, border-bottom-color 0.3s, background-color 0.3s;
    transition: visibility 0.3s, opacity 0.3s, color 0.3s, border-bottom-color 0.3s, background-color 0.3s;
}

a:hover, a.active {
    text-decoration: none;
    color: var(--bs-gray-200);
}

.no-brd {
    border-bottom: 0;
}

.no-brd .brd-b {
    border-bottom: 1px solid rgba(237, 27, 36, 0.25);
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.no-brd:hover .brd-b {
    border-color: #ed1b24;
}

h1, .h1 {
    font: 700 33px/1.21 var(--font-family-base), sans-serif;
    margin: 0 0 20px;
}

h2, .h2 {
    font: 700 40px/1.21 var(--font-family-base), sans-serif;
}

h3, .h3, .b-ttl {
    font: 700 20px/25px var(--font-family-base), sans-serif;
}

h4, .h4 {
    font: 18px/23px var(--font-family-base), sans-serif;
}

h5, .h5 {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.b-ttl {
    margin-bottom: 15px;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: 700;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.svg-icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

symbol.stroke {
    fill: none;
    stroke: currentColor;
}

label, .form-label {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: inherit;
    font-weight: 500;
    margin-bottom: 24px;
}

.webform-container-inline label {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0;
    padding-top: 15px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--bs-body-color);
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--bs-body-color);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--bs-body-color);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: var(--bs-body-color);
}

input::placeholder,
textarea::placeholder {
    color: var(--bs-body-color);
}

.form-text,
.inputtext,
select,
textarea {
    font-size: 24px;
    line-height: 1.21;
    font-weight: 500;
    background-color: transparent;
    color: var(--bs-body-color);
    width: 100%;
    height: 46px;
    padding: 0px 0 24px;
    min-width: 0;
    border-bottom: 1px solid var(--bs-black);
}

textarea {
    min-height: 54px;
}

.form-label .form-item label, .form-label .form-item .label {
    position: absolute;
    z-index: 1;
    top: 21px;
    left: 25px;
    max-width: calc(100% - 50px);
    margin-bottom: 0;
    -webkit-transition: font-size .2s, top .2s;
    transition: font-size .2s, top .2s;
}

.form-label .focused label, .form-label .focused .label {
    top: 14px;
    font-size: 12px;
    color: var(--bs-gray-400);
}

.form-label .focused .form-text,
.form-label .focused .inputtext,
.form-label .focused select,
.form-label .focused textarea,
.form-label .focused .chosen-container {
    padding-top: 31px;
    padding-bottom: 12.5px;
}

.focused .form-text, .form-text:focus, .focused
.inputtext,
.inputtext:focus, .focused
select,
select:focus, .focused
textarea,
textarea:focus {
    border-color: var(--bs-gray-700);
}

.focused .chosen-container {
    border-color: var(--bs-gray-700);
}

@media (max-width: 768px) {
    .form-label .form-item label, .form-label .form-item .label {
        top: 15px;
    }
    .form-label .focused label {
        top: 7px;
    }
    .form-label .focused .form-text,
    .form-label .focused .inputtext,
    .form-label .focused select,
    .form-label .focused textarea,
    .form-label .focused .chosen-container {
        padding-top: 20px;
        padding-bottom: 6px;
    }
}

.invalid label,
.invalid .label,
.invalid .form-text,
.invalid .inputtext,
.invalid select,
.invalid textarea,
.invalid .chosen-container {
    color: var(--bs-red);
    border-color: var(--bs-red);
}

input:-internal-autofill-selected{
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: inherit!important;
}

.bx-authform {
    max-width: 500px;
}

.bx-captcha {
    max-width: 500px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none">\a<path d="M1 1.5L7 7.5L13 1.5" stroke="%23212121" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\a</svg>');
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px 6px;
    padding-right: 50px;
}

select::-ms-expand {
    display: none;
}

.bx-core-adm-dialog textarea {
    max-width: 100%;
}

.form-item {
    position: relative;
}

.form-checkbox label, .form-radio label {
    position: relative;
    top: auto;
    padding: 6px 0 6px 38px;
}

.form-checkbox label::before, .form-radio label::before {
    content: '';
    position: absolute;
    left: 5px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
}

.form-checkbox label::after, .form-radio label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 28px;
    height: 28px;
    border: 2px solid #000;
    border-radius: 50%;
}

.form-checkbox input, .form-radio input {
    display: none;
}

.form-checkbox input:checked + label::before, .form-radio input:checked + label::before {
    background: green;
}

.form-checkbox input:checked + label::after, .form-radio input:checked + label::after {
    border-color: green;
}

.form-checkbox {
    white-space: nowrap;
}

.form-checkbox > * {
    /*display:inline-block !important;*/
    /*vertical-align:top;*/
}

.form-checkbox label {
    cursor: pointer;
    font: 14px/16px "Montserrat";
    margin: 0;
    white-space: normal;
}

.form-checkbox input {
    margin: 2px 2px 0 0;
}

.form-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form-radio label {
    cursor: pointer;
    font: 14px/16px "Montserrat";
    margin: 0;
}

.form-radio input {
    margin: 2px 2px 0 0;
}

.form-type-radio, .form-type-checkbox {
    position: relative;
}

.form-type-radio label, .form-type-checkbox label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0 0px 24px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.form-type-radio label::before, .form-type-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 14px;
    line-height: 1;
    text-indent: -1px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    background: var(--bs-white);
    border: 0.8px solid var(--bs-gray-500);
    border-radius: 3px;
    color: var(--bs-white);
}

.form-type-radio input, .form-type-checkbox input {
    display: none;
}

.form-type-radio input:checked + label::before, .form-type-checkbox input:checked + label::before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 3.25L4.375 7.375L2.5 5.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: var(--bs-orange);
    border-color: var(--bs-orange);
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-bottom: 11px;
}

.form-checkboxes-line, .form-radios-line {
    margin-left: -40px;
}

.form-checkboxes-line .form-item, .form-radios-line .form-item {
    display: inline-block;
    margin-left: 40px;
}

label.disabled {
    cursor: default;
    position: relative;
    opacity: 0.5;
    pointer-events: none;
}

.main-user-consent-request input {
    display: none;
}

.main-user-consent-request a {
    display: block;
    padding-left: 20px;
    position: relative;
    border: 0;
    color: inherit;
}

.main-user-consent-request a:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
}

.main-user-consent-request input:checked + a:before {
    background-color: #000;
    box-shadow: inset 0 0 0 2px #fff;
}

input[type="submit"]:not(.btn) {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-align: center;
    font: 500 14px/17px "Montserrat";
    border: 0;
    padding: 18px 28px 21px;
    text-align: center;
    border-radius: 56px;
    position: relative;
    background: #2a8b23;
}

input[type="submit"]:not(.btn):hover {
    color: #fff;
    background-color: #fb6b31;
}

.form-range .pref {
    font: 17px/17px "Montserrat";
    margin-right: 10px;
}

.form-range input {
    width: 98px;
    text-align: center;
    padding: 10px 5px;
}

.form-range input + .pref {
    margin-left: 10px;
}

.form-actions {
    margin-bottom: 0;
    margin-top: 25px;
    position: relative;
}

.form-actions .ajax-progreAero-throbber {
    position: absolute;
    left: -20px;
    top: 15px;
}

.form-item-time input {
    width: 78px;
    text-align: center;
    padding: 5px 4px;
}

.form-item-time .sep {
    margin: 9px 10px 0;
}

.form-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.starrequired {
    color: var(-bs--red);
}

.btn {
    vertical-align: middle;
    padding: 16px 24px;
    border: 0;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.btn svg {
    margin-left: 16px;
}

.btn.bg-red-100:hover {
    color: var(--bs-black);
    background-color: rgba(248, 79, 57, 0.8);
}

.btn.bg-black:hover {
    color: var(--bs-white);
    background-color: var(--bs-gray-400);
}

.btn--tran {
    border: 1px solid var(--bs-gray-200);
}

.btn--tran:hover {
    background-color: var(--bs-gray-200);
    color: var(--bs-gray-400);
}

.btn--arrow {
    padding-right: 20px;
}

.form-submit.disabled {
    background-color: #00040;
    border-color: #00040;
    cursor: no-drop;
    pointer-events: none;
}

.error-text {
    padding: 15px 20px;
    border: 2px solid var(--bs-red);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #FFF7F7;
}

.price {
    white-space: nowrap;
    color: #000;
}

.price .currency {
    color: #000;
}

.dropdown-wrap {
    position: relative;
}

.dropdown-wrap:hover .dropdown-content-wrap {
    padding-top: 10px;
    margin-top: 0;
}

.dropdown-wrap:hover .dropdown-content {
    height: auto;
    overflow: visible;
    padding: 20px;
    box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
}

.dropdown-content-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    margin-top: 10px;
}

.dropdown-content {
    width: 240px;
    font: 600 13px/17px "Montserrat", sans-serif;
    background: url(images/pattern.png) repeat 0 0 #fff;
    padding: 0 20px;
    text-align: left;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.dropdown-content:before {
    content: '';
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    width: 12px;
    left: 0;
    right: 0;
    top: -7px;
    margin: 0 auto;
    z-index: 102;
}

.dropdown-content-menu {
    font: 600 13px/17px "Montserrat", sans-serif;
    text-transform: uppercase;
}

.dropdown-content-menu a {
    color: #000;
    border: 0;
}

.dropdown-content-menu a:hover, .dropdown-content-menu a.active {
    color: #ed1b24;
}

.dropdown-content-menu li {
    margin-top: 10px;
}

.dropdown-content-menu li:first-child {
    margin-top: 0;
}

.sec--outer {
    margin-top: var(--sec-space);
    margin-bottom: var(--sec-space);
}

.sec--inner {
    padding-top: var(--sec-space);
    padding-bottom: var(--sec-space);
}

.s-ttl {
    /**/
}

.s-text {
    /**/
}

.s-head, .s-ttl {
    /**/
}

.s-head .s-ttl {
    /**/
}

.s-main {
    /**/
}

.no-photo {
    display: block;
    background: url(images/no-photo.png) no-repeat 50% 50% #f4e7a6;
    background-size: auto !important;
    width: 100%;
    max-width: 100%;
    padding-top: 100%;
}

.sec--detail{
    padding-top: 140px;
}

hr {
    clear: both;
    display: block;
    border: 0;
    height: 1px;
    background: #e8e8e8;
    margin: 15px 0;
}

.type-text {
    font-size: 18px;
    line-height: 1.66;
    font-weight: 400;
}

.type-text img {
    max-width: 100%;
    height: auto !important;
    border-radius: 15px;
}

.type-text h1, .type-text .h1 {
    font-size: 33px;
    line-height: 1.06;
    margin: 1em 0 0.5em;
}

.type-text h1:first-child, .type-text .h1:first-child {
    margin-top: 0;
}

.type-text h1 + *, .type-text .h1 + * {
    margin-top: 0 !important;
}

.type-text h2, .type-text .h2 {
    font-size: 28px;
    line-height: 1.06;
    margin: 1em 0 0.8em;
}

.type-text h2:first-child, .type-text .h2:first-child {
    margin-top: 0;
}

.type-text h2 + *, .type-text .h2 + * {
    margin-top: 0 !important;
}

.type-text h3, .type-text .h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 1.5em 0 0.5em;
}

.type-text h3:first-child, .type-text .h3:first-child {
    margin-top: 0;
}

.type-text h3 + *, .type-text .h3 + * {
    margin-top: 0 !important;
}

.type-text h4, .type-text .h4 {
    margin: 25px 0 15px;
}

.type-text h4:first-child, .type-text .h4:first-child {
    margin-top: 0;
}

.type-text h4 + *, .type-text .h4 + * {
    margin-top: 0 !important;
}

.type-text big, .type-text .big {
    font: 600 20px/25px "Montserrat", sans-serif;
}

.type-text small, .type-text .small {
    font-size: 13px;
    line-height: 20px;
}

.type-text p, .type-text ul, .type-text ol, .type-text table,
.type-text .table-wrap, .type-text blockquote,
.type-text .block {
    margin-bottom: 24px;
}

.type-text p:last-child, .type-text ul:last-child, .type-text ol:last-child, .type-text table:last-child,
.type-text .table-wrap:last-child, .type-text blockquote:last-child,
.type-text .block:last-child {
    margin-bottom: 0;
}

.type-text ul:not(.no-style), .type-text ol:not(.no-style) {
    overflow: hidden;
}

.type-text ul:not(.no-style) > li, .type-text ol:not(.no-style) > li {
    position: relative;
    padding-left: 15px;
}

.type-text ul:not(.no-style) > li:before, .type-text ol:not(.no-style) > li:before {
    position: absolute;
    left: 0;
}

.type-text ul:not(.no-style) > li:last-child, .type-text ol:not(.no-style) > li:last-child {
    margin-bottom: 0;
}

.type-text ul:not(.no-style) {
    padding-left: 10px;
}

.type-text ul:not(.no-style) > li:before {
    content: '\2022';
    vertical-align: middle;
    margin-right: 20px;
}

.type-text ol:not(.no-style) {
    counter-reset: list1;
}

.type-text ol:not(.no-style) > li:before {
    counter-increment: list1;
    content: counter(list1) ".";
    margin-right: 12px;
}

.type-text table:not(.no-style) {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    white-space: nowrap;
}

.type-text table:not(.no-style) th{
    font-weight: 500;
}

.type-text table:not(.no-style) th, .type-text table:not(.no-style) td {
    padding: 8px 12px;
    border: 1px solid var(--bs-gray-250);
}

.type-text table:not(.no-style) th:first-child, .type-text table:not(.no-style) td:first-child {
    padding-left: 15px;
}

.type-text table:not(.no-style) th:last-child, .type-text table:not(.no-style) td:last-child {
    padding-right: 15px;
}

.type-text table:not(.no-style) thead, .type-text table:not(.no-style) td.gray {
    background-color: #F3F3F3;
}

.type-text table:not(.no-style) th {
    font-weight: 500;
}

.type-text .data-table {
    border: 0;
}

.type-text .data-table td, .type-text .data-table th {
    border: 1px solid #f0f0f0;
}

.type-text .data-table thead th, .type-text .data-table thead td {
    border-color: #fb6b31;
}

.type-text .data-table tbody tr {
    border: 0;
}

.type-text a {
    font-weight: 600;
}

.type-text .email:hover {
    color: var(--bs-orange);
}

.type-text .row {
    --bs-gutter-y: 40px;
}

.table-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.panel-disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 400px 13px 30px;
    font: 13px/15px "Montserrat";
    z-index: 405;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
    color: #000;
    margin: 0 !important;
    text-align: center;
}

#disclaimer-close {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-boxd-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #2b1c16;
    opacity: 0.5 !important;
    filter: alpha(opacity=50);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    position: absolute;
    top: 20px;
    left: 60px;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: 10px;
    right: 60px;
    color: #ccc;
    display: none;
    font: 14px/16px "Montserrat";
}

#cboxLoadingGraphic {
    background: url(../images/load.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

#cboxPrevious, #cboxNext, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background-color: transparent;
    line-height: 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbe navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious, #cboxNext {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    width: calc(2.62vw + 10px);
    line-height: 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

#cboxPrevious .svg-icon, #cboxNext .svg-icon {
    width: 100%;
}

#cboxPrevious {
    left: 0;
}

#cboxNext {
    right: 0;
}

#cboxClose {
    position: absolute;
    top: calc(0.98vw + 1px);
    right: calc(0.98vw + 1px);
    font-size: 20px;
    color: var(--bs-black);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: #F3F3F3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    /*background: url(../images/close.svg) no-repeat center/contain;*/
}

#cboxClose:hover {
    opacity: 1;
}

.owl-carousel {
    /*display: none;*/
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    height: 100%;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    display: block;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 40px;
}

.owl-carousel .owl-dot {
    font-size: 14px;
    color: var(--bs-white);
    width: 1em;
    height: 1em;
    margin: 0 9px;
    display: inline-block;
    vertical-align: middle;
    background-color: currentColor;
    opacity: 0.3;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: font-size 0.1s, background-color 0.1s;
    transition: font-size 0.1s, background-color 0.1s;
}

.owl-carousel .owl-dot.active {
    font-size: 24px;
    color: var(--bs-red-100);
    opacity: 1;
    cursor: default;
}

.owl-carousel .owl-nav {
    position: static;
}

.owl-carousel.owl-loaded {
    /*display: block;*/
    opacity: 1;
}

.owl-carousel.owl-loading {
    opacity: 0;
    /*display: block;*/
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-align: center;
    margin-top: -0.5em;
    font-size: 48px;
    line-height: 0;
    color: var(--bs-black);
    background-color: var(--bs-gray-100);
}

.owl-carousel .owl-prev .svg-icon, .owl-carousel .owl-next .svg-icon {
    font-size: 18px;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    color: var(--bs-gradient-pink-start);
}

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-prev {
    left: -1.5em;
}

.owl-carousel .owl-next {
    right: -1.5em;
}

@media (max-width: 768px) {
    .owl-carousel .owl-prev {
        left: -16px;
    }
    .owl-carousel .owl-next {
        right: -16px;
    }
}

:root {
    --fadeInUpSmPath: 100px;
}

@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, var(--fadeInUpSmPath), 0);
        transform: translate3d(0, var(--fadeInUpSmPath), 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, var(--fadeInUpSmPath), 0);
        transform: translate3d(0, var(--fadeInUpSmPath), 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.animate__fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
}

.svg-list {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.ff-press-start {
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    width: 700px;
    top:230px;
}

.font-press-start{
    font-weight: 700;
    line-height: 1.2;
}

.underline{
    position: relative;
}
.underline:after{
    content : '';
    position: absolute;
    width: 240px;
    height: 30px;
    background: url(./images/underline.svg) no-repeat center / contain ;
    left: -50px;
    bottom: -30px;
}

.ff-press-start .hidden-text{
    opacity: 0.1;
}
.ff-press-start span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.banner-left-col{
    margin-top: auto;
    padding-bottom: 140px;
}

.ff-bebas {
    font-family: 'Bebas Neue';
    line-height: 1;
}

.lh-0 {
    line-height: 0;
}

.ico-20 {
    font-size: 20px;
}

.ico-24 {
    font-size: 24px;
}

.ico-80 {
    font-size: 80px;
}

.ico-14{
    font-size: 14px;
}

.icon-back{
    transform:rotate(180deg)
}


.sw-1 {
    stroke-width: 1px;
}

.sw-1_5 {
    stroke-width: 1.5px;
}

.sw-2, [id*="chevron"] {
    stroke-width: 2px;
}

.sw-3 {
    stroke-width: 3px;
}

.sw-4 {
    stroke-width: 4px;
}

.br-4 {
    border-radius: 4px;
}

.br-8 {
    border-radius: 8px;
}

.br-12 {
    border-radius: 12px;
}

.br-20 {
    border-radius: 20px;
}

.br-60 {
    border-radius: 60px;
}

.br-circ {
    border-radius: 50%;
}

.shadow-red {
    box-shadow: var(--bs-shadow-red);
}

.text-shadow-red {
    text-shadow: var(--bs-shadow-red);
}

.img-width {
    max-width: 100%;
}

.mt12 {
    margin-top: 12px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mt48 {
    margin-top: 48px;
}

.ml16 {
    margin-left: 16px;
}

.mt-auto {
    margin-top: auto;
}

.burger {
    font-size: 20px;
    width: 1.66667em;
    height: 1em;
    position: relative;
    border-bottom: 0;
}

.burger::before, .burger::after, .burger i {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
}

.burger::before, .burger::after {
    content: '';
    -webkit-transition: top 0.15s 0.15s, bottom 0.15s 0.15s, -webkit-transform 0.15s;
    transition: top 0.15s 0.15s, bottom 0.15s 0.15s, -webkit-transform 0.15s;
    transition: top 0.15s 0.15s, bottom 0.15s 0.15s, transform 0.15s;
    transition: top 0.15s 0.15s, bottom 0.15s 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.burger::before {
    top: 0;
}

.burger i {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: width .15s;
    transition: width .15s;
}

.burger::after {
    bottom: 0;
}

.b-mobile {
    --bs-body-color: var(--bs-black);
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}

.b-mobile .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.b-mobile__block {
    position: absolute;
    left: -320px;
    top: 0;
    height: 100%;
    width: 320px;
    padding: 10px 30px 20px 15px;
    background: #fff;
    overflow: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
}

.contacts-block{
    max-width: 600px;
    padding: 32px;
    margin-left: auto;
    margin-bottom: 150px;
    box-shadow: 12px 12px 0 0 rgba(0,0,0, 1)
}

.contacts-item{
    position: relative;
    padding-left: 36px;
}

.contacts-item a{
    color: var(--bs-black)
}

.contacts-item .svg-icon{
    position: absolute;
    left: 0;
}

.location .svg-icon{
    width: 20px;
    height: 25px;
}

.social-block a{
    margin-right: 20px;
}

@media (min-width: 1670px) {
    .container--1670 {
        max-width: calc(1670px + var(--bs-gutter-x));
    }
}

@media (min-width: 1856px) {
    .container--1856 {
        max-width: calc(1856px + var(--bs-gutter-x));
    }
}

@media (max-width: 1856px){
    .container--1856{
        max-width: 100%;
    }
    .ff-press-start{
        width: 490px;
        top: 160px;
        font-size: 40px;
    }
    div.banner-ttl{
        font-size: 24px;
    }
    .banner-left-col{
        padding-bottom: 100px;
    }
}

@media (max-width: 1400px){
    .ff-press-start{
        width: 370px;
        font-size: 30px;
    }
    .banner-ttl{
        font-size: 24px;
    }
    .banner-left-col{
        padding-bottom: 70px;
    }
}

@media (max-width: 1200px){
    section.s-bnr {
        padding-top: 80px;
    }
    .ff-press-start {
        top: 120px;
    }
    .bnr-slider{
        padding-top: 180px;
    }
    .banner-left-col {
        padding-bottom: 20px;
    }
}

.h-menu li {
    margin-top: 15px;
}

.h-cb svg {
    margin-left: 24px;
}

.header {
    padding-top: 24px;
    position: absolute;
    z-index: 1;
}

.header .h-ml {
    margin-left: 60px;
}

.header .h-menu li {
    display: inline-block;
    margin-left: 32px;
    margin-top: 0;
}

.header-phone{
    margin-left: 40px;
}

.b-mobile .header-phone{
    margin-left: 0;
    padding-top: 20px;
}

@media (max-width: 1500px){
    .logo{
        margin-right: auto;
    }
    .b-mobile-active {
        overflow: hidden;
    }
    .b-mobile-active .b-mobile {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    .b-mobile-active .b-mobile__block {
        left: 0;
    }

   .header-menu__wrap{
       display: none;
   }
    .burger-wrap{
        display: block;
    }
}

.label {
    padding: 8px 12px;
}

.label--turn {
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center;
    -webkit-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    max-width: 200px;
}

.sec--numered .sec-inner {
    padding-top: calc(1.97vw + 23px);
    padding-bottom: calc(3.93vw + 45px);
}

.sec-number {
    width: 72px;
    height: 72px;
    line-height: 72px;
}

.bnr-slider.owl-loading {
    max-height: 630px;
}

.s-bnr {
    position: relative;
    padding-top: 146px;
    padding-bottom: 30px;
    background: url(./images/bg-points-1.svg) top left/auto 100% no-repeat, url(./images/bg-points-2.svg) top right/auto 100% no-repeat;
}

.s-bnr .owl-dots {
    position: absolute;
    left: 40px;
    bottom: 15px;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .s-bnr .owl-dots {
        bottom: -40px;
        left: 0;
        width: 100%;
    }
}

.model-tab {
    padding: 10px 14px;
    border: 2px solid var(--bs-black);
}

.model-tab:hover, .model-tab.active {
    color: var(--bs-white);
    background-color: var(--bs-black);
}

.model-tab-row {
    overflow: auto;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .detail-carousel {
        margin-top: -50px;
    }
    .detail-row__right {
        padding-top: 70px;
    }
    .model-tab-row a {
        position: relative;
        z-index: 1;
    }
}

.detail-thumb {
    display: block;
    padding: 3px;
    border: 1px solid transparent;
}

.detail-thumb + .detail-thumb {
    margin-top: 7px;
}

.detail-picture-slider{
    overflow: hidden;
}

.detail-thumb:hover, .detail-thumb.active {
    border-color: var(--bs-red-100);
}

@media (max-width: 768px) {
    .robot-detail   div.detail-thumbs__swiper{
        width: 100%;
    }
    .detail-thumbs {
        overflow: auto;
        white-space: nowrap;
        order: 2;
    }
    .detail-thumb {
        display: inline-block;
    }
}

.detail-preview:hover, .detail-preview.active {
    color: var(--bs-red-100);
}

.detail-preview:hover img,
.detail-preview.active img {
    background-color: var(--bs-gray-100);
}

.detail-preview .fs-18 {
    line-height: 1.5;
    max-width: 93.33%;
}

@media (min-width: 1400px) {
    .detail-row {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 768px) {
    .detail-carousel .owl-nav {
        display: none;
    }
}

.resolve {
    padding: 40px;
    padding-bottom: 48px;
}

.resolve__img, .resolve__video {
    position: relative;
    margin-top: 24px;
    padding-top: 76%;
}
.resolve__img img:first-child, .resolve__video iframe {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.resolve__img .icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.resolve-detail{
    max-width: 960px;
    padding: 60px 80px;
    background-color: white;
    color: var(--bs-black)
}

@media (max-width: 768px) {
    .resolve {
        padding: 20px;
    }
    .resolve-detail{
        padding: 40px 15px 15px;
    }
}

.category-tabs a:hover,
.category-tabs a.active {
    color: var(--bs-red-100);
}

.category-tabs .sep {
    margin: 0 20px;
}

@media (max-width: 768px) {
    .category-tabs {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .category-tabs .sep {
        margin: 0 6px;
    }
}

.benifits-ttl {
    max-width: 800px;
}

.benefit-row--ttl {
    line-height: 1.5;
}

.benefit-row .col {
    position: relative;
}

.benefit-row svg {
    font-size: 240px;
}

.benefit-row .chev {
    font-size: 27px;
    position: absolute;
    right: -60%;
    margin-top: 0.5em;
}

@media (min-width: 1200px) {
    .benefit-row {
        padding-left: 100px;
        padding-right: 100px;
    }
    .benefit-row .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(350px + var(--bs-gutter-x));
        -ms-flex: 0 0 calc(350px + var(--bs-gutter-x));
        flex: 0 0 calc(350px + var(--bs-gutter-x));
        max-width: calc(350px + var(--bs-gutter-x));
    }
}

.before-benefits {
    position: relative;
    z-index: 1;
}

.benefits {
    padding-top: calc(7.54vw + 52px);
    padding-bottom: calc(3.28vw + 38px);
    margin-top: calc(-2.62vw + -20px);
    position: relative;
}

.benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 56.72%;
    height: 100%;
    background-color: var(--bs-red-100);
    border-radius: 20px;
    box-shadow: 0 0 0 32px rgba(248, 79, 57, 0.3);
}

.benefits > * {
    position: relative;
}

.play-video {
    cursor: pointer;
}

.play-video:hover {
    opacity: .9;
}

.benefit-video {
    padding-top: 53.44%;
    position: relative;
}

.benefit-video iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.benefit-video .play-video {
    font-size: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
}

.benefit-video.active .play-video {
    display: none;
}

.b-teach {
    padding: calc(3.93vw + 45px) calc(2.62vw + 30px);
    background: url(./images/teaching.png) no-repeat center/cover;
}

.b-teach__inner {
    max-width: 620px;
}

.form-file-label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--bs-black);
    padding: 14px 22px;
    border: 1px solid var(--bs-black);
    margin-bottom: 0;
    cursor: pointer;
}

.stat__div {
    display: inline-block;
    width: 4px;
    height: 66px;
    margin-right: 20px;
}

.stat__right {
    margin-left: 20px;
}

.s-about .sec-inner {
    background-image: url(./images/inkam-logo.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.scroll-to-top {
    width: 72px;
    height: 72px;
    border: 1px solid var(--bs-white);
    cursor: pointer;
}

.scroll-to-top svg {
    font-style: 10px;
    height: 100%;
}

.errortext{
    background-color: black;
    color: white;
    padding: 10px;
    max-width: 400px;
    border-radius: 20px;
}

.footer {
    padding-bottom: 40px;
    position: relative;
}


.footer .f-menu li {
    display: block;
    margin-bottom: 16px;
}

.footer-contacts a{
    color:white;
}

.footer .scroll-to-top {
    position: absolute;
    right: 60px;
    top: calc(50% - 20px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.f-row .col-left{
    max-width: 600px;
}

.f-row .col-right{
    max-width: 480px;
}


.popup-form{
    padding: 40px 20px;
    max-width: 500px;
}

.form-success{
    background: var(--bs-green);
    color: black;
    padding: 30px 20px;
}

.privacy-popup{
    background-color: white;
    border-radius: 20px;
}

.privacy-popup__wrap{
    background-color: white;
    color: black;
    padding: 20px;
}

.block-404{
    padding: 200px 0 0;
}
.block-404__text{
    font-size: 120px;
}

.f-pegas{
    max-width: 200px;
}

.pegas-logo{
    width: 45px;
    height: 27px;
    margin-right: 14px;
}

.footer-date{
    margin-right: 24px;
}

@media (max-width: 768px) {
    .footer .f-menu ul {
        margin-left: 0;
        margin-top: -15px;
    }
    .footer .f-menu li {
        display: list-item;
        margin-left: 0;
        margin-top: 15px;
    }
    .footer .scroll-to-top {
        width: 50px;
        height: 50px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 20px;
        margin-left: auto;
    }
}

@media (max-width: 1400px) {
    .benefit-row .chev {
        right: -30%;
    }
}

@media (max-width: 1200px) {
    .benefit-row .chev {
        right: -10%;
    }
    .benefits::before {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .s-bnr {
        padding-top: 70px;
        background-image: none;
    }
    .b-teach {
        position: relative;
    }
    .b-teach::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .b-teach > * {
        position: relative;
    }
    .s-about .sec-inner {
        background-size: 50% auto;
    }
    .contacts-block{
        margin-top: 50px;
        margin-bottom: 0;
        max-width: none;
    }
    .robot-detail h1.detail__name {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .fs-80 {
        font-size: 35px;
    }
    .fs-60 {
        font-size: 30px;
    }
    .fs-56 {
        font-size: 29px;
    }
    .fs-48 {
        font-size: 29px;
    }
    .fs-40,
    .fs-32 {
        font-size: 25px;
    }
    .fs-24,
    .fs-22 {
        font-size: 20px;
    }
    .sec-number {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .detail-preview .fs-18 {
        font-size: 15px;
    }
    .benefit-row--ttl {
        font-size: 18px;
    }
    .benefit-row svg {
        font-size: 120px;
    }
    .benefit-row .chev {
        font-size: 20px;
        margin-top: 0;
        right: -10%;
    }
    .benefit-row .fs-20 {
        font-size: 14px;
    }
    .benefits::before {
        width: 50%;
        box-shadow: 0 0 0 16px rgba(248, 79, 57, 0.3);
    }
    .benefit-video .play-video {
        font-size: 45px;
    }
    .resolve__img svg {
        font-size: 50px;
    }
    .underline:after{
        width: 120px;
        left: -10px;
    }
    .logo img {
        width: 100px;
    }
}
@media (max-width: 576px) {
    h1, .h1 {
        font-size: 27px;
    }
    .fs-60 {
        font-size: 20px;
    }
    .mt48{
        margin-top: 20px;
    }

    label, .form-label{
        margin-bottom: 10px;
    }

    .form-text, .inputtext, select, textarea {
        font-size: 14px;
    }
    .robot-detail h1.detail__name {
        font-size: 27px;
    }
    /* new styles */
    .resolve__img .icon {
        width: 40px;
    }
    .burger {
        font-size: 16px;
    }
    .btn, .form-file-label {
        font-size: 14px;
        padding: 10px 20px;
    }
    .redesign-robot__preview {
        font-size: 16px;
        font-weight: 300;
    }
    .type-text {
        font-size: 16px;
    }
    .owl-carousel .owl-dot.active {
        font-size: 18px;
    }
}
#w-load {
    display: none !important;
}
