:root{
    --blue: #0d6efd;
    --pink: #d63384;
    --red: #ef4444;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;

    --primary: #8b5cf6; /*6610f2*/
    --primary_hover: #7c3aed; /*6610f2*/
    --secondary: #fd7e14;
    --secondary_hover: #bb5d0f;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --dark-2: #111827;
    --title: var(--dark-2);
    --link: var(--primary);
    --link-hover: var(--primary_hover);

    --hover-light: #f5f3ff;

    --sm-radius: 5px;
    --md-radius: 10px;
    --lg-radius: 20px;
    --bg: #f9fafb;
    --bg-el: transparent;

    --bg-2: #fff;
    --bg-3: #fff;


    --border-color: #e5e7eb;



    --amber200: #fde68a;
    --amber600: #d97706;
    --black-2: #00000052;
    --blue200: #bfdbfe;
    --blue600: #2563eb;

    --gray60: #67697a;
    --gray100: #f3f4f6;
    --gray200: #e5e7eb;
    --gray300: #d1d5db;
    --gray400: #9ca3af;
    --gray50: #f9fafb;
    --gray500: #6b7280;
    --gray800: #1f2937;

    --black: #111827;
    --text: var(--dark);
    --desc: #4b5563;


    --violet500: #8b5cf6;
    --violet600: #8757e8;


    --font-size-l: 1rem;
    --font-size-m: .9rem;
    --font-size-s: .7rem;
    --font-size-xl: 1.2rem;
    --font-size-xxl: 1.5rem;



    --ts: 14px;
    --radius: 16px;
    --radius-8: 8px;
    --radius-12: 12px;
    --radius-20: 20px;

    --box-shadow: 0 1px 3px #eee;
    --color-1: #ecedf0;

    scrollbar-color: var(--primary) #ddd;

}



[data-theme=dark] {
    color-scheme: dark;
    --bg: #333;
    --bg-2: #444;
    --bg-3: #222;
    --hover-light: #555;
    --border-color: #374151;
    --link-hover: var(--primary_hover);
    --title: var(--white);
    --text: var(--white);
    --desc: #eee;
    --gray60: #111827;
    --gray100: #1F2937;
    --gray200: #374151;
    --gray300: #4B5563;
    --gray400: #6B7280;
    --gray50: #9CA3AF;
    --gray500: red;
    --gray800: #F3F4F6;
    --box-shadow: 0 1px 3px #eee;
    --color-1: #ecedf0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    font-size: inherit;
}
*{
    background: var(--bg-el);
    color: var(--text);
    font-size: var(--ts);
}


.scroll-thin {
    scrollbar-width: thin;
    scrollbar-color: var(--primary_hover) var(--gray200);
}


@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    min-width: 320px;
    overflow-x: hidden;
    margin: 0;
    font-family: "dana" , 'tahoma' , sans-serif;;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    direction: rtl;

    background-color: var(--bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,body{
    width: 100%;
    min-height: 100%;
}
body.with-sidebar-active {
    overflow-y: hidden;
}
hr {
    margin: 16px 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
}
h6, h5, h4, h3,h2,h1,.title {
    color: var(--text);
    margin: 0 auto 10px;
    font-weight: 700;
}
h1, .h1 {font-size: 24px}
h2, .h2 {font-size: 20px}
h3, .h3 {font-size: 18px}
h4, .h4 {font-size: 18px}
h5, .h5 {font-size: 16px}
h6, .h6 {font-size: 14px}

i{
    color: inherit;
}
p {
    color: var(--text);
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 16px;
}
p:last-child{margin-bottom:0}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.pure{list-style:disc; padding-right: 15px}
ol.pure {
    list-style: persian;
    padding-right: 15px;
}
ol,
ul,
dl {
    margin-top: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 8px;
    margin-left: 0;
}
blockquote {
    margin: 0 0 16px;
}
b,
strong {
    font-weight: bolder;
}
small, .small {
    font-size: 0.875em;
}
mark, .mark {
    padding: 0.1875em;
    color: var(--text);
    background-color: #fff3cd;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
.link,a {
    color: var(--link);
    text-decoration: none !important;
    outline: none !important;
}
.link:hover,a:hover {
    color: var(--link-hover);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-size: 1em;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 16px;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: var(--text);
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--text);
    background-color: var(--gray100);
    border-radius: 4px;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
figure {
    margin: 0 0 16px;
}
img{max-width: 100%;height: auto}
img,
svg {
    vertical-align: middle;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--desc);
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}






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: 8px;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

legend + * {
    clear: left;
}

::-webkit-inner-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
/*::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}*/
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.blockquote {
    margin-bottom: 16px;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.link{
    cursor: pointer;
    color: var(--primary);
}
.link:hover{
    color: var(--primary_hover);
}
.c-desc{color: var(--desc)}
.line-15{line-height: 1.5}
.line-2{line-height: 2}


.btn {
    --btn-color: #fff;
    --btn-bg: var(--primary);
    --btn-border-color: var(--primary_hover);
    --btn-hover-color: #fff;
    --btn-hover-bg: var(--primary_hover);
    --btn-hover-border-color: var(--primary_hover);
    --btn-focus-box-shadow: none;
    background-color: var(--btn-bg);
    border: 1px solid var(--btn-border-color);
    /*box-shadow: 0 1px 2px -1px #0000000d , 0 2px 4px -2px #0000000d , 0 3px 6px -3px #0000000d , inset 0 1px 0 1px #ffffff29;*/
    display: inline-block;
    padding: 7px 15px;
    font-size: var(--font-size-m);
    color: var(--btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: var(--radius-8);
    transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border-color);
}
.btn:focus-visible {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border-color);
    outline: 0;
    box-shadow: var(--btn-focus-box-shadow);
}
body .btn:disabled, body .btn.disabled, body fieldset:disabled .btn {
    border-color: var(--gray400) !important;
    background-color: var(--gray400) !important;
    pointer-events: none !important;
}


.btn-secondary {
    --btn-color: #fff;
    --btn-bg: var(--secondary);
    --btn-border-color: var(--secondary);
    --btn-hover-color: #fff;
    --btn-hover-bg: var(--secondary_hover);
    --btn-hover-border-color: var(--secondary_hover);
    --btn-focus-shadow-rgb: 130, 138, 145;
}
.btn-success{
    --btn-bg: #1d8f3a;
    --btn-border-color: #1d8f3a;
    --btn-hover-bg: #12722a;
    --btn-hover-border-color: #12722a;
    --btn-color: var(--light);
}
.btn-error,
.btn-danger{
    --btn-bg: #e12719;
    --btn-border-color: #e12719;
    --btn-hover-bg: #b61c10;
    --btn-hover-border-color: #b61c10;
    --btn-color: var(--light);
}
.btn-warning{
    --btn-bg: #d7a103;
    --btn-border-color: #d7a103;
    --btn-hover-bg: #a07702;
    --btn-hover-border-color: #a07702;
    --btn-color: #212529;
}
.btn-info{
    --btn-bg: #0192d9;
    --btn-border-color: #0192d9;
    --btn-hover-bg: #0077b3;
    --btn-hover-border-color: #0077b3;
}
.btn-link{
    background: transparent;
    border: none;
    --btn-hover-bg: transparent;
    --btn-hover-border-color: transparent;
    box-shadow: none;
    --btn-hover-color: var(--primary_hover);
    --btn-color: var(--btn-bg);
}
.btn-dark {
    --btn-bg: #111a27;
    --btn-border-color: #111a27;
    --btn-hover-bg: #080c13;
    --btn-hover-border-color: #080c13;
    --btn-color: var(--light);
}
.btn-white {
    --btn-bg: var(--light);
    --btn-border-color: var(--light);
    --btn-hover-border-color: #fff;
    --btn-color: var(--text);
}
.outline{
    --btn-bg: transparent;
    --btn-hover-bg: transparent;
    --btn-color: var(--btn-border-color);
}
.outline:hover{
    --btn-hover-bg: var(--btn-hover-border-color);
    color: #fff;
}
.btn-inverse{
    --btn-color: var(--text);
    --btn-bg: #d3d7e8;
    --btn-border-color: #d3d7e8;
}
.btn-rounded{
    border-radius: 15px;
}
.btn-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.btn-lg{
    font-size: 20px;
    padding:
            15px 30px;
}
.btn-sm {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
}

.btn-small {
    padding: 5px 10px;
    font-size: var(--font-size-s)
}
.btn-large {
    padding: 10px 30px;
    font-size: var(--font-size-l)
}


.btn-facebook{
    --btn-bg: #4e6ebd;
    --btn-border-color: #4e6ebd;
}
.btn-youtube{
    --btn-bg: #ea5955;
    --btn-border-color: #ea5955;
}
.btn-linkedin{
    --btn-bg: #0198e8;
    --btn-border-color: #0198e8;
}
.btn-x,
.btn-twitter{
    --btn-bg: #59bce7;
    --btn-border-color: #59bce7;
}


.card-dark {
    background: #333;
    color: var(--light);
}




.relative{position: relative}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right:10px;
    padding-left: 10px;
}
.col {
    flex: 1 0 0;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}


.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}


.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}



.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-inline-grid {
    display: inline-grid !important;
}

.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 4px !important;
}
.m-2 {
    margin: 8px !important;
}
.m-3 {
    margin: 16px !important;
}
.m-4 {
    margin: 24px !important;
}
.m-5 {
    margin: 48px !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
}
.mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}
.mx-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
}
.mx-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
}
.mx-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.my-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.my-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.my-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 4px !important;
}
.mt-2 {
    margin-top: 8px !important;
}
.mt-3 {
    margin-top: 16px !important;
}
.mt-4 {
    margin-top: 24px !important;
}
.mt-5 {
    margin-top: 48px !important;
}
.mt-auto {
    margin-top: auto !important;
}
.ms-0 {
    margin-right: 0 !important;
}
.ms-1 {
    margin-right: 4px !important;
}
.ms-2 {
    margin-right: 8px !important;
}
.ms-3 {
    margin-right: 16px !important;
}
.ms-4 {
    margin-right: 24px !important;
}
.ms-5 {
    margin-right: 48px !important;
}
.ms-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 4px !important;
}
.mb-2 {
    margin-bottom: 8px !important;
}
.mb-3 {
    margin-bottom: 16px !important;
}
.mb-4 {
    margin-bottom: 24px !important;
}
.mb-5 {
    margin-bottom: 48px !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.me-0 {
    margin-left: 0 !important;
}
.me-1 {
    margin-left: 4px !important;
}
.me-2 {
    margin-left: 8px !important;
}
.me-3 {
    margin-left: 16px !important;
}
.me-4 {
    margin-left: 24px !important;
}
.me-5 {
    margin-left: 48px !important;
}
.me-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 4px !important;
}
.p-2 {
    padding: 8px !important;
}
.p-3 {
    padding: 16px !important;
}
.p-4 {
    padding: 24px !important;
}
.p-5 {
    padding: 48px !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
}
.px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.px-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}
.px-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
}
.px-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.py-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.py-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 4px !important;
}
.pt-2 {
    padding-top: 8px !important;
}
.pt-3 {
    padding-top: 16px !important;
}
.pt-4 {
    padding-top: 24px !important;
}
.pt-5 {
    padding-top: 48px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 4px !important;
}
.pr-2 {
    padding-right: 8px !important;
}
.pr-3 {
    padding-right: 16px !important;
}
.pr-4 {
    padding-right: 24px !important;
}
.pr-5 {
    padding-right: 48px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 4px !important;
}
.pb-2 {
    padding-bottom: 8px !important;
}
.pb-3 {
    padding-bottom: 16px !important;
}
.pb-4 {
    padding-bottom: 24px !important;
}
.pb-5 {
    padding-bottom: 48px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 4px !important;
}
.pl-2 {
    padding-left: 8px !important;
}
.pl-3 {
    padding-left: 16px !important;
}
.pl-4 {
    padding-left: 24px !important;
}
.pl-5 {
    padding-left: 48px !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 4px !important;
}
.gap-2 {
    gap: 8px !important;
}
.gap-3 {
    gap: 16px !important;
}
.gap-4 {
    gap: 24px !important;
}
.gap-5 {
    gap: 48px !important;
}





.alert {
    position: relative;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid transparent;
    border-radius: var(--md-radius);
}
.alert > p:last-child {
    margin-bottom: 0;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-error,
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}


label{
    display: block;
    margin-bottom: 5px;
}
.form-control,
input.text-control {
    background: var(--bg-2);
    border: 1px solid var(--gray300);
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 8px;
    line-height: 1;
    text-align: right;
    color: var(--text);
}

.form-control:focus {
    border-color: var(--primary) !important;
    box-shadow: none !important;
    outline: none;
}

input.text{
    -moz-appearance: textfield;
}

.tab-menu {
    background: var(--gray100);
    border-radius: 10px;
    padding: 3px;
    line-height: 1.8;
}
.tab-menu > * {
    color: var(--gray500);
    cursor: pointer;

}
.tab-menu > * > a,
.tab-menu > * > span{
    padding: 9px;
    --link: var(--gray500);
}
.tab-menu > .active > a,
.tab-menu > .active > span {
    background: var(--bg-2);
    color: var(--primary);
    box-shadow: 0 1px 3px #ccc;
    border-radius: 10px;

}
.tab-menu .number {
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 7px;
}

.logo .title {
    color: var(--title);
    font-weight: Bold;
}
.logo .subtitle{
    color: rgba(156,163,175,1);
}


.gateways.gap-10 > * {
    padding-right: 10px;
    padding-left: 10px;
}
.gateways.gap-10 {
    margin-right: -10px;
    margin-left: -10px;
}


.pagination{
    font-size: 15px;
}
.pagination li:not(:last-child){
    margin-right: 10px;
}
.pagination li:not(.pure) a,
.pagination li span {
    display: block;
    background: var(--primary_hover);
    border-color: var(--primary_hover);
    color: var(--text);
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: var(--sm-radius);
}
.pagination li:not(.pure) a{
    background: var(--light);
    border: 1px solid var(--border-color);
    --link: var(--gray);
}
.pagination li:not(.pure):hover a,
.pagination li:not(.pure):focus a,
.pagination li span{
    background: var(--primary_hover);
    border-color: var(--primary_hover);
    color: var(--light);
}
.pagination li.pure a{
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 40px;
}

.cp_switch {
    position: relative;
    cursor: pointer;
    margin: 0;
}
.cp_switch.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.cp_switch input {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 25px;
    margin: 0;
    position: relative;
    width: 35px;
    transition-duration: 0s;
    border-radius: var(--radius-8);
}
.cp_switch input::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}
.cp_switch input,
.cp_switch input::after {
    transition: all 100ms ease-out;
}
.cp_switch input::after {
    background-color: var(--bg-2);
    border-radius: 6px;
    content: "";
    height: 19px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 20px;
}
.cp_switch input[type=checkbox] {
    cursor: pointer;
}
.cp_switch input:checked {
    background-color: #6e79d6;
}
.cp_switch input:checked::after {
    background-color:var(--bg-2);
    left: 13px;
}
.cp_switch :focus:not(.focus-visible) {
    outline: 0;
}
.cp_switch input:checked:hover {
    background-color: #535db3;
}
.form-group{
    margin-bottom: 15px;
}

form .btn-eye {
    background: transparent;
    color: var(--text);
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    place-content: center;
    place-items: center;
    cursor: pointer;
    padding: 14px 10px;
}
form .btn-eye:focus,
form .btn-eye:hover {
    color: var(--primary_hover);
}
.btn-eye i {
    font-size: 17px;
}

.tab-body:not(.active) {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.tab-body.active {
    transition: opacity 0.15s linear;
}


.hide-empty:empty {
    display: none !important
}

.pinter{
    cursor: pointer;
}

.overflow-hide{overflow: hidden !important}


/* Table  */
.table-responsive {
    overflow-x: auto;
}
table{
    width: 100%;
    color: #1c2c42;
    border-collapse: collapse;
    border-style: hidden;
    background: var(--bg-2);
}
.table{margin-bottom: 0}
.table thead th, .table tfoot th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 600;
    padding: 12px 10px;
    border-bottom: 1px solid #edeef2;
}
.table thead th i {
    margin-left: 0.325rem;
}
.table th,
.table td {
    vertical-align: middle;
    line-height: 1;
}
.table td {
    padding: 12px 10px;;
    color: #707889;
    border-bottom: 1px solid #f6f2f2;
    font-weight: 500;
}
.table td a {
    display: inherit;
}
.table td a i {
    font-size: 1rem;
}
.table td img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.table td img.img-rect {
    width: 60px;
    height: 40px;
}
.table td .badge {
    margin-bottom: 0;
}
.table.table-borderless {
    border: none;
}
.table.table-borderless tr
.table.table-borderless td
.table.table-borderless th {
    border: none;
}
.table.table-bordered {
    border-top: 1px solid #f6f2f2;
}
.table tr:last-child td {
    border-bottom: none;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #eaeaf1;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.table-bordered {
    border: 1px solid #f6f2f2;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #f6f2f2;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark > th,
.table-dark > td {
    background-color: #bfc4ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    color: #ddd;
    border-color: #262a2f;
}
.table-hover .table-dark:hover {
    background-color: #b1b7be;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b1b7be;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

/*
table thead,
table tfoot {
    background: var(--gray50);
    border-bottom: 1px solid var(--gray200);
}
table thead > tr > *,
table tfoot > tr > *{
    padding: 12px;
    color: var(--black);
    font-weight: 700;
}
table tbody tr{
    border-bottom: 1px solid #ededed;
    padding: 12px;

}
table tbody tr:nth-child(2n){
    background: var(--gray50);
}
table tbody > tr > th,
table tbody > tr > th{
    line-height: 1;
}
table tbody > tr > td{
    padding: 12px;
    color: var(--black);
    font-weight: 500;
}
table tbody tr:hover {
    background: var(--gray100);

}
table.table-between thead > tr > th:first-child,
table.table-between tfoot > tr > th:first-child,
table.table-between tbody > tr > td:first-child{
    text-align: right;
}
table.table-between thead > tr > th:last-child,
table.table-between tfoot > tr > th:last-child,
table.table-between tbody > tr > td:last-child{
    text-align: left;
}
table.table-between td,
table.table-between th{
    text-align: center;
}*/


table .col-id {
    max-width: 55px;
}
table .col-wealth{max-width: 150px}
table .col-gateway{max-width: 50px}
table .col-date{max-width: 60px}
table .col-date.time {max-width: 150px}
table .col-details,
table .col-status{max-width: 90px}

/* Toaster */
#toast {
    position: fixed;
    z-index: 250;
    pointer-events: none
}
#toast > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    width: 300px;
    border-radius: var(--radius-8);
    border: 1px solid;
    opacity: 1
}
#toast > div:hover {
    opacity: 1;
    cursor: pointer
}
#toast.bottom {
    bottom: 12px
}
#toast.left {
    left: 12px
}
#toast.right {
    right: 12px
}
#toast.top {
    top: 12px
}
#toast .title {
    font-weight: 700
}
#toast .message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
#toast .progress {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.43);
    transition: width .1s ease
}

@media (prefers-reduced-motion: reduce) {
    .tab-body.active {
        transition: none;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-inline-grid {
        display: inline-grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}




.list-ticked li::before,
.list-arrow li::before,
.list-star li::before {
    font-family: "Material Design Icons";
    width: 1.5rem;
    right: 10px;
    position: absolute;
}
.list-ticked li::before {
    content: '\F1D';
    color: #e94437;
}
.list-arrow li::before {
    content: '\F141';
    color: #23af47;
}
.list-star li::before {
    content: '\F4CE';
    color: #fbbc06;
}


.blockquote {
    background: var(--white);
    padding: 10px 50px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
}
.blockquote::before, .blockquote::after {
    content: '\e93d';
    font-family: 'mojo-icon';
    right: 10px;
    top: 5px;
    position: absolute;
    color: #e9eaec;
    font-size: 2rem;
    line-height: 1;
    transform: rotate(180deg);
}
.blockquote:after {
    left: 10px;
    right: auto;
    top: auto;
    transform: rotate(0);
    bottom: 5px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.56rem 1.13rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    color: var(--text);
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding: 0 0.5rem;
    color: var(--text);
    content: "/";
}
.breadcrumb.breadcrumb-custom {
    padding: 0 0;
    border: 1px solid #dbe3e6;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item {
    position: relative;
    font-size: 0.813rem;
    background: #dbe3e6;
    padding: 10px;
    color: var(--text);;
    display: inline-block;
    vertical-align: top;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item + .breadcrumb-item{
    padding-right: 25px;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before{
    content: unset;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item a {
    position: relative;
    color: inherit;
    display: inline-block;
    vertical-align: top;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item a::before, .breadcrumb.breadcrumb-custom .breadcrumb-item a::after {
    position: absolute;
    top: -12px;
    width: 0;
    height: 0;
    content: "";
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item a::after {
    border-top: 21px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 12px solid #fff;
    top: -12px;
    left: -23px;
    z-index: 2;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item a::before {
    left: -22px;
    z-index: 3;
    border-right-color: #dbe3e6;
    border-right-style: solid;
    border-right-width: 12px;
}
.breadcrumb.breadcrumb-custom .breadcrumb-item:last-child {
    background: transparent;
}


.tooltip {
    position: absolute;
    display: block;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
    opacity: 0;
    color: var(--text);
}
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 0 10px 10px 0;
    padding: 8px;
    z-index: 100;
    font-size: 0.75rem;
    min-width: 5.625rem;
    border-radius: 4px;
}
.tooltip-static-demo .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 0 10px 10px 0;
    z-index: 10;
}
.popover .arrow,
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    right: 50%;
    top: -6px;
    margin-right: -11px;
}
.popover .arrow:before,
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.popover-down .arrow:before,
.tooltip-down .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: var(--bg);
}
.popover-up .arrow,
.tooltip-up .arrow {
    top: 100%;
}
.popover-up .arrow:before,
.tooltip-up .arrow:before {
    bottom: 0;
    border-width: 6px 7px 0;
    border-top-color: var(--bg);
}
.popover-start .arrow,
.tooltip-start .arrow {
    top: 10px;
    right: 0;
    margin-right: -20px;
}
.popover-start .arrow:before,
.tooltip-start .arrow::before {
    border-width: 6px 7px 6px;
    border-left-color: var(--bg);
}
.popover-end .arrow,
.tooltip-end .arrow {
    top: 10px;
    right: 100%;
    margin-right: -8px;
}
.popover-end .arrow:before,
.tooltip-end .arrow:before {
    border-width: 6px 7px 6px;
    border-right-color: var(--bg);
}
.popover-start .arrow{margin-right: -14px}
.popover-end .arrow{margin-right: 0}
.popover{
    --bg: transparent;
    --text: var(--text);
    position: absolute;
    border-radius: 5px;
}
.popover.pure{
    border: 1px solid;
}
.popover-static-demo .popover {
    width: 185px;
    position: relative;
    display: block;
    float: left;
    margin: 1rem .5rem;
    z-index: 10;
}
.popover .popover-header {
    background: var(--bg);
    color: var(--text);
    border-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.popover .popover-body{
    border-radius: 0 0 4px 4px;
    font-size: 13px;
    padding: 10px;
    text-align: justify;
}



.bs-tooltip-bottom .arrow{
    top: 0;
}
.tooltip-static-demo .bs-tooltip-bottom-demo .arrow, .tooltip-static-demo .bs-tooltip-top-demo .arrow {
    left: 50%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: 0.375rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card .card-body {
    padding: 1.875rem 1.875rem;
}
.box-shadow{box-shadow: 0 1px 3px #eee}
.borderless{border: none !important}


details.faq {
    position:relative;
    background-color:var(--bg-2);
    border:1px solid var(--gray200);
    border-radius:8px;
    box-shadow:0 1px 2px -1px #0000000d, 0 2px 4px -2px #0000000d, 0 3px 6px -3px #0000000d;
    padding:12px 16px;
    line-height:1.6;

}
.accordion-bordered details.faq{
    background-color: transparent;
    border: none;
    border-bottom:1px solid var(--gray200);
    box-shadow: none;
    border-radius: 0;
}
details.faq[open] > div {

}
details.faq .title {
    font-size:var(--font-size-m);
    margin-bottom:0
}
details.faq[open] .title {
    margin-bottom:15px
}
details summary>i {
    position:absolute;
    top:17px;
    left:10px
}
details.faq div {
    color:var(--text);
    font-weight:400;
    line-height:2;
    font-size:var(--font-size-m)
}


.badge {
    --bdbg: #25378b;
    background-color: var(--bdbg);
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge-primary {--bdbg: #25378b}
.badge-info {--bdbg: #02abfe}
.badge-danger {--bdbg: #e94437}
.badge-success {--bdbg: #23af47}
.badge-warning {--bdbg: #fbbc06}

.badge-outline {
    background: transparent;
    color: var(--bdbg);
    border: 1px solid var(--bdbg);
}

.bg-dark {
    background: #444;
    --bg: #444;
    --text: #fff;
}
.bg-facebook {
    background: #3b579d;
    --bg: #3b579d;
    --text: #fff;
}
.bg-linkedin {
    background: #0177b5;
    --bg: #0177b5;
    --text: #fff;
}
.bg-twitter{
    background: #2caae1;
    --bg: #2caae1;
    --text: #fff;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.t100 {font-weight:100}
.t300 {font-weight:300}
.t400 {font-weight:400}
.t500 {font-weight:500}
.t700 {font-weight:700}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.progress {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 3px;
    height: 8px;
}
.progress .progress-bar {
    --progress: 1%;
    width: var(--progress);
    border-radius: 3px;
    background-color: #02abfe;
    justify-content: center;
    display: flex;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress.progress-sm {height: 0.375rem}
.progress.progress-md {height: 8px}
.progress.progress-lg {height: 15px}
.progress.progress-xl{height: 18px}


.bg-primary {
    background-color: var(--primary) !important;
    --bg: var(--primary);
    --text: #fff;
    --link: #fff
}

.bg-success {
    background-color: #23af47 !important;
    --bg: #23af47;
    --text: #fff;
    --link: #fff
}

.bg-warning {
    background-color: #fbbc06 !important;
    --bg: #fbbc06;
    --text: #fff;
    --link: #fff
}

.bg-info {
    background-color: #02abfe !important;
    --bg: #02abfe;
    --text: #fff;
    --link: #fff
}

.bg-danger {
    background-color: #e94437 !important;
    --bg: #e94437;
    --text: #fff;
    --link: #fff
}

.bg-light {
    background-color: #e1e6fa !important;
    --bg: #e1e6fa;
}

.br-primary {border-color: var(--primary) !important}
.br-success {border-color: #23af47 !important}
.br-warning {border-color: #fbbc06 !important}
.br-info {border-color: #02abfe !important}
.br-danger {border-color: #e94437 !important}
.br-light {border-color: #e1e6fa !important}


.ltr{direction:ltr !important}
.rtl{direction:rtl !important}
.text-start{text-align:right}
.text-end{text-align:left}
.text-center{text-align:center}
.text-success {--text:#23af47!important}
.text-white {--text:#ffffff!important}
.text-primary {--text:#25378b!important}
.text-secondary{--text: #707889 !important}
.text-success {--text: #23af47 !important}
.text-info {--text: #02abfe !important}
.text-warning {--text: #fbbc06 !important}
.text-danger {--text: #e94437 !important}
.text-light {--text: #e1e6fa !important}
.text-dark {--text: #1c2c42 !important}
.text-body {--text: #1c2c42 !important}
.text-muted {--text: #707889 !important}
.text-black-50 {--text: rgba(0, 0, 0, 0.5) !important}
.text-white-50 {--text: rgba(255, 255, 255, 0.5) !important}

.text-hide {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.oy-scroll {overflow-y: scroll}
.c-text{color: var(--gray100)}
.c-gray100{color: var(--gray100)}
.c-gray200{color: var(--gray200)}
.c-gray300{color: var(--gray300)}
.c-gray400{color: var(--gray400)}
.c-gray50{color: var(--gray50)}
.c-gray500{color: var(--gray500)}
.c-gray800{color: var(--gray800)}

.t-text{font-size: 14px}

.t-xxl {font-size: 3.75rem}
.t-xl {font-size: 3.125rem}
.t-lg {font-size: 2.5rem}
.t-md {font-size: 1.875rem}
.t-sm {font-size: 1rem}
.t-xs {font-size: 0.875rem}


.t-s{text-align:right!important}
.t-e{text-align:left!important}
.t-center{text-align:center!important}


.border-top {border-top: 1px solid #f6f2f2 !important}
.border-bottom {border-bottom: 1px solid #f6f2f2}

.radius-4{border-radius: 4px}
.radius-8{border-radius: 8px}
.radius-12{border-radius: 12px}
.radius-20{border-radius: 20px}
.radius-50{border-radius: 50%}

.img-sm {
    width: 43px;
    height: 43px;
}
.img-lg {
    width: 92px;
    height: 92px;
}
.img-xs {
    width: 37px;
    height: 37px;
}


a.text-primary:hover, a.text-primary:focus {
    color: #151f4f !important;
}

a.text-secondary:hover, .list-wrapper a.remove:hover, a.text-secondary:focus, .list-wrapper a.remove:focus {
    color: #4e535f !important;
}

a.text-success:hover, a.text-success:focus {
    color: #166f2d !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0178b3 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #b28503 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bf2115 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #9fafef !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #05080c !important;
}



body .select2-container {
    width: 100% !important;
    height: 50px !important;
}
body .select2-container .select2-selection {
    height: 40px;
    padding: 4px;
}
body .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 3px;
    padding-left: 20px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: auto;
    top: 7px;
    left: 5px;
}

.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}

@media all and (min-width: 420px) {
    .ellipsis {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .mw-s {
        max-width: 640px
    }
    .col-s-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .col-s s {
        flex: 1 0 0%
    }
    .row-cols-s-auto > * {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-s-1 > * {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-s-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-s-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-s-4 > * {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-s-5 > * {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-s-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-s-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-s-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-s-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-s-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-s-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-s-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-s-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-s-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-s-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-s-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-s-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-s-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-s-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .col-s {
        flex: 1 0 0%
    }
    .d-s-inline {
        display: inline !important
    }
    .d-s-inline-block {
        display: inline-block !important
    }
    .d-s-block {
        display: block !important
    }
    .d-s-grid {
        display: grid !important
    }
    .d-s-inline-grid {
        display: inline-grid !important
    }
    .d-s-table {
        display: table !important
    }
    .d-s-table-row {
        display: table-row !important
    }
    .d-s-table-cell {
        display: table-cell !important
    }
    .d-s-flex {
        display: flex !important
    }
    .d-s-inline-flex {
        display: inline-flex !important
    }
    .d-s-none {
        display: none !important
    }
    .flex-s-fill {
        flex: 1 1 auto !important
    }
    .flex-s-row {
        flex-direction: row !important
    }
    .flex-s-column {
        flex-direction: column !important
    }
    .flex-s-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-s-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-s-grow-0 {
        flex-grow: 0 !important
    }
    .flex-s-grow-1 {
        flex-grow: 1 !important
    }
    .flex-s-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-s-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-s-wrap {
        flex-wrap: wrap !important
    }
    .flex-s-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-s-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-s-start {
        justify-content: flex-start !important
    }
    .justify-content-s-end {
        justify-content: flex-end !important
    }
    .justify-content-s-center {
        justify-content: center !important
    }
    .justify-content-s-between {
        justify-content: space-between !important
    }
    .justify-content-s-around {
        justify-content: space-around !important
    }
    .justify-content-s-evenly {
        justify-content: space-evenly !important
    }
    .align-items-s-start {
        align-items: flex-start !important
    }
    .align-items-s-end {
        align-items: flex-end !important
    }
    .align-items-s-center {
        align-items: center !important
    }
    .align-items-s-baseline {
        align-items: baseline !important
    }
    .align-items-s-stretch {
        align-items: stretch !important
    }
    .align-content-s-start {
        align-content: flex-start !important
    }
    .align-content-s-end {
        align-content: flex-end !important
    }
    .align-content-s-center {
        align-content: center !important
    }
    .align-content-s-between {
        align-content: space-between !important
    }
    .align-content-s-around {
        align-content: space-around !important
    }
    .align-content-s-stretch {
        align-content: stretch !important
    }
    .align-self-s-auto {
        align-self: auto !important
    }
    .align-self-s-start {
        align-self: flex-start !important
    }
    .align-self-s-end {
        align-self: flex-end !important
    }
    .align-self-s-center {
        align-self: center !important
    }
    .align-self-s-baseline {
        align-self: baseline !important
    }
    .align-self-s-stretch {
        align-self: stretch !important
    }
    .order-s-first {
        order: -1 !important
    }
    .order-s-0 {
        order: 0 !important
    }
    .order-s-1 {
        order: 1 !important
    }
    .order-s-2 {
        order: 2 !important
    }
    .order-s-3 {
        order: 3 !important
    }
    .order-s-4 {
        order: 4 !important
    }
    .order-s-5 {
        order: 5 !important
    }
    .order-s-last {
        order: 6 !important
    }
    .m-s-0 {
        margin: 0 !important
    }
    .m-s-1 {
        margin: 0.25rem !important
    }
    .m-s-2 {
        margin: 0.5rem !important
    }
    .m-s-3 {
        margin: 1rem !important
    }
    .m-s-4 {
        margin: 1.5rem !important
    }
    .m-s-5 {
        margin: 3rem !important
    }
    .m-s-auto {
        margin: auto !important
    }
    .mx-s-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-s-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .mx-s-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .mx-s-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-s-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-s-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-s-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-s-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-s-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .my-s-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .my-s-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-s-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-s-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-s-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-s-0 {
        margin-top: 0 !important
    }
    .mt-s-1 {
        margin-top: 0.25rem !important
    }
    .mt-s-2 {
        margin-top: 0.5rem !important
    }
    .mt-s-3 {
        margin-top: 1rem !important
    }
    .mt-s-4 {
        margin-top: 1.5rem !important
    }
    .mt-s-5 {
        margin-top: 3rem !important
    }
    .mt-s-auto {
        margin-top: auto !important
    }
    .ms-s-0 {
        margin-right: 0 !important
    }
    .ms-s-1 {
        margin-right: 0.25rem !important
    }
    .ms-s-2 {
        margin-right: 0.5rem !important
    }
    .ms-s-3 {
        margin-right: 1rem !important
    }
    .ms-s-4 {
        margin-right: 1.5rem !important
    }
    .ms-s-5 {
        margin-right: 3rem !important
    }
    .ms-s-auto {
        margin-right: auto !important
    }
    .mb-s-0 {
        margin-bottom: 0 !important
    }
    .mb-s-1 {
        margin-bottom: 0.25rem !important
    }
    .mb-s-2 {
        margin-bottom: 0.5rem !important
    }
    .mb-s-3 {
        margin-bottom: 1rem !important
    }
    .mb-s-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-s-5 {
        margin-bottom: 3rem !important
    }
    .mb-s-auto {
        margin-bottom: auto !important
    }
    .me-s-0 {
        margin-left: 0 !important
    }
    .me-s-1 {
        margin-left: 0.25rem !important
    }
    .me-s-2 {
        margin-left: 0.5rem !important
    }
    .me-s-3 {
        margin-left: 1rem !important
    }
    .me-s-4 {
        margin-left: 1.5rem !important
    }
    .me-s-5 {
        margin-left: 3rem !important
    }
    .me-s-auto {
        margin-left: auto !important
    }
    .p-s-0 {
        padding: 0 !important
    }
    .p-s-1 {
        padding: 0.25rem !important
    }
    .p-s-2 {
        padding: 0.5rem !important
    }
    .p-s-3 {
        padding: 1rem !important
    }
    .p-s-4 {
        padding: 1.5rem !important
    }
    .p-s-5 {
        padding: 3rem !important
    }
    .px-s-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-s-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .px-s-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .px-s-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-s-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-s-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-s-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-s-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .py-s-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .py-s-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-s-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-s-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-s-0 {
        padding-top: 0 !important
    }
    .pt-s-1 {
        padding-top: 0.25rem !important
    }
    .pt-s-2 {
        padding-top: 0.5rem !important
    }
    .pt-s-3 {
        padding-top: 1rem !important
    }
    .pt-s-4 {
        padding-top: 1.5rem !important
    }
    .pt-s-5 {
        padding-top: 3rem !important
    }
    .pr-s-0 {
        padding-right: 0 !important
    }
    .pr-s-1 {
        padding-right: 0.25rem !important
    }
    .pr-s-2 {
        padding-right: 0.5rem !important
    }
    .pr-s-3 {
        padding-right: 1rem !important
    }
    .pr-s-4 {
        padding-right: 1.5rem !important
    }
    .pr-s-5 {
        padding-right: 3rem !important
    }
    .pb-s-0 {
        padding-bottom: 0 !important
    }
    .pb-s-1 {
        padding-bottom: 0.25rem !important
    }
    .pb-s-2 {
        padding-bottom: 0.5rem !important
    }
    .pb-s-3 {
        padding-bottom: 1rem !important
    }
    .pb-s-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-s-5 {
        padding-bottom: 3rem !important
    }
    .pl-s-0 {
        padding-left: 0 !important
    }
    .pl-s-1 {
        padding-left: 0.25rem !important
    }
    .pl-s-2 {
        padding-left: 0.5rem !important
    }
    .pl-s-3 {
        padding-left: 1rem !important
    }
    .pl-s-4 {
        padding-left: 1.5rem !important
    }
    .pl-s-5 {
        padding-left: 3rem !important
    }
    .gap-s-0 {
        gap: 0 !important
    }
    .gap-s-1 {
        gap: 0.25rem !important
    }
    .gap-s-2 {
        gap: 0.5rem !important
    }
    .gap-s-3 {
        gap: 1rem !important
    }
    .gap-s-4 {
        gap: 1.5rem !important
    }
    .gap-s-5 {
        gap: 3rem !important
    }
    .row-gap-s-0 {
        row-gap: 0 !important
    }
    .row-gap-s-1 {
        row-gap: 0.25rem !important
    }
    .row-gap-s-2 {
        row-gap: 0.5rem !important
    }
    .row-gap-s-3 {
        row-gap: 1rem !important
    }
    .row-gap-s-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-s-5 {
        row-gap: 3rem !important
    }
    .column-gap-s-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-s-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important
    }
    .column-gap-s-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important
    }
    .column-gap-s-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-s-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-s-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-s-start {
        text-align: right !important
    }
    .text-s-end {
        text-align: right !important
    }
    .text-s-center {
        text-align: left !important
    }
}
@media all and (min-width: 640px) {
    .ellipsis {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .mw-sm {
        max-width: 640px
    }
    .col-sm-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .col-sm s {
        flex: 1 0 0%
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .col-sm {
        flex: 1 0 0%
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-inline-grid {
        display: inline-grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: 0.25rem !important
    }
    .m-sm-2 {
        margin: 0.5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .ms-sm-0 {
        margin-right: 0 !important
    }
    .ms-sm-1 {
        margin-right: 0.25rem !important
    }
    .ms-sm-2 {
        margin-right: 0.5rem !important
    }
    .ms-sm-3 {
        margin-right: 1rem !important
    }
    .ms-sm-4 {
        margin-right: 1.5rem !important
    }
    .ms-sm-5 {
        margin-right: 3rem !important
    }
    .ms-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .me-sm-0 {
        margin-left: 0 !important
    }
    .me-sm-1 {
        margin-left: 0.25rem !important
    }
    .me-sm-2 {
        margin-left: 0.5rem !important
    }
    .me-sm-3 {
        margin-left: 1rem !important
    }
    .me-sm-4 {
        margin-left: 1.5rem !important
    }
    .me-sm-5 {
        margin-left: 3rem !important
    }
    .me-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: 0.25rem !important
    }
    .p-sm-2 {
        padding: 0.5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pr-sm-1 {
        padding-right: 0.25rem !important
    }
    .pr-sm-2 {
        padding-right: 0.5rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .pl-sm-1 {
        padding-left: 0.25rem !important
    }
    .pl-sm-2 {
        padding-left: 0.5rem !important
    }
    .pl-sm-3 {
        padding-left: 1rem !important
    }
    .pl-sm-4 {
        padding-left: 1.5rem !important
    }
    .pl-sm-5 {
        padding-left: 3rem !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: 0.25rem !important
    }
    .gap-sm-2 {
        gap: 0.5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 3rem !important
    }
    .row-gap-sm-0 {
        row-gap: 0 !important
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important
    }
    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-sm-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important
    }
    .column-gap-sm-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important
    }
    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-sm-start {
        text-align: right !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: left !important
    }
}
@media all and (min-width: 768px) {
    .mw-md {
        max-width: 768px
    }
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .md-sticky {
        position: sticky;
        top: 10px
    }
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-inline-grid {
        display: inline-grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: 0.25rem !important
    }
    .m-md-2 {
        margin: 0.5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: 0.25rem !important
    }
    .mt-md-2 {
        margin-top: 0.5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .ms-md-0 {
        margin-right: 0 !important
    }
    .ms-md-1 {
        margin-right: 0.25rem !important
    }
    .ms-md-2 {
        margin-right: 0.5rem !important
    }
    .ms-md-3 {
        margin-right: 1rem !important
    }
    .ms-md-4 {
        margin-right: 1.5rem !important
    }
    .ms-md-5 {
        margin-right: 3rem !important
    }
    .ms-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .me-md-0 {
        margin-left: 0 !important
    }
    .me-md-1 {
        margin-left: 0.25rem !important
    }
    .me-md-2 {
        margin-left: 0.5rem !important
    }
    .me-md-3 {
        margin-left: 1rem !important
    }
    .me-md-4 {
        margin-left: 1.5rem !important
    }
    .me-md-5 {
        margin-left: 3rem !important
    }
    .me-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: 0.25rem !important
    }
    .p-md-2 {
        padding: 0.5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: 0.25rem !important
    }
    .pt-md-2 {
        padding-top: 0.5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pr-md-1 {
        padding-right: 0.25rem !important
    }
    .pr-md-2 {
        padding-right: 0.5rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pr-md-4 {
        padding-right: 1.5rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .pl-md-1 {
        padding-left: 0.25rem !important
    }
    .pl-md-2 {
        padding-left: 0.5rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .pl-md-4 {
        padding-left: 1.5rem !important
    }
    .pl-md-5 {
        padding-left: 3rem !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: 0.25rem !important
    }
    .gap-md-2 {
        gap: 0.5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 3rem !important
    }
    .row-gap-md-0 {
        row-gap: 0 !important
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important
    }
    .row-gap-md-3 {
        row-gap: 1rem !important
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-md-5 {
        row-gap: 3rem !important
    }
    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-md-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important
    }
    .column-gap-md-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important
    }
    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-md-start {
        text-align: right !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: left !important
    }
}
@media all and (min-width: 1024px) {
    #page_foot {
        padding-bottom: 0
    }
    .mw-lg {
        max-width: 1024px
    }
    .col-lg {
        flex: 1 0 0%
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-inline-grid {
        display: inline-grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: 0.25rem !important
    }
    .m-lg-2 {
        margin: 0.5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .ms-lg-0 {
        margin-right: 0 !important
    }
    .ms-lg-1 {
        margin-right: 0.25rem !important
    }
    .ms-lg-2 {
        margin-right: 0.5rem !important
    }
    .ms-lg-3 {
        margin-right: 1rem !important
    }
    .ms-lg-4 {
        margin-right: 1.5rem !important
    }
    .ms-lg-5 {
        margin-right: 3rem !important
    }
    .ms-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .me-lg-0 {
        margin-left: 0 !important
    }
    .me-lg-1 {
        margin-left: 0.25rem !important
    }
    .me-lg-2 {
        margin-left: 0.5rem !important
    }
    .me-lg-3 {
        margin-left: 1rem !important
    }
    .me-lg-4 {
        margin-left: 1.5rem !important
    }
    .me-lg-5 {
        margin-left: 3rem !important
    }
    .me-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: 0.25rem !important
    }
    .p-lg-2 {
        padding: 0.5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pr-lg-1 {
        padding-right: 0.25rem !important
    }
    .pr-lg-2 {
        padding-right: 0.5rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .pl-lg-1 {
        padding-left: 0.25rem !important
    }
    .pl-lg-2 {
        padding-left: 0.5rem !important
    }
    .pl-lg-3 {
        padding-left: 1rem !important
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .pl-lg-5 {
        padding-left: 3rem !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: 0.25rem !important
    }
    .gap-lg-2 {
        gap: 0.5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 3rem !important
    }
    .row-gap-lg-0 {
        row-gap: 0 !important
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important
    }
    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-lg-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important
    }
    .column-gap-lg-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important
    }
    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-lg-start {
        text-align: right !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: left !important
    }
}
@media all and (min-width: 1200px) {
    .theme-carousel.fw {
        overflow: visible
    }
    #top_product .theme-carousel {
        --slides-to-show: 3 !important
    }
    .theme-carousel[data-options="blog"] {
        --slides-to-show: 4 !important
    }
    legend {
        font-size: 1.5rem
    }
    .tag {
        padding: 5px 10px
    }
    .be-sticky {
        position: sticky !important;
        top: 60px;
        z-index: 2
    }
    body.on_scroll #comment_reply.be-sticky {
        top: 95px
    }
    .mw-xl {
        max-width: 1200px
    }
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
    .col-xl {
        flex: 1 0 0%
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-inline-grid {
        display: inline-grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: 0.25rem !important
    }
    .m-xl-2 {
        margin: 0.5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .ms-xl-0 {
        margin-right: 0 !important
    }
    .ms-xl-1 {
        margin-right: 0.25rem !important
    }
    .ms-xl-2 {
        margin-right: 0.5rem !important
    }
    .ms-xl-3 {
        margin-right: 1rem !important
    }
    .ms-xl-4 {
        margin-right: 1.5rem !important
    }
    .ms-xl-5 {
        margin-right: 3rem !important
    }
    .ms-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .me-xl-0 {
        margin-left: 0 !important
    }
    .me-xl-1 {
        margin-left: 0.25rem !important
    }
    .me-xl-2 {
        margin-left: 0.5rem !important
    }
    .me-xl-3 {
        margin-left: 1rem !important
    }
    .me-xl-4 {
        margin-left: 1.5rem !important
    }
    .me-xl-5 {
        margin-left: 3rem !important
    }
    .me-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: 0.25rem !important
    }
    .p-xl-2 {
        padding: 0.5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pr-xl-1 {
        padding-right: 0.25rem !important
    }
    .pr-xl-2 {
        padding-right: 0.5rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .pl-xl-1 {
        padding-left: 0.25rem !important
    }
    .pl-xl-2 {
        padding-left: 0.5rem !important
    }
    .pl-xl-3 {
        padding-left: 1rem !important
    }
    .pl-xl-4 {
        padding-left: 1.5rem !important
    }
    .pl-xl-5 {
        padding-left: 3rem !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: 0.25rem !important
    }
    .gap-xl-2 {
        gap: 0.5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 3rem !important
    }
    .row-gap-xl-0 {
        row-gap: 0 !important
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important
    }
    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important
    }
    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important
    }
    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-xl-start {
        text-align: right !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: left !important
    }
}
@media all and (min-width: 1400px) {
    .mw-xxl {
        max-width: 1400px
    }
    .col-xxl {
        flex: 1 0 0%
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-grid {
        display: grid !important
    }
    .d-xxl-inline-grid {
        display: inline-grid !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxl-none {
        display: none !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: 0.25rem !important
    }
    .m-xxl-2 {
        margin: 0.5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important
    }
    .mt-xxl-3 {
        margin-top: 1rem !important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xxl-5 {
        margin-top: 3rem !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .ms-xxl-0 {
        margin-right: 0 !important
    }
    .ms-xxl-1 {
        margin-right: 0.25rem !important
    }
    .ms-xxl-2 {
        margin-right: 0.5rem !important
    }
    .ms-xxl-3 {
        margin-right: 1rem !important
    }
    .ms-xxl-4 {
        margin-right: 1.5rem !important
    }
    .ms-xxl-5 {
        margin-right: 3rem !important
    }
    .ms-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .me-xxl-0 {
        margin-left: 0 !important
    }
    .me-xxl-1 {
        margin-left: 0.25rem !important
    }
    .me-xxl-2 {
        margin-left: 0.5rem !important
    }
    .me-xxl-3 {
        margin-left: 1rem !important
    }
    .me-xxl-4 {
        margin-left: 1.5rem !important
    }
    .me-xxl-5 {
        margin-left: 3rem !important
    }
    .me-xxl-auto {
        margin-left: auto !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: 0.25rem !important
    }
    .p-xxl-2 {
        padding: 0.5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important
    }
    .pt-xxl-3 {
        padding-top: 1rem !important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-0 {
        padding-right: 0 !important
    }
    .pr-xxl-1 {
        padding-right: 0.25rem !important
    }
    .pr-xxl-2 {
        padding-right: 0.5rem !important
    }
    .pr-xxl-3 {
        padding-right: 1rem !important
    }
    .pr-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pr-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-0 {
        padding-left: 0 !important
    }
    .pl-xxl-1 {
        padding-left: 0.25rem !important
    }
    .pl-xxl-2 {
        padding-left: 0.5rem !important
    }
    .pl-xxl-3 {
        padding-left: 1rem !important
    }
    .pl-xxl-4 {
        padding-left: 1.5rem !important
    }
    .pl-xxl-5 {
        padding-left: 3rem !important
    }
    .gap-xxl-0 {
        gap: 0 !important
    }
    .gap-xxl-1 {
        gap: 0.25rem !important
    }
    .gap-xxl-2 {
        gap: 0.5rem !important
    }
    .gap-xxl-3 {
        gap: 1rem !important
    }
    .gap-xxl-4 {
        gap: 1.5rem !important
    }
    .gap-xxl-5 {
        gap: 3rem !important
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }
    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-xxl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important
    }
    .column-gap-xxl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important
    }
    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-xxl-start {
        text-align: right !important
    }
    .text-xxl-end {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: left !important
    }
    .fill {
        width: 100vw;
        position: relative;
        margin-right: -50vw;
        right: 50%;
        max-width: 100vw;
        border-radius: 0 !important;
        padding: 30px
    }
}



