*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
}

body {
    margin: 0;
    font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #343a40;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr[title] {
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

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

button,
select {
    text-transform: none;
}

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

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

summary {
    display: list-item;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

body {
    font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

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

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

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

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

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

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

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

a {
    color: rgb(235, 224, 241);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: rgb(201, 171.3, 217.2);
    text-decoration: underline;
}
a:focus-visible {
    outline: 2px solid rgb(235, 224, 241);
    outline-offset: 2px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
ul.unstyled, ol.unstyled {
    padding-left: 0;
    list-style: none;
}

li {
    margin-bottom: 0.25rem;
}

blockquote {
    margin: 0 0 1rem;
    padding: 1rem 1.5rem;
    border-left: 4px solid #dee2e6;
    font-size: 1.125rem;
    font-style: italic;
    color: #050505;
}

code {
    padding: 0.125rem 0.25rem;
    font-size: 87.5%;
    color: #dc3545;
    background-color: #f8f9fa;
    border-radius: 0.125rem;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 1rem;
    overflow: auto;
    font-size: 87.5%;
    color: #343a40;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.text-small {
    font-size: 0.875rem;
}

.text-large {
    font-size: 1.125rem;
}

.text-bold {
    font-weight: 700;
}

.text-medium {
    font-weight: 500;
}

.text-light {
    font-weight: 300;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #6b6b6b;
}

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

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

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

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 2.5rem;
    }
    h3, .h3 {
        font-size: 2rem;
    }
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
}

::selection {
    background-color: rgb(235, 224, 241);
    color: #ffffff;
}

::-moz-selection {
    background-color: rgb(235, 224, 241);
    color: #ffffff;
}

:focus {
    outline: none;
}

[disabled],
.disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.hidden {
    display: none !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

iframe {
    border: 0;
}

button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
}
button:focus-visible {
    outline: 2px solid rgb(235, 224, 241);
    outline-offset: 2px;
}

input,
textarea,
select {
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
body::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 0.25rem;
}
body::-webkit-scrollbar-track {
    background: #f8f9fa;
}

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

[class*=col-] {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
.offset-0 {
    margin-left: 0%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

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

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

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

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

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

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1400px) {
    .offset-xxl-0 {
        margin-left: 0%;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}
.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

@media (min-width: 576px) {
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
}
@media (min-width: 768px) {
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
}
@media (min-width: 992px) {
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
}
@media (min-width: 1200px) {
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
}
@media (min-width: 1400px) {
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
}
.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 576px) {
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1320px;
    }
}

.section {
    padding: 3rem 0;
}
.section--sm {
    padding: 2rem 0;
}
.section--lg {
    padding: 4.5rem 0;
}

.wrapper {
    overflow: hidden;
}

.container {
    padding: 0;
}

.booking-widget {
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    padding: 0;
    margin: 0 auto;
    align-items: center;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    max-width: 1120px;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    position: relative;
}
@media (max-width: 1024px) {
    .booking-widget {
        border-radius: 20px;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    .booking-widget__button {
        width: 100%;
    }
}
.booking-widget__field-group {
    display: flex;
}
@media (max-width: 768px) {
    .booking-widget__field-group {
        flex-direction: column;
        border: 1px solid #e5e7eb;
        border-radius: 13px;
    }
}
.booking-widget__button {
    height: 60px;
    border-radius: 100px;
    margin-right: 1rem;
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 18px 45px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    justify-content: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .booking-widget__button {
        border-radius: 13px;
        margin-right: 0;
    }
}

.booking-widget__button:hover {
    background: #222;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.booking-widget__button-icon {
    font-size: 18px;
}
.booking-widget__field {
    padding: 1rem;
    transition: 0.3s all;
    border-radius: 100px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 150px;
    transition: background-color 0.3s ease;
}

@media (min-width: 769px) {
    .booking-widget__field--checkin {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .booking-widget__field {
        border-radius: 13px;
    }
    .booking-widget__field:not(:first-child)::after {
        display: none;
    }
}
.booking-widget__field:hover {
    background-color: rgba(235, 224, 241, 0.3);
}
.booking-widget__field--invalid {
    background-color: #ffcdd2;
}
.booking-widget-checkin__div {
    display: flex;
    gap: 20px;
}
.booking-widget-checkin__div .booking-widget__field::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 46px;
    background-color: rgb(229, 231, 235);
    top: 50%;
    transform: translateY(-50%);
    margin-right: -10px;
}
.booking-widget__label {
    color: rgb(107, 107, 107);
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.booking-widget__input {
    font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #000000;
    padding: 6px 35px 6px 0;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 18px;
    outline: none;
    transition: all 0.2s ease;
}
.booking-widget__input::placeholder {
    color: #000000;
}
@media (max-width: 768px) {
    .booking-widget__input {
        font-size: 16px;
    }
}
.booking-widget-guest__container {
    position: relative;
}
@media (min-width: 769px) {
    .booking-widget-guest__container {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .booking-widget-guest__container {
        margin-right: 0;
        border-top: 1px solid #e5e7eb;
    }
}
.booking-widget__guest-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
}
@media (max-width: 768px) {
    .booking-widget__guest-dropdown {
        display: flex;
        justify-content: center;
    }
}
.booking-widget__guest-dropdown--active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.booking-widget__guest-dropdown-content {
    padding: 25px 15px;
    width: 340px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
}
.booking-widget__guest-label {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.booking-widget__guest-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}
.booking-widget__guest-selector {
    gap: 0;
}
.booking-widget__guest-row {
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.3s all;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.booking-widget__guest-row:hover {
    background-color: rgba(235, 224, 241, 0.3);
}
.booking-widget__guest-count {
    background-color: rgb(235, 224, 241);
    border-radius: 4px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-widget__guest-btn {
    font-size: 24px;
    border: 0;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: opacity 0.2s ease, color 0.2s ease;
}
.booking-widget__guest-btn:hover {
    color: #000000;
    background-color: transparent;
}
.booking-widget__guest-btn--disabled,
.booking-widget__guest-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.booking-widget__guest-btn--disabled:hover,
.booking-widget__guest-btn:disabled:hover {
    color: #000;
    background-color: transparent;
}
.booking-widget__guest-label-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.booking-widget__guest-label-with-icon svg {
    width: 24px;
    height: 24px;
    color: #000000;
}
.booking-widget__icon {
    position: absolute;
    right: 10px;
    bottom: 18px;
    font-size: 18px;
    pointer-events: none;
    opacity: 0.6;
}
.booking-widget__icon svg {
    color: #000000;
}
.booking-widget--summary {
    display: none;
}
.booking-widget--compact {
    flex-direction: row;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    width: 100%;
    height: 68px;
    transition: 0.3s all;
}
.booking-widget--compact .booking-widget--summary {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 429px) {
   .booking-widget--compact .booking-widget--summary {
    font-size: 14px;
   }
}

.booking-widget--compact .booking-widget__field-group {
    display: none;
}
.booking-widget--compact .booking-widget__button {
    width: 52px;
    height: 52px;
    padding: 5px;
    margin-right: 0;
}
.booking-widget--compact .booking-widget__button .button-text {
    display: none;
}

.booking-widget-compact__input_checkin{
    margin-right: 5px;
}
.booking-widget-compact__input_checkout{
    margin-left: 5px;
    margin-right: 5px;
}
.booking-widget-compact__input_guests{
    margin-left: 5px;
}


.litepicker {
    top: calc(100% + 10px) !important;
    left: 0 !important;
    border-radius: 15px !important;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 22px 0px, rgba(0, 0, 0, 0.09) 0px 39px 39px 0px, rgba(0, 0, 0, 0.05) 0px 88px 53px 0px, rgba(0, 0, 0, 0.01) 0px 157px 63px 0px, rgba(0, 0, 0, 0) 0px 245px 69px 0px !important;
}
@media (max-width: 1024px) {
    .litepicker {
        top: 115px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
}
.litepicker .month-item-header {
    padding: 4px !important;
}
.litepicker .month-item-header div, .litepicker .month-item-header strong {
    font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 400 !important;
}
.litepicker .month-item-weekdays-row > div {
    color: #000000;
    font-size: 0 !important;
}

.litepicker .month-item-weekdays-row > div::first-letter {
    font-size: 1rem !important;
}

@media (max-width: 768px) {
    .litepicker .container__main {
        width: 100%;
    }
}
.litepicker .container__months {
    box-shadow: none !important;
    border-radius: 13px !important;
}
@media (max-width: 768px) {
    .litepicker .container__months {
        width: 100% !important;
        justify-content: center;
    }
}
.litepicker .container__days {
    row-gap: 8px;
}
.litepicker .container__days .day-item {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer !important;
    box-shadow: none !important;
}
.litepicker .container__days .day-item:not(.is-locked) {
    color: #000000 !important;
}
.litepicker .container__days .day-item:not(.is-start-date, .is-end-date) .litepicker .container__days .day-item:hover {
    background-color: rgba(235, 224, 241, 0.3) !important;
}
.litepicker .container__days .is-start-date, .litepicker .container__days .is-end-date {
    background-color: rgb(235, 224, 241) !important;
    color: #000000 !important;
}
.litepicker .container__days .is-in-range {
    background-color: rgba(235, 224, 241, 0.3) !important;
}
.litepicker .container__days .day-item.is-today {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 8px;
}
.litepicker .button-next-month, .litepicker .button-previous-month {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    cursor: pointer !important;
    transition: 0.3s all;
}
.litepicker .button-next-month:hover, .litepicker .button-previous-month:hover {
    background-color: #eee;
}
.litepicker .button-next-month svg, .litepicker .button-previous-month svg {
    display: none;
}
.litepicker .button-next-month::after, .litepicker .button-previous-month::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    padding: 4px;
}
.litepicker .button-next-month:after {
    transform: rotate(-45deg);
    margin-left: -3px;
}
.litepicker .button-previous-month:after {
    transform: rotate(135deg);
    margin-left: 3px;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-grid {
    display: grid !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

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

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

.rounded {
    border-radius: 0.25rem !important;
}

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

.rounded-sm {
    border-radius: 0.125rem !important;
}

.rounded-lg {
    border-radius: 0.5rem !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

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

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.bg-primary {
    background-color: rgb(235, 224, 241) !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.text-primary {
    color: rgb(235, 224, 241) !important;
}

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

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-body {
    color: #343a40 !important;
}

.text-muted {
    color: #6b6b6b !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

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

.user-select-all {
    user-select: all !important;
}

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

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

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

.opacity-0 {
    opacity: 0 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.m-5 {
    margin: 2rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.mr-5 {
    margin-right: 2rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.pt-5 {
    padding-top: 2rem !important;
}

.pr-5 {
    padding-right: 2rem !important;
}

.pb-5 {
    padding-bottom: 2rem !important;
}

.pl-5 {
    padding-left: 2rem !important;
}

.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.m-6 {
    margin: 3rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mr-6 {
    margin-right: 3rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.ml-6 {
    margin-left: 3rem !important;
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-6 {
    padding: 3rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.pr-6 {
    padding-right: 3rem !important;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.pl-6 {
    padding-left: 3rem !important;
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1 {
    margin-left: -0.25rem !important;
}

.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2 {
    margin-left: -0.5rem !important;
}

.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mr-n3 {
    margin-right: -1rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3 {
    margin-left: -1rem !important;
}

.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4 {
    margin-left: -1.5rem !important;
}

.mx-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.m-n5 {
    margin: -2rem !important;
}

.mt-n5 {
    margin-top: -2rem !important;
}

.mr-n5 {
    margin-right: -2rem !important;
}

.mb-n5 {
    margin-bottom: -2rem !important;
}

.ml-n5 {
    margin-left: -2rem !important;
}

.mx-n5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}

.my-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}

.m-n6 {
    margin: -3rem !important;
}

.mt-n6 {
    margin-top: -3rem !important;
}

.mr-n6 {
    margin-right: -3rem !important;
}

.mb-n6 {
    margin-bottom: -3rem !important;
}

.ml-n6 {
    margin-left: -3rem !important;
}

.mx-n6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}

.my-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }
    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }
    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }
    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }
    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3 {
        margin-left: 1rem !important;
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3 {
        padding-left: 1rem !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 2rem !important;
    }
    .mt-sm-5 {
        margin-top: 2rem !important;
    }
    .mr-sm-5 {
        margin-right: 2rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-5 {
        margin-left: 2rem !important;
    }
    .mx-sm-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .my-sm-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .p-sm-5 {
        padding: 2rem !important;
    }
    .pt-sm-5 {
        padding-top: 2rem !important;
    }
    .pr-sm-5 {
        padding-right: 2rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-5 {
        padding-left: 2rem !important;
    }
    .px-sm-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .py-sm-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .m-sm-6 {
        margin: 3rem !important;
    }
    .mt-sm-6 {
        margin-top: 3rem !important;
    }
    .mr-sm-6 {
        margin-right: 3rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-6 {
        margin-left: 3rem !important;
    }
    .mx-sm-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .my-sm-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-sm-6 {
        padding: 3rem !important;
    }
    .pt-sm-6 {
        padding-top: 3rem !important;
    }
    .pr-sm-6 {
        padding-right: 3rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-6 {
        padding-left: 3rem !important;
    }
    .px-sm-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .py-sm-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto {
        margin-left: auto !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0 {
        padding-left: 0 !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1 {
        margin-left: 0.25rem !important;
    }
    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1 {
        padding-left: 0.25rem !important;
    }
    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2 {
        margin-left: 0.5rem !important;
    }
    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2 {
        padding-left: 0.5rem !important;
    }
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3 {
        margin-left: 1rem !important;
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3 {
        padding-left: 1rem !important;
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4 {
        margin-left: 1.5rem !important;
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4 {
        padding-left: 1.5rem !important;
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .m-md-5 {
        margin: 2rem !important;
    }
    .mt-md-5 {
        margin-top: 2rem !important;
    }
    .mr-md-5 {
        margin-right: 2rem !important;
    }
    .mb-md-5 {
        margin-bottom: 2rem !important;
    }
    .ml-md-5 {
        margin-left: 2rem !important;
    }
    .mx-md-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .my-md-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .p-md-5 {
        padding: 2rem !important;
    }
    .pt-md-5 {
        padding-top: 2rem !important;
    }
    .pr-md-5 {
        padding-right: 2rem !important;
    }
    .pb-md-5 {
        padding-bottom: 2rem !important;
    }
    .pl-md-5 {
        padding-left: 2rem !important;
    }
    .px-md-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .py-md-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .m-md-6 {
        margin: 3rem !important;
    }
    .mt-md-6 {
        margin-top: 3rem !important;
    }
    .mr-md-6 {
        margin-right: 3rem !important;
    }
    .mb-md-6 {
        margin-bottom: 3rem !important;
    }
    .ml-md-6 {
        margin-left: 3rem !important;
    }
    .mx-md-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .my-md-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-md-6 {
        padding: 3rem !important;
    }
    .pt-md-6 {
        padding-top: 3rem !important;
    }
    .pr-md-6 {
        padding-right: 3rem !important;
    }
    .pb-md-6 {
        padding-bottom: 3rem !important;
    }
    .pl-md-6 {
        padding-left: 3rem !important;
    }
    .px-md-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto {
        margin-left: auto !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0 {
        padding-left: 0 !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }
    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }
    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }
    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3 {
        margin-left: 1rem !important;
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3 {
        padding-left: 1rem !important;
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 2rem !important;
    }
    .mt-lg-5 {
        margin-top: 2rem !important;
    }
    .mr-lg-5 {
        margin-right: 2rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-5 {
        margin-left: 2rem !important;
    }
    .mx-lg-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .my-lg-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .p-lg-5 {
        padding: 2rem !important;
    }
    .pt-lg-5 {
        padding-top: 2rem !important;
    }
    .pr-lg-5 {
        padding-right: 2rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-5 {
        padding-left: 2rem !important;
    }
    .px-lg-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .py-lg-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .m-lg-6 {
        margin: 3rem !important;
    }
    .mt-lg-6 {
        margin-top: 3rem !important;
    }
    .mr-lg-6 {
        margin-right: 3rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-6 {
        margin-left: 3rem !important;
    }
    .mx-lg-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .my-lg-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-lg-6 {
        padding: 3rem !important;
    }
    .pt-lg-6 {
        padding-top: 3rem !important;
    }
    .pr-lg-6 {
        padding-right: 3rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-6 {
        padding-left: 3rem !important;
    }
    .px-lg-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .py-lg-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto {
        margin-left: auto !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0 {
        margin-left: 0 !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0 {
        padding-left: 0 !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }
    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }
    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }
    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }
    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3 {
        margin-left: 1rem !important;
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3 {
        padding-left: 1rem !important;
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 2rem !important;
    }
    .mt-xl-5 {
        margin-top: 2rem !important;
    }
    .mr-xl-5 {
        margin-right: 2rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-5 {
        margin-left: 2rem !important;
    }
    .mx-xl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .my-xl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .p-xl-5 {
        padding: 2rem !important;
    }
    .pt-xl-5 {
        padding-top: 2rem !important;
    }
    .pr-xl-5 {
        padding-right: 2rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-5 {
        padding-left: 2rem !important;
    }
    .px-xl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .py-xl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .m-xl-6 {
        margin: 3rem !important;
    }
    .mt-xl-6 {
        margin-top: 3rem !important;
    }
    .mr-xl-6 {
        margin-right: 3rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-6 {
        margin-left: 3rem !important;
    }
    .mx-xl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .my-xl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-xl-6 {
        padding: 3rem !important;
    }
    .pt-xl-6 {
        padding-top: 3rem !important;
    }
    .pr-xl-6 {
        padding-right: 3rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-6 {
        padding-left: 3rem !important;
    }
    .px-xl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .py-xl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto {
        margin-left: auto !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}
@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0 {
        margin-left: 0 !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0 {
        padding-left: 0 !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3 {
        margin-left: 1rem !important;
    }
    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3 {
        padding-left: 1rem !important;
    }
    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 2rem !important;
    }
    .mt-xxl-5 {
        margin-top: 2rem !important;
    }
    .mr-xxl-5 {
        margin-right: 2rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xxl-5 {
        margin-left: 2rem !important;
    }
    .mx-xxl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .my-xxl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .p-xxl-5 {
        padding: 2rem !important;
    }
    .pt-xxl-5 {
        padding-top: 2rem !important;
    }
    .pr-xxl-5 {
        padding-right: 2rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xxl-5 {
        padding-left: 2rem !important;
    }
    .px-xxl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .py-xxl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .m-xxl-6 {
        margin: 3rem !important;
    }
    .mt-xxl-6 {
        margin-top: 3rem !important;
    }
    .mr-xxl-6 {
        margin-right: 3rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-6 {
        margin-left: 3rem !important;
    }
    .mx-xxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .my-xxl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-xxl-6 {
        padding: 3rem !important;
    }
    .pt-xxl-6 {
        padding-top: 3rem !important;
    }
    .pr-xxl-6 {
        padding-right: 3rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-6 {
        padding-left: 3rem !important;
    }
    .px-xxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .py-xxl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto {
        margin-left: auto !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}
.gap-0 {
    gap: 0 !important;
}

.row-gap-0 {
    row-gap: 0 !important;
}

.column-gap-0 {
    column-gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.row-gap-1 {
    row-gap: 0.25rem !important;
}

.column-gap-1 {
    column-gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.row-gap-2 {
    row-gap: 0.5rem !important;
}

.column-gap-2 {
    column-gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.row-gap-3 {
    row-gap: 1rem !important;
}

.column-gap-3 {
    column-gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.column-gap-4 {
    column-gap: 1.5rem !important;
}

.gap-5 {
    gap: 2rem !important;
}

.row-gap-5 {
    row-gap: 2rem !important;
}

.column-gap-5 {
    column-gap: 2rem !important;
}

.gap-6 {
    gap: 3rem !important;
}

.row-gap-6 {
    row-gap: 3rem !important;
}

.column-gap-6 {
    column-gap: 3rem !important;
}

@media (min-width: 576px) {
    .gap-sm-0 {
        gap: 0 !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .column-gap-sm-0 {
        column-gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .column-gap-sm-1 {
        column-gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .column-gap-sm-2 {
        column-gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .column-gap-sm-3 {
        column-gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .column-gap-sm-4 {
        column-gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 2rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 2rem !important;
    }
    .column-gap-sm-5 {
        column-gap: 2rem !important;
    }
    .gap-sm-6 {
        gap: 3rem !important;
    }
    .row-gap-sm-6 {
        row-gap: 3rem !important;
    }
    .column-gap-sm-6 {
        column-gap: 3rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-0 {
        gap: 0 !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .column-gap-md-0 {
        column-gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .column-gap-md-1 {
        column-gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .column-gap-md-2 {
        column-gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .column-gap-md-3 {
        column-gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .column-gap-md-4 {
        column-gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 2rem !important;
    }
    .row-gap-md-5 {
        row-gap: 2rem !important;
    }
    .column-gap-md-5 {
        column-gap: 2rem !important;
    }
    .gap-md-6 {
        gap: 3rem !important;
    }
    .row-gap-md-6 {
        row-gap: 3rem !important;
    }
    .column-gap-md-6 {
        column-gap: 3rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-0 {
        gap: 0 !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .column-gap-lg-0 {
        column-gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .column-gap-lg-1 {
        column-gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .column-gap-lg-2 {
        column-gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .column-gap-lg-3 {
        column-gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .column-gap-lg-4 {
        column-gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 2rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 2rem !important;
    }
    .column-gap-lg-5 {
        column-gap: 2rem !important;
    }
    .gap-lg-6 {
        gap: 3rem !important;
    }
    .row-gap-lg-6 {
        row-gap: 3rem !important;
    }
    .column-gap-lg-6 {
        column-gap: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-0 {
        gap: 0 !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .column-gap-xl-0 {
        column-gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .column-gap-xl-3 {
        column-gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .column-gap-xl-4 {
        column-gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 2rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 2rem !important;
    }
    .column-gap-xl-5 {
        column-gap: 2rem !important;
    }
    .gap-xl-6 {
        gap: 3rem !important;
    }
    .row-gap-xl-6 {
        row-gap: 3rem !important;
    }
    .column-gap-xl-6 {
        column-gap: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .column-gap-xxl-0 {
        column-gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .column-gap-xxl-3 {
        column-gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .column-gap-xxl-4 {
        column-gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 2rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 2rem !important;
    }
    .column-gap-xxl-5 {
        column-gap: 2rem !important;
    }
    .gap-xxl-6 {
        gap: 3rem !important;
    }
    .row-gap-xxl-6 {
        row-gap: 3rem !important;
    }
    .column-gap-xxl-6 {
        column-gap: 3rem !important;
    }
}

/*# sourceMappingURL=main.css.map */
