﻿@charset "UTF-8";

/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

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

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

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #222;
    background-color: #e4e4e5;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0;
}

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

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

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-weight: 700;
    line-height: 1.3;
}

h1,
.h1 {
    font-size: 1.8rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 2.25rem;
        font-weight: 800;
    }
}

@media (min-width: 1445px) {
    h1,
    .h1 {
        font-size: 2.4rem;
    }
}

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

@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 1.75rem;
    }
}

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

@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 2.12rem;
    }
}

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

@media (min-width: 992px) {
    h4,
    .h4 {
        font-size: 1.6rem;
    }
}

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

@media (min-width: 992px) {
    h5,
    .h5 {
        font-size: 1.25rem;
    }
}

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

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

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

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

ol,
ul {
    padding-left: 1rem;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    position: relative;
    margin: 2rem 0;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 2rem 2rem 2rem 4.5rem;
}

blockquote:first-child {
    margin-top: 0;
}

blockquote:last-child {
    margin-bottom: 0;
}

blockquote:before,
.blockquote:before {
    content: "";
    font-family: 'icomoon';
    content: "\e914";
    display: inline-block;
    position: absolute;
    left: 2rem;
    top: 1.8rem;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.2);
}

blockquote>p:last-child {
    margin-bottom: 0;
}

.blockquote {
    position: relative;
    border-left: 2px solid #B2D235;
    padding-left: 14px;
    margin-left: 26px;
}

.blockquote:before {
    color: #B2D235;
    font-size: 1.2rem;
    top: 0;
    left: -28px;
}

small,
.small {
    font-size: 0.875em;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #3d6cfb;
    text-decoration: underline;
}

a:hover {
    color: #2924a3;
    text-decoration: none;
}

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

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

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

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

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

figure {
    margin: 0 0 1rem;
}

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

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

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

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

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

label {
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select[multiple],
select[size] {
  height: auto;
}

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

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

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

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

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

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

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

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


/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
	direction: ltr;
}
*/

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

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

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

[hidden] {
    display: none;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 364px) and (max-width: 575.98px) {
    .container,
    .container-fluid {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
}

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

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .container-fluid {
        padding-left: 3rem;
        padding-right: 3rem;
        max-width: 1572px;
    }
}

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

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

@media (min-width: 2000px) {
    .container {
        max-width: 1600px;
    }
    .container-xxl-none {
        max-width: 1950px;
    }
}

.container-sm {
    max-width: 770px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

.row.small-padding {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row.small-padding > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.row.small-padding .mb-30 {
    margin-bottom: 15px;
}

.row.micro-padding {
    margin-left: -2px;
    margin-right: -2px;
}
.row.micro-padding > * {
    padding-left: 2px;
    padding-right: 2px;
}
.row.micro-padding .mb-30 {
    margin-bottom: 4px;
}

@media (max-width: 575.98px) {
    .row.mobile-padding {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .row.mobile-padding>* {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .row.mobile-padding .mb-30 {
        margin-bottom: 15px;
    }
    blockquote {
        padding: 4.5rem 2rem 2rem 2rem;
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.25rem 0.6rem;
    min-height: 34px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cdcece;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.form-inline {
    border: none;
    border-bottom: 1px solid #cdcece;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

textarea.form-control {
    line-height: 1.5;
}

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

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

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

.form-control:focus {
    border-color: #3d6cfb;
    outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
    min-height: 5rem;
}

.form-control.invalid {
    border-color: #f44;
    box-shadow: 0 0 0 5px rgba(255, 69, 69, 0.1);
}

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

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input[type=radio]:not(.form-check-input-square) {
    border-radius: 50%;
}

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

.form-check-input:focus {
    border-color: #fa8643;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(250, 134, 67, 0.3);
}

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

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%236fbeb2' stroke='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.35rem center;
    background-size: 20px 15px;
    padding-right: 23px;
}

.form-select::-ms-expand {
    display: none;
}

.form-date {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 21'%3e%3cpath fill='%236fbeb2' stroke='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M16.0566 20.1206H2.05664C0.95364 20.1206 0.0566406 19.2236 0.0566406 18.1206V4.12061C0.0566406 3.01761 0.95364 2.12061 2.05664 2.12061H4.05664V0.120605H6.05664V2.12061H12.0566V0.120605H14.0566V2.12061H16.0566C17.1596 2.12061 18.0566 3.01761 18.0566 4.12061V18.1206C18.0566 19.2236 17.1596 20.1206 16.0566 20.1206ZM16.0576 18.1206L16.0566 6.12061H2.05664V18.1206H16.0576ZM6.05664 9.12061H4.05664V11.1206H6.05664V9.12061ZM6.05664 13.1206H4.05664V15.1206H6.05664V13.1206ZM10.0566 9.12061H8.05664V11.1206H10.0566V9.12061ZM10.0566 13.1206H8.05664V15.1206H10.0566V13.1206ZM14.0566 9.12061H12.0566V11.1206H14.0566V9.12061ZM14.0566 13.1206H12.0566V15.1206H14.0566V13.1206Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.45rem center;
    background-size: 18px 18px;
}

.form-date::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.475rem 1.0rem 0.575rem 1.0rem;
    font-size: 13px;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm {
    padding: 0.225rem 1rem;
}

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

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

.btn-primary {
    position: relative;
    color: #fff;
    background: #2924a3;
    transition: 0.2s;
    top: 0;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background: #3935be;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #4a487e;
    border-color: #4a487e;
}

.btn-outline-primary {
    position: relative;
    overflow: hidden;
    border-color: #4a487e;
    color: #4a487e;
}

.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: #4a487e;
    color: #fff;
}

.btn-primary-light {
    position: relative;
    color: #fff;
    background-color: #3d6cfb;
}

.btn-primary-light:hover {
    color: #fff;
    background: #5882ff;
}

.btn-orange {
    color: #fff;
    background-color: #fc8302;
}

.btn-orange:hover {
    color: #fff;
    background-color: #eb7b02;
}

.btn-orange-dark {
    color: #fff;
    background-color: #f54d03;
}

.btn-orange-dark:hover {
    color: #fff;
    background-color: #db4200;
}

.btn-purple {
    color: #fff;
    background-color: #754bbd;
}

.btn-purple:hover {
    color: #fff;
    background-color: #693fb0;
}

@media(max-width:767.98px) {
    /* .btn:not(.btn-sm) {
        padding: 0.8rem 1.5rem 1.0rem 1.5rem;
    } */
    .form-control {
        padding: 0.7rem 1.0rem;
    }
}

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

.btn-secondary:hover {
    color: #000;
    background-color: #ffca2d;
    border-color: #ffca2d;
}

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

.btn-outline-secondary {
    position: relative;
    overflow: hidden;
    border-color: #FFC100;
    color: #222;
}

.btn-outline-secondary:hover {
    border-color: #ffca2d;
}

.btn-white {
    position: relative;
    top: 0;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    transition: 0.2s;
}

.btn-white:focus,
.btn-white:hover {
    color: #000;
    top: -5px;
    box-shadow: 0 10px 10px rgba(131, 107, 71, 0.1);
}

.btn-outline-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    background-color: #fff;
    border-color: #fff;
    color: #222;
}

.btn-green {
    color: #fff;
    background-color: #9fcc22;
}

.btn-green:hover {
    color: #fff;
    background-color: #93bf1c;
}

.btn-green-dark {
    color: #fff;
    background-color: #24b103;
}

.btn-green-dark:hover {
    color: #fff;
    background-color: #1da000;
}

.btn-gray {
    color: #000;
    background-color: #e5e5e5;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.active {
    color: #000;
    background-color: #d8d8d8;
}

.btn-light {
    color: #222;
    background-color: #F9F9F9;
}

.btn-light:hover,
.btn-light:focus,
.btn-light.active {
    color: #222;
    background-color: #fff;
}

.fade {
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle:not(.form-select)::after {
    content: "";
    display: inline-block;
    margin-left: 0.2em;
    vertical-align: middle;
    width: 0.9em;
    height: 0.9em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%236fbeb2' stroke='none' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.dropdown-toggle.active::after {
    transform: rotate(180deg);
}

.dropdown-toggle.uppercase:after {
    vertical-align: 0.15em;
}

.outline-none:focus,
.outline-none:active,
.dropdown-toggle:focus {
    outline: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: block;
    min-width: 100%;
    width: 15rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(10px);
    transition: 0.25s;
    transition-delay: 0.1s;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.dropdown .dropdown-menu-box {
    position: absolute;
    top: -9999rem;
    transition: 0.01s;
    transition-delay: 0.4s;
}

.dropdown:hover .dropdown-menu-box {
    top: 100%;
    transition-delay: 0s;
}

.dropdown-menu .nav-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.dropdown-menu .nav-link {
    padding: 0.8rem 1rem !important;
}

.dropdown-menu-end {
    right: 0;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu.show.active {
    margin-top: 0;
    opacity: 1;
}

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

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.675rem 0rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: #222;
}

.nav-tabs .nav-link:hover {
    opacity: 0.5;
    color: #222;
}

.nav-tabs .nav-link {
    opacity: 0.25;
}

.nav-tabs .nav-link.active {
    opacity: 1;
}

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-toggler {
    width: 35px;
    padding: 0.25rem 0;
    background-color: transparent;
    border: none;
}

.navbar-toggler span {
    display: block;
    height: 3px;
    margin: 4px 0;
    background-color: #000;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item {
    padding-right: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "â€º";
}

.breadcrumb-item>* {
    color: rgba(17, 21, 47, 0.5);
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0.25rem;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
}

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

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

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

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.07031 14.8215L8.07031 7.82153M8.07031 7.82153L15.0703 0.821533M8.07031 7.82153L15.0703 14.8215M8.07031 7.82153L1.07031 0.821534'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0;
    transition: 0.3s;
    z-index: 2;
}

.btn-close:hover {
    text-decoration: none;
    transform: rotate(90deg);
}

.btn-close:focus {
    outline: 0;
}

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

.btn-close-white {
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC45OTk5OCA3LjExNDY1TDE1LjYgMC41MTQ2NDhMMTcuNDg1MyAyLjM5OTk4TDEwLjg4NTMgOC45OTk5OEwxNy40ODUzIDE1LjZMMTUuNiAxNy40ODUzTDguOTk5OTggMTAuODg1M0wyLjM5OTk4IDE3LjQ4NTNMMC41MTQ2NDggMTUuNkw3LjExNDY1IDguOTk5OThMMC41MTQ2NDggMi4zOTk5OEwyLjM5OTk4IDAuNTE0NjQ4TDguOTk5OTggNy4xMTQ2NVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center/1em auto no-repeat;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
  
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
  
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
  
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
  
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.8rem;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
}

.modal-footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 570px;
        margin: 1.75rem auto;
    }
    .modal-dialog.modal-lg {
        max-width: 990px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .modal-dialog.modal-sm {
        max-width: 340px;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

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

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1::before {
    padding-top: 100%;
}

.ratio-4x3::before {
    padding-top: 75%;
}

.ratio-3x4::before {
    padding-top: 133.333333;
}

.ratio-16x9::before {
    padding-top: 56.25%;
}

.align-middle {
    vertical-align: middle;
}

.float-start {
    float: left;
}

.float-end {
    float: right;
}

.float-none {
    float: none;
}

.overflow,
.overflow-hidden {
    overflow: hidden;
}

.opacity-0 {
    opacity: 0;
}

.word-break {
    word-wrap: break-word;
}

.d-inline {
    display: inline;
}

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

.d-block {
    display: block;
}

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

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
}

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

.d-none {
    display: none;
}

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

.cursor-default {
    cursor: default;
}

.box-shadow,
.shadow {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
}

.relative,
.position-relative {
    position: relative;
}

.absolute,
.position-absolute {
    position: absolute;
}

.fixed,
.position-fixed {
    position: fixed;
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.top-0 {
    top: 0;
}

.top-120 {
    top: 120px;
}

.top-50 {
    top: 50%;
}

.top-100 {
    top: 100%;
}

.bottom-0 {
    bottom: 0;
}

.bottom-50 {
    bottom: 50%;
}

.bottom-100 {
    bottom: 100%;
}

.start-0 {
    left: 0;
}

.start-50 {
    left: 50%;
}

.start-100 {
    left: 100%;
}

.end-0 {
    right: 0;
}

.end-50 {
    right: 50%;
}

.end-100 {
    right: 100%;
}

.border-0 {
    border: none;
}

.border-light {
    border: 1px solid #e3e4e5;
}

.border-top-light {
    border-top: 1px solid #e3e4e5;
}

.border-end-light {
    border-right: 1px solid #e3e4e5;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.h-0 {
    height: 0;
}

.h-100 {
    height: 100%;
}

.flex-fill {
    flex: 1 1 auto;
}

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

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

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

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

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

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

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

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

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

.mx-5 {
    margin-right: 3rem;
    margin-left: 3rem;
}

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

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

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

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

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

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

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

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

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

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

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

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

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

.mt-5 {
    margin-top: 3rem;
}

.me-auto {
    margin-right: auto;
}

.me-0 {
    margin-right: 0;
}

.me-1 {
    margin-right: 0.25rem;
}

.me-2 {
    margin-right: 0.5rem;
}

.me-3 {
    margin-right: 1rem;
}

.me-4 {
    margin-right: 1.5rem;
}

.me-5 {
    margin-right: 3rem;
}

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

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

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

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

.mb-30 {
    margin-bottom: 30px;
}

.mb-38 {
    margin-bottom: 38px;
}

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

.mb-5 {
    margin-bottom: 3rem;
}

.ms-auto {
    margin-left: auto;
}

.ms-0 {
    margin-left: 0;
}

.ms-1 {
    margin-left: 0.25rem;
}

.ms-2 {
    margin-left: 0.5rem;
}

.ms-3 {
    margin-left: 1rem;
}

.ms-4 {
    margin-left: 1.5rem;
}

.ms-5 {
    margin-left: 3rem;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.8rem;
}

.p-5 {
    padding: 3rem;
}

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

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

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

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

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

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem;
}

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

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

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

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

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

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

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

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

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

.pt-4 {
    padding-top: 1.8rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pe-0 {
    padding-right: 0;
}

.pe-1 {
    padding-right: 0.25rem;
}

.pe-2 {
    padding-right: 0.5rem;
}

.pe-3 {
    padding-right: 1rem;
}

.pe-4 {
    padding-right: 1.8rem;
}

.pe-5 {
    padding-right: 3rem;
}

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

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

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

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

.pb-4 {
    padding-bottom: 1.8rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.ps-0 {
    padding-left: 0;
}

.ps-1 {
    padding-left: 0.25rem;
}

.ps-2 {
    padding-left: 0.5rem;
}

.ps-3 {
    padding-left: 1rem;
}

.ps-4 {
    padding-left: 1.8rem;
}

.ps-5 {
    padding-left: 3rem;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.lh-0 {
    line-height: 0;
}

.lh-1 {
    line-height: 1;
}

.lh-150 {
    line-height: 150%;
}

.fw-600 {
    font-weight: 600;
}

.fw-normal {
    font-weight: 400;
}

.fw-bold,
b,
strong,
.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 800;
}

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

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

.text-underline {
    text-decoration: underline;
}

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

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

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

.block-link,
.block-link:hover {
    text-decoration: none;
    color: inherit;
}

.text-primary,
a.text-primary:hover {
    color: #2924a3;
}

.text-primary-light,
a.text-primary-light:hover {
    color: #3d6cfb;
}

.text-secondary,
a.text-secondary:hover {
    color: #6fbeb2;
}

.text-dark {
    color: #111;
}

.text-danger {
    color: red;
}

.text-white,
.text-white .nav-link,
a.text-white:hover {
    color: #fff;
}

.text-gray {
    color: #555;
}

.text-green {
    color: #0c9e01;
}

.text-green-dark {
    color: #197a02;
}

.text-muted {
    color: #afafaf;
}

.text-light {
    color: #e1e1e1;
}

.text-orange {
    color: #e97902;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-contain {
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.bg-top {
    background-position: top center;
}

.bg-primary {
    background-color: #2924a3;
}

.bg-primary-light {
    background-color: #3d6cfb;
}

.bg-primary-dark {
    background-color: #040151;
}

.bg-purple {
    background-color: #744abd;
}

.bg-purple-light {
    background-color: #aa91d5;
}

.bg-orange {
    background-color: #fc8302;
}

.bg-pink {
    background-color: #d9488f;
}

.bg-green {
    background-color: #9fcc22;
}

.bg-secondary {
    background-color: #6fbeb2;
}

.bg-gray {
    background-color: #e5e5e5;
}

.bg-light {
    background-color: #F9F9F9;
}

.bg-dark {
    background-color: #212529;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-white-80 {
    background-color: rgba(255,255,255,0.8);
}

.rounded {
    border-radius: 5px;
}

.rounded-circle {
    border-radius: 50rem;
}

@media (max-width: 767.98px) {
    .w-xs-100 {
        width: 100%;
    }
    .rounded-lg {
        border-radius: 1rem;
    }
    .font-12-mobile {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    .w-sm-40 {
        width: 40%;
    }
    .position-sm-absolute {
        position: absolute;
    }
    .d-sm-inline {
        display: inline;
    }
    .d-sm-inline-block {
        display: inline-block;
    }
    .d-sm-inline-block-i {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-grid {
        display: grid;
    }
    .d-sm-table {
        display: table;
    }
    .d-sm-flex {
        display: flex;
    }
    .d-sm-inline-flex {
        display: inline-flex;
    }
    .d-sm-none {
        display: none;
    }
    .flex-sm-row {
        flex-direction: row;
    }
    .flex-sm-column {
        flex-direction: column;
    }
    .justify-content-sm-start {
        justify-content: flex-start;
    }
    .justify-content-sm-end {
        justify-content: flex-end;
    }
    .justify-content-sm-center {
        justify-content: center;
    }
    .justify-content-sm-between {
        justify-content: space-between;
    }
    .align-items-sm-start {
        align-items: flex-start;
    }
    .align-items-sm-end {
        align-items: flex-end;
    }
    .align-items-sm-center {
        align-items: center;
    }
    .align-items-sm-baseline {
        align-items: baseline;
    }
    .align-items-sm-stretch {
        align-items: stretch;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .mx-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .mx-sm-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }
    .mx-sm-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .mx-sm-3 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .mx-sm-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .mx-sm-5 {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .mx-sm-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .my-sm-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .my-sm-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .my-sm-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .my-sm-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .my-sm-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .my-sm-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .mt-sm-0 {
        margin-top: 0;
    }
    .mt-sm-1 {
        margin-top: 0.25rem;
    }
    .mt-sm-2 {
        margin-top: 0.5rem;
    }
    .mt-sm-3 {
        margin-top: 1rem;
    }
    .mt-sm-4 {
        margin-top: 1.5rem;
    }
    .mt-sm-5 {
        margin-top: 3rem;
    }
    .mt-sm-auto {
        margin-top: auto;
    }
    .me-sm-0 {
        margin-right: 0;
    }
    .me-sm-1 {
        margin-right: 0.25rem;
    }
    .me-sm-2 {
        margin-right: 0.5rem;
    }
    .me-sm-3 {
        margin-right: 1rem;
    }
    .me-sm-4 {
        margin-right: 1.5rem;
    }
    .me-sm-5 {
        margin-right: 3rem;
    }
    .me-sm-auto {
        margin-right: auto;
    }
    .mb-sm-0 {
        margin-bottom: 0;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem;
    }
    .mb-sm-3 {
        margin-bottom: 1rem;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem;
    }
    .mb-sm-5 {
        margin-bottom: 3rem;
    }
    .mb-sm-auto {
        margin-bottom: auto;
    }
    .ms-sm-0 {
        margin-left: 0;
    }
    .ms-sm-1 {
        margin-left: 0.25rem;
    }
    .ms-sm-2 {
        margin-left: 0.5rem;
    }
    .ms-sm-3 {
        margin-left: 1rem;
    }
    .ms-sm-4 {
        margin-left: 1.5rem;
    }
    .ms-sm-5 {
        margin-left: 3rem;
    }
    .ms-sm-auto {
        margin-left: auto;
    }
    .p-sm-0 {
        padding: 0;
    }
    .p-sm-1 {
        padding: 0.25rem;
    }
    .p-sm-2 {
        padding: 0.5rem;
    }
    .p-sm-3 {
        padding: 1rem;
    }
    .p-sm-4 {
        padding: 1.8rem;
    }
    .p-sm-5 {
        padding: 3rem;
    }
    .px-sm-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .px-sm-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .px-sm-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .px-sm-3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .px-sm-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .px-sm-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .py-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .py-sm-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .py-sm-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .py-sm-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .py-sm-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .py-sm-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pt-sm-0 {
        padding-top: 0;
    }
    .pt-sm-1 {
        padding-top: 0.25rem;
    }
    .pt-sm-2 {
        padding-top: 0.5rem;
    }
    .pt-sm-3 {
        padding-top: 1rem;
    }
    .pt-sm-4 {
        padding-top: 1.5rem;
    }
    .pt-sm-5 {
        padding-top: 3rem;
    }
    .pe-sm-0 {
        padding-right: 0;
    }
    .pe-sm-1 {
        padding-right: 0.25rem;
    }
    .pe-sm-2 {
        padding-right: 0.5rem;
    }
    .pe-sm-3 {
        padding-right: 1rem;
    }
    .pe-sm-4 {
        padding-right: 1.5rem;
    }
    .pe-sm-5 {
        padding-right: 3rem;
    }
    .pb-sm-0 {
        padding-bottom: 0;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem;
    }
    .pb-sm-3 {
        padding-bottom: 1rem;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem;
    }
    .pb-sm-5 {
        padding-bottom: 3rem;
    }
    .ps-sm-0 {
        padding-left: 0;
    }
    .ps-sm-1 {
        padding-left: 0.25rem;
    }
    .ps-sm-2 {
        padding-left: 0.5rem;
    }
    .ps-sm-3 {
        padding-left: 1rem;
    }
    .ps-sm-4 {
        padding-left: 1.5rem;
    }
    .ps-sm-5 {
        padding-left: 3rem;
    }
    .text-sm-start {
        text-align: left;
    }
    .text-sm-end {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .form-date {
        width: 156px;
    }
    .w-md-auto {
        width: auto;
    }
    .w-md-40 {
        width: 40%;
    }
    .w-md-50 {
        width: 50%;
    }
    .w-md-70 {
        width: 70%;
    }
    .h-md-100 {
        height: 100%;
    }
    .position-md-absolute {
        position: absolute;
    }
    .position-md-absolute-i {
        position: absolute !important;
    }
    .ratio-md-1x1::before {
        padding-top: 100%;
    }
    .d-md-inline {
        display: inline;
    }
    .d-md-inline-block {
        display: inline-block;
    }
    .d-md-block {
        display: block;
    }
    .d-md-grid {
        display: grid;
    }
    .d-md-table {
        display: table;
    }
    .d-md-flex {
        display: flex;
    }
    .d-md-inline-flex {
        display: inline-flex;
    }
    .d-md-none {
        display: none;
    }
    .flex-md-fill {
        flex: 1 1 auto;
    }
    .flex-md-row {
        flex-direction: row;
    }
    .flex-md-column {
        flex-direction: column;
    }
    .justify-content-md-start {
        justify-content: flex-start;
    }
    .justify-content-md-end {
        justify-content: flex-end;
    }
    .justify-content-md-center {
        justify-content: center;
    }
    .justify-content-md-between {
        justify-content: space-between;
    }
    .align-items-md-start {
        align-items: flex-start;
    }
    .align-items-md-end {
        align-items: flex-end;
    }
    .align-items-md-center {
        align-items: center;
    }
    .align-items-md-baseline {
        align-items: baseline;
    }
    .align-items-md-stretch {
        align-items: stretch;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .mx-md-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .mx-md-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }
    .mx-md-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .mx-md-3 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .mx-md-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .mx-md-5 {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .mx-md-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .my-md-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .my-md-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .my-md-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .my-md-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .my-md-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .my-md-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .mt-md-0 {
        margin-top: 0;
    }
    .mt-md-1 {
        margin-top: 0.25rem;
    }
    .mt-md-2 {
        margin-top: 0.5rem;
    }
    .mt-md-3 {
        margin-top: 1rem;
    }
    .mt-md-4 {
        margin-top: 1.5rem;
    }
    .mt-md-5 {
        margin-top: 3rem;
    }
    .mt-md-auto {
        margin-top: auto;
    }
    .me-md-0 {
        margin-right: 0;
    }
    .me-md-1 {
        margin-right: 0.25rem;
    }
    .me-md-2 {
        margin-right: 0.5rem;
    }
    .me-md-3 {
        margin-right: 1rem;
    }
    .me-md-4 {
        margin-right: 1.5rem;
    }
    .me-md-5 {
        margin-right: 3rem;
    }
    .me-md-auto {
        margin-right: auto;
    }
    .mb-md-0 {
        margin-bottom: 0;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem;
    }
    .mb-md-3 {
        margin-bottom: 1rem;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem;
    }
    .mb-md-5 {
        margin-bottom: 3rem;
    }
    .mb-md-auto {
        margin-bottom: auto;
    }
    .ms-md-0 {
        margin-left: 0;
    }
    .ms-md-1 {
        margin-left: 0.25rem;
    }
    .ms-md-2 {
        margin-left: 0.5rem;
    }
    .ms-md-3 {
        margin-left: 1rem;
    }
    .ms-md-4 {
        margin-left: 1.5rem;
    }
    .ms-md-5 {
        margin-left: 3rem;
    }
    .ms-md-auto {
        margin-left: auto;
    }
    .p-md-0 {
        padding: 0;
    }
    .p-md-1 {
        padding: 0.25rem;
    }
    .p-md-2 {
        padding: 0.5rem;
    }
    .p-md-3 {
        padding: 1rem;
    }
    .p-md-4 {
        padding: 1.8rem;
    }
    .p-md-5 {
        padding: 3rem;
    }
    .px-md-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .px-md-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .px-md-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .px-md-3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .px-md-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .px-md-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .py-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .py-md-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .py-md-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .py-md-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .py-md-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .py-md-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pt-md-0 {
        padding-top: 0;
    }
    .pt-md-1 {
        padding-top: 0.25rem;
    }
    .pt-md-2 {
        padding-top: 0.5rem;
    }
    .pt-md-3 {
        padding-top: 1rem;
    }
    .pt-md-4 {
        padding-top: 1.5rem;
    }
    .pt-md-5 {
        padding-top: 3rem;
    }
    .pe-md-0 {
        padding-right: 0;
    }
    .pe-md-1 {
        padding-right: 0.25rem;
    }
    .pe-md-2 {
        padding-right: 0.5rem;
    }
    .pe-md-3 {
        padding-right: 1rem;
    }
    .pe-md-4 {
        padding-right: 1.5rem;
    }
    .pe-md-5 {
        padding-right: 3rem;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem;
    }
    .pb-md-3 {
        padding-bottom: 1rem;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem;
    }
    .pb-md-5 {
        padding-bottom: 3rem;
    }
    .ps-md-0 {
        padding-left: 0;
    }
    .ps-md-1 {
        padding-left: 0.25rem;
    }
    .ps-md-2 {
        padding-left: 0.5rem;
    }
    .ps-md-3 {
        padding-left: 1rem;
    }
    .ps-md-4 {
        padding-left: 1.5rem;
    }
    .ps-md-5 {
        padding-left: 3rem;
    }
    .text-md-start {
        text-align: left;
    }
    .text-md-end {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
}

@media (max-width: 991.98px){
    .font-xs-14 {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .position-lg-sticky {
        position: sticky;
    }
    .w-lg-40 {
        width: 40%;
    }
    .d-lg-inline {
        display: inline;
    }
    .d-lg-inline-block {
        display: inline-block;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-grid {
        display: grid;
    }
    .d-lg-table {
        display: table;
    }
    .d-lg-flex {
        display: flex;
    }
    .d-lg-inline-flex {
        display: inline-flex;
    }
    .d-lg-none {
        display: none;
    }
    .ratio-lg-1x1::before {
        padding-top: 100%;
    }
    .flex-lg-fill {
        flex: 1 1 auto;
    }
    .flex-lg-row {
        flex-direction: row;
    }
    .flex-lg-column {
        flex-direction: column;
    }
    .justify-content-lg-start {
        justify-content: flex-start;
    }
    .justify-content-lg-end {
        justify-content: flex-end;
    }
    .justify-content-lg-center {
        justify-content: center;
    }
    .justify-content-lg-between {
        justify-content: space-between;
    }
    .align-items-lg-start {
        align-items: flex-start;
    }
    .align-items-lg-end {
        align-items: flex-end;
    }
    .align-items-lg-center {
        align-items: center;
    }
    .align-items-lg-baseline {
        align-items: baseline;
    }
    .align-items-lg-stretch {
        align-items: stretch;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .mx-lg-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .mx-lg-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }
    .mx-lg-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .mx-lg-3 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .mx-lg-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .mx-lg-5 {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .mx-lg-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .my-lg-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .my-lg-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .my-lg-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .my-lg-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .my-lg-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .my-lg-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .mt-lg-0 {
        margin-top: 0;
    }
    .mt-lg-1 {
        margin-top: 0.25rem;
    }
    .mt-lg-2 {
        margin-top: 0.5rem;
    }
    .mt-lg-3 {
        margin-top: 1rem;
    }
    .mt-lg-4 {
        margin-top: 1.5rem;
    }
    .mt-lg-5 {
        margin-top: 3rem;
    }
    .mt-lg-auto {
        margin-top: auto;
    }
    .me-lg-0 {
        margin-right: 0;
    }
    .me-lg-1 {
        margin-right: 0.25rem;
    }
    .me-lg-2 {
        margin-right: 0.5rem;
    }
    .me-lg-3 {
        margin-right: 1rem;
    }
    .me-lg-4 {
        margin-right: 1.5rem;
    }
    .me-lg-5 {
        margin-right: 3rem;
    }
    .me-lg-auto {
        margin-right: auto;
    }
    .mb-lg-0 {
        margin-bottom: 0;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem;
    }
    .mb-lg-3 {
        margin-bottom: 1rem;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem;
    }
    .mb-lg-5 {
        margin-bottom: 3rem;
    }
    .mb-lg-auto {
        margin-bottom: auto;
    }
    .ms-lg-0 {
        margin-left: 0;
    }
    .ms-lg-1 {
        margin-left: 0.25rem;
    }
    .ms-lg-2 {
        margin-left: 0.5rem;
    }
    .ms-lg-3 {
        margin-left: 1rem;
    }
    .ms-lg-4 {
        margin-left: 1.5rem;
    }
    .ms-lg-5 {
        margin-left: 3rem;
    }
    .ms-lg-auto {
        margin-left: auto;
    }
    .p-lg-0 {
        padding: 0;
    }
    .p-lg-1 {
        padding: 0.25rem;
    }
    .p-lg-2 {
        padding: 0.5rem;
    }
    .p-lg-3 {
        padding: 1rem;
    }
    .p-lg-4 {
        padding: 1.8rem;
    }
    .p-lg-5 {
        padding: 3rem;
    }
    .px-lg-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .px-lg-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .px-lg-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .px-lg-3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .px-lg-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .px-lg-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .py-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .py-lg-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .py-lg-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .py-lg-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .py-lg-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .py-lg-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pt-lg-0 {
        padding-top: 0;
    }
    .pt-lg-1 {
        padding-top: 0.25rem;
    }
    .pt-lg-2 {
        padding-top: 0.5rem;
    }
    .pt-lg-3 {
        padding-top: 1rem;
    }
    .pt-lg-4 {
        padding-top: 1.5rem;
    }
    .pt-lg-5 {
        padding-top: 3rem;
    }
    .pe-lg-0 {
        padding-right: 0;
    }
    .pe-lg-1 {
        padding-right: 0.25rem;
    }
    .pe-lg-2 {
        padding-right: 0.5rem;
    }
    .pe-lg-3 {
        padding-right: 1rem;
    }
    .pe-lg-4 {
        padding-right: 1.5rem;
    }
    .pe-lg-5 {
        padding-right: 3rem;
    }
    .pb-lg-0 {
        padding-bottom: 0;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem;
    }
    .pb-lg-3 {
        padding-bottom: 1rem;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem;
    }
    .pb-lg-5 {
        padding-bottom: 3rem;
    }
    .ps-lg-0 {
        padding-left: 0;
    }
    .ps-lg-1 {
        padding-left: 0.25rem;
    }
    .ps-lg-2 {
        padding-left: 0.5rem;
    }
    .ps-lg-3 {
        padding-left: 1rem;
    }
    .ps-lg-4 {
        padding-left: 1.5rem;
    }
    .ps-lg-5 {
        padding-left: 3rem;
    }
    .text-lg-start {
        text-align: left;
    }
    .text-lg-end {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .font-18 {
        font-size: 18px;
    }
    .font-20 {
        font-size: 20px;
    }
    .font-22 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50%;
    }
    .d-xl-inline {
        display: inline;
    }
    .d-xl-inline-block {
        display: inline-block;
    }
    .d-xl-block {
        display: block;
    }
    .d-xl-grid {
        display: grid;
    }
    .d-xl-table {
        display: table;
    }
    .d-xl-flex {
        display: flex;
    }
    .d-xl-inline-flex {
        display: inline-flex;
    }
    .d-xl-none {
        display: none;
    }
    .flex-xl-fill {
        flex: 1 1 auto;
    }
    .flex-xl-row {
        flex-direction: row;
    }
    .flex-xl-column {
        flex-direction: column;
    }
    .justify-content-xl-start {
        justify-content: flex-start;
    }
    .justify-content-xl-end {
        justify-content: flex-end;
    }
    .justify-content-xl-center {
        justify-content: center;
    }
    .justify-content-xl-between {
        justify-content: space-between;
    }
    .align-items-xl-start {
        align-items: flex-start;
    }
    .align-items-xl-end {
        align-items: flex-end;
    }
    .align-items-xl-center {
        align-items: center;
    }
    .align-items-xl-baseline {
        align-items: baseline;
    }
    .align-items-xl-stretch {
        align-items: stretch;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .mx-xl-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .mx-xl-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }
    .mx-xl-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .mx-xl-3 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .mx-xl-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .mx-xl-5 {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .mx-xl-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-xl-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .my-xl-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .my-xl-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .my-xl-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .my-xl-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .my-xl-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .my-xl-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .mt-xl-0 {
        margin-top: 0;
    }
    .mt-xl-1 {
        margin-top: 0.25rem;
    }
    .mt-xl-2 {
        margin-top: 0.5rem;
    }
    .mt-xl-3 {
        margin-top: 1rem;
    }
    .mt-xl-4 {
        margin-top: 1.5rem;
    }
    .mt-xl-5 {
        margin-top: 3rem;
    }
    .mt-xl-auto {
        margin-top: auto;
    }
    .me-xl-0 {
        margin-right: 0;
    }
    .me-xl-1 {
        margin-right: 0.25rem;
    }
    .me-xl-2 {
        margin-right: 0.5rem;
    }
    .me-xl-3 {
        margin-right: 1rem;
    }
    .me-xl-4 {
        margin-right: 1.5rem;
    }
    .me-xl-5 {
        margin-right: 3rem;
    }
    .me-xl-auto {
        margin-right: auto;
    }
    .mb-xl-0 {
        margin-bottom: 0;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem;
    }
    .mb-xl-3 {
        margin-bottom: 1rem;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem;
    }
    .mb-xl-5 {
        margin-bottom: 3rem;
    }
    .mb-xl-auto {
        margin-bottom: auto;
    }
    .ms-xl-0 {
        margin-left: 0;
    }
    .ms-xl-1 {
        margin-left: 0.25rem;
    }
    .ms-xl-2 {
        margin-left: 0.5rem;
    }
    .ms-xl-3 {
        margin-left: 1rem;
    }
    .ms-xl-4 {
        margin-left: 1.5rem;
    }
    .ms-xl-5 {
        margin-left: 3rem;
    }
    .ms-xl-auto {
        margin-left: auto;
    }
    .p-xl-0 {
        padding: 0;
    }
    .p-xl-1 {
        padding: 0.25rem;
    }
    .p-xl-2 {
        padding: 0.5rem;
    }
    .p-xl-3 {
        padding: 1rem;
    }
    .p-xl-4 {
        padding: 1.8rem;
    }
    .p-xl-5 {
        padding: 3rem;
    }
    .px-xl-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .px-xl-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .px-xl-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .px-xl-3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .px-xl-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .px-xl-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .py-xl-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .py-xl-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .py-xl-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .py-xl-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .py-xl-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .py-xl-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pt-xl-0 {
        padding-top: 0;
    }
    .pt-xl-1 {
        padding-top: 0.25rem;
    }
    .pt-xl-2 {
        padding-top: 0.5rem;
    }
    .pt-xl-3 {
        padding-top: 1rem;
    }
    .pt-xl-4 {
        padding-top: 1.5rem;
    }
    .pt-xl-5 {
        padding-top: 3rem;
    }
    .pe-xl-0 {
        padding-right: 0;
    }
    .pe-xl-1 {
        padding-right: 0.25rem;
    }
    .pe-xl-2 {
        padding-right: 0.5rem;
    }
    .pe-xl-3 {
        padding-right: 1rem;
    }
    .pe-xl-4 {
        padding-right: 1.5rem;
    }
    .pe-xl-5 {
        padding-right: 3rem;
    }
    .pb-xl-0 {
        padding-bottom: 0;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem;
    }
    .pb-xl-3 {
        padding-bottom: 1rem;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem;
    }
    .pb-xl-5 {
        padding-bottom: 3rem;
    }
    .ps-xl-0 {
        padding-left: 0;
    }
    .ps-xl-1 {
        padding-left: 0.25rem;
    }
    .ps-xl-2 {
        padding-left: 0.5rem;
    }
    .ps-xl-3 {
        padding-left: 1rem;
    }
    .ps-xl-4 {
        padding-left: 1.5rem;
    }
    .ps-xl-5 {
        padding-left: 3rem;
    }
    .text-xl-start {
        text-align: left;
    }
    .text-xl-end {
        text-align: right;
    }
    .text-xl-center {
        text-align: center;
    }
}

@media (min-width: 1440px){
    .float-xxl-end {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .my-xxl-5 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .my-xxl-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem;
    }
    .me-xxl-1 {
        margin-right: 0.25rem;
    }
}

.xyz {
    position: absolute;
    left: -9999rem;
    top: -9999rem;
    width: 1px;
    height: 1px;
}

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

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

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

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm {
  height: auto;
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

select[multiple].form-group-sm .form-control {
  height: auto;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg {
  height: auto;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

select[multiple].form-group-lg .form-control {
  height: auto;
}

.nowrap {
    white-space: nowrap;
}

input[required] {
    background-image: radial-gradient( red 25%, transparent 26% ), radial-gradient(red 25%, transparent 26%);
    background-size: 1.4em 1.4em;
    background-position: right center;
    background-repeat: no-repeat;
}


.multi-dropdown {
    position: relative;
    list-style: none;
}

.multi-dropdown-toggle {
    white-space: nowrap;
}

.multi-dropdown-toggle:not(.form-select)::after {
    content: "";
    display: inline-block;
    margin-left: 0.2em;
    vertical-align: middle;
    width: 100%;
    height: 0.9em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%236fbeb2' stroke='none' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.multi-dropdown-toggle:not(.form-select):not(:empty)::after {
    background-position: left center;
}

.multi-dropdown-toggle.active::after {
    transform: rotate(180deg);
}

.multi-dropdown-toggle.uppercase:after {
    vertical-align: 0.15em;
}

.outline-none:focus,
.outline-none:active,
.multi-dropdown-toggle:focus {
    outline: none;
}

.multi-dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    display: block;
    /*min-width: 100%;*/
    width: 15rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(10px);
    transition: 0.25s;
    transition-delay: 0.1s;
}

.multi-dropdown:hover .multi-dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.multi-dropdown .multi-dropdown-menu-box {
    position: absolute;
    top: -9999rem;
    transition: 0.01s;
    transition-delay: 0.4s;
}

.multi-dropdown:hover .multi-dropdown-menu-box {
    top: 100%;
    transition-delay: 0s;
}

.multi-dropdown-menu .nav-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.multi-dropdown-menu .nav-link {
    padding: 0.8rem 1rem !important;
}

.multi-dropdown-menu-end {
    right: 0;
}

.multi-dropdown-menu.show {
    display: block;
}

.multi-dropdown-menu.show.active {
    margin-top: 0;
    opacity: 1;
    background-color: #e3e4e5;
}

.multi-dropdown-menu li {
    position: relative;
    list-style: none;
    padding: 10px 10px 10px 10px;
}

.multi-dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e3e4e5;
}

.multi-dropdown-menu .multi-dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}

.multi-dropdown-menu .multi-dropdown-submenu-left {
right: 100%;
left: auto;
}
.multi-dropdown-menu > li:hover > .multi-dropdown-submenu {
display: block;

}

.multi-dropdown-menu > li:hover
{
    background-color: #e3e4e5;
}

.multi-dropdown-item
{
    text-decoration:none;
}

.asRadioCheckboxMulti:checked
{
    background-color:#3D6CFB;
    border-color:#3D6CFB;
}