/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

[hidden] {
    display: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

a {
    color: inherit;
    text-decoration: inherit
}

svg,
video {
    display: block;
    vertical-align: middle
}

video {
    max-width: 100%;
    height: auto
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.border-t {
    border-top-width: 1px
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.font-semibold {
    font-weight: 600
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-16 {
    height: 4rem
}

.text-sm {
    font-size: .875rem
}

.text-lg {
    font-size: 1.125rem
}

.leading-7 {
    line-height: 1.75rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.ml-12 {
    margin-left: 3rem
}

.-mt-px {
    margin-top: -1px
}

.max-w-6xl {
    max-width: 72rem
}

.min-h-screen {
    min-height: 100vh
}

.overflow-hidden {
    overflow: hidden
}

.p-6 {
    padding: 1.5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.text-center {
    text-align: center
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity))
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity))
}

.underline {
    text-decoration: underline
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-5 {
    width: 1.25rem
}

.w-8 {
    width: 2rem
}

.w-auto {
    width: auto
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:640px) {
    .sm\:rounded-lg {
        border-radius: .5rem
    }

    .sm\:block {
        display: block
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:h-20 {
        height: 5rem
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-right {
        text-align: right
    }
}

@media (min-width:768px) {
    .md\:border-t-0 {
        border-top-width: 0
    }

    .md\:border-l {
        border-left-width: 1px
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (prefers-color-scheme:dark) {
    .dark\:bg-gray-800 {
        --bg-opacity: 1;
        background-color: #2d3748;
        background-color: rgba(45, 55, 72, var(--bg-opacity))
    }

    .dark\:bg-gray-900 {
        --bg-opacity: 1;
        background-color: #1a202c;
        background-color: rgba(26, 32, 44, var(--bg-opacity))
    }

    .dark\:border-gray-700 {
        --border-opacity: 1;
        border-color: #4a5568;
        border-color: rgba(74, 85, 104, var(--border-opacity))
    }

    .dark\:text-white {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity))
    }

    .dark\:text-gray-400 {
        --text-opacity: 1;
        color: #cbd5e0;
        color: rgba(203, 213, 224, var(--text-opacity))
    }

    .dark\:text-gray-500 {
        --tw-text-opacity: 1;
        color: #6b7280;
        color: rgba(107, 114, 128, var(--tw-text-opacity))
    }
}
@import"https://fonts.googleapis.com/css2?family=Blinker&display=swap";

/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #606966;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f5f6f6;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #d8d8d8;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #606966;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #bb315b;
    --bs-secondary: #606966;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f5f6f6;
    --bs-dark: #d8d8d8;
    --bs-primary-rgb: 187, 49, 91;
    --bs-secondary-rgb: 96, 105, 102;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 245, 246, 246;
    --bs-dark-rgb: 216, 216, 216;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 19, 35, 30;
    --bs-body-color-rgb: 96, 105, 102;
    --bs-body-bg-rgb: 245, 246, 246;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Blinker, sans-serif;
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #606966;
    --bs-body-bg: #f5f6f6;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(19, 35, 30, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #bb315b;
    --bs-link-hover-color: #962749;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(19, 35, 30, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
.um-account .um-account-main>.um-account-tab>.um-account-heading,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: "Blinker", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #13231e
}

h1,
.h1 {
    font-size: calc(1.35rem + 1.2vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.25rem
    }
}

h2,
.h2 {
    font-size: calc(1.305rem + 0.66vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.8rem
    }
}

h3,
.h3,
.um-account .um-account-main>.um-account-tab>.um-account-heading {
    font-size: calc(1.2825rem + 0.39vw)
}

@media(min-width: 1200px) {

    h3,
    .h3,
    .um-account .um-account-main>.um-account-tab>.um-account-heading {
        font-size: 1.575rem
    }
}

h4,
.h4 {
    font-size: calc(1.26rem + 0.12vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.35rem
    }
}

h5,
.h5 {
    font-size: 1.125rem
}

h6,
.h6 {
    font-size: 0.9rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: none
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #adb5bd;
    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
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-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.125rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #606966
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f5f6f6;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.875em;
    color: #606966
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row,
.sub-header #bootscore-navbar {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>*,
.sub-header #bootscore-navbar>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6,
.sub-header #bootscore-navbar>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3,
    .sub-header #bootscore-navbar>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(19, 35, 30, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(19, 35, 30, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(19, 35, 30, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: 2px solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-color: #13231e;
    --bs-table-bg: #f1d6de;
    --bs-table-border-color: #dbc4cb;
    --bs-table-striped-bg: #e6cdd4;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #dbc4cb;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #e0c9d0;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #13231e;
    --bs-table-bg: #dfe1e0;
    --bs-table-border-color: #cbcecd;
    --bs-table-striped-bg: #d5d8d6;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #cbcecd;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #d0d3d1;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #13231e;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bed3ca;
    --bs-table-striped-bg: #c8ddd3;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #bed3ca;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #c3d8cf;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #13231e;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #bcdfe6;
    --bs-table-striped-bg: #c6eaf1;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #bcdfe6;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #c1e4eb;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #13231e;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e7debc;
    --bs-table-striped-bg: #f3e9c4;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #e7debc;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #ede3c0;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #13231e;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #e1c5c7;
    --bs-table-striped-bg: #edced1;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #e1c5c7;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #e7cacc;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #13231e;
    --bs-table-bg: #f5f6f6;
    --bs-table-border-color: #dee1e0;
    --bs-table-striped-bg: #eaebeb;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #dee1e0;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #e4e6e6;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #13231e;
    --bs-table-bg: #d8d8d8;
    --bs-table-border-color: #c4c6c5;
    --bs-table-striped-bg: #cecfcf;
    --bs-table-striped-color: #13231e;
    --bs-table-active-bg: #c4c6c5;
    --bs-table-active-color: #13231e;
    --bs-table-hover-bg: #c9caca;
    --bs-table-hover-color: #13231e;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label,
.um.um-login .um-field-label label,
.um.um-register .um-field-label label,
.um.um-password .um-field-label label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.125rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.7875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #adb5bd
}

.form-control,
.um.um-login input,
.um.um-register input,
.um.um-password input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #606966;
    background-color: #f5f6f6;
    background-clip: padding-box;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .form-control,
    .um.um-login input,
    .um.um-register input,
    .um.um-password input {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file],
.um.um-login input[type=file],
.um.um-register input[type=file],
.um.um-password input[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]),
.um.um-login input[type=file]:not(:disabled):not([readonly]),
.um.um-register input[type=file]:not(:disabled):not([readonly]),
.um.um-password input[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus,
.um.um-login input:focus,
.um.um-register input:focus,
.um.um-password input:focus {
    color: #606966;
    background-color: #f5f6f6;
    border-color: #dd98ad;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25);
    box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25)
}

.form-control::-webkit-date-and-time-value,
.um.um-login input::-webkit-date-and-time-value,
.um.um-register input::-webkit-date-and-time-value,
.um.um-password input::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder,
.um.um-login input::-webkit-input-placeholder,
.um.um-register input::-webkit-input-placeholder,
.um.um-password input::-webkit-input-placeholder {
    color: #606966;
    opacity: 1
}

.form-control::-moz-placeholder,
.um.um-login input::-moz-placeholder,
.um.um-register input::-moz-placeholder,
.um.um-password input::-moz-placeholder {
    color: #606966;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.um.um-login input:-ms-input-placeholder,
.um.um-register input:-ms-input-placeholder,
.um.um-password input:-ms-input-placeholder {
    color: #606966;
    opacity: 1
}

.form-control::-ms-input-placeholder,
.um.um-login input::-ms-input-placeholder,
.um.um-register input::-ms-input-placeholder,
.um.um-password input::-ms-input-placeholder {
    color: #606966;
    opacity: 1
}

.form-control::placeholder,
.um.um-login input::placeholder,
.um.um-register input::placeholder,
.um.um-password input::placeholder {
    color: #606966;
    opacity: 1
}

.form-control:disabled,
.um.um-login input:disabled,
.um.um-register input:disabled,
.um.um-password input:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::-webkit-file-upload-button,
.um.um-login input::-webkit-file-upload-button,
.um.um-register input::-webkit-file-upload-button,
.um.um-password input::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #606966;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::file-selector-button,
.um.um-login input::file-selector-button,
.um.um-register input::file-selector-button,
.um.um-password input::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #606966;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .form-control::-webkit-file-upload-button,
    .um.um-login input::-webkit-file-upload-button,
    .um.um-register input::-webkit-file-upload-button,
    .um.um-password input::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button,
    .um.um-login input::file-selector-button,
    .um.um-register input::file-selector-button,
    .um.um-password input::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.um.um-login input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.um.um-register input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.um.um-password input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.um.um-login input:hover:not(:disabled):not([readonly])::file-selector-button,
.um.um-register input:hover:not(:disabled):not([readonly])::file-selector-button,
.um.um-password input:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #606966;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.7875rem;
    border-radius: .25rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.125rem;
    border-radius: .5rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}

.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #606966;
    background-color: #f5f6f6;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #d8d8d8;
    border-radius: .375rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #dd98ad;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25);
    box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #606966
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.7875rem;
    border-radius: .25rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
    border-radius: .5rem
}

.form-check {
    display: block;
    min-height: 1.35rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #f5f6f6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(19, 35, 30, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #dd98ad;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25);
    box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25)
}

.form-check-input:checked {
    background-color: #bb315b;
    border-color: #bb315b
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #bb315b;
    border-color: #bb315b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2819, 35, 30, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dd98ad'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.is-style-btnDark>.btn-check[disabled]+.wp-block-button__link,
.is-style-btnLight>.btn-check[disabled]+.wp-block-button__link,
.is-style-btnDanger>.btn-check[disabled]+.wp-block-button__link,
.is-style-btnWarning>.btn-check[disabled]+.wp-block-button__link,
.is-style-btnInfo>.btn-check[disabled]+.wp-block-button__link,
.is-style-btnSuccess>.btn-check[disabled]+.wp-block-button__link,
.is-style-btnSecondary>.btn-check[disabled]+.wp-block-button__link,
.is-style-btnPrimary>.btn-check[disabled]+.wp-block-button__link,
.um.um-login .btn-check[disabled]+.um-button.um-alt,
.um.um-register .btn-check[disabled]+.um-button.um-alt,
.um.um-password .btn-check[disabled]+.um-button.um-alt,
.um.um-login .btn-check[disabled]+#um-submit-btn,
.um.um-register .btn-check[disabled]+#um-submit-btn,
.um.um-password .btn-check[disabled]+#um-submit-btn,
.um-account-main .btn-check[disabled]+a.um-request-button,
.btn-check[disabled]+.um-button#um_account_submit_general,
.btn-check[disabled]+.um-button#um_account_submit_password,
.btn-check[disabled]+.um-button#um_account_submit_privacy,
.btn-check[disabled]+.um-button#um_account_submit_delete,
.btn-check:disabled+.btn,
.is-style-btnDark>.btn-check:disabled+.wp-block-button__link,
.is-style-btnLight>.btn-check:disabled+.wp-block-button__link,
.is-style-btnDanger>.btn-check:disabled+.wp-block-button__link,
.is-style-btnWarning>.btn-check:disabled+.wp-block-button__link,
.is-style-btnInfo>.btn-check:disabled+.wp-block-button__link,
.is-style-btnSuccess>.btn-check:disabled+.wp-block-button__link,
.is-style-btnSecondary>.btn-check:disabled+.wp-block-button__link,
.is-style-btnPrimary>.btn-check:disabled+.wp-block-button__link,
.um.um-login .btn-check:disabled+.um-button.um-alt,
.um.um-register .btn-check:disabled+.um-button.um-alt,
.um.um-password .btn-check:disabled+.um-button.um-alt,
.um.um-login .btn-check:disabled+#um-submit-btn,
.um.um-register .btn-check:disabled+#um-submit-btn,
.um.um-password .btn-check:disabled+#um-submit-btn,
.um-account-main .btn-check:disabled+a.um-request-button,
.btn-check:disabled+.um-button#um_account_submit_general,
.btn-check:disabled+.um-button#um_account_submit_password,
.btn-check:disabled+.um-button#um_account_submit_privacy,
.btn-check:disabled+.um-button#um_account_submit_delete {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #f5f6f6, 0 0 0 .25rem rgba(187, 49, 91, .25);
    box-shadow: 0 0 0 1px #f5f6f6, 0 0 0 .25rem rgba(187, 49, 91, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f6f6, 0 0 0 .25rem rgba(187, 49, 91, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #bb315b;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #ebc1ce
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #bb315b;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #ebc1ce
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.um.um-login .form-floating>input,
.um.um-register .form-floating>input,
.um.um-password .form-floating>input,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control,
.um.um-login .form-floating>input,
.um.um-register .form-floating>input,
.um.um-password .form-floating>input,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder,
.um.um-login .form-floating>input::-webkit-input-placeholder,
.um.um-register .form-floating>input::-webkit-input-placeholder,
.um.um-password .form-floating>input::-webkit-input-placeholder,
.form-floating>.form-control-plaintext::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-moz-placeholder,
.um.um-login .form-floating>input::-moz-placeholder,
.um.um-register .form-floating>input::-moz-placeholder,
.um.um-password .form-floating>input::-moz-placeholder,
.form-floating>.form-control-plaintext::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:-ms-input-placeholder,
.um.um-login .form-floating>input:-ms-input-placeholder,
.um.um-register .form-floating>input:-ms-input-placeholder,
.um.um-password .form-floating>input:-ms-input-placeholder,
.form-floating>.form-control-plaintext:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-ms-input-placeholder,
.um.um-login .form-floating>input::-ms-input-placeholder,
.um.um-register .form-floating>input::-ms-input-placeholder,
.um.um-password .form-floating>input::-ms-input-placeholder,
.form-floating>.form-control-plaintext::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::placeholder,
.um.um-login .form-floating>input::placeholder,
.um.um-register .form-floating>input::placeholder,
.um.um-password .form-floating>input::placeholder,
.form-floating>.form-control-plaintext::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:not(:-moz-placeholder-shown),
.um.um-login .form-floating>input:not(:-moz-placeholder-shown),
.um.um-register .form-floating>input:not(:-moz-placeholder-shown),
.um.um-password .form-floating>input:not(:-moz-placeholder-shown),
.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder),
.um.um-login .form-floating>input:not(:-ms-input-placeholder),
.um.um-register .form-floating>input:not(:-ms-input-placeholder),
.um.um-password .form-floating>input:not(:-ms-input-placeholder),
.form-floating>.form-control-plaintext:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.um.um-login .form-floating>input:focus,
.um.um-register .form-floating>input:focus,
.um.um-password .form-floating>input:focus,
.form-floating>.form-control:not(:placeholder-shown),
.um.um-login .form-floating>input:not(:placeholder-shown),
.um.um-register .form-floating>input:not(:placeholder-shown),
.um.um-password .form-floating>input:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.um.um-login .form-floating>input:-webkit-autofill,
.um.um-register .form-floating>input:-webkit-autofill,
.um.um-password .form-floating>input:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label,
.um.um-login .form-floating>input:not(:-moz-placeholder-shown)~label,
.um.um-register .form-floating>input:not(:-moz-placeholder-shown)~label,
.um.um-password .form-floating>input:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label,
.um.um-login .form-floating>input:not(:-ms-input-placeholder)~label,
.um.um-register .form-floating>input:not(:-ms-input-placeholder)~label,
.um.um-password .form-floating>input:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.um.um-login .form-floating>input:focus~label,
.um.um-register .form-floating>input:focus~label,
.um.um-password .form-floating>input:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.um.um-login .form-floating>input:not(:placeholder-shown)~label,
.um.um-register .form-floating>input:not(:placeholder-shown)~label,
.um.um-password .form-floating>input:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label,
.um.um-login .form-floating>input:-webkit-autofill~label,
.um.um-register .form-floating>input:-webkit-autofill~label,
.um.um-password .form-floating>input:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.um.um-login .input-group>input,
.um.um-register .input-group>input,
.um.um-password .input-group>input,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.um.um-login .input-group>input:focus,
.um.um-register .input-group>input:focus,
.um.um-password .input-group>input:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn,
.input-group .is-style-btnDark>.wp-block-button__link,
.input-group .is-style-btnLight>.wp-block-button__link,
.input-group .is-style-btnDanger>.wp-block-button__link,
.input-group .is-style-btnWarning>.wp-block-button__link,
.input-group .is-style-btnInfo>.wp-block-button__link,
.input-group .is-style-btnSuccess>.wp-block-button__link,
.input-group .is-style-btnSecondary>.wp-block-button__link,
.input-group .is-style-btnPrimary>.wp-block-button__link,
.input-group .um.um-login .um-button.um-alt,
.um.um-login .input-group .um-button.um-alt,
.input-group .um.um-register .um-button.um-alt,
.um.um-register .input-group .um-button.um-alt,
.input-group .um.um-password .um-button.um-alt,
.um.um-password .input-group .um-button.um-alt,
.input-group .um.um-login #um-submit-btn,
.um.um-login .input-group #um-submit-btn,
.input-group .um.um-register #um-submit-btn,
.um.um-register .input-group #um-submit-btn,
.input-group .um.um-password #um-submit-btn,
.um.um-password .input-group #um-submit-btn,
.input-group .um-account-main a.um-request-button,
.um-account-main .input-group a.um-request-button,
.input-group .um-button#um_account_submit_general,
.input-group .um-button#um_account_submit_password,
.input-group .um-button#um_account_submit_privacy,
.input-group .um-button#um_account_submit_delete {
    position: relative;
    z-index: 2
}

.input-group .btn:focus,
.input-group .is-style-btnDark>.wp-block-button__link:focus,
.input-group .is-style-btnLight>.wp-block-button__link:focus,
.input-group .is-style-btnDanger>.wp-block-button__link:focus,
.input-group .is-style-btnWarning>.wp-block-button__link:focus,
.input-group .is-style-btnInfo>.wp-block-button__link:focus,
.input-group .is-style-btnSuccess>.wp-block-button__link:focus,
.input-group .is-style-btnSecondary>.wp-block-button__link:focus,
.input-group .is-style-btnPrimary>.wp-block-button__link:focus,
.input-group .um.um-login .um-button.um-alt:focus,
.um.um-login .input-group .um-button.um-alt:focus,
.input-group .um.um-register .um-button.um-alt:focus,
.um.um-register .input-group .um-button.um-alt:focus,
.input-group .um.um-password .um-button.um-alt:focus,
.um.um-password .input-group .um-button.um-alt:focus,
.input-group .um.um-login #um-submit-btn:focus,
.um.um-login .input-group #um-submit-btn:focus,
.input-group .um.um-register #um-submit-btn:focus,
.um.um-register .input-group #um-submit-btn:focus,
.input-group .um.um-password #um-submit-btn:focus,
.um.um-password .input-group #um-submit-btn:focus,
.input-group .um-account-main a.um-request-button:focus,
.um-account-main .input-group a.um-request-button:focus,
.input-group .um-button#um_account_submit_general:focus,
.input-group .um-button#um_account_submit_password:focus,
.input-group .um-button#um_account_submit_privacy:focus,
.input-group .um-button#um_account_submit_delete:focus {
    z-index: 5
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #606966;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #d8d8d8;
    border-radius: .375rem
}

.input-group-lg>.form-control,
.um.um-login .input-group-lg>input,
.um.um-register .input-group-lg>input,
.um.um-password .input-group-lg>input,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn,
.is-style-btnDark.input-group-lg>.wp-block-button__link,
.is-style-btnLight.input-group-lg>.wp-block-button__link,
.is-style-btnDanger.input-group-lg>.wp-block-button__link,
.is-style-btnWarning.input-group-lg>.wp-block-button__link,
.is-style-btnInfo.input-group-lg>.wp-block-button__link,
.is-style-btnSuccess.input-group-lg>.wp-block-button__link,
.is-style-btnSecondary.input-group-lg>.wp-block-button__link,
.is-style-btnPrimary.input-group-lg>.wp-block-button__link,
.um.um-login .input-group-lg>.um-button.um-alt,
.um.um-register .input-group-lg>.um-button.um-alt,
.um.um-password .input-group-lg>.um-button.um-alt,
.um.um-login .input-group-lg>#um-submit-btn,
.um.um-register .input-group-lg>#um-submit-btn,
.um.um-password .input-group-lg>#um-submit-btn,
.um-account-main .input-group-lg>a.um-request-button,
.input-group-lg>.um-button#um_account_submit_general,
.input-group-lg>.um-button#um_account_submit_password,
.input-group-lg>.um-button#um_account_submit_privacy,
.input-group-lg>.um-button#um_account_submit_delete {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    border-radius: .5rem
}

.input-group-sm>.form-control,
.um.um-login .input-group-sm>input,
.um.um-register .input-group-sm>input,
.um.um-password .input-group-sm>input,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn,
.is-style-btnDark.input-group-sm>.wp-block-button__link,
.is-style-btnLight.input-group-sm>.wp-block-button__link,
.is-style-btnDanger.input-group-sm>.wp-block-button__link,
.is-style-btnWarning.input-group-sm>.wp-block-button__link,
.is-style-btnInfo.input-group-sm>.wp-block-button__link,
.is-style-btnSuccess.input-group-sm>.wp-block-button__link,
.is-style-btnSecondary.input-group-sm>.wp-block-button__link,
.is-style-btnPrimary.input-group-sm>.wp-block-button__link,
.um.um-login .input-group-sm>.um-button.um-alt,
.um.um-register .input-group-sm>.um-button.um-alt,
.um.um-password .input-group-sm>.um-button.um-alt,
.um.um-login .input-group-sm>#um-submit-btn,
.um.um-register .input-group-sm>#um-submit-btn,
.um.um-password .input-group-sm>#um-submit-btn,
.um-account-main .input-group-sm>a.um-request-button,
.input-group-sm>.um-button#um_account_submit_general,
.input-group-sm>.um-button#um_account_submit_password,
.input-group-sm>.um-button#um_account_submit_privacy,
.input-group-sm>.um-button#um_account_submit_delete {
    padding: .25rem .5rem;
    font-size: 0.7875rem;
    border-radius: .25rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.um.um-login .input-group:not(.has-validation)>.form-floating:not(:last-child)>input,
.um.um-register .input-group:not(.has-validation)>.form-floating:not(:last-child)>input,
.um.um-password .input-group:not(.has-validation)>.form-floating:not(:last-child)>input,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.um.um-login .input-group.has-validation>.form-floating:nth-last-child(n+3)>input,
.um.um-register .input-group.has-validation>.form-floating:nth-last-child(n+3)>input,
.um.um-password .input-group.has-validation>.form-floating:nth-last-child(n+3)>input,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.um.um-login .input-group>.form-floating:not(:first-child)>input,
.um.um-register .input-group>.form-floating:not(:first-child)>input,
.um.um-password .input-group>.form-floating:not(:first-child)>input,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.7875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .375rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.was-validated .um.um-login input:valid,
.um.um-login .was-validated input:valid,
.was-validated .um.um-register input:valid,
.um.um-register .was-validated input:valid,
.was-validated .um.um-password input:valid,
.um.um-password .was-validated input:valid,
.form-control.is-valid,
.um.um-login input.is-valid,
.um.um-register input.is-valid,
.um.um-password input.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.was-validated .um.um-login input:valid:focus,
.um.um-login .was-validated input:valid:focus,
.was-validated .um.um-register input:valid:focus,
.um.um-register .was-validated input:valid:focus,
.was-validated .um.um-password input:valid:focus,
.um.um-password .was-validated input:valid:focus,
.form-control.is-valid:focus,
.um.um-login input.is-valid:focus,
.um.um-register input.is-valid:focus,
.um.um-password input.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .um.um-login .input-group>input:not(:focus):valid,
.um.um-login .was-validated .input-group>input:not(:focus):valid,
.was-validated .um.um-register .input-group>input:not(:focus):valid,
.um.um-register .was-validated .input-group>input:not(:focus):valid,
.was-validated .um.um-password .input-group>input:not(:focus):valid,
.um.um-password .was-validated .input-group>input:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.um.um-login .input-group>input:not(:focus).is-valid,
.um.um-register .input-group>input:not(:focus).is-valid,
.um.um-password .input-group>input:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.invalid-feedback,
form .invalid-size {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.7875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .375rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated form :invalid~.invalid-size,
form .was-validated :invalid~.invalid-size,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
form .is-invalid~.invalid-size,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.was-validated .um.um-login input:invalid,
.um.um-login .was-validated input:invalid,
.was-validated .um.um-register input:invalid,
.um.um-register .was-validated input:invalid,
.was-validated .um.um-password input:invalid,
.um.um-password .was-validated input:invalid,
.form-control.is-invalid,
.um.um-login input.is-invalid,
.um.um-register input.is-invalid,
.um.um-password input.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.was-validated .um.um-login input:invalid:focus,
.um.um-login .was-validated input:invalid:focus,
.was-validated .um.um-register input:invalid:focus,
.um.um-register .was-validated input:invalid:focus,
.was-validated .um.um-password input:invalid:focus,
.um.um-password .was-validated input:invalid:focus,
.form-control.is-invalid:focus,
.um.um-login input.is-invalid:focus,
.um.um-register input.is-invalid:focus,
.um.um-password input.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback,
.form-check-inline form .form-check-input~.invalid-size,
form .form-check-inline .form-check-input~.invalid-size {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .um.um-login .input-group>input:not(:focus):invalid,
.um.um-login .was-validated .input-group>input:not(:focus):invalid,
.was-validated .um.um-register .input-group>input:not(:focus):invalid,
.um.um-register .was-validated .input-group>input:not(:focus):invalid,
.was-validated .um.um-password .input-group>input:not(:focus):invalid,
.um.um-password .was-validated .input-group>input:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.um.um-login .input-group>input:not(:focus).is-invalid,
.um.um-register .input-group>input:not(:focus).is-invalid,
.um.um-password .input-group>input:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn,
.is-style-btnDark>.wp-block-button__link,
.is-style-btnLight>.wp-block-button__link,
.is-style-btnDanger>.wp-block-button__link,
.is-style-btnWarning>.wp-block-button__link,
.is-style-btnInfo>.wp-block-button__link,
.is-style-btnSuccess>.wp-block-button__link,
.is-style-btnSecondary>.wp-block-button__link,
.is-style-btnPrimary>.wp-block-button__link,
.um.um-login .um-button.um-alt,
.um.um-register .um-button.um-alt,
.um.um-password .um-button.um-alt,
.um.um-login #um-submit-btn,
.um.um-register #um-submit-btn,
.um.um-password #um-submit-btn,
.um-account-main a.um-request-button,
.um-button#um_account_submit_general,
.um-button#um_account_submit_password,
.um-button#um_account_submit_privacy,
.um-button#um_account_submit_delete {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: Blinker, sans-serif;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #606966;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(19, 35, 30, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .btn,
    .is-style-btnDark>.wp-block-button__link,
    .is-style-btnLight>.wp-block-button__link,
    .is-style-btnDanger>.wp-block-button__link,
    .is-style-btnWarning>.wp-block-button__link,
    .is-style-btnInfo>.wp-block-button__link,
    .is-style-btnSuccess>.wp-block-button__link,
    .is-style-btnSecondary>.wp-block-button__link,
    .is-style-btnPrimary>.wp-block-button__link,
    .um.um-login .um-button.um-alt,
    .um.um-register .um-button.um-alt,
    .um.um-password .um-button.um-alt,
    .um.um-login #um-submit-btn,
    .um.um-register #um-submit-btn,
    .um.um-password #um-submit-btn,
    .um-account-main a.um-request-button,
    .um-button#um_account_submit_general,
    .um-button#um_account_submit_password,
    .um-button#um_account_submit_privacy,
    .um-button#um_account_submit_delete {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover,
.is-style-btnDark>.wp-block-button__link:hover,
.is-style-btnLight>.wp-block-button__link:hover,
.is-style-btnDanger>.wp-block-button__link:hover,
.is-style-btnWarning>.wp-block-button__link:hover,
.is-style-btnInfo>.wp-block-button__link:hover,
.is-style-btnSuccess>.wp-block-button__link:hover,
.is-style-btnSecondary>.wp-block-button__link:hover,
.is-style-btnPrimary>.wp-block-button__link:hover,
.um.um-login .um-button.um-alt:hover,
.um.um-register .um-button.um-alt:hover,
.um.um-password .um-button.um-alt:hover,
.um.um-login #um-submit-btn:hover,
.um.um-register #um-submit-btn:hover,
.um.um-password #um-submit-btn:hover,
.um-account-main a.um-request-button:hover,
.um-button#um_account_submit_general:hover,
.um-button#um_account_submit_password:hover,
.um-button#um_account_submit_privacy:hover,
.um-button#um_account_submit_delete:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover,
.is-style-btnDark>.btn-check+.wp-block-button__link:hover,
.is-style-btnLight>.btn-check+.wp-block-button__link:hover,
.is-style-btnDanger>.btn-check+.wp-block-button__link:hover,
.is-style-btnWarning>.btn-check+.wp-block-button__link:hover,
.is-style-btnInfo>.btn-check+.wp-block-button__link:hover,
.is-style-btnSuccess>.btn-check+.wp-block-button__link:hover,
.is-style-btnSecondary>.btn-check+.wp-block-button__link:hover,
.is-style-btnPrimary>.btn-check+.wp-block-button__link:hover,
.um.um-login .btn-check+.um-button.um-alt:hover,
.um.um-register .btn-check+.um-button.um-alt:hover,
.um.um-password .btn-check+.um-button.um-alt:hover,
.um.um-login .btn-check+#um-submit-btn:hover,
.um.um-register .btn-check+#um-submit-btn:hover,
.um.um-password .btn-check+#um-submit-btn:hover,
.um-account-main .btn-check+a.um-request-button:hover,
.btn-check+.um-button#um_account_submit_general:hover,
.btn-check+.um-button#um_account_submit_password:hover,
.btn-check+.um-button#um_account_submit_privacy:hover,
.btn-check+.um-button#um_account_submit_delete:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible,
.is-style-btnDark>.wp-block-button__link:focus-visible,
.is-style-btnLight>.wp-block-button__link:focus-visible,
.is-style-btnDanger>.wp-block-button__link:focus-visible,
.is-style-btnWarning>.wp-block-button__link:focus-visible,
.is-style-btnInfo>.wp-block-button__link:focus-visible,
.is-style-btnSuccess>.wp-block-button__link:focus-visible,
.is-style-btnSecondary>.wp-block-button__link:focus-visible,
.is-style-btnPrimary>.wp-block-button__link:focus-visible,
.um.um-login .um-button.um-alt:focus-visible,
.um.um-register .um-button.um-alt:focus-visible,
.um.um-password .um-button.um-alt:focus-visible,
.um.um-login #um-submit-btn:focus-visible,
.um.um-register #um-submit-btn:focus-visible,
.um.um-password #um-submit-btn:focus-visible,
.um-account-main a.um-request-button:focus-visible,
.um-button#um_account_submit_general:focus-visible,
.um-button#um_account_submit_password:focus-visible,
.um-button#um_account_submit_privacy:focus-visible,
.um-button#um_account_submit_delete:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn,
.is-style-btnDark>.btn-check:focus-visible+.wp-block-button__link,
.is-style-btnLight>.btn-check:focus-visible+.wp-block-button__link,
.is-style-btnDanger>.btn-check:focus-visible+.wp-block-button__link,
.is-style-btnWarning>.btn-check:focus-visible+.wp-block-button__link,
.is-style-btnInfo>.btn-check:focus-visible+.wp-block-button__link,
.is-style-btnSuccess>.btn-check:focus-visible+.wp-block-button__link,
.is-style-btnSecondary>.btn-check:focus-visible+.wp-block-button__link,
.is-style-btnPrimary>.btn-check:focus-visible+.wp-block-button__link,
.um.um-login .btn-check:focus-visible+.um-button.um-alt,
.um.um-register .btn-check:focus-visible+.um-button.um-alt,
.um.um-password .btn-check:focus-visible+.um-button.um-alt,
.um.um-login .btn-check:focus-visible+#um-submit-btn,
.um.um-register .btn-check:focus-visible+#um-submit-btn,
.um.um-password .btn-check:focus-visible+#um-submit-btn,
.um-account-main .btn-check:focus-visible+a.um-request-button,
.btn-check:focus-visible+.um-button#um_account_submit_general,
.btn-check:focus-visible+.um-button#um_account_submit_password,
.btn-check:focus-visible+.um-button#um_account_submit_privacy,
.btn-check:focus-visible+.um-button#um_account_submit_delete {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
.is-style-btnDark>.btn-check:checked+.wp-block-button__link,
.is-style-btnLight>.btn-check:checked+.wp-block-button__link,
.is-style-btnDanger>.btn-check:checked+.wp-block-button__link,
.is-style-btnWarning>.btn-check:checked+.wp-block-button__link,
.is-style-btnInfo>.btn-check:checked+.wp-block-button__link,
.is-style-btnSuccess>.btn-check:checked+.wp-block-button__link,
.is-style-btnSecondary>.btn-check:checked+.wp-block-button__link,
.is-style-btnPrimary>.btn-check:checked+.wp-block-button__link,
.um.um-login .btn-check:checked+.um-button.um-alt,
.um.um-register .btn-check:checked+.um-button.um-alt,
.um.um-password .btn-check:checked+.um-button.um-alt,
.um.um-login .btn-check:checked+#um-submit-btn,
.um.um-register .btn-check:checked+#um-submit-btn,
.um.um-password .btn-check:checked+#um-submit-btn,
.um-account-main .btn-check:checked+a.um-request-button,
.btn-check:checked+.um-button#um_account_submit_general,
.btn-check:checked+.um-button#um_account_submit_password,
.btn-check:checked+.um-button#um_account_submit_privacy,
.btn-check:checked+.um-button#um_account_submit_delete,
:not(.btn-check)+.btn:active,
.is-style-btnDark>:not(.btn-check)+.wp-block-button__link:active,
.is-style-btnLight>:not(.btn-check)+.wp-block-button__link:active,
.is-style-btnDanger>:not(.btn-check)+.wp-block-button__link:active,
.is-style-btnWarning>:not(.btn-check)+.wp-block-button__link:active,
.is-style-btnInfo>:not(.btn-check)+.wp-block-button__link:active,
.is-style-btnSuccess>:not(.btn-check)+.wp-block-button__link:active,
.is-style-btnSecondary>:not(.btn-check)+.wp-block-button__link:active,
.is-style-btnPrimary>:not(.btn-check)+.wp-block-button__link:active,
.um.um-login :not(.btn-check)+.um-button.um-alt:active,
.um.um-register :not(.btn-check)+.um-button.um-alt:active,
.um.um-password :not(.btn-check)+.um-button.um-alt:active,
.um.um-login :not(.btn-check)+#um-submit-btn:active,
.um.um-register :not(.btn-check)+#um-submit-btn:active,
.um.um-password :not(.btn-check)+#um-submit-btn:active,
.um-account-main :not(.btn-check)+a.um-request-button:active,
:not(.btn-check)+.um-button#um_account_submit_general:active,
:not(.btn-check)+.um-button#um_account_submit_password:active,
:not(.btn-check)+.um-button#um_account_submit_privacy:active,
:not(.btn-check)+.um-button#um_account_submit_delete:active,
.btn:first-child:active,
.is-style-btnDark>.wp-block-button__link:first-child:active,
.is-style-btnLight>.wp-block-button__link:first-child:active,
.is-style-btnDanger>.wp-block-button__link:first-child:active,
.is-style-btnWarning>.wp-block-button__link:first-child:active,
.is-style-btnInfo>.wp-block-button__link:first-child:active,
.is-style-btnSuccess>.wp-block-button__link:first-child:active,
.is-style-btnSecondary>.wp-block-button__link:first-child:active,
.is-style-btnPrimary>.wp-block-button__link:first-child:active,
.um.um-login .um-button.um-alt:first-child:active,
.um.um-register .um-button.um-alt:first-child:active,
.um.um-password .um-button.um-alt:first-child:active,
.um.um-login #um-submit-btn:first-child:active,
.um.um-register #um-submit-btn:first-child:active,
.um.um-password #um-submit-btn:first-child:active,
.um-account-main a.um-request-button:first-child:active,
.um-button#um_account_submit_general:first-child:active,
.um-button#um_account_submit_password:first-child:active,
.um-button#um_account_submit_privacy:first-child:active,
.um-button#um_account_submit_delete:first-child:active,
.btn.active,
.is-style-btnDark>.active.wp-block-button__link,
.is-style-btnLight>.active.wp-block-button__link,
.is-style-btnDanger>.active.wp-block-button__link,
.is-style-btnWarning>.active.wp-block-button__link,
.is-style-btnInfo>.active.wp-block-button__link,
.is-style-btnSuccess>.active.wp-block-button__link,
.is-style-btnSecondary>.active.wp-block-button__link,
.is-style-btnPrimary>.active.wp-block-button__link,
.um.um-login .active.um-button.um-alt,
.um.um-register .active.um-button.um-alt,
.um.um-password .active.um-button.um-alt,
.um.um-login .active#um-submit-btn,
.um.um-register .active#um-submit-btn,
.um.um-password .active#um-submit-btn,
.um-account-main a.active.um-request-button,
.active.um-button#um_account_submit_general,
.active.um-button#um_account_submit_password,
.active.um-button#um_account_submit_privacy,
.active.um-button#um_account_submit_delete,
.btn.show,
.is-style-btnDark>.show.wp-block-button__link,
.is-style-btnLight>.show.wp-block-button__link,
.is-style-btnDanger>.show.wp-block-button__link,
.is-style-btnWarning>.show.wp-block-button__link,
.is-style-btnInfo>.show.wp-block-button__link,
.is-style-btnSuccess>.show.wp-block-button__link,
.is-style-btnSecondary>.show.wp-block-button__link,
.is-style-btnPrimary>.show.wp-block-button__link,
.um.um-login .show.um-button.um-alt,
.um.um-register .show.um-button.um-alt,
.um.um-password .show.um-button.um-alt,
.um.um-login .show#um-submit-btn,
.um.um-register .show#um-submit-btn,
.um.um-password .show#um-submit-btn,
.um-account-main a.show.um-request-button,
.show.um-button#um_account_submit_general,
.show.um-button#um_account_submit_password,
.show.um-button#um_account_submit_privacy,
.show.um-button#um_account_submit_delete {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.is-style-btnDark>.btn-check:checked+.wp-block-button__link:focus-visible,
.is-style-btnLight>.btn-check:checked+.wp-block-button__link:focus-visible,
.is-style-btnDanger>.btn-check:checked+.wp-block-button__link:focus-visible,
.is-style-btnWarning>.btn-check:checked+.wp-block-button__link:focus-visible,
.is-style-btnInfo>.btn-check:checked+.wp-block-button__link:focus-visible,
.is-style-btnSuccess>.btn-check:checked+.wp-block-button__link:focus-visible,
.is-style-btnSecondary>.btn-check:checked+.wp-block-button__link:focus-visible,
.is-style-btnPrimary>.btn-check:checked+.wp-block-button__link:focus-visible,
.um.um-login .btn-check:checked+.um-button.um-alt:focus-visible,
.um.um-register .btn-check:checked+.um-button.um-alt:focus-visible,
.um.um-password .btn-check:checked+.um-button.um-alt:focus-visible,
.um.um-login .btn-check:checked+#um-submit-btn:focus-visible,
.um.um-register .btn-check:checked+#um-submit-btn:focus-visible,
.um.um-password .btn-check:checked+#um-submit-btn:focus-visible,
.um-account-main .btn-check:checked+a.um-request-button:focus-visible,
.btn-check:checked+.um-button#um_account_submit_general:focus-visible,
.btn-check:checked+.um-button#um_account_submit_password:focus-visible,
.btn-check:checked+.um-button#um_account_submit_privacy:focus-visible,
.btn-check:checked+.um-button#um_account_submit_delete:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.is-style-btnDark>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.is-style-btnLight>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.is-style-btnDanger>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.is-style-btnWarning>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.is-style-btnInfo>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.is-style-btnSuccess>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.is-style-btnSecondary>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.is-style-btnPrimary>:not(.btn-check)+.wp-block-button__link:active:focus-visible,
.um.um-login :not(.btn-check)+.um-button.um-alt:active:focus-visible,
.um.um-register :not(.btn-check)+.um-button.um-alt:active:focus-visible,
.um.um-password :not(.btn-check)+.um-button.um-alt:active:focus-visible,
.um.um-login :not(.btn-check)+#um-submit-btn:active:focus-visible,
.um.um-register :not(.btn-check)+#um-submit-btn:active:focus-visible,
.um.um-password :not(.btn-check)+#um-submit-btn:active:focus-visible,
.um-account-main :not(.btn-check)+a.um-request-button:active:focus-visible,
:not(.btn-check)+.um-button#um_account_submit_general:active:focus-visible,
:not(.btn-check)+.um-button#um_account_submit_password:active:focus-visible,
:not(.btn-check)+.um-button#um_account_submit_privacy:active:focus-visible,
:not(.btn-check)+.um-button#um_account_submit_delete:active:focus-visible,
.btn:first-child:active:focus-visible,
.is-style-btnDark>.wp-block-button__link:first-child:active:focus-visible,
.is-style-btnLight>.wp-block-button__link:first-child:active:focus-visible,
.is-style-btnDanger>.wp-block-button__link:first-child:active:focus-visible,
.is-style-btnWarning>.wp-block-button__link:first-child:active:focus-visible,
.is-style-btnInfo>.wp-block-button__link:first-child:active:focus-visible,
.is-style-btnSuccess>.wp-block-button__link:first-child:active:focus-visible,
.is-style-btnSecondary>.wp-block-button__link:first-child:active:focus-visible,
.is-style-btnPrimary>.wp-block-button__link:first-child:active:focus-visible,
.um.um-login .um-button.um-alt:first-child:active:focus-visible,
.um.um-register .um-button.um-alt:first-child:active:focus-visible,
.um.um-password .um-button.um-alt:first-child:active:focus-visible,
.um.um-login #um-submit-btn:first-child:active:focus-visible,
.um.um-register #um-submit-btn:first-child:active:focus-visible,
.um.um-password #um-submit-btn:first-child:active:focus-visible,
.um-account-main a.um-request-button:first-child:active:focus-visible,
.um-button#um_account_submit_general:first-child:active:focus-visible,
.um-button#um_account_submit_password:first-child:active:focus-visible,
.um-button#um_account_submit_privacy:first-child:active:focus-visible,
.um-button#um_account_submit_delete:first-child:active:focus-visible,
.btn.active:focus-visible,
.is-style-btnDark>.active.wp-block-button__link:focus-visible,
.is-style-btnLight>.active.wp-block-button__link:focus-visible,
.is-style-btnDanger>.active.wp-block-button__link:focus-visible,
.is-style-btnWarning>.active.wp-block-button__link:focus-visible,
.is-style-btnInfo>.active.wp-block-button__link:focus-visible,
.is-style-btnSuccess>.active.wp-block-button__link:focus-visible,
.is-style-btnSecondary>.active.wp-block-button__link:focus-visible,
.is-style-btnPrimary>.active.wp-block-button__link:focus-visible,
.um.um-login .active.um-button.um-alt:focus-visible,
.um.um-register .active.um-button.um-alt:focus-visible,
.um.um-password .active.um-button.um-alt:focus-visible,
.um.um-login .active#um-submit-btn:focus-visible,
.um.um-register .active#um-submit-btn:focus-visible,
.um.um-password .active#um-submit-btn:focus-visible,
.um-account-main a.active.um-request-button:focus-visible,
.active.um-button#um_account_submit_general:focus-visible,
.active.um-button#um_account_submit_password:focus-visible,
.active.um-button#um_account_submit_privacy:focus-visible,
.active.um-button#um_account_submit_delete:focus-visible,
.btn.show:focus-visible,
.is-style-btnDark>.show.wp-block-button__link:focus-visible,
.is-style-btnLight>.show.wp-block-button__link:focus-visible,
.is-style-btnDanger>.show.wp-block-button__link:focus-visible,
.is-style-btnWarning>.show.wp-block-button__link:focus-visible,
.is-style-btnInfo>.show.wp-block-button__link:focus-visible,
.is-style-btnSuccess>.show.wp-block-button__link:focus-visible,
.is-style-btnSecondary>.show.wp-block-button__link:focus-visible,
.is-style-btnPrimary>.show.wp-block-button__link:focus-visible,
.um.um-login .show.um-button.um-alt:focus-visible,
.um.um-register .show.um-button.um-alt:focus-visible,
.um.um-password .show.um-button.um-alt:focus-visible,
.um.um-login .show#um-submit-btn:focus-visible,
.um.um-register .show#um-submit-btn:focus-visible,
.um.um-password .show#um-submit-btn:focus-visible,
.um-account-main a.show.um-request-button:focus-visible,
.show.um-button#um_account_submit_general:focus-visible,
.show.um-button#um_account_submit_password:focus-visible,
.show.um-button#um_account_submit_privacy:focus-visible,
.show.um-button#um_account_submit_delete:focus-visible {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.is-style-btnDark>.wp-block-button__link:disabled,
.is-style-btnLight>.wp-block-button__link:disabled,
.is-style-btnDanger>.wp-block-button__link:disabled,
.is-style-btnWarning>.wp-block-button__link:disabled,
.is-style-btnInfo>.wp-block-button__link:disabled,
.is-style-btnSuccess>.wp-block-button__link:disabled,
.is-style-btnSecondary>.wp-block-button__link:disabled,
.is-style-btnPrimary>.wp-block-button__link:disabled,
.um.um-login .um-button.um-alt:disabled,
.um.um-register .um-button.um-alt:disabled,
.um.um-password .um-button.um-alt:disabled,
.um.um-login #um-submit-btn:disabled,
.um.um-register #um-submit-btn:disabled,
.um.um-password #um-submit-btn:disabled,
.um-account-main a.um-request-button:disabled,
.um-button#um_account_submit_general:disabled,
.um-button#um_account_submit_password:disabled,
.um-button#um_account_submit_privacy:disabled,
.um-button#um_account_submit_delete:disabled,
.btn.disabled,
.is-style-btnDark>.disabled.wp-block-button__link,
.is-style-btnLight>.disabled.wp-block-button__link,
.is-style-btnDanger>.disabled.wp-block-button__link,
.is-style-btnWarning>.disabled.wp-block-button__link,
.is-style-btnInfo>.disabled.wp-block-button__link,
.is-style-btnSuccess>.disabled.wp-block-button__link,
.is-style-btnSecondary>.disabled.wp-block-button__link,
.is-style-btnPrimary>.disabled.wp-block-button__link,
.um.um-login .disabled.um-button.um-alt,
.um.um-register .disabled.um-button.um-alt,
.um.um-password .disabled.um-button.um-alt,
.um.um-login .disabled#um-submit-btn,
.um.um-register .disabled#um-submit-btn,
.um.um-password .disabled#um-submit-btn,
.um-account-main a.disabled.um-request-button,
.disabled.um-button#um_account_submit_general,
.disabled.um-button#um_account_submit_password,
.disabled.um-button#um_account_submit_privacy,
.disabled.um-button#um_account_submit_delete,
fieldset:disabled .btn,
fieldset:disabled .is-style-btnDark>.wp-block-button__link,
fieldset:disabled .is-style-btnLight>.wp-block-button__link,
fieldset:disabled .is-style-btnDanger>.wp-block-button__link,
fieldset:disabled .is-style-btnWarning>.wp-block-button__link,
fieldset:disabled .is-style-btnInfo>.wp-block-button__link,
fieldset:disabled .is-style-btnSuccess>.wp-block-button__link,
fieldset:disabled .is-style-btnSecondary>.wp-block-button__link,
fieldset:disabled .is-style-btnPrimary>.wp-block-button__link,
fieldset:disabled .um.um-login .um-button.um-alt,
.um.um-login fieldset:disabled .um-button.um-alt,
fieldset:disabled .um.um-register .um-button.um-alt,
.um.um-register fieldset:disabled .um-button.um-alt,
fieldset:disabled .um.um-password .um-button.um-alt,
.um.um-password fieldset:disabled .um-button.um-alt,
fieldset:disabled .um.um-login #um-submit-btn,
.um.um-login fieldset:disabled #um-submit-btn,
fieldset:disabled .um.um-register #um-submit-btn,
.um.um-register fieldset:disabled #um-submit-btn,
fieldset:disabled .um.um-password #um-submit-btn,
.um.um-password fieldset:disabled #um-submit-btn,
fieldset:disabled .um-account-main a.um-request-button,
.um-account-main fieldset:disabled a.um-request-button,
fieldset:disabled .um-button#um_account_submit_general,
fieldset:disabled .um-button#um_account_submit_password,
fieldset:disabled .um-button#um_account_submit_privacy,
fieldset:disabled .um-button#um_account_submit_delete {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary,
.is-style-btnPrimary>.wp-block-button__link,
.um.um-login #um-submit-btn,
.um.um-register #um-submit-btn,
.um.um-password #um-submit-btn,
.um-account-main a.um-request-button,
.um-button#um_account_submit_general,
.um-button#um_account_submit_password,
.um-button#um_account_submit_privacy,
.um-button#um_account_submit_delete {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bb315b;
    --bs-btn-border-color: #bb315b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9f2a4d;
    --bs-btn-hover-border-color: #962749;
    --bs-btn-focus-shadow-rgb: 197, 80, 116;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #962749;
    --bs-btn-active-border-color: #8c2544;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bb315b;
    --bs-btn-disabled-border-color: #bb315b
}

.btn-secondary,
.is-style-btnSecondary>.wp-block-button__link {
    --bs-btn-color: #fff;
    --bs-btn-bg: #606966;
    --bs-btn-border-color: #606966;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #525957;
    --bs-btn-hover-border-color: #4d5452;
    --bs-btn-focus-shadow-rgb: 120, 128, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5452;
    --bs-btn-active-border-color: #484f4d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #606966;
    --bs-btn-disabled-border-color: #606966
}

.btn-success,
.is-style-btnSuccess>.wp-block-button__link {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info,
.is-style-btnInfo>.wp-block-button__link {
    --bs-btn-color: #13231e;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 14, 177, 209;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #13231e;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning,
.is-style-btnWarning>.wp-block-button__link {
    --bs-btn-color: #13231e;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 220, 169, 10;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #13231e;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger,
.is-style-btnDanger>.wp-block-button__link {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light,
.is-style-btnLight>.wp-block-button__link {
    --bs-btn-color: #13231e;
    --bs-btn-bg: #f5f6f6;
    --bs-btn-border-color: #f5f6f6;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #d0d1d1;
    --bs-btn-hover-border-color: #c4c5c5;
    --bs-btn-focus-shadow-rgb: 211, 214, 214;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #c4c5c5;
    --bs-btn-active-border-color: #b8b9b9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #13231e;
    --bs-btn-disabled-bg: #f5f6f6;
    --bs-btn-disabled-border-color: #f5f6f6
}

.btn-dark,
.is-style-btnDark>.wp-block-button__link,
.um.um-login .um-button.um-alt,
.um.um-register .um-button.um-alt,
.um.um-password .um-button.um-alt {
    --bs-btn-color: #13231e;
    --bs-btn-bg: #d8d8d8;
    --bs-btn-border-color: #d8d8d8;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #dedede;
    --bs-btn-hover-border-color: gainsboro;
    --bs-btn-focus-shadow-rgb: 186, 189, 188;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #e0e0e0;
    --bs-btn-active-border-color: gainsboro;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #13231e;
    --bs-btn-disabled-bg: #d8d8d8;
    --bs-btn-disabled-border-color: #d8d8d8
}

.btn-outline-primary {
    --bs-btn-color: #bb315b;
    --bs-btn-border-color: #bb315b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb315b;
    --bs-btn-hover-border-color: #bb315b;
    --bs-btn-focus-shadow-rgb: 187, 49, 91;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bb315b;
    --bs-btn-active-border-color: #bb315b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #bb315b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bb315b;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #606966;
    --bs-btn-border-color: #606966;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #606966;
    --bs-btn-hover-border-color: #606966;
    --bs-btn-focus-shadow-rgb: 96, 105, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #606966;
    --bs-btn-active-border-color: #606966;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #606966;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #606966;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f5f6f6;
    --bs-btn-border-color: #f5f6f6;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #f5f6f6;
    --bs-btn-hover-border-color: #f5f6f6;
    --bs-btn-focus-shadow-rgb: 245, 246, 246;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #f5f6f6;
    --bs-btn-active-border-color: #f5f6f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #f5f6f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5f6f6;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #d8d8d8;
    --bs-btn-border-color: #d8d8d8;
    --bs-btn-hover-color: #13231e;
    --bs-btn-hover-bg: #d8d8d8;
    --bs-btn-hover-border-color: #d8d8d8;
    --bs-btn-focus-shadow-rgb: 216, 216, 216;
    --bs-btn-active-color: #13231e;
    --bs-btn-active-bg: #d8d8d8;
    --bs-btn-active-border-color: #d8d8d8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #d8d8d8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d8d8d8;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #606966;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 197, 80, 116;
    text-decoration: none
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn,
.is-style-btnDark.btn-group-lg>.wp-block-button__link,
.is-style-btnLight.btn-group-lg>.wp-block-button__link,
.is-style-btnDanger.btn-group-lg>.wp-block-button__link,
.is-style-btnWarning.btn-group-lg>.wp-block-button__link,
.is-style-btnInfo.btn-group-lg>.wp-block-button__link,
.is-style-btnSuccess.btn-group-lg>.wp-block-button__link,
.is-style-btnSecondary.btn-group-lg>.wp-block-button__link,
.is-style-btnPrimary.btn-group-lg>.wp-block-button__link,
.um.um-login .btn-group-lg>.um-button.um-alt,
.um.um-register .btn-group-lg>.um-button.um-alt,
.um.um-password .btn-group-lg>.um-button.um-alt,
.um.um-login .btn-group-lg>#um-submit-btn,
.um.um-register .btn-group-lg>#um-submit-btn,
.um.um-password .btn-group-lg>#um-submit-btn,
.um-account-main .btn-group-lg>a.um-request-button,
.btn-group-lg>.um-button#um_account_submit_general,
.btn-group-lg>.um-button#um_account_submit_password,
.btn-group-lg>.um-button#um_account_submit_privacy,
.btn-group-lg>.um-button#um_account_submit_delete {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.125rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-sm,
.btn-group-sm>.btn,
.is-style-btnDark.btn-group-sm>.wp-block-button__link,
.is-style-btnLight.btn-group-sm>.wp-block-button__link,
.is-style-btnDanger.btn-group-sm>.wp-block-button__link,
.is-style-btnWarning.btn-group-sm>.wp-block-button__link,
.is-style-btnInfo.btn-group-sm>.wp-block-button__link,
.is-style-btnSuccess.btn-group-sm>.wp-block-button__link,
.is-style-btnSecondary.btn-group-sm>.wp-block-button__link,
.is-style-btnPrimary.btn-group-sm>.wp-block-button__link,
.um.um-login .btn-group-sm>.um-button.um-alt,
.um.um-register .btn-group-sm>.um-button.um-alt,
.um.um-password .btn-group-sm>.um-button.um-alt,
.um.um-login .btn-group-sm>#um-submit-btn,
.um.um-register .btn-group-sm>#um-submit-btn,
.um.um-password .btn-group-sm>#um-submit-btn,
.um-account-main .btn-group-sm>a.um-request-button,
.btn-group-sm>.um-button#um_account_submit_general,
.btn-group-sm>.um-button#um_account_submit_password,
.btn-group-sm>.um-button#um_account_submit_privacy,
.btn-group-sm>.um-button#um_account_submit_delete {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.7875rem;
    --bs-btn-border-radius: 0.25rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.9rem;
    --bs-dropdown-color: #606966;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0rem 1rem rgba(187, 49, 91, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #bb315b;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #606966;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.7875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #bb315b;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.is-style-btnDark.btn-group>.wp-block-button__link,
.is-style-btnLight.btn-group>.wp-block-button__link,
.is-style-btnDanger.btn-group>.wp-block-button__link,
.is-style-btnWarning.btn-group>.wp-block-button__link,
.is-style-btnInfo.btn-group>.wp-block-button__link,
.is-style-btnSuccess.btn-group>.wp-block-button__link,
.is-style-btnSecondary.btn-group>.wp-block-button__link,
.is-style-btnPrimary.btn-group>.wp-block-button__link,
.um.um-login .btn-group>.um-button.um-alt,
.um.um-register .btn-group>.um-button.um-alt,
.um.um-password .btn-group>.um-button.um-alt,
.um.um-login .btn-group>#um-submit-btn,
.um.um-register .btn-group>#um-submit-btn,
.um.um-password .btn-group>#um-submit-btn,
.um-account-main .btn-group>a.um-request-button,
.btn-group>.um-button#um_account_submit_general,
.btn-group>.um-button#um_account_submit_password,
.btn-group>.um-button#um_account_submit_privacy,
.btn-group>.um-button#um_account_submit_delete,
.btn-group-vertical>.btn,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link,
.um.um-login .btn-group-vertical>.um-button.um-alt,
.um.um-register .btn-group-vertical>.um-button.um-alt,
.um.um-password .btn-group-vertical>.um-button.um-alt,
.um.um-login .btn-group-vertical>#um-submit-btn,
.um.um-register .btn-group-vertical>#um-submit-btn,
.um.um-password .btn-group-vertical>#um-submit-btn,
.um-account-main .btn-group-vertical>a.um-request-button,
.btn-group-vertical>.um-button#um_account_submit_general,
.btn-group-vertical>.um-button#um_account_submit_password,
.btn-group-vertical>.um-button#um_account_submit_privacy,
.btn-group-vertical>.um-button#um_account_submit_delete {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.is-style-btnDark.btn-group>.btn-check:checked+.wp-block-button__link,
.is-style-btnLight.btn-group>.btn-check:checked+.wp-block-button__link,
.is-style-btnDanger.btn-group>.btn-check:checked+.wp-block-button__link,
.is-style-btnWarning.btn-group>.btn-check:checked+.wp-block-button__link,
.is-style-btnInfo.btn-group>.btn-check:checked+.wp-block-button__link,
.is-style-btnSuccess.btn-group>.btn-check:checked+.wp-block-button__link,
.is-style-btnSecondary.btn-group>.btn-check:checked+.wp-block-button__link,
.is-style-btnPrimary.btn-group>.btn-check:checked+.wp-block-button__link,
.um.um-login .btn-group>.btn-check:checked+.um-button.um-alt,
.um.um-register .btn-group>.btn-check:checked+.um-button.um-alt,
.um.um-password .btn-group>.btn-check:checked+.um-button.um-alt,
.um.um-login .btn-group>.btn-check:checked+#um-submit-btn,
.um.um-register .btn-group>.btn-check:checked+#um-submit-btn,
.um.um-password .btn-group>.btn-check:checked+#um-submit-btn,
.um-account-main .btn-group>.btn-check:checked+a.um-request-button,
.btn-group>.btn-check:checked+.um-button#um_account_submit_general,
.btn-group>.btn-check:checked+.um-button#um_account_submit_password,
.btn-group>.btn-check:checked+.um-button#um_account_submit_privacy,
.btn-group>.btn-check:checked+.um-button#um_account_submit_delete,
.btn-group>.btn-check:focus+.btn,
.is-style-btnDark.btn-group>.btn-check:focus+.wp-block-button__link,
.is-style-btnLight.btn-group>.btn-check:focus+.wp-block-button__link,
.is-style-btnDanger.btn-group>.btn-check:focus+.wp-block-button__link,
.is-style-btnWarning.btn-group>.btn-check:focus+.wp-block-button__link,
.is-style-btnInfo.btn-group>.btn-check:focus+.wp-block-button__link,
.is-style-btnSuccess.btn-group>.btn-check:focus+.wp-block-button__link,
.is-style-btnSecondary.btn-group>.btn-check:focus+.wp-block-button__link,
.is-style-btnPrimary.btn-group>.btn-check:focus+.wp-block-button__link,
.um.um-login .btn-group>.btn-check:focus+.um-button.um-alt,
.um.um-register .btn-group>.btn-check:focus+.um-button.um-alt,
.um.um-password .btn-group>.btn-check:focus+.um-button.um-alt,
.um.um-login .btn-group>.btn-check:focus+#um-submit-btn,
.um.um-register .btn-group>.btn-check:focus+#um-submit-btn,
.um.um-password .btn-group>.btn-check:focus+#um-submit-btn,
.um-account-main .btn-group>.btn-check:focus+a.um-request-button,
.btn-group>.btn-check:focus+.um-button#um_account_submit_general,
.btn-group>.btn-check:focus+.um-button#um_account_submit_password,
.btn-group>.btn-check:focus+.um-button#um_account_submit_privacy,
.btn-group>.btn-check:focus+.um-button#um_account_submit_delete,
.btn-group>.btn:hover,
.is-style-btnDark.btn-group>.wp-block-button__link:hover,
.is-style-btnLight.btn-group>.wp-block-button__link:hover,
.is-style-btnDanger.btn-group>.wp-block-button__link:hover,
.is-style-btnWarning.btn-group>.wp-block-button__link:hover,
.is-style-btnInfo.btn-group>.wp-block-button__link:hover,
.is-style-btnSuccess.btn-group>.wp-block-button__link:hover,
.is-style-btnSecondary.btn-group>.wp-block-button__link:hover,
.is-style-btnPrimary.btn-group>.wp-block-button__link:hover,
.um.um-login .btn-group>.um-button.um-alt:hover,
.um.um-register .btn-group>.um-button.um-alt:hover,
.um.um-password .btn-group>.um-button.um-alt:hover,
.um.um-login .btn-group>#um-submit-btn:hover,
.um.um-register .btn-group>#um-submit-btn:hover,
.um.um-password .btn-group>#um-submit-btn:hover,
.um-account-main .btn-group>a.um-request-button:hover,
.btn-group>.um-button#um_account_submit_general:hover,
.btn-group>.um-button#um_account_submit_password:hover,
.btn-group>.um-button#um_account_submit_privacy:hover,
.btn-group>.um-button#um_account_submit_delete:hover,
.btn-group>.btn:focus,
.is-style-btnDark.btn-group>.wp-block-button__link:focus,
.is-style-btnLight.btn-group>.wp-block-button__link:focus,
.is-style-btnDanger.btn-group>.wp-block-button__link:focus,
.is-style-btnWarning.btn-group>.wp-block-button__link:focus,
.is-style-btnInfo.btn-group>.wp-block-button__link:focus,
.is-style-btnSuccess.btn-group>.wp-block-button__link:focus,
.is-style-btnSecondary.btn-group>.wp-block-button__link:focus,
.is-style-btnPrimary.btn-group>.wp-block-button__link:focus,
.um.um-login .btn-group>.um-button.um-alt:focus,
.um.um-register .btn-group>.um-button.um-alt:focus,
.um.um-password .btn-group>.um-button.um-alt:focus,
.um.um-login .btn-group>#um-submit-btn:focus,
.um.um-register .btn-group>#um-submit-btn:focus,
.um.um-password .btn-group>#um-submit-btn:focus,
.um-account-main .btn-group>a.um-request-button:focus,
.btn-group>.um-button#um_account_submit_general:focus,
.btn-group>.um-button#um_account_submit_password:focus,
.btn-group>.um-button#um_account_submit_privacy:focus,
.btn-group>.um-button#um_account_submit_delete:focus,
.btn-group>.btn:active,
.is-style-btnDark.btn-group>.wp-block-button__link:active,
.is-style-btnLight.btn-group>.wp-block-button__link:active,
.is-style-btnDanger.btn-group>.wp-block-button__link:active,
.is-style-btnWarning.btn-group>.wp-block-button__link:active,
.is-style-btnInfo.btn-group>.wp-block-button__link:active,
.is-style-btnSuccess.btn-group>.wp-block-button__link:active,
.is-style-btnSecondary.btn-group>.wp-block-button__link:active,
.is-style-btnPrimary.btn-group>.wp-block-button__link:active,
.um.um-login .btn-group>.um-button.um-alt:active,
.um.um-register .btn-group>.um-button.um-alt:active,
.um.um-password .btn-group>.um-button.um-alt:active,
.um.um-login .btn-group>#um-submit-btn:active,
.um.um-register .btn-group>#um-submit-btn:active,
.um.um-password .btn-group>#um-submit-btn:active,
.um-account-main .btn-group>a.um-request-button:active,
.btn-group>.um-button#um_account_submit_general:active,
.btn-group>.um-button#um_account_submit_password:active,
.btn-group>.um-button#um_account_submit_privacy:active,
.btn-group>.um-button#um_account_submit_delete:active,
.btn-group>.btn.active,
.is-style-btnDark.btn-group>.active.wp-block-button__link,
.is-style-btnLight.btn-group>.active.wp-block-button__link,
.is-style-btnDanger.btn-group>.active.wp-block-button__link,
.is-style-btnWarning.btn-group>.active.wp-block-button__link,
.is-style-btnInfo.btn-group>.active.wp-block-button__link,
.is-style-btnSuccess.btn-group>.active.wp-block-button__link,
.is-style-btnSecondary.btn-group>.active.wp-block-button__link,
.is-style-btnPrimary.btn-group>.active.wp-block-button__link,
.um.um-login .btn-group>.active.um-button.um-alt,
.um.um-register .btn-group>.active.um-button.um-alt,
.um.um-password .btn-group>.active.um-button.um-alt,
.um.um-login .btn-group>.active#um-submit-btn,
.um.um-register .btn-group>.active#um-submit-btn,
.um.um-password .btn-group>.active#um-submit-btn,
.um-account-main .btn-group>a.active.um-request-button,
.btn-group>.active.um-button#um_account_submit_general,
.btn-group>.active.um-button#um_account_submit_password,
.btn-group>.active.um-button#um_account_submit_privacy,
.btn-group>.active.um-button#um_account_submit_delete,
.btn-group-vertical>.btn-check:checked+.btn,
.is-style-btnDark.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.um.um-login .btn-group-vertical>.btn-check:checked+.um-button.um-alt,
.um.um-register .btn-group-vertical>.btn-check:checked+.um-button.um-alt,
.um.um-password .btn-group-vertical>.btn-check:checked+.um-button.um-alt,
.um.um-login .btn-group-vertical>.btn-check:checked+#um-submit-btn,
.um.um-register .btn-group-vertical>.btn-check:checked+#um-submit-btn,
.um.um-password .btn-group-vertical>.btn-check:checked+#um-submit-btn,
.um-account-main .btn-group-vertical>.btn-check:checked+a.um-request-button,
.btn-group-vertical>.btn-check:checked+.um-button#um_account_submit_general,
.btn-group-vertical>.btn-check:checked+.um-button#um_account_submit_password,
.btn-group-vertical>.btn-check:checked+.um-button#um_account_submit_privacy,
.btn-group-vertical>.btn-check:checked+.um-button#um_account_submit_delete,
.btn-group-vertical>.btn-check:focus+.btn,
.is-style-btnDark.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.um.um-login .btn-group-vertical>.btn-check:focus+.um-button.um-alt,
.um.um-register .btn-group-vertical>.btn-check:focus+.um-button.um-alt,
.um.um-password .btn-group-vertical>.btn-check:focus+.um-button.um-alt,
.um.um-login .btn-group-vertical>.btn-check:focus+#um-submit-btn,
.um.um-register .btn-group-vertical>.btn-check:focus+#um-submit-btn,
.um.um-password .btn-group-vertical>.btn-check:focus+#um-submit-btn,
.um-account-main .btn-group-vertical>.btn-check:focus+a.um-request-button,
.btn-group-vertical>.btn-check:focus+.um-button#um_account_submit_general,
.btn-group-vertical>.btn-check:focus+.um-button#um_account_submit_password,
.btn-group-vertical>.btn-check:focus+.um-button#um_account_submit_privacy,
.btn-group-vertical>.btn-check:focus+.um-button#um_account_submit_delete,
.btn-group-vertical>.btn:hover,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link:hover,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link:hover,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link:hover,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link:hover,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link:hover,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link:hover,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link:hover,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link:hover,
.um.um-login .btn-group-vertical>.um-button.um-alt:hover,
.um.um-register .btn-group-vertical>.um-button.um-alt:hover,
.um.um-password .btn-group-vertical>.um-button.um-alt:hover,
.um.um-login .btn-group-vertical>#um-submit-btn:hover,
.um.um-register .btn-group-vertical>#um-submit-btn:hover,
.um.um-password .btn-group-vertical>#um-submit-btn:hover,
.um-account-main .btn-group-vertical>a.um-request-button:hover,
.btn-group-vertical>.um-button#um_account_submit_general:hover,
.btn-group-vertical>.um-button#um_account_submit_password:hover,
.btn-group-vertical>.um-button#um_account_submit_privacy:hover,
.btn-group-vertical>.um-button#um_account_submit_delete:hover,
.btn-group-vertical>.btn:focus,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link:focus,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link:focus,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link:focus,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link:focus,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link:focus,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link:focus,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link:focus,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link:focus,
.um.um-login .btn-group-vertical>.um-button.um-alt:focus,
.um.um-register .btn-group-vertical>.um-button.um-alt:focus,
.um.um-password .btn-group-vertical>.um-button.um-alt:focus,
.um.um-login .btn-group-vertical>#um-submit-btn:focus,
.um.um-register .btn-group-vertical>#um-submit-btn:focus,
.um.um-password .btn-group-vertical>#um-submit-btn:focus,
.um-account-main .btn-group-vertical>a.um-request-button:focus,
.btn-group-vertical>.um-button#um_account_submit_general:focus,
.btn-group-vertical>.um-button#um_account_submit_password:focus,
.btn-group-vertical>.um-button#um_account_submit_privacy:focus,
.btn-group-vertical>.um-button#um_account_submit_delete:focus,
.btn-group-vertical>.btn:active,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link:active,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link:active,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link:active,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link:active,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link:active,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link:active,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link:active,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link:active,
.um.um-login .btn-group-vertical>.um-button.um-alt:active,
.um.um-register .btn-group-vertical>.um-button.um-alt:active,
.um.um-password .btn-group-vertical>.um-button.um-alt:active,
.um.um-login .btn-group-vertical>#um-submit-btn:active,
.um.um-register .btn-group-vertical>#um-submit-btn:active,
.um.um-password .btn-group-vertical>#um-submit-btn:active,
.um-account-main .btn-group-vertical>a.um-request-button:active,
.btn-group-vertical>.um-button#um_account_submit_general:active,
.btn-group-vertical>.um-button#um_account_submit_password:active,
.btn-group-vertical>.um-button#um_account_submit_privacy:active,
.btn-group-vertical>.um-button#um_account_submit_delete:active,
.btn-group-vertical>.btn.active,
.is-style-btnDark.btn-group-vertical>.active.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.active.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.active.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.active.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.active.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.active.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.active.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.active.wp-block-button__link,
.um.um-login .btn-group-vertical>.active.um-button.um-alt,
.um.um-register .btn-group-vertical>.active.um-button.um-alt,
.um.um-password .btn-group-vertical>.active.um-button.um-alt,
.um.um-login .btn-group-vertical>.active#um-submit-btn,
.um.um-register .btn-group-vertical>.active#um-submit-btn,
.um.um-password .btn-group-vertical>.active#um-submit-btn,
.um-account-main .btn-group-vertical>a.active.um-request-button,
.btn-group-vertical>.active.um-button#um_account_submit_general,
.btn-group-vertical>.active.um-button#um_account_submit_password,
.btn-group-vertical>.active.um-button#um_account_submit_privacy,
.btn-group-vertical>.active.um-button#um_account_submit_delete {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: .375rem
}

.btn-group>:not(.btn-check:first-child)+.btn,
.is-style-btnDark.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.is-style-btnLight.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.is-style-btnDanger.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.is-style-btnWarning.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.is-style-btnInfo.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.is-style-btnSuccess.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.is-style-btnSecondary.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.is-style-btnPrimary.btn-group>:not(.btn-check:first-child)+.wp-block-button__link,
.um.um-login .btn-group>:not(.btn-check:first-child)+.um-button.um-alt,
.um.um-register .btn-group>:not(.btn-check:first-child)+.um-button.um-alt,
.um.um-password .btn-group>:not(.btn-check:first-child)+.um-button.um-alt,
.um.um-login .btn-group>:not(.btn-check:first-child)+#um-submit-btn,
.um.um-register .btn-group>:not(.btn-check:first-child)+#um-submit-btn,
.um.um-password .btn-group>:not(.btn-check:first-child)+#um-submit-btn,
.um-account-main .btn-group>:not(.btn-check:first-child)+a.um-request-button,
.btn-group>:not(.btn-check:first-child)+.um-button#um_account_submit_general,
.btn-group>:not(.btn-check:first-child)+.um-button#um_account_submit_password,
.btn-group>:not(.btn-check:first-child)+.um-button#um_account_submit_privacy,
.btn-group>:not(.btn-check:first-child)+.um-button#um_account_submit_delete,
.btn-group>.btn-group:not(:first-child) {
    margin-left: -2px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.is-style-btnDark.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnLight.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnDanger.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnWarning.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnInfo.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnSuccess.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnSecondary.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnPrimary.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.um.um-login .btn-group>.um-button.um-alt:not(:last-child):not(.dropdown-toggle),
.um.um-register .btn-group>.um-button.um-alt:not(:last-child):not(.dropdown-toggle),
.um.um-password .btn-group>.um-button.um-alt:not(:last-child):not(.dropdown-toggle),
.um.um-login .btn-group>#um-submit-btn:not(:last-child):not(.dropdown-toggle),
.um.um-register .btn-group>#um-submit-btn:not(:last-child):not(.dropdown-toggle),
.um.um-password .btn-group>#um-submit-btn:not(:last-child):not(.dropdown-toggle),
.um-account-main .btn-group>a.um-request-button:not(:last-child):not(.dropdown-toggle),
.btn-group>.um-button#um_account_submit_general:not(:last-child):not(.dropdown-toggle),
.btn-group>.um-button#um_account_submit_password:not(:last-child):not(.dropdown-toggle),
.btn-group>.um-button#um_account_submit_privacy:not(:last-child):not(.dropdown-toggle),
.btn-group>.um-button#um_account_submit_delete:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.is-style-btnDark.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.is-style-btnLight.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.is-style-btnDanger.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.is-style-btnWarning.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.is-style-btnInfo.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.is-style-btnSuccess.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.is-style-btnSecondary.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.is-style-btnPrimary.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.um.um-login .btn-group>.dropdown-toggle-split.um-button.um-alt:first-child,
.um.um-register .btn-group>.dropdown-toggle-split.um-button.um-alt:first-child,
.um.um-password .btn-group>.dropdown-toggle-split.um-button.um-alt:first-child,
.um.um-login .btn-group>.dropdown-toggle-split#um-submit-btn:first-child,
.um.um-register .btn-group>.dropdown-toggle-split#um-submit-btn:first-child,
.um.um-password .btn-group>.dropdown-toggle-split#um-submit-btn:first-child,
.um-account-main .btn-group>a.dropdown-toggle-split.um-request-button:first-child,
.btn-group>.dropdown-toggle-split.um-button#um_account_submit_general:first-child,
.btn-group>.dropdown-toggle-split.um-button#um_account_submit_password:first-child,
.btn-group>.dropdown-toggle-split.um-button#um_account_submit_privacy:first-child,
.btn-group>.dropdown-toggle-split.um-button#um_account_submit_delete:first-child,
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.is-style-btnDark.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.is-style-btnLight.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.is-style-btnDanger.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.is-style-btnWarning.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.is-style-btnInfo.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.is-style-btnSuccess.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.is-style-btnSecondary.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.is-style-btnPrimary.btn-group:not(:last-child)>.wp-block-button__link,
.um.um-login .btn-group>.btn-group:not(:last-child)>.um-button.um-alt,
.um.um-register .btn-group>.btn-group:not(:last-child)>.um-button.um-alt,
.um.um-password .btn-group>.btn-group:not(:last-child)>.um-button.um-alt,
.um.um-login .btn-group>.btn-group:not(:last-child)>#um-submit-btn,
.um.um-register .btn-group>.btn-group:not(:last-child)>#um-submit-btn,
.um.um-password .btn-group>.btn-group:not(:last-child)>#um-submit-btn,
.um-account-main .btn-group>.btn-group:not(:last-child)>a.um-request-button,
.btn-group>.btn-group:not(:last-child)>.um-button#um_account_submit_general,
.btn-group>.btn-group:not(:last-child)>.um-button#um_account_submit_password,
.btn-group>.btn-group:not(:last-child)>.um-button#um_account_submit_privacy,
.btn-group>.btn-group:not(:last-child)>.um-button#um_account_submit_delete {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.is-style-btnDark.btn-group>.wp-block-button__link:nth-child(n+3),
.is-style-btnLight.btn-group>.wp-block-button__link:nth-child(n+3),
.is-style-btnDanger.btn-group>.wp-block-button__link:nth-child(n+3),
.is-style-btnWarning.btn-group>.wp-block-button__link:nth-child(n+3),
.is-style-btnInfo.btn-group>.wp-block-button__link:nth-child(n+3),
.is-style-btnSuccess.btn-group>.wp-block-button__link:nth-child(n+3),
.is-style-btnSecondary.btn-group>.wp-block-button__link:nth-child(n+3),
.is-style-btnPrimary.btn-group>.wp-block-button__link:nth-child(n+3),
.um.um-login .btn-group>.um-button.um-alt:nth-child(n+3),
.um.um-register .btn-group>.um-button.um-alt:nth-child(n+3),
.um.um-password .btn-group>.um-button.um-alt:nth-child(n+3),
.um.um-login .btn-group>#um-submit-btn:nth-child(n+3),
.um.um-register .btn-group>#um-submit-btn:nth-child(n+3),
.um.um-password .btn-group>#um-submit-btn:nth-child(n+3),
.um-account-main .btn-group>a.um-request-button:nth-child(n+3),
.btn-group>.um-button#um_account_submit_general:nth-child(n+3),
.btn-group>.um-button#um_account_submit_password:nth-child(n+3),
.btn-group>.um-button#um_account_submit_privacy:nth-child(n+3),
.btn-group>.um-button#um_account_submit_delete:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.is-style-btnDark.btn-group>:not(.btn-check)+.wp-block-button__link,
.is-style-btnLight.btn-group>:not(.btn-check)+.wp-block-button__link,
.is-style-btnDanger.btn-group>:not(.btn-check)+.wp-block-button__link,
.is-style-btnWarning.btn-group>:not(.btn-check)+.wp-block-button__link,
.is-style-btnInfo.btn-group>:not(.btn-check)+.wp-block-button__link,
.is-style-btnSuccess.btn-group>:not(.btn-check)+.wp-block-button__link,
.is-style-btnSecondary.btn-group>:not(.btn-check)+.wp-block-button__link,
.is-style-btnPrimary.btn-group>:not(.btn-check)+.wp-block-button__link,
.um.um-login .btn-group>:not(.btn-check)+.um-button.um-alt,
.um.um-register .btn-group>:not(.btn-check)+.um-button.um-alt,
.um.um-password .btn-group>:not(.btn-check)+.um-button.um-alt,
.um.um-login .btn-group>:not(.btn-check)+#um-submit-btn,
.um.um-register .btn-group>:not(.btn-check)+#um-submit-btn,
.um.um-password .btn-group>:not(.btn-check)+#um-submit-btn,
.um-account-main .btn-group>:not(.btn-check)+a.um-request-button,
.btn-group>:not(.btn-check)+.um-button#um_account_submit_general,
.btn-group>:not(.btn-check)+.um-button#um_account_submit_password,
.btn-group>:not(.btn-check)+.um-button#um_account_submit_privacy,
.btn-group>:not(.btn-check)+.um-button#um_account_submit_delete,
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.is-style-btnDark.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.is-style-btnLight.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.is-style-btnDanger.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.is-style-btnWarning.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.is-style-btnInfo.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.is-style-btnSuccess.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.is-style-btnSecondary.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.is-style-btnPrimary.btn-group:not(:first-child)>.wp-block-button__link,
.um.um-login .btn-group>.btn-group:not(:first-child)>.um-button.um-alt,
.um.um-register .btn-group>.btn-group:not(:first-child)>.um-button.um-alt,
.um.um-password .btn-group>.btn-group:not(:first-child)>.um-button.um-alt,
.um.um-login .btn-group>.btn-group:not(:first-child)>#um-submit-btn,
.um.um-register .btn-group>.btn-group:not(:first-child)>#um-submit-btn,
.um.um-password .btn-group>.btn-group:not(:first-child)>#um-submit-btn,
.um-account-main .btn-group>.btn-group:not(:first-child)>a.um-request-button,
.btn-group>.btn-group:not(:first-child)>.um-button#um_account_submit_general,
.btn-group>.btn-group:not(:first-child)>.um-button#um_account_submit_password,
.btn-group>.btn-group:not(:first-child)>.um-button#um_account_submit_privacy,
.btn-group>.btn-group:not(:first-child)>.um-button#um_account_submit_delete {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.is-style-btnDark.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnLight.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnDanger.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnWarning.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnInfo.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnSuccess.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnSecondary.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnPrimary.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.um.um-login .btn-group-sm>.um-button.um-alt+.dropdown-toggle-split,
.um.um-register .btn-group-sm>.um-button.um-alt+.dropdown-toggle-split,
.um.um-password .btn-group-sm>.um-button.um-alt+.dropdown-toggle-split,
.um.um-login .btn-group-sm>#um-submit-btn+.dropdown-toggle-split,
.um.um-register .btn-group-sm>#um-submit-btn+.dropdown-toggle-split,
.um.um-password .btn-group-sm>#um-submit-btn+.dropdown-toggle-split,
.um-account-main .btn-group-sm>a.um-request-button+.dropdown-toggle-split,
.btn-group-sm>.um-button#um_account_submit_general+.dropdown-toggle-split,
.btn-group-sm>.um-button#um_account_submit_password+.dropdown-toggle-split,
.btn-group-sm>.um-button#um_account_submit_privacy+.dropdown-toggle-split,
.btn-group-sm>.um-button#um_account_submit_delete+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.is-style-btnDark.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnLight.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnDanger.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnWarning.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnInfo.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnSuccess.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnSecondary.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.is-style-btnPrimary.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.um.um-login .btn-group-lg>.um-button.um-alt+.dropdown-toggle-split,
.um.um-register .btn-group-lg>.um-button.um-alt+.dropdown-toggle-split,
.um.um-password .btn-group-lg>.um-button.um-alt+.dropdown-toggle-split,
.um.um-login .btn-group-lg>#um-submit-btn+.dropdown-toggle-split,
.um.um-register .btn-group-lg>#um-submit-btn+.dropdown-toggle-split,
.um.um-password .btn-group-lg>#um-submit-btn+.dropdown-toggle-split,
.um-account-main .btn-group-lg>a.um-request-button+.dropdown-toggle-split,
.btn-group-lg>.um-button#um_account_submit_general+.dropdown-toggle-split,
.btn-group-lg>.um-button#um_account_submit_password+.dropdown-toggle-split,
.btn-group-lg>.um-button#um_account_submit_privacy+.dropdown-toggle-split,
.btn-group-lg>.um-button#um_account_submit_delete+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link,
.um.um-login .btn-group-vertical>.um-button.um-alt,
.um.um-register .btn-group-vertical>.um-button.um-alt,
.um.um-password .btn-group-vertical>.um-button.um-alt,
.um.um-login .btn-group-vertical>#um-submit-btn,
.um.um-register .btn-group-vertical>#um-submit-btn,
.um.um-password .btn-group-vertical>#um-submit-btn,
.um-account-main .btn-group-vertical>a.um-request-button,
.btn-group-vertical>.um-button#um_account_submit_general,
.btn-group-vertical>.um-button#um_account_submit_password,
.btn-group-vertical>.um-button#um_account_submit_privacy,
.btn-group-vertical>.um-button#um_account_submit_delete,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.is-style-btnDark.btn-group-vertical>.wp-block-button__link:not(:first-child),
.is-style-btnLight.btn-group-vertical>.wp-block-button__link:not(:first-child),
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link:not(:first-child),
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link:not(:first-child),
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link:not(:first-child),
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link:not(:first-child),
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link:not(:first-child),
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link:not(:first-child),
.um.um-login .btn-group-vertical>.um-button.um-alt:not(:first-child),
.um.um-register .btn-group-vertical>.um-button.um-alt:not(:first-child),
.um.um-password .btn-group-vertical>.um-button.um-alt:not(:first-child),
.um.um-login .btn-group-vertical>#um-submit-btn:not(:first-child),
.um.um-register .btn-group-vertical>#um-submit-btn:not(:first-child),
.um.um-password .btn-group-vertical>#um-submit-btn:not(:first-child),
.um-account-main .btn-group-vertical>a.um-request-button:not(:first-child),
.btn-group-vertical>.um-button#um_account_submit_general:not(:first-child),
.btn-group-vertical>.um-button#um_account_submit_password:not(:first-child),
.btn-group-vertical>.um-button#um_account_submit_privacy:not(:first-child),
.btn-group-vertical>.um-button#um_account_submit_delete:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -2px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.is-style-btnDark.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnLight.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.um.um-login .btn-group-vertical>.um-button.um-alt:not(:last-child):not(.dropdown-toggle),
.um.um-register .btn-group-vertical>.um-button.um-alt:not(:last-child):not(.dropdown-toggle),
.um.um-password .btn-group-vertical>.um-button.um-alt:not(:last-child):not(.dropdown-toggle),
.um.um-login .btn-group-vertical>#um-submit-btn:not(:last-child):not(.dropdown-toggle),
.um.um-register .btn-group-vertical>#um-submit-btn:not(:last-child):not(.dropdown-toggle),
.um.um-password .btn-group-vertical>#um-submit-btn:not(:last-child):not(.dropdown-toggle),
.um-account-main .btn-group-vertical>a.um-request-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.um-button#um_account_submit_general:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.um-button#um_account_submit_password:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.um-button#um_account_submit_privacy:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.um-button#um_account_submit_delete:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.is-style-btnDark.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnLight.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnDanger.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnWarning.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnInfo.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnSuccess.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnSecondary.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnPrimary.btn-group:not(:last-child)>.wp-block-button__link,
.um.um-login .btn-group-vertical>.btn-group:not(:last-child)>.um-button.um-alt,
.um.um-register .btn-group-vertical>.btn-group:not(:last-child)>.um-button.um-alt,
.um.um-password .btn-group-vertical>.btn-group:not(:last-child)>.um-button.um-alt,
.um.um-login .btn-group-vertical>.btn-group:not(:last-child)>#um-submit-btn,
.um.um-register .btn-group-vertical>.btn-group:not(:last-child)>#um-submit-btn,
.um.um-password .btn-group-vertical>.btn-group:not(:last-child)>#um-submit-btn,
.um-account-main .btn-group-vertical>.btn-group:not(:last-child)>a.um-request-button,
.btn-group-vertical>.btn-group:not(:last-child)>.um-button#um_account_submit_general,
.btn-group-vertical>.btn-group:not(:last-child)>.um-button#um_account_submit_password,
.btn-group-vertical>.btn-group:not(:last-child)>.um-button#um_account_submit_privacy,
.btn-group-vertical>.btn-group:not(:last-child)>.um-button#um_account_submit_delete {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSuccess.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSuccess.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.btn,
.is-style-btnDark.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSuccess.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSecondary.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.btn~.wp-block-button__link,
.is-style-btnDark.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnLight.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnDanger.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnWarning.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnInfo.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSuccess.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnSecondary.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.um.um-login .btn-group-vertical>.um-button.um-alt~.btn,
.um.um-login .is-style-btnDark.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .is-style-btnLight.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .is-style-btnDanger.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .is-style-btnWarning.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .is-style-btnInfo.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .is-style-btnSuccess.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .is-style-btnSecondary.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .is-style-btnPrimary.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .btn-group-vertical>.um-button.um-alt~.btn,
.um.um-register .is-style-btnDark.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .is-style-btnLight.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .is-style-btnDanger.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .is-style-btnWarning.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .is-style-btnInfo.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .is-style-btnSuccess.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .is-style-btnSecondary.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-register .is-style-btnPrimary.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .btn-group-vertical>.um-button.um-alt~.btn,
.um.um-password .is-style-btnDark.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .is-style-btnLight.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .is-style-btnDanger.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .is-style-btnWarning.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .is-style-btnInfo.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .is-style-btnSuccess.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .is-style-btnSecondary.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-password .is-style-btnPrimary.btn-group-vertical>.um-button.um-alt~.wp-block-button__link,
.um.um-login .btn-group-vertical>.btn~.um-button.um-alt,
.um.um-login .is-style-btnDark.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .is-style-btnLight.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-register .um.um-login .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-login .um.um-register .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-password .um.um-login .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-login .um.um-password .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-register .btn-group-vertical>.btn~.um-button.um-alt,
.um.um-register .is-style-btnDark.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-register .is-style-btnLight.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-register .is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-register .is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-register .is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-register .is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-register .is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-register .is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .um.um-register .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-register .um.um-login .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-register .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-password .um.um-register .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-register .um.um-password .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-password .btn-group-vertical>.btn~.um-button.um-alt,
.um.um-password .is-style-btnDark.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-password .is-style-btnLight.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-password .is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-password .is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-password .is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-password .is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-password .is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-password .is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.um-button.um-alt,
.um.um-login .um.um-password .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-password .um.um-login .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-register .um.um-password .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-password .um.um-register .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-password .btn-group-vertical>.um-button.um-alt~.um-button.um-alt,
.um.um-login .btn-group-vertical>#um-submit-btn~.btn,
.um.um-login .is-style-btnDark.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .is-style-btnLight.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .is-style-btnDanger.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .is-style-btnWarning.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .is-style-btnInfo.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .is-style-btnSuccess.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .is-style-btnSecondary.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .is-style-btnPrimary.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-login .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-login .um.um-register .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-register .um.um-login .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-login .um.um-password .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-password .um.um-login .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-register .btn-group-vertical>#um-submit-btn~.btn,
.um.um-register .is-style-btnDark.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .is-style-btnLight.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .is-style-btnDanger.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .is-style-btnWarning.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .is-style-btnInfo.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .is-style-btnSuccess.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .is-style-btnSecondary.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .is-style-btnPrimary.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-register .um.um-login .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-login .um.um-register .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-register .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-register .um.um-password .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-password .um.um-register .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-password .btn-group-vertical>#um-submit-btn~.btn,
.um.um-password .is-style-btnDark.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .is-style-btnLight.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .is-style-btnDanger.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .is-style-btnWarning.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .is-style-btnInfo.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .is-style-btnSuccess.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .is-style-btnSecondary.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .is-style-btnPrimary.btn-group-vertical>#um-submit-btn~.wp-block-button__link,
.um.um-password .um.um-login .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-login .um.um-password .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-password .um.um-register .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-register .um.um-password .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-password .btn-group-vertical>#um-submit-btn~.um-button.um-alt,
.um.um-login .btn-group-vertical>.btn~#um-submit-btn,
.um.um-login .is-style-btnDark.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .is-style-btnLight.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .is-style-btnDanger.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .is-style-btnWarning.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .is-style-btnInfo.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-login .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-login .um.um-register .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-register .um.um-login .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-login .um.um-password .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-password .um.um-login .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-login .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-register .um.um-login .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-login .um.um-register .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-password .um.um-login .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-login .um.um-password .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-register .btn-group-vertical>.btn~#um-submit-btn,
.um.um-register .is-style-btnDark.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .is-style-btnLight.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .is-style-btnDanger.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .is-style-btnWarning.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .is-style-btnInfo.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-register .um.um-login .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-login .um.um-register .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-register .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-register .um.um-password .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-password .um.um-register .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-login .um.um-register .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-register .um.um-login .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-register .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-password .um.um-register .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-register .um.um-password .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-password .btn-group-vertical>.btn~#um-submit-btn,
.um.um-password .is-style-btnDark.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .is-style-btnLight.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .is-style-btnDanger.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .is-style-btnWarning.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .is-style-btnInfo.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~#um-submit-btn,
.um.um-password .um.um-login .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-login .um.um-password .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-password .um.um-register .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-register .um.um-password .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-password .btn-group-vertical>.um-button.um-alt~#um-submit-btn,
.um.um-login .um.um-password .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-password .um.um-login .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-register .um.um-password .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-password .um.um-register .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um.um-password .btn-group-vertical>#um-submit-btn~#um-submit-btn,
.um-account-main .btn-group-vertical>a.um-request-button~.btn,
.um-account-main .is-style-btnDark.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .is-style-btnLight.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .is-style-btnDanger.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .is-style-btnWarning.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .is-style-btnInfo.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .is-style-btnSuccess.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .is-style-btnSecondary.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .is-style-btnPrimary.btn-group-vertical>a.um-request-button~.wp-block-button__link,
.um-account-main .um.um-login .btn-group-vertical>a.um-request-button~.um-button.um-alt,
.um.um-login .um-account-main .btn-group-vertical>a.um-request-button~.um-button.um-alt,
.um-account-main .um.um-register .btn-group-vertical>a.um-request-button~.um-button.um-alt,
.um.um-register .um-account-main .btn-group-vertical>a.um-request-button~.um-button.um-alt,
.um-account-main .um.um-password .btn-group-vertical>a.um-request-button~.um-button.um-alt,
.um.um-password .um-account-main .btn-group-vertical>a.um-request-button~.um-button.um-alt,
.um-account-main .um.um-login .btn-group-vertical>a.um-request-button~#um-submit-btn,
.um.um-login .um-account-main .btn-group-vertical>a.um-request-button~#um-submit-btn,
.um-account-main .um.um-register .btn-group-vertical>a.um-request-button~#um-submit-btn,
.um.um-register .um-account-main .btn-group-vertical>a.um-request-button~#um-submit-btn,
.um-account-main .um.um-password .btn-group-vertical>a.um-request-button~#um-submit-btn,
.um.um-password .um-account-main .btn-group-vertical>a.um-request-button~#um-submit-btn,
.um-account-main .btn-group-vertical>.btn~a.um-request-button,
.um-account-main .is-style-btnDark.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .is-style-btnLight.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .is-style-btnDanger.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .is-style-btnWarning.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .is-style-btnInfo.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~a.um-request-button,
.um-account-main .um.um-login .btn-group-vertical>.um-button.um-alt~a.um-request-button,
.um.um-login .um-account-main .btn-group-vertical>.um-button.um-alt~a.um-request-button,
.um-account-main .um.um-register .btn-group-vertical>.um-button.um-alt~a.um-request-button,
.um.um-register .um-account-main .btn-group-vertical>.um-button.um-alt~a.um-request-button,
.um-account-main .um.um-password .btn-group-vertical>.um-button.um-alt~a.um-request-button,
.um.um-password .um-account-main .btn-group-vertical>.um-button.um-alt~a.um-request-button,
.um-account-main .um.um-login .btn-group-vertical>#um-submit-btn~a.um-request-button,
.um.um-login .um-account-main .btn-group-vertical>#um-submit-btn~a.um-request-button,
.um-account-main .um.um-register .btn-group-vertical>#um-submit-btn~a.um-request-button,
.um.um-register .um-account-main .btn-group-vertical>#um-submit-btn~a.um-request-button,
.um-account-main .um.um-password .btn-group-vertical>#um-submit-btn~a.um-request-button,
.um.um-password .um-account-main .btn-group-vertical>#um-submit-btn~a.um-request-button,
.um-account-main .btn-group-vertical>a.um-request-button~a.um-request-button,
.btn-group-vertical>.um-button#um_account_submit_general~.btn,
.is-style-btnDark.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.um-button#um_account_submit_general~.wp-block-button__link,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_general~.um-button.um-alt,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_general~.um-button.um-alt,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_general~.um-button.um-alt,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_general~#um-submit-btn,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_general~#um-submit-btn,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_general~#um-submit-btn,
.um-account-main .btn-group-vertical>.um-button#um_account_submit_general~a.um-request-button,
.btn-group-vertical>.um-button#um_account_submit_password~.btn,
.is-style-btnDark.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.um-button#um_account_submit_password~.wp-block-button__link,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_password~.um-button.um-alt,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_password~.um-button.um-alt,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_password~.um-button.um-alt,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_password~#um-submit-btn,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_password~#um-submit-btn,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_password~#um-submit-btn,
.um-account-main .btn-group-vertical>.um-button#um_account_submit_password~a.um-request-button,
.btn-group-vertical>.um-button#um_account_submit_privacy~.btn,
.is-style-btnDark.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.um-button#um_account_submit_privacy~.wp-block-button__link,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_privacy~.um-button.um-alt,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_privacy~.um-button.um-alt,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_privacy~.um-button.um-alt,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_privacy~#um-submit-btn,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_privacy~#um-submit-btn,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_privacy~#um-submit-btn,
.um-account-main .btn-group-vertical>.um-button#um_account_submit_privacy~a.um-request-button,
.btn-group-vertical>.um-button#um_account_submit_delete~.btn,
.is-style-btnDark.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.is-style-btnLight.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.is-style-btnDanger.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.is-style-btnWarning.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.is-style-btnInfo.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.is-style-btnSuccess.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.is-style-btnSecondary.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.is-style-btnPrimary.btn-group-vertical>.um-button#um_account_submit_delete~.wp-block-button__link,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_delete~.um-button.um-alt,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_delete~.um-button.um-alt,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_delete~.um-button.um-alt,
.um.um-login .btn-group-vertical>.um-button#um_account_submit_delete~#um-submit-btn,
.um.um-register .btn-group-vertical>.um-button#um_account_submit_delete~#um-submit-btn,
.um.um-password .btn-group-vertical>.um-button#um_account_submit_delete~#um-submit-btn,
.um-account-main .btn-group-vertical>.um-button#um_account_submit_delete~a.um-request-button,
.btn-group-vertical>.btn~.um-button#um_account_submit_general,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_general,
.um.um-login .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_general,
.um.um-register .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_general,
.um.um-password .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_general,
.um.um-login .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_general,
.um.um-register .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_general,
.um.um-password .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_general,
.um-account-main .btn-group-vertical>a.um-request-button~.um-button#um_account_submit_general,
.btn-group-vertical>.um-button#um_account_submit_general~.um-button#um_account_submit_general,
.btn-group-vertical>.um-button#um_account_submit_password~.um-button#um_account_submit_general,
.btn-group-vertical>.um-button#um_account_submit_privacy~.um-button#um_account_submit_general,
.btn-group-vertical>.um-button#um_account_submit_delete~.um-button#um_account_submit_general,
.btn-group-vertical>.btn~.um-button#um_account_submit_password,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_password,
.um.um-login .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_password,
.um.um-register .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_password,
.um.um-password .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_password,
.um.um-login .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_password,
.um.um-register .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_password,
.um.um-password .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_password,
.um-account-main .btn-group-vertical>a.um-request-button~.um-button#um_account_submit_password,
.btn-group-vertical>.um-button#um_account_submit_general~.um-button#um_account_submit_password,
.btn-group-vertical>.um-button#um_account_submit_password~.um-button#um_account_submit_password,
.btn-group-vertical>.um-button#um_account_submit_privacy~.um-button#um_account_submit_password,
.btn-group-vertical>.um-button#um_account_submit_delete~.um-button#um_account_submit_password,
.btn-group-vertical>.btn~.um-button#um_account_submit_privacy,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_privacy,
.um.um-login .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_privacy,
.um.um-register .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_privacy,
.um.um-password .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_privacy,
.um.um-login .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_privacy,
.um.um-register .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_privacy,
.um.um-password .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_privacy,
.um-account-main .btn-group-vertical>a.um-request-button~.um-button#um_account_submit_privacy,
.btn-group-vertical>.um-button#um_account_submit_general~.um-button#um_account_submit_privacy,
.btn-group-vertical>.um-button#um_account_submit_password~.um-button#um_account_submit_privacy,
.btn-group-vertical>.um-button#um_account_submit_privacy~.um-button#um_account_submit_privacy,
.btn-group-vertical>.um-button#um_account_submit_delete~.um-button#um_account_submit_privacy,
.btn-group-vertical>.btn~.um-button#um_account_submit_delete,
.is-style-btnDark.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.is-style-btnLight.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.is-style-btnDanger.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.is-style-btnWarning.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.is-style-btnInfo.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.is-style-btnSuccess.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.is-style-btnSecondary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.is-style-btnPrimary.btn-group-vertical>.wp-block-button__link~.um-button#um_account_submit_delete,
.um.um-login .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_delete,
.um.um-register .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_delete,
.um.um-password .btn-group-vertical>.um-button.um-alt~.um-button#um_account_submit_delete,
.um.um-login .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_delete,
.um.um-register .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_delete,
.um.um-password .btn-group-vertical>#um-submit-btn~.um-button#um_account_submit_delete,
.um-account-main .btn-group-vertical>a.um-request-button~.um-button#um_account_submit_delete,
.btn-group-vertical>.um-button#um_account_submit_general~.um-button#um_account_submit_delete,
.btn-group-vertical>.um-button#um_account_submit_password~.um-button#um_account_submit_delete,
.btn-group-vertical>.um-button#um_account_submit_privacy~.um-button#um_account_submit_delete,
.btn-group-vertical>.um-button#um_account_submit_delete~.um-button#um_account_submit_delete,
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.is-style-btnDark.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnLight.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnDanger.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnWarning.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnInfo.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnSuccess.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnSecondary.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.is-style-btnPrimary.btn-group:not(:first-child)>.wp-block-button__link,
.um.um-login .btn-group-vertical>.btn-group:not(:first-child)>.um-button.um-alt,
.um.um-register .btn-group-vertical>.btn-group:not(:first-child)>.um-button.um-alt,
.um.um-password .btn-group-vertical>.btn-group:not(:first-child)>.um-button.um-alt,
.um.um-login .btn-group-vertical>.btn-group:not(:first-child)>#um-submit-btn,
.um.um-register .btn-group-vertical>.btn-group:not(:first-child)>#um-submit-btn,
.um.um-password .btn-group-vertical>.btn-group:not(:first-child)>#um-submit-btn,
.um-account-main .btn-group-vertical>.btn-group:not(:first-child)>a.um-request-button,
.btn-group-vertical>.btn-group:not(:first-child)>.um-button#um_account_submit_general,
.btn-group-vertical>.btn-group:not(:first-child)>.um-button#um_account_submit_password,
.btn-group-vertical>.btn-group:not(:first-child)>.um-button#um_account_submit_privacy,
.btn-group-vertical>.btn-group:not(:first-child)>.um-button#um_account_submit_delete {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #606966;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #f5f6f6;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #f5f6f6;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1*var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #bb315b
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(19, 35, 30, 0.55);
    --bs-navbar-hover-color: rgba(19, 35, 30, 0.7);
    --bs-navbar-disabled-color: rgba(19, 35, 30, 0.3);
    --bs-navbar-active-color: rgba(19, 35, 30, 0.9);
    --bs-navbar-brand-padding-y: 0.33125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.125rem;
    --bs-navbar-brand-color: rgba(19, 35, 30, 0.9);
    --bs-navbar-brand-hover-color: rgba(19, 35, 30, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.125rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819, 35, 30, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(19, 35, 30, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card>hr,
.custom-card>hr,
body.page-template-page-text #content #main>.entry-content>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group,
.custom-card>.list-group,
body.page-template-page-text #content #main>.entry-content>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child,
.custom-card>.list-group:first-child,
body.page-template-page-text #content #main>.entry-content>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child,
.custom-card>.list-group:last-child,
body.page-template-page-text #content #main>.entry-content>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.custom-card>.card-header+.list-group,
body.page-template-page-text #content #main>.entry-content>.card-header+.list-group,
.card>.list-group+.card-footer,
.custom-card>.list-group+.card-footer,
body.page-template-page-text #content #main>.entry-content>.list-group+.card-footer {
    border-top: 0
}

.card-body,
body.page-template-page-text #content #main>.entry-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card.card-advertisement .card-thumbnail-img,
.card-advertisement.custom-card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img,
.card.card-vacancies .card-thumbnail-img,
.card-vacancies.custom-card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}



.card-img,
.card.card-advertisement .card-thumbnail-img,
.card-advertisement.custom-card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img,
.card.card-vacancies .card-thumbnail-img,
.card-vacancies.custom-card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card,
.card-group>.custom-card,
body.page-template-page-text #content #main.card-group>.entry-content {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card,
    .card-group>.custom-card,
    body.page-template-page-text #content #main.card-group>.entry-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card,
    .card-group>.custom-card+.card,
    .card-group>.card+.custom-card,
    .card-group>.custom-card+.custom-card,
    body.page-template-page-text #content #main.card-group>.entry-content+.card,
    body.page-template-page-text #content #main.card-group>.entry-content+.custom-card,
    body.page-template-page-text #content #main.card-group>.card+.entry-content,
    body.page-template-page-text #content #main.card-group>.custom-card+.entry-content,
    body.page-template-page-text #content #main.card-group>.entry-content+.entry-content {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child),
    .card-group>.custom-card:not(:last-child),
    body.page-template-page-text #content #main.card-group>.entry-content:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.custom-card:not(:last-child) .card-img-top,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.custom-card:not(:last-child) .card-header,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.custom-card:not(:last-child) .card-img-bottom,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.custom-card:not(:last-child) .card-footer,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child),
    .card-group>.custom-card:not(:first-child),
    body.page-template-page-text #content #main.card-group>.entry-content:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.custom-card:not(:first-child) .card-img-top,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.custom-card:not(:first-child) .card-header,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.custom-card:not(:first-child) .card-img-bottom,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.custom-card:not(:first-child) .card-footer,
    body.page-template-page-text #content #main.card-group>.entry-content:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: #606966;
    --bs-accordion-bg: #f5f6f6;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #606966;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23606966'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a82c52'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #dd98ad;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(187, 49, 91, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #a82c52;
    --bs-accordion-active-bg: #f8eaef
}

.accordion-button,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 0.9rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce) {

    .accordion-button,
    #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed),
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {

    .accordion-button::after,
    #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong:hover {
    z-index: 2
}

.accordion-button:focus,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong,
#content #main>.entry-content .accordion-item:first-of-type .wp-block-yoast-faq-block>.schema-faq-section>strong,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:first-of-type .accordion-button,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:first-of-type .wp-block-yoast-faq-block>.schema-faq-section>strong {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type),
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong.collapsed,
#content #main>.entry-content .accordion-item:last-of-type .wp-block-yoast-faq-block>.schema-faq-section>strong.collapsed,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:last-of-type .accordion-button.collapsed,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:last-of-type .wp-block-yoast-faq-block>.schema-faq-section>strong.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>p {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item,
.accordion-flush #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section,
#content #main>.entry-content .accordion-flush .wp-block-yoast-faq-block>.schema-faq-section {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child,
.accordion-flush #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:first-child,
#content #main>.entry-content .accordion-flush .wp-block-yoast-faq-block>.schema-faq-section:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child,
.accordion-flush #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section:last-child,
#content #main>.entry-content .accordion-flush .wp-block-yoast-faq-block>.schema-faq-section:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section .accordion-button,
.accordion-flush #content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong,
#content #main>.entry-content .accordion-flush .wp-block-yoast-faq-block>.schema-faq-section .accordion-button,
#content #main>.entry-content .accordion-flush .wp-block-yoast-faq-block>.schema-faq-section>strong,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #606966;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #606966;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.9rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(187, 49, 91, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #bb315b;
    --bs-pagination-active-border-color: #bb315b;
    --bs-pagination-disabled-color: #606966;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.125rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.7875rem;
    --bs-pagination-border-radius: 0.25rem
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge,
.is-style-btnDark>.wp-block-button__link .badge,
.is-style-btnLight>.wp-block-button__link .badge,
.is-style-btnDanger>.wp-block-button__link .badge,
.is-style-btnWarning>.wp-block-button__link .badge,
.is-style-btnInfo>.wp-block-button__link .badge,
.is-style-btnSuccess>.wp-block-button__link .badge,
.is-style-btnSecondary>.wp-block-button__link .badge,
.is-style-btnPrimary>.wp-block-button__link .badge,
.um.um-login .um-button.um-alt .badge,
.um.um-register .um-button.um-alt .badge,
.um.um-password .um-button.um-alt .badge,
.um.um-login #um-submit-btn .badge,
.um.um-register #um-submit-btn .badge,
.um.um-password #um-submit-btn .badge,
.um-account-main a.um-request-button .badge,
.um-button#um_account_submit_general .badge,
.um-button#um_account_submit_password .badge,
.um-button#um_account_submit_privacy .badge,
.um-button#um_account_submit_delete .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: #701d37;
    --bs-alert-bg: #f1d6de;
    --bs-alert-border-color: #ebc1ce
}

.alert-primary .alert-link {
    color: #5a172c
}

.alert-secondary {
    --bs-alert-color: #3a3f3d;
    --bs-alert-bg: #dfe1e0;
    --bs-alert-border-color: #cfd2d1
}

.alert-secondary .alert-link {
    color: #2e3231
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    --bs-alert-color: #116672;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb
}

.alert-info .alert-link {
    color: #0e525b
}

.alert-warning {
    --bs-alert-color: #716215;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #5a4e11
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    --bs-alert-color: #6d7774;
    --bs-alert-bg: #fdfdfd;
    --bs-alert-border-color: #fcfcfc
}

.alert-light .alert-link {
    color: #575f5d
}

.alert-dark {
    --bs-alert-color: #626b68;
    --bs-alert-bg: #f7f7f7;
    --bs-alert-border-color: #f3f3f3
}

.alert-dark .alert-link {
    color: #4e5653
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.675rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(187, 49, 91, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #bb315b;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    -webkit-transition: var(--bs-progress-bar-transition);
    transition: var(--bs-progress-bar-transition)
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.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: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(19, 35, 30, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f5f6f6;
    --bs-list-group-action-active-color: #606966;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #606966;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #bb315b;
    --bs-list-group-active-border-color: #bb315b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1*var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #701d37;
    background-color: #f1d6de
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #701d37;
    background-color: #d9c1c8
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #701d37;
    border-color: #701d37
}

.list-group-item-secondary {
    color: #3a3f3d;
    background-color: #dfe1e0
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #3a3f3d;
    background-color: #c9cbca
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3a3f3d;
    border-color: #3a3f3d
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #116672;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #116672;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #116672;
    border-color: #116672
}

.list-group-item-warning {
    color: #716215;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #716215;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #716215;
    border-color: #716215
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #6d7774;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #6d7774;
    background-color: #e4e4e4
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #6d7774;
    border-color: #6d7774
}

.list-group-item-dark {
    color: #626b68;
    background-color: #f7f7f7
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #626b68;
    background-color: #dedede
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #626b68;
    border-color: #626b68
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #13231e;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2313231e'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #13231e;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25);
    box-shadow: 0 0 0 .25rem rgba(187, 49, 91, .25);
    opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0rem 1rem rgba(187, 49, 91, 0.15);
    --bs-toast-header-color: #606966;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(19, 35, 30, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    -webkit-box-shadow: var(--bs-toast-box-shadow);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-0.5*var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0rem 0.25rem rgba(187, 49, 91, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #13231e;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0rem 1rem rgba(187, 49, 91, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.7875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #13231e;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: "Blinker", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.7875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0rem 1rem rgba(187, 49, 91, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 0.9rem;
    --bs-popover-header-color: #13231e;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #606966;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: "Blinker", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5*var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #13231e
}

.carousel-dark .carousel-caption {
    color: #13231e
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0)
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0rem 0.25rem rgba(187, 49, 91, 0.075)
}

@media(max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 575.98px) {

    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 575.98px) {

    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible
    }
}

@media(min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media(max-width: 767.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 767.98px) {

    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 767.98px) {

    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible
    }
}

@media(min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media(max-width: 991.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible
    }
}

@media(min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 1199.98px) {

    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 1199.98px) {

    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible
    }
}

@media(min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media(min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    -webkit-transform: none;
    transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #13231e
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
    margin-top: calc(-0.5*var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5*var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5*var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before,
.is-style-btnDark>.placeholder.wp-block-button__link::before,
.is-style-btnLight>.placeholder.wp-block-button__link::before,
.is-style-btnDanger>.placeholder.wp-block-button__link::before,
.is-style-btnWarning>.placeholder.wp-block-button__link::before,
.is-style-btnInfo>.placeholder.wp-block-button__link::before,
.is-style-btnSuccess>.placeholder.wp-block-button__link::before,
.is-style-btnSecondary>.placeholder.wp-block-button__link::before,
.is-style-btnPrimary>.placeholder.wp-block-button__link::before,
.um.um-login .placeholder.um-button.um-alt::before,
.um.um-register .placeholder.um-button.um-alt::before,
.um.um-password .placeholder.um-button.um-alt::before,
.um.um-login .placeholder#um-submit-btn::before,
.um.um-register .placeholder#um-submit-btn::before,
.um.um-password .placeholder#um-submit-btn::before,
.um-account-main a.placeholder.um-request-button::before,
.placeholder.um-button#um_account_submit_general::before,
.placeholder.um-button#um_account_submit_password::before,
.placeholder.um-button#um_account_submit_privacy::before,
.placeholder.um-button#um_account_submit_delete::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #13231e 55%, rgba(0, 0, 0, 0.8) 75%, #13231e 95%);
    mask-image: linear-gradient(130deg, #13231e 55%, rgba(0, 0, 0, 0.8) 75%, #13231e 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(187, 49, 91, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(96, 105, 102, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #13231e !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #13231e !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #13231e !important;
    background-color: RGBA(245, 246, 246, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #13231e !important;
    background-color: RGBA(216, 216, 216, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #bb315b !important
}

.link-primary:hover,
.link-primary:focus {
    color: #962749 !important
}

.link-secondary {
    color: #606966 !important
}

.link-secondary:hover,
.link-secondary:focus {
    color: #4d5452 !important
}

.link-success {
    color: #198754 !important
}

.link-success:hover,
.link-success:focus {
    color: #146c43 !important
}

.link-info {
    color: #0dcaf0 !important
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3 !important
}

.link-warning {
    color: #ffc107 !important
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39 !important
}

.link-danger {
    color: #dc3545 !important
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37 !important
}

.link-light {
    color: #f5f6f6 !important
}

.link-light:hover,
.link-light:focus {
    color: #f7f8f8 !important
}

.link-dark {
    color: #d8d8d8 !important
}

.link-dark:hover,
.link-dark:focus {
    color: #e0e0e0 !important
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start,
div.post-slider .slick-track,
div.multiple-banner-slider .slick-track,
div.multiple-banners-slider .slick-track,
body:not(.editor-styles-wrapper) .bootscorePostSlider>.bootscorePostSliderWrapper[data-float=float-start] .slick-track {
    float: left !important
}

.float-end,
body:not(.editor-styles-wrapper) .bootscorePostSlider>.bootscorePostSliderWrapper[data-float=float-end] .slick-track {
    float: right !important
}

.float-none,
body:not(.editor-styles-wrapper) .bootscorePostSlider>.bootscorePostSliderWrapper[data-float=float-none] .slick-track {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex,
div.post-slider .slick-track,
div.multiple-banner-slider .slick-track,
div.multiple-banners-slider .slick-track,
.sub-header #bootscore-navbar>li>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 0rem 1rem rgba(187, 49, 91, .15) !important;
    box-shadow: 0 0rem 1rem rgba(187, 49, 91, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 0rem .25rem rgba(187, 49, 91, .075) !important;
    box-shadow: 0 0rem .25rem rgba(187, 49, 91, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 0rem 3rem rgba(187, 49, 91, .175) !important;
    box-shadow: 0 0rem 3rem rgba(187, 49, 91, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative,
form.custom_search_form>.input-group,
.sub-header #bootscore-navbar>li>a>span>img,
.sub-header #bootscore-navbar>li>a>span {
    position: relative !important
}

.position-absolute,
.sub-header #bootscore-navbar>li>a>span:first-child:not(.translateMe):before {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.sub-header #bootscore-navbar>li>a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start,
body.editor-styles-wrapper .bootscorePostSlider>.bootscorePostSliderWrapper[data-float=float-start] .slick-track {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end,
body.editor-styles-wrapper .bootscorePostSlider>.bootscorePostSliderWrapper[data-float=float-end] .slick-track {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center,
body.editor-styles-wrapper .bootscorePostSlider>.bootscorePostSliderWrapper[data-float=float-none] .slick-track {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center,
.sub-header #bootscore-navbar>li>a {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3,
.um-account .um-account-main>.um-account-tab>.um-account-heading+.card,
.um-account .um-account-main>.um-account-tab>.um-account-heading+.custom-card,
.um-account body.page-template-page-text #content .um-account-main>#main.um-account-tab>.um-account-heading+.entry-content,
body.page-template-page-text #content .um-account .um-account-main>#main.um-account-tab>.um-account-heading+.entry-content {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2,
header nav#nav-main #bootscore-navbar>li:not(:last-child):not(.info) {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0,
.um-account .um-account-main>.um-account-tab>.um-account-heading,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>p {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2,
.sub-header #bootscore-navbar>li>a>span:first-child:not(.translateMe) {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.mt-n1 {
    margin-top: -0.25rem !important
}

.mt-n2 {
    margin-top: -0.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.me-n1 {
    margin-right: -0.25rem !important
}

.me-n2 {
    margin-right: -0.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.mb-n1 {
    margin-bottom: -0.25rem !important
}

.mb-n2 {
    margin-bottom: -0.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.ms-n1 {
    margin-left: -0.25rem !important
}

.ms-n2 {
    margin-left: -0.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3,
form.custom_search_form>.input-group>button {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0,
footer>.bootscore-footer #footer-menu>li>.nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5,
form.custom_search_form>.input-group>input {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-2 {
    font-size: calc(1.305rem + 0.66vw) !important
}

.fs-3 {
    font-size: calc(1.2825rem + 0.39vw) !important
}

.fs-4 {
    font-size: calc(1.26rem + 0.12vw) !important
}

.fs-5 {
    font-size: 1.125rem !important
}

.fs-6 {
    font-size: 0.9rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start,
form.custom_search_form>.input-group>select {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center,
.mobile-footer a,
.sub-header #bootscore-navbar>li>a>span {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    --bs-link-color: #bb315b;
    --bs-link-hover-color: #962749;
}

.text-black,
#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #adb5bd !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(19, 35, 30, .5) !important
}

.text-cardinfo {
    --bs-text-opacity: 1;
    color: #bb315b !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .me-md-n1 {
        margin-right: -0.25rem !important
    }

    .me-md-n2 {
        margin-right: -0.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .me-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.25rem !important
    }

    .fs-2 {
        font-size: 1.8rem !important
    }

    .fs-3 {
        font-size: 1.575rem !important
    }

    .fs-4 {
        font-size: 1.35rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -0.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-cloudflare:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dailymotion:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-deezer:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edge-legacy:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-pay:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guilded:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-wash:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hive:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-house-user:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-innosoft:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: ""
}

.fa-instalod:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octopus-deploy:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-perbyte:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rust:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tiktok:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-uncharted:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-unsplash:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vest:before {
    content: ""
}

.fa-vest-patches:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-watchman-monitoring:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wodu:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("assets/fonts/fa-regular-400.eot");
    src: url("assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-regular-400.woff2") format("woff2"), url("assets/fonts/fa-regular-400.woff") format("woff"), url("assets/fonts/fa-regular-400.ttf") format("truetype"), url("assets/fonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("assets/fonts/fa-solid-900.eot");
    src: url("assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-solid-900.woff2") format("woff2"), url("assets/fonts/fa-solid-900.woff") format("woff"), url("assets/fonts/fa-solid-900.ttf") format("truetype"), url("assets/fonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("assets/fonts/fa-brands-400.eot");
    src: url("assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-brands-400.woff2") format("woff2"), url("assets/fonts/fa-brands-400.woff") format("woff"), url("assets/fonts/fa-brands-400.ttf") format("truetype"), url("assets/fonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action],
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar,
.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item span.fileuploader-action-popup,
.fileuploader-input .fileuploader-input-caption,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01)
}

.fileuploader-popup .fileuploader-popup-node,
.fileuploader-popup,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item {
    -webkit-animation: fileuploaderFadeIn .2s ease;
    animation: fileuploaderFadeIn .2s ease
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    display: inline-block;
    margin: 0;
    padding: 14px 22px;
    border: none;
    border-radius: 30px;
    outline: 0;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    background: #e6ebf4;
    color: #90a0bc
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover {
    background: #edf1f7;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active {
    background: #dfe5f1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-input .fileuploader-input-button {
    background: #9658fe;
    background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
    background-size: 140% auto;
    background-position: center;
    color: #fff;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .04)
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover,
.fileuploader-input .fileuploader-input-button:hover {
    background-position: left;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active,
.fileuploader-input .fileuploader-input-button:active {
    background-position: right;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.fileuploader-popup.loading:after,
.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after,
.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
    content: "";
    position: absolute;
    min-width: 24px;
    min-height: 24px;
    max-width: 48px;
    max-height: 48px;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=") no-repeat center;
    background-size: contain
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after,
.fileuploader-popup .fileuploader-popup-move:after,
.fileuploader-popup.loading:after,
.fileuploader-items .fileuploader-item .fileuploader-item-icon i,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.fileuploader-items .fileuploader-item .progress-bar2 span,
.fileuploader-items .fileuploader-item .fileuploader-action {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fileuploader-popup .fileuploader-cropper,
.fileuploader-popup .fileuploader-cropper *,
.fileuploader-popup .fileuploader-popup-move,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-input .fileuploader-input-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fileuploader,
.fileuploader *,
.fileuploader :before,
.fileuploader :after,
.fileuploader-popup,
.fileuploader-popup *,
.fileuploader-popup :before,
.fileuploader-popup :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fileuploader,
.fileuploader-popup {
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: left
}

.fileuploader button,
.fileuploader-popup button {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    font: inherit;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fileuploader button:focus,
.fileuploader-popup button:focus {
    outline: 0
}

.fileuploader {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 16px 0;
    background: #fafbfd;
    border-radius: 6px
}

.fileuploader-icon-main {
    display: inline-block;
    font-size: 18px;
    color: #789bec
}

.fileuploader-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    cursor: pointer
}

.fileuploader-input .fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 13px 16px;
    margin-right: 16px;
    background: #fff;
    border: 1px solid #ebeef1;
    border-radius: 30px;
    color: #789bec;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .01);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .01);
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
    border-color: #789bec
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 22px;
    margin-right: 6px
}

.fileuploader-input.fileuploader-dragging {
    background: #fff;
    border: 1px solid #ebeef1;
    border-style: dashed
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
    border-color: rgba(0, 0, 0, 0)
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.fileuploader-disabled .fileuploader-input {
    opacity: .7;
    cursor: default;
    pointer-events: none !important
}

.fileuploader-items .fileuploader-items-list {
    display: block;
    margin: 0 -16px;
    padding: 0;
    list-style: none
}

.fileuploader-items .fileuploader-item {
    position: relative;
    margin: 0;
    padding: 20px 16px 20px 22px;
    border-bottom: 1px solid #ebeef1;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.fileuploader-items .fileuploader-item:last-child {
    border-bottom: 0;
    margin-bottom: -16px
}

.fileuploader-items .fileuploader-item.upload-failed {
    background: rgba(254, 84, 111, .06)
}

.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 36px;
    height: 36px
}

.fileuploader-items .fileuploader-item .columns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.fileuploader-items .fileuploader-item .column-thumbnail {
    position: relative;
    width: 36px;
    height: 36px
}

.fileuploader-items .fileuploader-item .column-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
    color: #74809d;
    overflow: hidden
}

.fileuploader-items .fileuploader-item .column-title a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #74809d;
    text-decoration: none
}

.fileuploader-items .fileuploader-item .column-title div {
    width: 100%;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.fileuploader-items .fileuploader-item .column-title span {
    font-size: 12px;
    color: #979fb8
}

.fileuploader-items .fileuploader-item .column-actions {
    margin: 0 16px
}

.fileuploader-items .fileuploader-item .fileuploader-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden
}

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
    content: "";
    width: 50%;
    height: 50%
}

.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas {
    position: absolute;
    max-width: none;
    max-height: 100%;
    background: #fff
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    cursor: default;
    background-color: #ddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
    color: #888
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    position: absolute;
    display: block;
    width: 90%;
    font-style: normal;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 56, 71, .2);
    border-radius: 6px;
    cursor: pointer;
    opacity: 0
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
    opacity: 1
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
    background: rgba(43, 56, 71, .4)
}

.fileuploader-items .fileuploader-item .fileuploader-action {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #c0c6d2;
    cursor: pointer;
    vertical-align: top;
    text-align: center
}

.fileuploader-items .fileuploader-item .fileuploader-action+.fileuploader-action {
    margin-left: 16px
}

.fileuploader-items .fileuploader-item .fileuploader-action:hover {
    color: #789bec
}

.fileuploader-items .fileuploader-item .fileuploader-action:active {
    color: #668ee9
}

.fileuploader-items .fileuploader-item .fileuploader-action i {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 20px
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
    color: #fff;
    background: #fe7676;
    border-radius: 50%;
    -webkit-box-shadow: -1px 1px 6px rgba(254, 118, 118, .8);
    box-shadow: -1px 1px 6px rgba(254, 118, 118, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
    font-size: 14px;
    text-shadow: none
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
    background-color: #fe8a8a
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active {
    background-color: #fe6262
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
    color: #fff;
    background: #43d084;
    border-radius: 50%;
    -webkit-box-shadow: -1px 1px 6px rgba(67, 208, 132, .8);
    box-shadow: -1px 1px 6px rgba(67, 208, 132, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
    font-size: 14px;
    text-shadow: none
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
    background-color: #53d48f
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active {
    background-color: #33cc79
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
    content: ""
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
    background: #fe7676;
    -webkit-box-shadow: -1px 1px 6px rgba(254, 118, 118, .8);
    box-shadow: -1px 1px 6px rgba(254, 118, 118, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before {
    content: ""
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
    background-color: #fe6262
}

.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup {
    display: block
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 6px
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 6px;
    background: #789bec;
    -webkit-box-shadow: 0 4px 8px -1px rgba(120, 155, 236, .6);
    box-shadow: 0 4px 8px -1px rgba(120, 155, 236, .6)
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0;
    background: rgba(104, 125, 219, .08);
    -webkit-box-shadow: none;
    box-shadow: none
}

.fileuploader-items .fileuploader-item .progress-bar2 span {
    position: absolute;
    right: 16px;
    color: rgba(151, 159, 184, .16);
    font-size: 48px
}

.fileuploader-items .fileuploader-item.sorting {
    background: #fafbfd;
    border-radius: 6px;
    opacity: .8;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    z-index: 799
}

.fileuploader-items .fileuploader-item.sorting,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon,
.fileuploader-items .fileuploader-item.sorting .fileuploader-action {
    -webkit-animation: none;
    animation: none
}

.fileuploader-items .fileuploader-sorter-placeholder {
    background: rgba(0, 0, 0, .03);
    margin: 0;
    padding: 0;
    -webkit-animation: none;
    animation: none
}

.file-type-image .fileuploader-item-icon {
    background-color: #3982fe !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E")
}

.file-type-image .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-type-audio .fileuploader-item-icon {
    background-color: #66d043 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E")
}

.file-type-audio .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-type-video .fileuploader-item-icon {
    background-color: #9868ff !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.81 11.28L8.487 6.107a.622.642 0 0 0-.326-.1c-.326 0-.592.28-.592.623h-.003l.003 10.738c0 .344.266.623.592.623.123 0 .225-.044.335-.106l8.315-5.166a.91.94 0 0 0 .323-.72.96.96 0 0 0-.323-.721z'/%3E%3C/svg%3E")
}

.file-type-video .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-rar .fileuploader-item-icon,
.file-ext-zip .fileuploader-item-icon {
    background-color: #ffd236 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E")
}

.file-ext-rar .fileuploader-item-icon i,
.file-ext-zip .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-pdf .fileuploader-item-icon {
    background-color: #ef5350 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.61 13.224c-.336-.115-.752-.16-1.242-.15l-.84.06-.952.158-.906-.958c-.662-.808-1.23-1.684-1.732-2.6l.257-.608.283-.825c.153-.528.227-.985.192-1.37-.117-1.353-.86-2.218-1.9-2.127S9.164 5.88 9.28 7.23c.03.354.16.752.37 1.196a8.11 8.11 0 0 0 .396.743l.56.846-.132.35-1.12 2.846-.705 1.628-.068.012-.797.17-.838.24c-.52.178-.937.38-1.232.63-1.04.87-1.324 1.978-.658 2.77s1.807.707 2.848-.164c.272-.23.523-.563.77-.988a8.87 8.87 0 0 0 .381-.75c.078-.17.137-.35.207-.522l.173-.364 3.614-1 1.18-.256.47.502.64.595c.42.354.808.606 1.174.733 1.283.442 2.376.115 2.712-.862s-.326-1.917-1.6-2.36zM10.88 5.94c.314-.028.595.3.663 1.09.02.215-.034.546-.15.95l-.263.79-.454-.83c-.156-.333-.248-.613-.265-.807-.068-.79.154-1.162.47-1.2zM7.683 16.947c-.183.32-.36.555-.5.68-.606.508-1.04.54-1.242.298s-.096-.66.51-1.168c.166-.14.467-.286.864-.42l.8-.24-.423.85zm5.104-3.19l-2.74.735.353-.847.193-.475.807-2.082c.417.673.878 1.344 1.4 1.976l.5.58-.524.114zm5.35 1.452c-.103.298-.517.422-1.265.163-.203-.07-.484-.254-.805-.524l-.617-.562.947-.075c.367-.01.66.022.844.086.748.258.998.612.896.912z'/%3E%3C/svg%3E")
}

.file-ext-pdf .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-doc .fileuploader-item-icon,
.file-ext-docx .fileuploader-item-icon,
.file-ext-rtf .fileuploader-item-icon {
    background-color: #2372ba !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM7.974 8.5h-1.33l.922 7h1.708l.73-5.22.702 5.22h1.714l.938-7h-1.26l-.645 5.613L10.72 8.5h-1.4l-.77 5.613L7.974 8.5zM19 6h-3v12h3V6z'/%3E%3C/svg%3E")
}

.file-ext-doc .fileuploader-item-icon i,
.file-ext-docx .fileuploader-item-icon i,
.file-ext-rtf .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-xls .fileuploader-item-icon,
.file-ext-xlsx .fileuploader-item-icon {
    background-color: #14a73c !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM19 6h-3v12h3V6zm-6.148 9.5l-2.08-3.5 2.043-3.5H11.57l-1.244 2.246c-.047.196-.125.382-.232.554-.088-.173-.158-.354-.21-.54l-1.2-2.26H7.338L9.33 12l-2.182 3.5h1.338l1.396-2.416c.066-.14.117-.385.14-.385a1.58 1.58 0 0 1 .131.385l1.38 2.416h1.32z'/%3E%3C/svg%3E")
}

.file-ext-xls .fileuploader-item-icon i,
.file-ext-xlsx .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-pps .fileuploader-item-icon,
.file-ext-ppsx .fileuploader-item-icon,
.file-ext-ppt .fileuploader-item-icon,
.file-ext-pptx .fileuploader-item-icon {
    background-color: #f26522 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E")
}

.file-ext-pps .fileuploader-item-icon i,
.file-ext-ppsx .fileuploader-item-icon i,
.file-ext-ppt .fileuploader-item-icon i,
.file-ext-pptx .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-psd .fileuploader-item-icon {
    background-color: #3172eb !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853 11.374h.61c.57 0 .997-.112 1.28-.338s.424-.553.424-.983c0-.435-.12-.755-.356-.962S9.2 8.78 8.695 8.78h-.842v2.595zm4.183-1.387c0 .94-.293 1.66-.88 2.157s-1.424.747-2.507.747h-.796V16H6V7.262h2.79c1.06 0 1.867.228 2.417.683s.83 1.137.828 2.042zM18 14.016c0 .686-.238 1.207-.714 1.565s-1.188.538-2.137.538a6.63 6.63 0 0 1-1.243-.098c-.33-.063-.652-.16-.96-.29v-1.506c.367.17.75.303 1.144.4a4.66 4.66 0 0 0 1.122.161c.66 0 .99-.2.99-.573.005-.13-.042-.256-.13-.35a1.93 1.93 0 0 0-.454-.305c-.214-.112-.5-.244-.86-.397-.514-.215-.892-.414-1.133-.597-.225-.164-.405-.38-.526-.63-.11-.24-.163-.53-.163-.877 0-.594.23-1.053.69-1.377s1.112-.487 1.958-.487c.804 0 1.588.175 2.35.525l-.552 1.315c-.307-.134-.62-.25-.938-.353-.287-.092-.588-.138-.89-.138-.54 0-.807.146-.807.437 0 .163.085.305.26.424s.552.297 1.14.532c.52.21.904.408 1.147.592s.422.395.537.633.173.527.173.858z'/%3E%3C/svg%3E")
}

.file-ext-psd .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-ai .fileuploader-item-icon {
    background-color: #ff9e00 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.58 16l-.6-2.072H8.964L8.364 16h-1.89l2.922-8.738h2.145L14.473 16H12.58zm-1.02-3.618l-.937-3.185-.15-.582-1.07 3.767h2.155zm3.452-4.756c0-.59.328-.886.986-.886s.986.294.986.886c0 .282-.078.502-.244.656-.164.16-.412.238-.742.238-.658 0-.986-.298-.986-.894zM16.908 16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E")
}

.file-ext-ai .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff
}

.file-ext-txt .fileuploader-item-icon {
    background-color: #454545 !important
}

.file-ext-txt .fileuploader-item-icon i {
    color: #fff !important
}

.file-ext-css .fileuploader-item-icon {
    background-color: #26a69a !important
}

.file-ext-css .fileuploader-item-icon i {
    color: #fff !important
}

.file-ext-html .fileuploader-item-icon {
    background-color: #cf33a8 !important
}

.file-ext-html .fileuploader-item-icon i {
    color: #fff !important
}

.fileuploader-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #191d1e;
    z-index: 1090;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.fileuploader-popup.loading:after {
    width: 48px;
    height: 48px;
    z-index: 8
}

.fileuploader-popup .fileuploader-popup-preview {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2
}

.fileuploader-popup .fileuploader-popup-node {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    height: 100%;
    min-width: 20px;
    min-height: 20px;
    padding: 80px 56px 64px;
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-node.is-zoomed {
    display: block
}

.fileuploader-popup .fileuploader-popup-node .reader-node {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-movable {
    cursor: -webkit-grab;
    cursor: grab
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important
}

.fileuploader-popup .fileuploader-popup-node.node-image .reader-node>img,
.fileuploader-popup .fileuploader-popup-node.node-video .reader-node>video,
.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node>audio,
.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node>div {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #47525d;
    background: #fafafa;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .4);
    box-shadow: 0 0 18px rgba(0, 0, 0, .4);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0;
    outline: 0
}

.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node audio {
    width: 450px;
    border-radius: 34px
}

.fileuploader-popup .fileuploader-popup-node.node-application .reader-node iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 3px
}

.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node div {
    max-width: 992px;
    padding: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    overflow-y: auto;
    white-space: pre-wrap
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered {
    display: block
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered .reader-node {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+") no-repeat center;
    background-size: contain
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
    position: absolute;
    bottom: 14px;
    left: 0;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    max-width: 100%;
    background-image: none;
    word-wrap: break-word
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color {
    color: #888
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    visibility: visible
}

.fileuploader-popup .fileuploader-popup-content {
    color: #fdfdfd;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

.fileuploader-popup .fileuploader-popup-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.fileuploader-popup .fileuploader-popup-content ul li {
    display: inline-block;
    padding: 0;
    margin: 0
}

.fileuploader-popup .fileuploader-popup-content ul li+li {
    margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    background: rgba(0, 0, 0, .8);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child {
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span {
    display: block;
    color: #80868b;
    font-size: 14px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta .h5 {
    max-width: 100%;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
    margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    padding: 14px 24px;
    text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] {
    display: inline-block;
    padding: 16px;
    padding-bottom: 13px;
    cursor: pointer;
    text-decoration: none;
    color: #fdfdfd;
    border-bottom: 3px solid rgba(0, 0, 0, 0)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i {
    display: inline-block;
    font-size: 18px;
    margin-top: -4px;
    margin-right: 6px;
    vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover {
    border-bottom-color: #789bec;
    color: #fff
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
    font-size: 14px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    padding: 0;
    vertical-align: middle;
    color: #fdfdfd;
    background: rgba(255, 255, 255, .1);
    text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover {
    background: rgba(255, 255, 255, .3)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input {
    display: inline-block;
    -webkit-appearance: none;
    width: 130px;
    padding: 0;
    margin: 0 16px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus {
    outline: none
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #789bec;
    border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: .2s;
    box-shadow: none;
    background: #789bec;
    border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-left: 6px;
    color: #fff;
    vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-move {
    position: absolute;
    display: none;
    width: 56px;
    height: 100%;
    font-size: 24px;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: .4;
    cursor: pointer;
    z-index: 1
}

.fileuploader-popup .fileuploader-popup-move:hover {
    opacity: 1
}

.fileuploader-popup .fileuploader-popup-move:after {
    position: absolute
}

.fileuploader-popup .fileuploader-popup-move[data-action=next] {
    left: auto;
    right: 0
}

.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
    display: inline-block
}

.fileuploader-popup .fileuploader-cropper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 20, 27, .65);
    z-index: 9
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(250, 250, 250, .8);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 34%;
    border-top: 0;
    border-bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
    top: 50%;
    left: 0;
    height: 34%;
    width: 100%;
    border-left: 0;
    border-right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after {
    opacity: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 3
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    border-radius: 50%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a {
    top: -12px;
    left: -12px;
    cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    cursor: n-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c {
    top: -12px;
    right: -12px;
    cursor: ne-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d {
    top: 50%;
    right: -12px;
    margin-top: -12px;
    cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e {
    bottom: -12px;
    right: -12px;
    cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f {
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    cursor: s-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g {
    bottom: -12px;
    left: -12px;
    cursor: sw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h {
    left: -12px;
    top: 50%;
    margin-top: -12px;
    cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: move
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .8)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info {
    position: absolute;
    bottom: -12px;
    left: 50%;
    color: #fff;
    font-family: sans-serif;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    padding: 4px 8px;
    background: rgba(0, 0, 0, .6);
    border-radius: 14px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info {
    opacity: 0
}

@media all and (max-width: 768px) {
    .fileuploader-popup .fileuploader-popup-header {
        display: block;
        padding: 0
    }

    .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
        padding: 16px
    }

    .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
        position: fixed;
        left: 0;
        bottom: 16px;
        width: 100%;
        margin: 0;
        text-align: center
    }

    .fileuploader-popup .fileuploader-popup-node {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 117px
    }

    .fileuploader-popup .fileuploader-popup-footer {
        bottom: 61px;
        background: none
    }

    .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
        display: none
    }

    .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover {
        border-color: rgba(0, 0, 0, 0)
    }

    .fileuploader-popup .fileuploader-popup-move {
        width: 30px
    }

    .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
        padding-left: 30px;
        padding-right: 30px
    }
}

@-webkit-keyframes fileuploaderFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fileuploaderFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    position: relative;
    display: inline-block;
    margin: 16px 0 0 16px;
    padding: 0;
    vertical-align: top;
    width: 25%;
    width: calc(25% - 16px);
    padding-top: 20%
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
.fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    background: #e6ebf4;
    border: 2px dashed #92a7bf;
    text-align: center;
    font-size: 30px;
    color: #90a0bc;
    cursor: pointer;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {
    opacity: 1
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active,
.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
    background: #f6f6fb
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner i {
    position: absolute;
    font-style: normal;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-items-list {
    margin: -16px 0 0 -16px
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item {
    border-bottom: 0
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 0
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item-inner {
    background: rgba(0, 0, 0, .02);
    overflow: hidden;
    z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    width: 100%;
    height: 100%
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon {
    background-size: 30%
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    display: none
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action-popup {
    border-radius: 6px;
    z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item .type-holder {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, .4);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    z-index: 2
}

.fileuploader-theme-thumbnails .fileuploader-item .actions-holder {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    height: 20px
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action+.fileuploader-action {
    margin-left: 8px
}

.fileuploader-theme-thumbnails .fileuploader-item .content-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 2
}

.fileuploader-theme-thumbnails .fileuploader-item .content-holder h5,
.fileuploader-theme-thumbnails .fileuploader-item .content-holder .h5 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fileuploader-theme-thumbnails .fileuploader-item .content-holder span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .8)
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.upload-failed .fileuploader-item-inner {
    background: #db6868
}

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
    position: relative;
    top: 50%;
    width: 80%;
    height: 6px;
    margin: 0 auto;
    margin-top: -6px;
    background: #dde4f6
}

.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting {
    padding-top: 0;
    margin: 0
}

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: #f0f3f9;
    border-radius: 6px
}

@media all and (max-width: 768px) {

    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 33.33333333%;
        width: calc(33.33333333% - 16px);
        padding-top: 30%
    }
}

@media all and (max-width: 480px) {

    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 50%;
        width: calc(50% - 16px);
        padding-top: 40%
    }
}

header nav#nav-main {
    z-index: 1
}

header nav#nav-main>.container>a.navbar-brand>img {
    width: 290px;
    max-width: 100%
}

header nav#nav-main #bootscore-navbar>li.info>a>i {
    position: relative;
    top: 1px;
    font-size: 1.25rem
}

header nav#nav-main #bootscore-navbar>li>button:not(.collapsed) {
    color: #bb315b
}

header nav#nav-main #bootscore-navbar>li:hover>button,
header nav#nav-main #bootscore-navbar>li:hover>a,
header nav#nav-main #bootscore-navbar>li.current_page_item>button,
header nav#nav-main #bootscore-navbar>li.current_page_item>a {
    color: #bb315b
}

header nav#nav-sub {
    top: 80px;
    z-index: 0;
    background: #ba1749;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(186, 23, 73)), to(rgb(234, 124, 39)));
    background: linear-gradient(0deg, rgb(186, 23, 73) 0%, rgb(234, 124, 39) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba1749", endColorstr="#ea7c27", GradientType=1)
}

header nav#nav-sub>#collapsableSearch {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6
}

header nav#nav-sub>#collapsableSearch>.collapse,
header nav#nav-sub>#collapsableSearch>.collapsing {
    padding-top: .7rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid #d8d8d8
}

header nav#nav-sub .menu-item>.nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, .75);
    padding: 1rem 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

header nav#nav-sub .menu-item>.nav-link>span {
    font-family: "Blinker", sans-serif
}

header nav#nav-sub .menu-item>.nav-link>span>img {
    max-width: 30px;
    margin-right: .6666666667rem;
    opacity: .75;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

header nav#nav-sub .menu-item>.nav-link:hover {
    color: #fff
}

header nav#nav-sub .menu-item>.nav-link:hover>img {
    opacity: 1
}

header nav#nav-sub .menu-item:last-child>.nav-link {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.content-header {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    margin-top: 141px
}

@media(max-width: 991.98px) {
    .content-header {
        margin-top: 150px
    }
}

.content-header>.header-background {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 800px) {.content-header>.header-background {
    top: -1rem;
}
}
@media(min-width: 800px) and (max-width: 1340px) {.content-header>.header-background {
    top: -3rem;
}
}
@media(min-width: 1340px) and (max-width: 1800px) {.content-header>.header-background {
    top: -8rem;
}
}
@media(min-width: 1800px) {
    .content-header>.header-background {
        top: -15rem;
    }
}

.content-header>.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(19, 35, 30, .2)
}

.content-header>.header-overlay .row.d-md-flex .title-wrapper,
.content-header>.header-overlay .sub-header .d-md-flex#bootscore-navbar .title-wrapper,
.sub-header .content-header>.header-overlay .d-md-flex#bootscore-navbar .title-wrapper {
    position: relative;
    opacity: 1
}

.content-header>.header-overlay .header-brand>img {
    width: 290px;
    max-width: 100%
}

.advertisement-header-slider {
    position: relative;
    background-color: #fff
}

.advertisement-header-slider .slick-list>.slick-track>.slick-slide {
    min-height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.advertisement-header-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0
}

.advertisement-header-slider .slick-dots>li {
    margin: 0 .3333333333rem
}

.advertisement-header-slider .slick-dots>li:only-child {
    display: none
}

.advertisement-header-slider .slick-dots>li>button {
    position: relative;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -999em;
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.advertisement-header-slider .slick-dots>li>button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 100%
}

.advertisement-header-slider .slick-dots>li>button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.advertisement-header-slider .slick-dots>li:hover>button:after,
.advertisement-header-slider .slick-dots>li.slick-active>button:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.advertisement-header-slider .slick-dots>li:hover>button:after {
    background-color: #fff
}

.header-spacer {
    margin-top: calc(141px + 1.5rem)
}

@media(max-width: 991.98px) {
    .header-spacer {
        margin-top: calc(72px + 1.5rem)
    }
}

.sub-header #bootscore-navbar>li>a {
    color: #606966
}

.sub-header #bootscore-navbar>li>a:hover {
    color: #bb315b
}

.sub-header #bootscore-navbar>li>a>span:first-child:not(.translateMe) {
    width: 60px;
    height: 60px
}

.sub-header #bootscore-navbar>li>a>span:first-child:not(.translateMe):before {
    content: "";
    background-color: #bb315b;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 100%;
    opacity: .1
}

.sub-header #bootscore-navbar>li>a>span>img {
    z-index: 1;
    width: 35px;
    height: 35px
}

#content #main>.entry-content .limited-content {
    position: relative;
    height: 100px;
    overflow: hidden
}

#content #main>.entry-content .limited-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2rem;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0)
}

#content #main>.entry-content .limited-content[data-status=show]:after {
    opacity: 0
}

#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong {
    background-color: #e9ecef !important
}

#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong:hover {
    color: #bb315b !important;
    cursor: pointer
}

#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong:after {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important
}

#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong.active {
    color: #bb315b !important
}

#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong.active:after {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
}

#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong+p {
    display: none
}

#content #main>.entry-content .wp-block-yoast-faq-block>.schema-faq-section>strong.active+p {
    display: block
}

.um.um-login {
    margin-left: 0 !important
}

.um-account .um-navigation {
    border-radius: .375rem
}

.um-account .um-navigation>ul.nav>li.nav-item>a.nav-link {
    position: relative;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.um-account .um-navigation>ul.nav>li.nav-item>a.nav-link.active,
.um-account .um-navigation>ul.nav>li.nav-item>a.nav-link:hover {
    background-color: var(--bs-primary);
    color: #fff
}

.um-account .um-navigation>ul.nav>li.nav-item>a.nav-link.active>i[class*=fa-],
.um-account .um-navigation>ul.nav>li.nav-item>a.nav-link:hover>i[class*=fa-] {
    color: #fff
}

.um-account .um-navigation>ul.nav>li.nav-item>a.nav-link>i[class*=fa-] {
    position: absolute;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms
}

.um-account .um-navigation>ul.nav>li.nav-item>a.nav-link>span {
    display: block;
    padding-left: 2rem;
    line-height: 1
}

@media(max-width: 767.98px) {
    .um-account .um-navigation>ul.nav>li.nav-item>a.nav-link>span {
        padding-left: 1.5rem
    }
}

.um-account .um-account-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    float: none
}

.um-account .um-account-main>.um-account-tab>.um-account-heading {
    display: block !important
}

.um-account .um-account-main>.um-account-tab>.um-account-heading>i {
    display: none
}

.um-account .um-account-main>.um-account-tab .card-body,
.um-account .um-account-main>.um-account-tab body.page-template-page-text #content #main>.entry-content,
body.page-template-page-text #content .um-account .um-account-main>.um-account-tab #main>.entry-content {
    position: relative
}

.um-account .um-account-main>.um-account-tab .card-body>.um-field:first-child,
.um-account .um-account-main>.um-account-tab body.page-template-page-text #content #main>.entry-content>.um-field:first-child,
body.page-template-page-text #content .um-account .um-account-main>.um-account-tab #main>.entry-content>.um-field:first-child {
    padding-top: 0 !important
}

.um-account .um-account-main>.um-account-tab .card-body>.changeStatus,
.um-account .um-account-main>.um-account-tab body.page-template-page-text #content #main>.entry-content>.changeStatus,
body.page-template-page-text #content .um-account .um-account-main>.um-account-tab #main>.entry-content>.changeStatus {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.um-account .um-account-main>.um-account-tab p+.card,
.um-account .um-account-main>.um-account-tab p+.custom-card,
.um-account .um-account-main>.um-account-tab body.page-template-page-text #content #main>p+.entry-content,
body.page-template-page-text #content .um-account .um-account-main>.um-account-tab #main>p+.entry-content {
    margin-top: 15px
}

.um-button#um_account_submit_general,
.um-button#um_account_submit_password,
.um-button#um_account_submit_privacy,
.um-button#um_account_submit_delete {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important
}

.um-account-main a.um-request-button {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-top: 1rem !important;
    border: 2px solid #bb315b !important
}

.um-tip:hover>i {
    color: #bb315b
}

.um *,
.um ::before,
.um ::after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.um-field.um-field-latitude,
.um-field.um-field-longtitude,
.um-field.um-field-validated {
    padding-top: 0
}

form .input-group input,
form .input-group select {
    width: auto !important
}

form .input-group input[name=post-price-value],
form .input-group select[name=post-price-value] {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
}

form .input-group-text[data-input*=file] {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
}

form .input-group-text>i {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

form .input-group-text:not([disabled])>i {
    cursor: pointer
}

form .input-group-text:not([disabled])>i:hover {
    color: #bb315b
}

form .input-group-text[disabled]>i {
    opacity: .3;
    cursor: not-allowed
}

form.was-validated .fileuploader-success {
    color: #198754
}

form.was-validated .fileuploader-error {
    color: #dc3545
}

.um.um-login,
.um.um-register,
.um.um-password {
    margin-left: 0 !important
}

.um.um-login .um-field-block>div,
.um.um-login .um-center,
.um.um-register .um-field-block>div,
.um.um-register .um-center,
.um.um-password .um-field-block>div,
.um.um-password .um-center {
    text-align: left !important
}

.um.um-login .um-field-label,
.um.um-register .um-field-label,
.um.um-password .um-field-label {
    margin-bottom: 0
}

.um.um-login .um-field-label label,
.um.um-register .um-field-label label,
.um.um-password .um-field-label label {
    margin-bottom: 0
}

footer>.bootscore-footer .footer-brand>img {
    width: 290px;
    max-width: 100%
}

footer>.bootscore-footer #footer-menu {
    opacity: .8
}

footer>.bootscore-footer #footer-menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

footer>.bootscore-footer #footer-menu>li:last-child .spacer {
    display: none
}

footer>.bootscore-footer #footer-menu>li>.nav-link {
    color: #13231e
}

footer>.bootscore-info {
    opacity: .8
}

.mobile-footer {
    z-index: 1000
}

.mobile-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #606966
}

.mobile-footer a.link-active,
.mobile-footer a:hover {
    color: #bb315b
}

.mobile-footer a>span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-footer a>span>i {
    font-size: 1.2rem
}

.mobile-footer a>span>i+i {
    position: absolute;
    font-size: .7rem
}

.card .card-img,
.custom-card .card-img,
.card.card-advertisement .card-thumbnail-img,
.card-advertisement.custom-card .card-thumbnail-img,
.card.card-vacancies .card-thumbnail-img,
.card-vacancies.custom-card .card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img,
.card .card-img-top,
.custom-card .card-img-top,
body.page-template-page-text #content #main>.entry-content .card-img-top,
.card .card-img-bottom,
.custom-card .card-img-bottom,
body.page-template-page-text #content #main>.entry-content .card-img-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%
}

.card .card-img.aspect4-3,
.custom-card .card-img.aspect4-3,
.card.card-advertisement .aspect4-3.card-thumbnail-img,
.card-advertisement.custom-card .aspect4-3.card-thumbnail-img,
.card.card-vacancies .aspect4-3.card-thumbnail-img,
.card-vacancies.custom-card .aspect4-3.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect4-3,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect4-3.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect4-3.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect4-3.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect4-3.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect4-3.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect4-3.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect4-3.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect4-3.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect4-3.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect4-3.card-thumbnail-img,
.card .card-img-top.aspect4-3,
.custom-card .card-img-top.aspect4-3,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect4-3,
.card .card-img-bottom.aspect4-3,
.custom-card .card-img-bottom.aspect4-3,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect4-3 {
    padding-top: 75%
}

.card .card-img.aspect2-1,
.custom-card .card-img.aspect2-1,
.card.card-advertisement .aspect2-1.card-thumbnail-img,
.card-advertisement.custom-card .aspect2-1.card-thumbnail-img,
.card.card-vacancies .aspect2-1.card-thumbnail-img,
.card-vacancies.custom-card .aspect2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect2-1,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect2-1.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect2-1.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect2-1.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect2-1.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect2-1.card-thumbnail-img,
.card .card-img-top.aspect2-1,
.custom-card .card-img-top.aspect2-1,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect2-1,
.card .card-img-bottom.aspect2-1,
.custom-card .card-img-bottom.aspect2-1,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect2-1 {
    padding-top: 50%
}

.card .card-img.aspect3-1,
.custom-card .card-img.aspect3-1,
.card.card-advertisement .aspect3-1.card-thumbnail-img,
.card-advertisement.custom-card .aspect3-1.card-thumbnail-img,
.card.card-vacancies .aspect3-1.card-thumbnail-img,
.card-vacancies.custom-card .aspect3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect3-1,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect3-1.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect3-1.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect3-1.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect3-1.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect3-1.card-thumbnail-img,
.card .card-img-top.aspect3-1,
.custom-card .card-img-top.aspect3-1,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect3-1,
.card .card-img-bottom.aspect3-1,
.custom-card .card-img-bottom.aspect3-1,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect3-1 {
    padding-top: 33.33334%
}

.card .card-img.aspect16-9,
.custom-card .card-img.aspect16-9,
.card.card-advertisement .aspect16-9.card-thumbnail-img,
.card-advertisement.custom-card .aspect16-9.card-thumbnail-img,
.card.card-vacancies .aspect16-9.card-thumbnail-img,
.card-vacancies.custom-card .aspect16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect16-9,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect16-9.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect16-9.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect16-9.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect16-9.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect16-9.card-thumbnail-img,
.card .card-img-top.aspect16-9,
.custom-card .card-img-top.aspect16-9,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect16-9,
.card .card-img-bottom.aspect16-9,
.custom-card .card-img-bottom.aspect16-9,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect16-9 {
    padding-top: 56.25%
}

.card .card-img.aspect9-16,
.custom-card .card-img.aspect9-16,
.card.card-advertisement .aspect9-16.card-thumbnail-img,
.card-advertisement.custom-card .aspect9-16.card-thumbnail-img,
.card.card-vacancies .aspect9-16.card-thumbnail-img,
.card-vacancies.custom-card .aspect9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect9-16,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect9-16.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect9-16.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect9-16.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect9-16.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect9-16.card-thumbnail-img,
.card .card-img-top.aspect9-16,
.custom-card .card-img-top.aspect9-16,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect9-16,
.card .card-img-bottom.aspect9-16,
.custom-card .card-img-bottom.aspect9-16,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect9-16 {
    padding-top: 177.77778%
}

.card .card-img.aspect1-1,
.custom-card .card-img.aspect1-1,
.card.card-advertisement .aspect1-1.card-thumbnail-img,
.card-advertisement.custom-card .aspect1-1.card-thumbnail-img,
.card.card-vacancies .aspect1-1.card-thumbnail-img,
.card-vacancies.custom-card .aspect1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect1-1,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect1-1.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect1-1.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect1-1.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect1-1.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect1-1.card-thumbnail-img,
.card .card-img-top.aspect1-1,
.custom-card .card-img-top.aspect1-1,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect1-1,
.card .card-img-bottom.aspect1-1,
.custom-card .card-img-bottom.aspect1-1,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect1-1 {
    padding-top: 100%
}

.card .card-img .aspect-xs-4-3,
.custom-card .card-img .aspect-xs-4-3,
.card.card-advertisement .card-thumbnail-img .aspect-xs-4-3,
.card-advertisement.custom-card .card-thumbnail-img .aspect-xs-4-3,
.card.card-vacancies .card-thumbnail-img .aspect-xs-4-3,
.card-vacancies.custom-card .card-thumbnail-img .aspect-xs-4-3,
body.page-template-page-text #content #main>.entry-content .card-img .aspect-xs-4-3,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .card-thumbnail-img .aspect-xs-4-3,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .card-thumbnail-img .aspect-xs-4-3,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xs-4-3,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xs-4-3,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img .aspect-xs-4-3,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .card-thumbnail-img .aspect-xs-4-3,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .card-thumbnail-img .aspect-xs-4-3,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xs-4-3,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xs-4-3,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img .aspect-xs-4-3,
.card .card-img-top .aspect-xs-4-3,
.custom-card .card-img-top .aspect-xs-4-3,
body.page-template-page-text #content #main>.entry-content .card-img-top .aspect-xs-4-3,
.card .card-img-bottom .aspect-xs-4-3,
.custom-card .card-img-bottom .aspect-xs-4-3,
body.page-template-page-text #content #main>.entry-content .card-img-bottom .aspect-xs-4-3 {
    padding-top: 75%
}

.card .card-img.aspect-xs-2-1,
.custom-card .card-img.aspect-xs-2-1,
.card.card-advertisement .aspect-xs-2-1.card-thumbnail-img,
.card-advertisement.custom-card .aspect-xs-2-1.card-thumbnail-img,
.card.card-vacancies .aspect-xs-2-1.card-thumbnail-img,
.card-vacancies.custom-card .aspect-xs-2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect-xs-2-1,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xs-2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xs-2-1.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xs-2-1.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xs-2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xs-2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xs-2-1.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xs-2-1.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-2-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xs-2-1.card-thumbnail-img,
.card .card-img-top.aspect-xs-2-1,
.custom-card .card-img-top.aspect-xs-2-1,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xs-2-1,
.card .card-img-bottom.aspect-xs-2-1,
.custom-card .card-img-bottom.aspect-xs-2-1,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xs-2-1 {
    padding-top: 50%
}

.card .card-img.aspect-xs-3-1,
.custom-card .card-img.aspect-xs-3-1,
.card.card-advertisement .aspect-xs-3-1.card-thumbnail-img,
.card-advertisement.custom-card .aspect-xs-3-1.card-thumbnail-img,
.card.card-vacancies .aspect-xs-3-1.card-thumbnail-img,
.card-vacancies.custom-card .aspect-xs-3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect-xs-3-1,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xs-3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xs-3-1.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xs-3-1.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xs-3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xs-3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xs-3-1.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xs-3-1.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-3-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xs-3-1.card-thumbnail-img,
.card .card-img-top.aspect-xs-3-1,
.custom-card .card-img-top.aspect-xs-3-1,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xs-3-1,
.card .card-img-bottom.aspect-xs-3-1,
.custom-card .card-img-bottom.aspect-xs-3-1,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xs-3-1 {
    padding-top: 33.33334%
}

.card .card-img.aspect-xs-16-9,
.custom-card .card-img.aspect-xs-16-9,
.card.card-advertisement .aspect-xs-16-9.card-thumbnail-img,
.card-advertisement.custom-card .aspect-xs-16-9.card-thumbnail-img,
.card.card-vacancies .aspect-xs-16-9.card-thumbnail-img,
.card-vacancies.custom-card .aspect-xs-16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect-xs-16-9,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xs-16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xs-16-9.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xs-16-9.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xs-16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xs-16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xs-16-9.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xs-16-9.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-16-9.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xs-16-9.card-thumbnail-img,
.card .card-img-top.aspect-xs-16-9,
.custom-card .card-img-top.aspect-xs-16-9,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xs-16-9,
.card .card-img-bottom.aspect-xs-16-9,
.custom-card .card-img-bottom.aspect-xs-16-9,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xs-16-9 {
    padding-top: 56.25%
}

.card .card-img.aspect-xs-9-16,
.custom-card .card-img.aspect-xs-9-16,
.card.card-advertisement .aspect-xs-9-16.card-thumbnail-img,
.card-advertisement.custom-card .aspect-xs-9-16.card-thumbnail-img,
.card.card-vacancies .aspect-xs-9-16.card-thumbnail-img,
.card-vacancies.custom-card .aspect-xs-9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect-xs-9-16,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xs-9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xs-9-16.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xs-9-16.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xs-9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xs-9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xs-9-16.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xs-9-16.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-9-16.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xs-9-16.card-thumbnail-img,
.card .card-img-top.aspect-xs-9-16,
.custom-card .card-img-top.aspect-xs-9-16,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xs-9-16,
.card .card-img-bottom.aspect-xs-9-16,
.custom-card .card-img-bottom.aspect-xs-9-16,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xs-9-16 {
    padding-top: 177.77778%
}

.card .card-img.aspect-xs-1-1,
.custom-card .card-img.aspect-xs-1-1,
.card.card-advertisement .aspect-xs-1-1.card-thumbnail-img,
.card-advertisement.custom-card .aspect-xs-1-1.card-thumbnail-img,
.card.card-vacancies .aspect-xs-1-1.card-thumbnail-img,
.card-vacancies.custom-card .aspect-xs-1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-img.aspect-xs-1-1,
body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xs-1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xs-1-1.card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xs-1-1.card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xs-1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xs-1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xs-1-1.card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xs-1-1.card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xs-1-1.card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xs-1-1.card-thumbnail-img,
.card .card-img-top.aspect-xs-1-1,
.custom-card .card-img-top.aspect-xs-1-1,
body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xs-1-1,
.card .card-img-bottom.aspect-xs-1-1,
.custom-card .card-img-bottom.aspect-xs-1-1,
body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xs-1-1 {
    padding-top: 100%
}

@media(min-width: 576px) {

    .card .card-img .aspect-sm-4-3,
    .custom-card .card-img .aspect-sm-4-3,
    .card.card-advertisement .card-thumbnail-img .aspect-sm-4-3,
    .card-advertisement.custom-card .card-thumbnail-img .aspect-sm-4-3,
    .card.card-vacancies .card-thumbnail-img .aspect-sm-4-3,
    .card-vacancies.custom-card .card-thumbnail-img .aspect-sm-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img .aspect-sm-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .card-thumbnail-img .aspect-sm-4-3,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .card-thumbnail-img .aspect-sm-4-3,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-sm-4-3,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-sm-4-3,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img .aspect-sm-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .card-thumbnail-img .aspect-sm-4-3,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .card-thumbnail-img .aspect-sm-4-3,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-sm-4-3,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-sm-4-3,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img .aspect-sm-4-3,
    .card .card-img-top .aspect-sm-4-3,
    .custom-card .card-img-top .aspect-sm-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-top .aspect-sm-4-3,
    .card .card-img-bottom .aspect-sm-4-3,
    .custom-card .card-img-bottom .aspect-sm-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom .aspect-sm-4-3 {
        padding-top: 75%
    }

    .card .card-img.aspect-sm-2-1,
    .custom-card .card-img.aspect-sm-2-1,
    .card.card-advertisement .aspect-sm-2-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-sm-2-1.card-thumbnail-img,
    .card.card-vacancies .aspect-sm-2-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-sm-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-sm-2-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-sm-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-sm-2-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-sm-2-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-sm-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-sm-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-sm-2-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-sm-2-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-sm-2-1.card-thumbnail-img,
    .card .card-img-top.aspect-sm-2-1,
    .custom-card .card-img-top.aspect-sm-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-sm-2-1,
    .card .card-img-bottom.aspect-sm-2-1,
    .custom-card .card-img-bottom.aspect-sm-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-sm-2-1 {
        padding-top: 50%
    }

    .card .card-img.aspect-sm-3-1,
    .custom-card .card-img.aspect-sm-3-1,
    .card.card-advertisement .aspect-sm-3-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-sm-3-1.card-thumbnail-img,
    .card.card-vacancies .aspect-sm-3-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-sm-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-sm-3-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-sm-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-sm-3-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-sm-3-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-sm-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-sm-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-sm-3-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-sm-3-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-sm-3-1.card-thumbnail-img,
    .card .card-img-top.aspect-sm-3-1,
    .custom-card .card-img-top.aspect-sm-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-sm-3-1,
    .card .card-img-bottom.aspect-sm-3-1,
    .custom-card .card-img-bottom.aspect-sm-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-sm-3-1 {
        padding-top: 33.33334%
    }

    .card .card-img.aspect-sm-16-9,
    .custom-card .card-img.aspect-sm-16-9,
    .card.card-advertisement .aspect-sm-16-9.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-sm-16-9.card-thumbnail-img,
    .card.card-vacancies .aspect-sm-16-9.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-sm-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-sm-16-9,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-sm-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-sm-16-9.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-sm-16-9.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-sm-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-sm-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-sm-16-9.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-sm-16-9.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-sm-16-9.card-thumbnail-img,
    .card .card-img-top.aspect-sm-16-9,
    .custom-card .card-img-top.aspect-sm-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-sm-16-9,
    .card .card-img-bottom.aspect-sm-16-9,
    .custom-card .card-img-bottom.aspect-sm-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-sm-16-9 {
        padding-top: 56.25%
    }

    .card .card-img.aspect-sm-9-16,
    .custom-card .card-img.aspect-sm-9-16,
    .card.card-advertisement .aspect-sm-9-16.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-sm-9-16.card-thumbnail-img,
    .card.card-vacancies .aspect-sm-9-16.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-sm-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-sm-9-16,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-sm-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-sm-9-16.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-sm-9-16.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-sm-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-sm-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-sm-9-16.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-sm-9-16.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-sm-9-16.card-thumbnail-img,
    .card .card-img-top.aspect-sm-9-16,
    .custom-card .card-img-top.aspect-sm-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-sm-9-16,
    .card .card-img-bottom.aspect-sm-9-16,
    .custom-card .card-img-bottom.aspect-sm-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-sm-9-16 {
        padding-top: 177.77778%
    }

    .card .card-img.aspect-sm-1-1,
    .custom-card .card-img.aspect-sm-1-1,
    .card.card-advertisement .aspect-sm-1-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-sm-1-1.card-thumbnail-img,
    .card.card-vacancies .aspect-sm-1-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-sm-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-sm-1-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-sm-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-sm-1-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-sm-1-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-sm-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-sm-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-sm-1-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-sm-1-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-sm-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-sm-1-1.card-thumbnail-img,
    .card .card-img-top.aspect-sm-1-1,
    .custom-card .card-img-top.aspect-sm-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-sm-1-1,
    .card .card-img-bottom.aspect-sm-1-1,
    .custom-card .card-img-bottom.aspect-sm-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-sm-1-1 {
        padding-top: 100%
    }
}

@media(min-width: 768px) {

    .card .card-img .aspect-md-4-3,
    .custom-card .card-img .aspect-md-4-3,
    .card.card-advertisement .card-thumbnail-img .aspect-md-4-3,
    .card-advertisement.custom-card .card-thumbnail-img .aspect-md-4-3,
    .card.card-vacancies .card-thumbnail-img .aspect-md-4-3,
    .card-vacancies.custom-card .card-thumbnail-img .aspect-md-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img .aspect-md-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .card-thumbnail-img .aspect-md-4-3,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .card-thumbnail-img .aspect-md-4-3,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-md-4-3,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-md-4-3,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img .aspect-md-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .card-thumbnail-img .aspect-md-4-3,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .card-thumbnail-img .aspect-md-4-3,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-md-4-3,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-md-4-3,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img .aspect-md-4-3,
    .card .card-img-top .aspect-md-4-3,
    .custom-card .card-img-top .aspect-md-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-top .aspect-md-4-3,
    .card .card-img-bottom .aspect-md-4-3,
    .custom-card .card-img-bottom .aspect-md-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom .aspect-md-4-3 {
        padding-top: 75%
    }

    .card .card-img.aspect-md-2-1,
    .custom-card .card-img.aspect-md-2-1,
    .card.card-advertisement .aspect-md-2-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-md-2-1.card-thumbnail-img,
    .card.card-vacancies .aspect-md-2-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-md-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-md-2-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-md-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-md-2-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-md-2-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-md-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-md-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-md-2-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-md-2-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-md-2-1.card-thumbnail-img,
    .card .card-img-top.aspect-md-2-1,
    .custom-card .card-img-top.aspect-md-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-md-2-1,
    .card .card-img-bottom.aspect-md-2-1,
    .custom-card .card-img-bottom.aspect-md-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-md-2-1 {
        padding-top: 50%
    }

    .card .card-img.aspect-md-3-1,
    .custom-card .card-img.aspect-md-3-1,
    .card.card-advertisement .aspect-md-3-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-md-3-1.card-thumbnail-img,
    .card.card-vacancies .aspect-md-3-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-md-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-md-3-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-md-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-md-3-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-md-3-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-md-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-md-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-md-3-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-md-3-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-md-3-1.card-thumbnail-img,
    .card .card-img-top.aspect-md-3-1,
    .custom-card .card-img-top.aspect-md-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-md-3-1,
    .card .card-img-bottom.aspect-md-3-1,
    .custom-card .card-img-bottom.aspect-md-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-md-3-1 {
        padding-top: 33.33334%
    }

    .card .card-img.aspect-md-16-9,
    .custom-card .card-img.aspect-md-16-9,
    .card.card-advertisement .aspect-md-16-9.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-md-16-9.card-thumbnail-img,
    .card.card-vacancies .aspect-md-16-9.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-md-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-md-16-9,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-md-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-md-16-9.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-md-16-9.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-md-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-md-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-md-16-9.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-md-16-9.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-md-16-9.card-thumbnail-img,
    .card .card-img-top.aspect-md-16-9,
    .custom-card .card-img-top.aspect-md-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-md-16-9,
    .card .card-img-bottom.aspect-md-16-9,
    .custom-card .card-img-bottom.aspect-md-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-md-16-9 {
        padding-top: 56.25%
    }

    .card .card-img.aspect-md-9-16,
    .custom-card .card-img.aspect-md-9-16,
    .card.card-advertisement .aspect-md-9-16.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-md-9-16.card-thumbnail-img,
    .card.card-vacancies .aspect-md-9-16.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-md-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-md-9-16,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-md-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-md-9-16.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-md-9-16.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-md-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-md-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-md-9-16.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-md-9-16.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-md-9-16.card-thumbnail-img,
    .card .card-img-top.aspect-md-9-16,
    .custom-card .card-img-top.aspect-md-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-md-9-16,
    .card .card-img-bottom.aspect-md-9-16,
    .custom-card .card-img-bottom.aspect-md-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-md-9-16 {
        padding-top: 177.77778%
    }

    .card .card-img.aspect-md-1-1,
    .custom-card .card-img.aspect-md-1-1,
    .card.card-advertisement .aspect-md-1-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-md-1-1.card-thumbnail-img,
    .card.card-vacancies .aspect-md-1-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-md-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-md-1-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-md-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-md-1-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-md-1-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-md-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-md-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-md-1-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-md-1-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-md-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-md-1-1.card-thumbnail-img,
    .card .card-img-top.aspect-md-1-1,
    .custom-card .card-img-top.aspect-md-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-md-1-1,
    .card .card-img-bottom.aspect-md-1-1,
    .custom-card .card-img-bottom.aspect-md-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-md-1-1 {
        padding-top: 100%
    }
}

@media(min-width: 992px) {

    .card .card-img .aspect-lg-4-3,
    .custom-card .card-img .aspect-lg-4-3,
    .card.card-advertisement .card-thumbnail-img .aspect-lg-4-3,
    .card-advertisement.custom-card .card-thumbnail-img .aspect-lg-4-3,
    .card.card-vacancies .card-thumbnail-img .aspect-lg-4-3,
    .card-vacancies.custom-card .card-thumbnail-img .aspect-lg-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img .aspect-lg-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .card-thumbnail-img .aspect-lg-4-3,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .card-thumbnail-img .aspect-lg-4-3,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-lg-4-3,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-lg-4-3,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img .aspect-lg-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .card-thumbnail-img .aspect-lg-4-3,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .card-thumbnail-img .aspect-lg-4-3,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-lg-4-3,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-lg-4-3,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img .aspect-lg-4-3,
    .card .card-img-top .aspect-lg-4-3,
    .custom-card .card-img-top .aspect-lg-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-top .aspect-lg-4-3,
    .card .card-img-bottom .aspect-lg-4-3,
    .custom-card .card-img-bottom .aspect-lg-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom .aspect-lg-4-3 {
        padding-top: 75%
    }

    .card .card-img.aspect-lg-2-1,
    .custom-card .card-img.aspect-lg-2-1,
    .card.card-advertisement .aspect-lg-2-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-lg-2-1.card-thumbnail-img,
    .card.card-vacancies .aspect-lg-2-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-lg-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-lg-2-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-lg-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-lg-2-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-lg-2-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-lg-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-lg-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-lg-2-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-lg-2-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-lg-2-1.card-thumbnail-img,
    .card .card-img-top.aspect-lg-2-1,
    .custom-card .card-img-top.aspect-lg-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-lg-2-1,
    .card .card-img-bottom.aspect-lg-2-1,
    .custom-card .card-img-bottom.aspect-lg-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-lg-2-1 {
        padding-top: 50%
    }

    .card .card-img.aspect-lg-3-1,
    .custom-card .card-img.aspect-lg-3-1,
    .card.card-advertisement .aspect-lg-3-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-lg-3-1.card-thumbnail-img,
    .card.card-vacancies .aspect-lg-3-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-lg-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-lg-3-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-lg-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-lg-3-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-lg-3-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-lg-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-lg-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-lg-3-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-lg-3-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-lg-3-1.card-thumbnail-img,
    .card .card-img-top.aspect-lg-3-1,
    .custom-card .card-img-top.aspect-lg-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-lg-3-1,
    .card .card-img-bottom.aspect-lg-3-1,
    .custom-card .card-img-bottom.aspect-lg-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-lg-3-1 {
        padding-top: 33.33334%
    }

    .card .card-img.aspect-lg-16-9,
    .custom-card .card-img.aspect-lg-16-9,
    .card.card-advertisement .aspect-lg-16-9.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-lg-16-9.card-thumbnail-img,
    .card.card-vacancies .aspect-lg-16-9.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-lg-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-lg-16-9,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-lg-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-lg-16-9.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-lg-16-9.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-lg-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-lg-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-lg-16-9.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-lg-16-9.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-lg-16-9.card-thumbnail-img,
    .card .card-img-top.aspect-lg-16-9,
    .custom-card .card-img-top.aspect-lg-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-lg-16-9,
    .card .card-img-bottom.aspect-lg-16-9,
    .custom-card .card-img-bottom.aspect-lg-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-lg-16-9 {
        padding-top: 56.25%
    }

    .card .card-img.aspect-lg-9-16,
    .custom-card .card-img.aspect-lg-9-16,
    .card.card-advertisement .aspect-lg-9-16.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-lg-9-16.card-thumbnail-img,
    .card.card-vacancies .aspect-lg-9-16.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-lg-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-lg-9-16,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-lg-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-lg-9-16.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-lg-9-16.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-lg-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-lg-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-lg-9-16.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-lg-9-16.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-lg-9-16.card-thumbnail-img,
    .card .card-img-top.aspect-lg-9-16,
    .custom-card .card-img-top.aspect-lg-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-lg-9-16,
    .card .card-img-bottom.aspect-lg-9-16,
    .custom-card .card-img-bottom.aspect-lg-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-lg-9-16 {
        padding-top: 177.77778%
    }

    .card .card-img.aspect-lg-1-1,
    .custom-card .card-img.aspect-lg-1-1,
    .card.card-advertisement .aspect-lg-1-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-lg-1-1.card-thumbnail-img,
    .card.card-vacancies .aspect-lg-1-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-lg-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-lg-1-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-lg-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-lg-1-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-lg-1-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-lg-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-lg-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-lg-1-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-lg-1-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-lg-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-lg-1-1.card-thumbnail-img,
    .card .card-img-top.aspect-lg-1-1,
    .custom-card .card-img-top.aspect-lg-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-lg-1-1,
    .card .card-img-bottom.aspect-lg-1-1,
    .custom-card .card-img-bottom.aspect-lg-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-lg-1-1 {
        padding-top: 100%
    }
}

@media(min-width: 1200px) {

    .card .card-img .aspect-xl-4-3,
    .custom-card .card-img .aspect-xl-4-3,
    .card.card-advertisement .card-thumbnail-img .aspect-xl-4-3,
    .card-advertisement.custom-card .card-thumbnail-img .aspect-xl-4-3,
    .card.card-vacancies .card-thumbnail-img .aspect-xl-4-3,
    .card-vacancies.custom-card .card-thumbnail-img .aspect-xl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img .aspect-xl-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .card-thumbnail-img .aspect-xl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .card-thumbnail-img .aspect-xl-4-3,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xl-4-3,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xl-4-3,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img .aspect-xl-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .card-thumbnail-img .aspect-xl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .card-thumbnail-img .aspect-xl-4-3,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xl-4-3,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xl-4-3,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img .aspect-xl-4-3,
    .card .card-img-top .aspect-xl-4-3,
    .custom-card .card-img-top .aspect-xl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-top .aspect-xl-4-3,
    .card .card-img-bottom .aspect-xl-4-3,
    .custom-card .card-img-bottom .aspect-xl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom .aspect-xl-4-3 {
        padding-top: 75%
    }

    .card .card-img.aspect-xl-2-1,
    .custom-card .card-img.aspect-xl-2-1,
    .card.card-advertisement .aspect-xl-2-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xl-2-1.card-thumbnail-img,
    .card.card-vacancies .aspect-xl-2-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xl-2-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xl-2-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xl-2-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xl-2-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xl-2-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xl-2-1.card-thumbnail-img,
    .card .card-img-top.aspect-xl-2-1,
    .custom-card .card-img-top.aspect-xl-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xl-2-1,
    .card .card-img-bottom.aspect-xl-2-1,
    .custom-card .card-img-bottom.aspect-xl-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xl-2-1 {
        padding-top: 50%
    }

    .card .card-img.aspect-xl-3-1,
    .custom-card .card-img.aspect-xl-3-1,
    .card.card-advertisement .aspect-xl-3-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xl-3-1.card-thumbnail-img,
    .card.card-vacancies .aspect-xl-3-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xl-3-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xl-3-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xl-3-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xl-3-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xl-3-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xl-3-1.card-thumbnail-img,
    .card .card-img-top.aspect-xl-3-1,
    .custom-card .card-img-top.aspect-xl-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xl-3-1,
    .card .card-img-bottom.aspect-xl-3-1,
    .custom-card .card-img-bottom.aspect-xl-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xl-3-1 {
        padding-top: 33.33334%
    }

    .card .card-img.aspect-xl-16-9,
    .custom-card .card-img.aspect-xl-16-9,
    .card.card-advertisement .aspect-xl-16-9.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xl-16-9.card-thumbnail-img,
    .card.card-vacancies .aspect-xl-16-9.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xl-16-9,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xl-16-9.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xl-16-9.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xl-16-9.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xl-16-9.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xl-16-9.card-thumbnail-img,
    .card .card-img-top.aspect-xl-16-9,
    .custom-card .card-img-top.aspect-xl-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xl-16-9,
    .card .card-img-bottom.aspect-xl-16-9,
    .custom-card .card-img-bottom.aspect-xl-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xl-16-9 {
        padding-top: 56.25%
    }

    .card .card-img.aspect-xl-9-16,
    .custom-card .card-img.aspect-xl-9-16,
    .card.card-advertisement .aspect-xl-9-16.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xl-9-16.card-thumbnail-img,
    .card.card-vacancies .aspect-xl-9-16.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xl-9-16,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xl-9-16.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xl-9-16.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xl-9-16.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xl-9-16.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xl-9-16.card-thumbnail-img,
    .card .card-img-top.aspect-xl-9-16,
    .custom-card .card-img-top.aspect-xl-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xl-9-16,
    .card .card-img-bottom.aspect-xl-9-16,
    .custom-card .card-img-bottom.aspect-xl-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xl-9-16 {
        padding-top: 177.77778%
    }

    .card .card-img.aspect-xl-1-1,
    .custom-card .card-img.aspect-xl-1-1,
    .card.card-advertisement .aspect-xl-1-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xl-1-1.card-thumbnail-img,
    .card.card-vacancies .aspect-xl-1-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xl-1-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xl-1-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xl-1-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xl-1-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xl-1-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xl-1-1.card-thumbnail-img,
    .card .card-img-top.aspect-xl-1-1,
    .custom-card .card-img-top.aspect-xl-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xl-1-1,
    .card .card-img-bottom.aspect-xl-1-1,
    .custom-card .card-img-bottom.aspect-xl-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xl-1-1 {
        padding-top: 100%
    }
}

@media(min-width: 1400px) {

    .card .card-img .aspect-xxl-4-3,
    .custom-card .card-img .aspect-xxl-4-3,
    .card.card-advertisement .card-thumbnail-img .aspect-xxl-4-3,
    .card-advertisement.custom-card .card-thumbnail-img .aspect-xxl-4-3,
    .card.card-vacancies .card-thumbnail-img .aspect-xxl-4-3,
    .card-vacancies.custom-card .card-thumbnail-img .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .card-thumbnail-img .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .card-thumbnail-img .aspect-xxl-4-3,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xxl-4-3,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .card-thumbnail-img .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .card-thumbnail-img .aspect-xxl-4-3,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xxl-4-3,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-thumbnail-img .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img .aspect-xxl-4-3,
    .card .card-img-top .aspect-xxl-4-3,
    .custom-card .card-img-top .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-top .aspect-xxl-4-3,
    .card .card-img-bottom .aspect-xxl-4-3,
    .custom-card .card-img-bottom .aspect-xxl-4-3,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom .aspect-xxl-4-3 {
        padding-top: 75%
    }

    .card .card-img.aspect-xxl-2-1,
    .custom-card .card-img.aspect-xxl-2-1,
    .card.card-advertisement .aspect-xxl-2-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xxl-2-1.card-thumbnail-img,
    .card.card-vacancies .aspect-xxl-2-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xxl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xxl-2-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xxl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xxl-2-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xxl-2-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xxl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xxl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xxl-2-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xxl-2-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-2-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xxl-2-1.card-thumbnail-img,
    .card .card-img-top.aspect-xxl-2-1,
    .custom-card .card-img-top.aspect-xxl-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xxl-2-1,
    .card .card-img-bottom.aspect-xxl-2-1,
    .custom-card .card-img-bottom.aspect-xxl-2-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xxl-2-1 {
        padding-top: 50%
    }

    .card .card-img.aspect-xxl-3-1,
    .custom-card .card-img.aspect-xxl-3-1,
    .card.card-advertisement .aspect-xxl-3-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xxl-3-1.card-thumbnail-img,
    .card.card-vacancies .aspect-xxl-3-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xxl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xxl-3-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xxl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xxl-3-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xxl-3-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xxl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xxl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xxl-3-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xxl-3-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-3-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xxl-3-1.card-thumbnail-img,
    .card .card-img-top.aspect-xxl-3-1,
    .custom-card .card-img-top.aspect-xxl-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xxl-3-1,
    .card .card-img-bottom.aspect-xxl-3-1,
    .custom-card .card-img-bottom.aspect-xxl-3-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xxl-3-1 {
        padding-top: 33.33334%
    }

    .card .card-img.aspect-xxl-16-9,
    .custom-card .card-img.aspect-xxl-16-9,
    .card.card-advertisement .aspect-xxl-16-9.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xxl-16-9.card-thumbnail-img,
    .card.card-vacancies .aspect-xxl-16-9.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xxl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xxl-16-9,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xxl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xxl-16-9.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xxl-16-9.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xxl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xxl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xxl-16-9.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xxl-16-9.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-16-9.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xxl-16-9.card-thumbnail-img,
    .card .card-img-top.aspect-xxl-16-9,
    .custom-card .card-img-top.aspect-xxl-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xxl-16-9,
    .card .card-img-bottom.aspect-xxl-16-9,
    .custom-card .card-img-bottom.aspect-xxl-16-9,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xxl-16-9 {
        padding-top: 56.25%
    }

    .card .card-img.aspect-xxl-9-16,
    .custom-card .card-img.aspect-xxl-9-16,
    .card.card-advertisement .aspect-xxl-9-16.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xxl-9-16.card-thumbnail-img,
    .card.card-vacancies .aspect-xxl-9-16.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xxl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xxl-9-16,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xxl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xxl-9-16.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xxl-9-16.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xxl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xxl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xxl-9-16.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xxl-9-16.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-9-16.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xxl-9-16.card-thumbnail-img,
    .card .card-img-top.aspect-xxl-9-16,
    .custom-card .card-img-top.aspect-xxl-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xxl-9-16,
    .card .card-img-bottom.aspect-xxl-9-16,
    .custom-card .card-img-bottom.aspect-xxl-9-16,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xxl-9-16 {
        padding-top: 177.77778%
    }

    .card .card-img.aspect-xxl-1-1,
    .custom-card .card-img.aspect-xxl-1-1,
    .card.card-advertisement .aspect-xxl-1-1.card-thumbnail-img,
    .card-advertisement.custom-card .aspect-xxl-1-1.card-thumbnail-img,
    .card.card-vacancies .aspect-xxl-1-1.card-thumbnail-img,
    .card-vacancies.custom-card .aspect-xxl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-img.aspect-xxl-1-1,
    body.page-template-page-text #content #main>.entry-content .card.card-advertisement .aspect-xxl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-advertisement.custom-card .aspect-xxl-1-1.card-thumbnail-img,
    .card.card-advertisement body.page-template-page-text #content #main>.entry-content .aspect-xxl-1-1.card-thumbnail-img,
    .card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-advertisement.entry-content .aspect-xxl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card.card-vacancies .aspect-xxl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.entry-content .card-vacancies.custom-card .aspect-xxl-1-1.card-thumbnail-img,
    .card.card-vacancies body.page-template-page-text #content #main>.entry-content .aspect-xxl-1-1.card-thumbnail-img,
    .card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .aspect-xxl-1-1.card-thumbnail-img,
    body.page-template-page-text #content #main>.card-vacancies.entry-content .aspect-xxl-1-1.card-thumbnail-img,
    .card .card-img-top.aspect-xxl-1-1,
    .custom-card .card-img-top.aspect-xxl-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-top.aspect-xxl-1-1,
    .card .card-img-bottom.aspect-xxl-1-1,
    .custom-card .card-img-bottom.aspect-xxl-1-1,
    body.page-template-page-text #content #main>.entry-content .card-img-bottom.aspect-xxl-1-1 {
        padding-top: 100%
    }
}

.card[href]:hover,
[href].custom-card:hover,
body.page-template-page-text #content #main>[href].entry-content:hover {
    -webkit-box-shadow: 0 0rem 1rem rgba(187, 49, 91, .15);
    box-shadow: 0 0rem 1rem rgba(187, 49, 91, .15)
}

.card .card-body .fa-heart,
.custom-card .card-body .fa-heart,
body.page-template-page-text #content #main>.entry-content .card-body .fa-heart,
.card body.page-template-page-text #content #main>.entry-content .fa-heart,
.custom-card body.page-template-page-text #content #main>.entry-content .fa-heart,
body.page-template-page-text #content .card #main>.entry-content .fa-heart,
body.page-template-page-text #content .custom-card #main>.entry-content .fa-heart,
body.page-template-page-text #content #main>.entry-content #main>.entry-content .fa-heart {
    margin-right: .3333333333rem
}

.card .badges,
.custom-card .badges,
body.page-template-page-text #content #main>.entry-content .badges {
    position: absolute;
    top: .6666666667rem;
    right: .6666666667rem
}

div:not(.slick-slide)>.card .card-img,
div:not(.slick-slide)>.custom-card .card-img,
div:not(.slick-slide)>.card .card.card-advertisement .card-thumbnail-img,
div:not(.slick-slide)>.custom-card .card.card-advertisement .card-thumbnail-img,
div:not(.slick-slide)>.card .card-advertisement.custom-card .card-thumbnail-img,
div:not(.slick-slide)>.custom-card .card-advertisement.custom-card .card-thumbnail-img,
.card.card-advertisement div:not(.slick-slide)>.card .card-thumbnail-img,
.card-advertisement.custom-card div:not(.slick-slide)>.card .card-thumbnail-img,
.card.card-advertisement div:not(.slick-slide)>.custom-card .card-thumbnail-img,
.card-advertisement.custom-card div:not(.slick-slide)>.custom-card .card-thumbnail-img,
div:not(.slick-slide)>.card body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img,
div:not(.slick-slide)>.custom-card body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content div:not(.slick-slide)>.card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content div:not(.slick-slide)>.custom-card .card-thumbnail-img,
div:not(.slick-slide)>.card .card.card-vacancies .card-thumbnail-img,
div:not(.slick-slide)>.custom-card .card.card-vacancies .card-thumbnail-img,
div:not(.slick-slide)>.card .card-vacancies.custom-card .card-thumbnail-img,
div:not(.slick-slide)>.custom-card .card-vacancies.custom-card .card-thumbnail-img,
.card.card-vacancies div:not(.slick-slide)>.card .card-thumbnail-img,
.card-vacancies.custom-card div:not(.slick-slide)>.card .card-thumbnail-img,
.card.card-vacancies div:not(.slick-slide)>.custom-card .card-thumbnail-img,
.card-vacancies.custom-card div:not(.slick-slide)>.custom-card .card-thumbnail-img,
div:not(.slick-slide)>.card body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img,
div:not(.slick-slide)>.custom-card body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content div:not(.slick-slide)>.card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content div:not(.slick-slide)>.custom-card .card-thumbnail-img,
body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-img,
body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card.card-advertisement .card-thumbnail-img,
body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-advertisement.custom-card .card-thumbnail-img,
.card.card-advertisement body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-thumbnail-img,
.card-advertisement.custom-card body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-thumbnail-img,
body.page-template-page-text #content div#main:not(.slick-slide)>.card-advertisement.entry-content .card-thumbnail-img,
body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card.card-vacancies .card-thumbnail-img,
body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-vacancies.custom-card .card-thumbnail-img,
.card.card-vacancies body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-thumbnail-img,
.card-vacancies.custom-card body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-thumbnail-img,
body.page-template-page-text #content div#main:not(.slick-slide)>.card-vacancies.entry-content .card-thumbnail-img,
div:not(.slick-slide)>.card .card-img-top,
div:not(.slick-slide)>.custom-card .card-img-top,
body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-img-top,
div:not(.slick-slide)>.card .card-img-bottom,
div:not(.slick-slide)>.custom-card .card-img-bottom,
body.page-template-page-text #content div#main:not(.slick-slide)>.entry-content .card-img-bottom {
    max-height: 200px
}

.bootscorePostSlider {
    margin-bottom: 2rem
}

.bootscorePostSlider .slick-slider {
    position: relative
}

.bootscorePostSlider .slick-slider>.slick-list {
    position: relative;
    z-index: 0;
    margin-left: -1rem;
    margin-right: -1rem
}

.bootscorePostSlider .slick-slider>.slick-list>.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.bootscorePostSlider .slick-slider .slick-arrow+.slick-list {
    margin-left: 2rem;
    margin-right: 2rem
}

.bootscorePostSlider .slick-slider>.slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    line-height: 0;
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.bootscorePostSlider .slick-slider>.slick-arrow.slick-prev {
    left: 0
}

.bootscorePostSlider .slick-slider>.slick-arrow.slick-next {
    right: 0
}

.bootscorePostSlider .slick-slide {
    height: inherit !important;
    margin-left: 1rem;
    margin-right: 1rem
}

.bootscorePostSlider .slick-slide>* {
    height: 100% !important
}

.bootscorePostSlider .slick-slide .btn:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnDark>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnLight>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnDanger>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnWarning>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnInfo>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnSuccess>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnSecondary>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .is-style-btnPrimary>.wp-block-button__link:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um-button#um_account_submit_general:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um-button#um_account_submit_password:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um-button#um_account_submit_privacy:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um-button#um_account_submit_delete:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um-account-main a.um-request-button:not(.btn-outline):not(.btn-link),
.um-account-main .bootscorePostSlider .slick-slide a.um-request-button:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um.um-login #um-submit-btn:not(.btn-outline):not(.btn-link),
.um.um-login .bootscorePostSlider .slick-slide #um-submit-btn:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um.um-register #um-submit-btn:not(.btn-outline):not(.btn-link),
.um.um-register .bootscorePostSlider .slick-slide #um-submit-btn:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um.um-password #um-submit-btn:not(.btn-outline):not(.btn-link),
.um.um-password .bootscorePostSlider .slick-slide #um-submit-btn:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um.um-login .um-button.um-alt:not(.btn-outline):not(.btn-link),
.um.um-login .bootscorePostSlider .slick-slide .um-button.um-alt:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um.um-register .um-button.um-alt:not(.btn-outline):not(.btn-link),
.um.um-register .bootscorePostSlider .slick-slide .um-button.um-alt:not(.btn-outline):not(.btn-link),
.bootscorePostSlider .slick-slide .um.um-password .um-button.um-alt:not(.btn-outline):not(.btn-link),
.um.um-password .bootscorePostSlider .slick-slide .um-button.um-alt:not(.btn-outline):not(.btn-link) {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bb315b;
    --bs-btn-border-color: #bb315b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9f2a4d;
    --bs-btn-hover-border-color: #962749;
    --bs-btn-focus-shadow-rgb: 197, 80, 116;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #962749;
    --bs-btn-active-border-color: #8c2544;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bb315b;
    --bs-btn-disabled-border-color: #bb315b
}

.bootscorePostSlider .slick-slide .btn.btn-outline,
.bootscorePostSlider .slick-slide .is-style-btnDark>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .is-style-btnLight>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .is-style-btnDanger>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .is-style-btnWarning>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .is-style-btnInfo>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .is-style-btnSuccess>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .is-style-btnSecondary>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .is-style-btnPrimary>.btn-outline.wp-block-button__link,
.bootscorePostSlider .slick-slide .btn-outline.um-button#um_account_submit_general,
.bootscorePostSlider .slick-slide .btn-outline.um-button#um_account_submit_password,
.bootscorePostSlider .slick-slide .btn-outline.um-button#um_account_submit_privacy,
.bootscorePostSlider .slick-slide .btn-outline.um-button#um_account_submit_delete,
.bootscorePostSlider .slick-slide .um-account-main a.btn-outline.um-request-button,
.um-account-main .bootscorePostSlider .slick-slide a.btn-outline.um-request-button,
.bootscorePostSlider .slick-slide .um.um-login .btn-outline#um-submit-btn,
.um.um-login .bootscorePostSlider .slick-slide .btn-outline#um-submit-btn,
.bootscorePostSlider .slick-slide .um.um-register .btn-outline#um-submit-btn,
.um.um-register .bootscorePostSlider .slick-slide .btn-outline#um-submit-btn,
.bootscorePostSlider .slick-slide .um.um-password .btn-outline#um-submit-btn,
.um.um-password .bootscorePostSlider .slick-slide .btn-outline#um-submit-btn,
.bootscorePostSlider .slick-slide .um.um-login .btn-outline.um-button.um-alt,
.um.um-login .bootscorePostSlider .slick-slide .btn-outline.um-button.um-alt,
.bootscorePostSlider .slick-slide .um.um-register .btn-outline.um-button.um-alt,
.um.um-register .bootscorePostSlider .slick-slide .btn-outline.um-button.um-alt,
.bootscorePostSlider .slick-slide .um.um-password .btn-outline.um-button.um-alt,
.um.um-password .bootscorePostSlider .slick-slide .btn-outline.um-button.um-alt {
    --bs-btn-color: #bb315b;
    --bs-btn-border-color: #bb315b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb315b;
    --bs-btn-hover-border-color: #bb315b;
    --bs-btn-focus-shadow-rgb: 187, 49, 91;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bb315b;
    --bs-btn-active-border-color: #bb315b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(19, 35, 30, 0.125);
    --bs-btn-disabled-color: #bb315b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bb315b;
    --bs-gradient: none
}

.bootscorePostSlider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.bootscorePostSlider .slick-dots>li {
    margin: 2rem .5rem 0
}

.bootscorePostSlider .slick-dots>li:only-child {
    display: none
}

.bootscorePostSlider .slick-dots>li>button {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999em;
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.bootscorePostSlider .slick-dots>li>button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #ffc107;
    border-radius: 100%
}

.bootscorePostSlider .slick-dots>li>button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffc107;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.bootscorePostSlider .slick-dots>li:hover>button:after,
.bootscorePostSlider .slick-dots>li.slick-active>button:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.bootscorePostSlider .slick-dots>li:hover>button:after {
    background-color: #ffca2c
}

div.post-slider,
div.multiple-banner-slider,
div.multiple-banners-slider {
    margin: 0 -1rem
}

div.post-slider .slick-track .slick-slide,
div.multiple-banner-slider .slick-track .slick-slide,
div.multiple-banners-slider .slick-track .slick-slide {
    margin: 0 1rem;
    height: inherit !important
}

.single-banner-slider {
    position: relative;
    background-color: #fff
}

.single-banner-slider .slick-list>.slick-track>.slick-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.single-banner-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0
}

.single-banner-slider .slick-dots>li {
    margin: 0 .3333333333rem
}

.single-banner-slider .slick-dots>li:only-child {
    display: none
}

.single-banner-slider .slick-dots>li>button {
    position: relative;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -999em;
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.single-banner-slider .slick-dots>li>button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 100%
}

.single-banner-slider .slick-dots>li>button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.single-banner-slider .slick-dots>li:hover>button:after,
.single-banner-slider .slick-dots>li.slick-active>button:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.single-banner-slider .slick-dots>li:hover>button:after {
    background-color: #fff
}

.simplefavorite-button.active {
    opacity: 1 !important
}

.simplefavorite-button>i {
    margin-right: .3333333333rem
}

div.um_map {
    width: 100%;
    height: 400px
}

.fep-wrapper {
    background-color: rgb(255,255,255);
}

#fep-wrapper>#fep-header #fep-menu-newmessage {
    display: none
}

#fep-wrapper>#fep-header #fep-menu-settings {
    margin-top: 0;
    margin-right: 0
}

#fep-wrapper>#fep-header #fep-menu-announcements,
#fep-wrapper>#fep-header #fep-menu-directory {
    display: none
}

#fep-wrapper>#fep-content #fep-content-single-sidebar {
    display: none
}

#fep-wrapper>#fep-content .fep-message .fep-message-title-heading,
#fep-wrapper>#fep-content .fep-per-message .fep-message-title {
    background-color: rgba(0, 0, 0, 0)
}

#fep-wrapper>#fep-content .fep-message .fep-message-title-heading {
    display: none
}

#fep-wrapper>#fep-content .fep-message .fep-button.fep-message-toggle-all {
    display: none
}

#fep-wrapper>#fep-content .fep-message-table .fep-table-row {
    display: grid;
    grid-template-areas: "check title""check author";
    grid-template-columns: 20px auto;
    background-color: rgba(0, 0, 0, 0) !important
}

#fep-wrapper>#fep-content .fep-message-table .fep-table-row .fep-column.fep-column-fep-cb {
    grid-area: check;
    width: 50px
}

#fep-wrapper>#fep-content .fep-message-table .fep-table-row .fep-column.fep-column-fep-title {
    grid-area: title
}

#fep-wrapper>#fep-content .fep-message-table .fep-table-row .fep-column.fep-column-fep-author {
    grid-area: author
}

#fep-wrapper>#fep-content .fep_pagination_prev_next>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#fep-wrapper>#fep-content .fep_pagination_prev_next>ul>li {
    padding-left: .5rem;
    padding-right: .5rem
}

#fep-wrapper>#fep-content .fep_pagination_prev_next>ul>li.disabled {
    cursor: default;
    opacity: .5
}

#fep-wrapper>#fep-content .fep-per-message {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

#fep-wrapper>#fep-content .fep-per-message:not(.fep-per-message-top) {
    float: none
}

#fep-wrapper>#fep-content .fep-per-message>.fep-message-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

#fep-wrapper>#fep-content .fep-per-message .messageBalloon {
    color: #fff;
    background-color: #bb315b
}

#fep-wrapper>#fep-content .fep-per-message .messageBalloon::before {
    content: "";
    position: absolute;
    top: 21px;
    left: -6px;
    z-index: 0;
    width: 12px;
    height: 12px;
    background: #bb315b;
    border-top-left-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#fep-wrapper>#fep-content .fep-per-message.fep-per-message-own {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#fep-wrapper>#fep-content .fep-per-message.fep-per-message-own .messageBalloon {
    color: #606966;
    background-color: #f5f6f6
}

#fep-wrapper>#fep-content .fep-per-message.fep-per-message-own .messageBalloon::before {
    right: -6px;
    left: auto;
    background: #f5f6f6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#fep-wrapper>#fep-content .fep-per-message .date {
    font-size: .85rem
}

.fep-success {
    background-color: #198754;
    border-color: #198754
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset rgba(0, 0, 0, 0)
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small,
.mfp-figure .small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px)and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small,
    .mfp-img-mobile .mfp-figure .small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.grecaptcha-badge {
    z-index: 1056;
    display: none !important;
    visibility: hidden !important
}

body.modal-open .grecaptcha-badge {
    display: block !important;
    visibility: visible !important
}

form.custom_search_form>.input-group {
    min-width: 350px !important;
    max-width: 100% !important
}

form.custom_search_form>.input-group>* {
    min-height: 40px
}

form.custom_search_form>.input-group>select {
    padding-right: 2.5rem !important
}

form.custom_search_form>.input-group>button {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    border-radius: 0;
    color: #606966;
    z-index: 9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

form.custom_search_form>.input-group>button:hover {
    color: #bb315b
}

form.custom_search_form>.input-group>input {
    z-index: 1;
    border-radius: .375rem !important;
    margin-left: -47px !important
}

@media(max-width: 1199.98px) {

    form.custom_search_form>.input-group>.form-select,
    form.custom_search_form>.input-group>.form-control,
    .um.um-login form.custom_search_form>.input-group>input,
    .um.um-register form.custom_search_form>.input-group>input,
    .um.um-password form.custom_search_form>.input-group>input {
        background-color: #fff
    }
}

#share-buttons .btn,
#share-buttons .is-style-btnDark>.wp-block-button__link,
#share-buttons .is-style-btnLight>.wp-block-button__link,
#share-buttons .is-style-btnDanger>.wp-block-button__link,
#share-buttons .is-style-btnWarning>.wp-block-button__link,
#share-buttons .is-style-btnInfo>.wp-block-button__link,
#share-buttons .is-style-btnSuccess>.wp-block-button__link,
#share-buttons .is-style-btnSecondary>.wp-block-button__link,
#share-buttons .is-style-btnPrimary>.wp-block-button__link,
#share-buttons .um-button#um_account_submit_general,
#share-buttons .um-button#um_account_submit_password,
#share-buttons .um-button#um_account_submit_privacy,
#share-buttons .um-button#um_account_submit_delete,
#share-buttons .um-account-main a.um-request-button,
.um-account-main #share-buttons a.um-request-button,
#share-buttons .um.um-login #um-submit-btn,
.um.um-login #share-buttons #um-submit-btn,
#share-buttons .um.um-register #um-submit-btn,
.um.um-register #share-buttons #um-submit-btn,
#share-buttons .um.um-password #um-submit-btn,
.um.um-password #share-buttons #um-submit-btn,
#share-buttons .um.um-login .um-button.um-alt,
.um.um-login #share-buttons .um-button.um-alt,
#share-buttons .um.um-register .um-button.um-alt,
.um.um-register #share-buttons .um-button.um-alt,
#share-buttons .um.um-password .um-button.um-alt,
.um.um-password #share-buttons .um-button.um-alt {
    width: 32px;
    color: #fff !important
}

#share-buttons .btn:hover,
#share-buttons .is-style-btnDark>.wp-block-button__link:hover,
#share-buttons .is-style-btnLight>.wp-block-button__link:hover,
#share-buttons .is-style-btnDanger>.wp-block-button__link:hover,
#share-buttons .is-style-btnWarning>.wp-block-button__link:hover,
#share-buttons .is-style-btnInfo>.wp-block-button__link:hover,
#share-buttons .is-style-btnSuccess>.wp-block-button__link:hover,
#share-buttons .is-style-btnSecondary>.wp-block-button__link:hover,
#share-buttons .is-style-btnPrimary>.wp-block-button__link:hover,
#share-buttons .um-button#um_account_submit_general:hover,
#share-buttons .um-button#um_account_submit_password:hover,
#share-buttons .um-button#um_account_submit_privacy:hover,
#share-buttons .um-button#um_account_submit_delete:hover,
#share-buttons .um-account-main a.um-request-button:hover,
.um-account-main #share-buttons a.um-request-button:hover,
#share-buttons .um.um-login #um-submit-btn:hover,
.um.um-login #share-buttons #um-submit-btn:hover,
#share-buttons .um.um-register #um-submit-btn:hover,
.um.um-register #share-buttons #um-submit-btn:hover,
#share-buttons .um.um-password #um-submit-btn:hover,
.um.um-password #share-buttons #um-submit-btn:hover,
#share-buttons .um.um-login .um-button.um-alt:hover,
.um.um-login #share-buttons .um-button.um-alt:hover,
#share-buttons .um.um-register .um-button.um-alt:hover,
.um.um-register #share-buttons .um-button.um-alt:hover,
#share-buttons .um.um-password .um-button.um-alt:hover,
.um.um-password #share-buttons .um-button.um-alt:hover {
    color: #fff !important
}

#share-buttons .btn-twitter {
    background-color: #0d95e8;
    border-color: #0d95e8
}

#share-buttons .btn-twitter:hover {
    background-color: #0a76b8;
    border-color: #0a76b8
}

#share-buttons .btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

#share-buttons .btn-facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373
}

#share-buttons .btn-whatsapp {
    background-color: #13bb17;
    border-color: #13bb17
}

#share-buttons .btn-whatsapp:hover {
    background-color: #0e8d11;
    border-color: #0e8d11
}

#share-buttons .btn-pinterest {
    background-color: #e60023;
    border-color: #e60023
}

#share-buttons .btn-pinterest:hover {
    background-color: #b3001b;
    border-color: #b3001b
}

#share-buttons .btn-linkedin {
    background-color: #0073b1;
    border-color: #0073b1
}

#share-buttons .btn-linkedin:hover {
    background-color: #00527e;
    border-color: #00527e
}

#share-buttons .btn-mail,
#share-buttons .btn-print {
    color: #bb315b !important;
    background-color: rgba(187, 49, 91, 0);
    border-color: #bb315b
}

#share-buttons .btn-mail:hover,
#share-buttons .btn-print:hover {
    background-color: #bb315b;
    border-color: #bb315b
}

#gdpr-box {
    border-top: 1px solid var(--bs-border-color-translucent)
}

body {
    top: 0 !important
}

#to-top {
    position: absolute;
    top: 0
}

.card.card-advertisement .card-thumbnail-img,
.card-advertisement.custom-card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-thumbnail-img,
.card.card-vacancies .card-thumbnail-img,
.card-vacancies.custom-card .card-thumbnail-img,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-thumbnail-img {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.card.card-advertisement .card-body .card-title>a,
.card-advertisement.custom-card .card-body .card-title>a,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-body .card-title>a,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-title>a,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-title>a,
body.page-template-page-text #content .card.card-advertisement #main>.entry-content .card-title>a,
body.page-template-page-text #content .card-advertisement.custom-card #main>.entry-content .card-title>a,
body.page-template-page-text #content #main>.card-advertisement.entry-content #main>.entry-content .card-title>a,
.card.card-vacancies .card-body .card-title>a,
.card-vacancies.custom-card .card-body .card-title>a,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-body .card-title>a,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-title>a,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-title>a,
body.page-template-page-text #content .card.card-vacancies #main>.entry-content .card-title>a,
body.page-template-page-text #content .card-vacancies.custom-card #main>.entry-content .card-title>a,
body.page-template-page-text #content #main>.card-vacancies.entry-content #main>.entry-content .card-title>a {
    color: inherit
}

.card.card-advertisement .card-body .card-title>a:hover,
.card-advertisement.custom-card .card-body .card-title>a:hover,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-body .card-title>a:hover,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-title>a:hover,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-title>a:hover,
body.page-template-page-text #content .card.card-advertisement #main>.entry-content .card-title>a:hover,
body.page-template-page-text #content .card-advertisement.custom-card #main>.entry-content .card-title>a:hover,
body.page-template-page-text #content #main>.card-advertisement.entry-content #main>.entry-content .card-title>a:hover,
.card.card-vacancies .card-body .card-title>a:hover,
.card-vacancies.custom-card .card-body .card-title>a:hover,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-body .card-title>a:hover,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-title>a:hover,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-title>a:hover,
body.page-template-page-text #content .card.card-vacancies #main>.entry-content .card-title>a:hover,
body.page-template-page-text #content .card-vacancies.custom-card #main>.entry-content .card-title>a:hover,
body.page-template-page-text #content #main>.card-vacancies.entry-content #main>.entry-content .card-title>a:hover {
    color: #bb315b
}

.card.card-advertisement .card-body .card-text a,
.card-advertisement.custom-card .card-body .card-text a,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-body .card-text a,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-text a,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-text a,
body.page-template-page-text #content .card.card-advertisement #main>.entry-content .card-text a,
body.page-template-page-text #content .card-advertisement.custom-card #main>.entry-content .card-text a,
body.page-template-page-text #content #main>.card-advertisement.entry-content #main>.entry-content .card-text a,
.card.card-vacancies .card-body .card-text a,
.card-vacancies.custom-card .card-body .card-text a,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-body .card-text a,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-text a,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-text a,
body.page-template-page-text #content .card.card-vacancies #main>.entry-content .card-text a,
body.page-template-page-text #content .card-vacancies.custom-card #main>.entry-content .card-text a,
body.page-template-page-text #content #main>.card-vacancies.entry-content #main>.entry-content .card-text a {
    color: inherit;
    text-decoration: none;
    margin-right: .5rem
}

.card.card-advertisement .card-body .card-text a:hover,
.card-advertisement.custom-card .card-body .card-text a:hover,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-body .card-text a:hover,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-text a:hover,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-text a:hover,
body.page-template-page-text #content .card.card-advertisement #main>.entry-content .card-text a:hover,
body.page-template-page-text #content .card-advertisement.custom-card #main>.entry-content .card-text a:hover,
body.page-template-page-text #content #main>.card-advertisement.entry-content #main>.entry-content .card-text a:hover,
.card.card-vacancies .card-body .card-text a:hover,
.card-vacancies.custom-card .card-body .card-text a:hover,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-body .card-text a:hover,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-text a:hover,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-text a:hover,
body.page-template-page-text #content .card.card-vacancies #main>.entry-content .card-text a:hover,
body.page-template-page-text #content .card-vacancies.custom-card #main>.entry-content .card-text a:hover,
body.page-template-page-text #content #main>.card-vacancies.entry-content #main>.entry-content .card-text a:hover {
    color: #bb315b;
    text-decoration: underline
}

.card.card-advertisement .card-body .card-text a+a,
.card-advertisement.custom-card .card-body .card-text a+a,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-body .card-text a+a,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-text a+a,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-text a+a,
body.page-template-page-text #content .card.card-advertisement #main>.entry-content .card-text a+a,
body.page-template-page-text #content .card-advertisement.custom-card #main>.entry-content .card-text a+a,
body.page-template-page-text #content #main>.card-advertisement.entry-content #main>.entry-content .card-text a+a,
.card.card-vacancies .card-body .card-text a+a,
.card-vacancies.custom-card .card-body .card-text a+a,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-body .card-text a+a,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-text a+a,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-text a+a,
body.page-template-page-text #content .card.card-vacancies #main>.entry-content .card-text a+a,
body.page-template-page-text #content .card-vacancies.custom-card #main>.entry-content .card-text a+a,
body.page-template-page-text #content #main>.card-vacancies.entry-content #main>.entry-content .card-text a+a {
    margin-left: .5rem
}

.card.card-advertisement .card-body .card-text a+a:before,
.card-advertisement.custom-card .card-body .card-text a+a:before,
body.page-template-page-text #content #main>.card-advertisement.entry-content .card-body .card-text a+a:before,
.card.card-advertisement body.page-template-page-text #content #main>.entry-content .card-text a+a:before,
.card-advertisement.custom-card body.page-template-page-text #content #main>.entry-content .card-text a+a:before,
body.page-template-page-text #content .card.card-advertisement #main>.entry-content .card-text a+a:before,
body.page-template-page-text #content .card-advertisement.custom-card #main>.entry-content .card-text a+a:before,
body.page-template-page-text #content #main>.card-advertisement.entry-content #main>.entry-content .card-text a+a:before,
.card.card-vacancies .card-body .card-text a+a:before,
.card-vacancies.custom-card .card-body .card-text a+a:before,
body.page-template-page-text #content #main>.card-vacancies.entry-content .card-body .card-text a+a:before,
.card.card-vacancies body.page-template-page-text #content #main>.entry-content .card-text a+a:before,
.card-vacancies.custom-card body.page-template-page-text #content #main>.entry-content .card-text a+a:before,
body.page-template-page-text #content .card.card-vacancies #main>.entry-content .card-text a+a:before,
body.page-template-page-text #content .card-vacancies.custom-card #main>.entry-content .card-text a+a:before,
body.page-template-page-text #content #main>.card-vacancies.entry-content #main>.entry-content .card-text a+a:before {
    content: "|";
    position: relative;
    left: -0.5rem;
    opacity: .25
}

.w-xs-25 {
    width: 25% !important
}

.w-xs-50 {
    width: 50% !important
}

.w-xs-75 {
    width: 75% !important
}

.w-xs-100 {
    width: 100% !important
}

.w-xs-auto {
    width: auto !important
}

@media(min-width: 576px) {
    .w-sm-25 {
        width: 25% !important
    }
}

@media(min-width: 576px) {
    .w-sm-50 {
        width: 50% !important
    }
}

@media(min-width: 576px) {
    .w-sm-75 {
        width: 75% !important
    }
}

@media(min-width: 576px) {
    .w-sm-100 {
        width: 100% !important
    }
}

@media(min-width: 576px) {
    .w-sm-auto {
        width: auto !important
    }
}

@media(min-width: 768px) {
    .w-md-25 {
        width: 25% !important
    }
}

@media(min-width: 768px) {
    .w-md-50 {
        width: 50% !important
    }
}

@media(min-width: 768px) {
    .w-md-75 {
        width: 75% !important
    }
}

@media(min-width: 768px) {
    .w-md-100 {
        width: 100% !important
    }
}

@media(min-width: 768px) {
    .w-md-auto {
        width: auto !important
    }
}

@media(min-width: 992px) {
    .w-lg-25 {
        width: 25% !important
    }
}

@media(min-width: 992px) {
    .w-lg-50 {
        width: 50% !important
    }
}

@media(min-width: 992px) {
    .w-lg-75 {
        width: 75% !important
    }
}

@media(min-width: 992px) {
    .w-lg-100 {
        width: 100% !important
    }
}

@media(min-width: 992px) {
    .w-lg-auto {
        width: auto !important
    }
}

@media(min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important
    }
}

@media(min-width: 1200px) {
    .w-xl-50 {
        width: 50% !important
    }
}

@media(min-width: 1200px) {
    .w-xl-75 {
        width: 75% !important
    }
}

@media(min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important
    }
}

@media(min-width: 1200px) {
    .w-xl-auto {
        width: auto !important
    }
}

@media(min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important
    }
}

@media(min-width: 1400px) {
    .w-xxl-50 {
        width: 50% !important
    }
}

@media(min-width: 1400px) {
    .w-xxl-75 {
        width: 75% !important
    }
}

@media(min-width: 1400px) {
    .w-xxl-100 {
        width: 100% !important
    }
}

@media(min-width: 1400px) {
    .w-xxl-auto {
        width: auto !important
    }
}

@media(max-width: 575.98px) {
    .col-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%
    }

    .col-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60%
    }

    .col-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80%
    }

    .col-5-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .col-sm-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-sm-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%
    }

    .col-sm-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60%
    }

    .col-sm-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80%
    }

    .col-sm-5-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .col-md-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-md-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%
    }

    .col-md-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60%
    }

    .col-md-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80%
    }

    .col-md-5-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .col-lg-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-lg-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%
    }

    .col-lg-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60%
    }

    .col-lg-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80%
    }

    .col-lg-5-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 1200px)and (max-width: 1399.98px) {
    .col-xl-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-xl-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%
    }

    .col-xl-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60%
    }

    .col-xl-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80%
    }

    .col-xl-5-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 1400px) {
    .col-xxl-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-xxl-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%
    }

    .col-xxl-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60%
    }

    .col-xxl-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80%
    }

    .col-xxl-5-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

select>option[disabled] {
    color: #adb5bd
}

.btn,
.um-button#um_account_submit_general,
.um-button#um_account_submit_password,
.um-button#um_account_submit_privacy,
.um-button#um_account_submit_delete,
.um-account-main a.um-request-button,
.um.um-login #um-submit-btn,
.um.um-register #um-submit-btn,
.um.um-password #um-submit-btn,
.um.um-login .um-button.um-alt,
.um.um-register .um-button.um-alt,
.um.um-password .um-button.um-alt,
.is-style-btnPrimary>.wp-block-button__link,
.is-style-btnSecondary>.wp-block-button__link,
.is-style-btnSuccess>.wp-block-button__link,
.is-style-btnInfo>.wp-block-button__link,
.is-style-btnWarning>.wp-block-button__link,
.is-style-btnDanger>.wp-block-button__link,
.is-style-btnLight>.wp-block-button__link,
.is-style-btnDark>.wp-block-button__link {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn.btn-primary:hover,
.btn-primary.um-button#um_account_submit_general:hover,
.btn-primary.um-button#um_account_submit_password:hover,
.btn-primary.um-button#um_account_submit_privacy:hover,
.btn-primary.um-button#um_account_submit_delete:hover,
.um-account-main a.btn-primary.um-request-button:hover,
.um.um-login .btn-primary#um-submit-btn:hover,
.um.um-register .btn-primary#um-submit-btn:hover,
.um.um-password .btn-primary#um-submit-btn:hover,
.um.um-login .btn-primary.um-button.um-alt:hover,
.um.um-register .btn-primary.um-button.um-alt:hover,
.um.um-password .btn-primary.um-button.um-alt:hover,
.is-style-btnPrimary>.btn-primary.wp-block-button__link:hover,
.is-style-btnSecondary>.btn-primary.wp-block-button__link:hover,
.is-style-btnSuccess>.btn-primary.wp-block-button__link:hover,
.is-style-btnInfo>.btn-primary.wp-block-button__link:hover,
.is-style-btnWarning>.btn-primary.wp-block-button__link:hover,
.is-style-btnDanger>.btn-primary.wp-block-button__link:hover,
.is-style-btnLight>.btn-primary.wp-block-button__link:hover,
.is-style-btnDark>.btn-primary.wp-block-button__link:hover,
.btn.um-button#um_account_submit_general:hover,
.um-button#um_account_submit_general:hover,
.um-account-main a.um-request-button.um-button#um_account_submit_general:hover,
.um.um-login .um-button.um-alt#um_account_submit_general:hover,
.um.um-register .um-button.um-alt#um_account_submit_general:hover,
.um.um-password .um-button.um-alt#um_account_submit_general:hover,
.is-style-btnPrimary>.wp-block-button__link.um-button#um_account_submit_general:hover,
.is-style-btnSecondary>.wp-block-button__link.um-button#um_account_submit_general:hover,
.is-style-btnSuccess>.wp-block-button__link.um-button#um_account_submit_general:hover,
.is-style-btnInfo>.wp-block-button__link.um-button#um_account_submit_general:hover,
.is-style-btnWarning>.wp-block-button__link.um-button#um_account_submit_general:hover,
.is-style-btnDanger>.wp-block-button__link.um-button#um_account_submit_general:hover,
.is-style-btnLight>.wp-block-button__link.um-button#um_account_submit_general:hover,
.is-style-btnDark>.wp-block-button__link.um-button#um_account_submit_general:hover,
.btn.um-button#um_account_submit_password:hover,
.um-button#um_account_submit_password:hover,
.um-account-main a.um-request-button.um-button#um_account_submit_password:hover,
.um.um-login .um-button.um-alt#um_account_submit_password:hover,
.um.um-register .um-button.um-alt#um_account_submit_password:hover,
.um.um-password .um-button.um-alt#um_account_submit_password:hover,
.is-style-btnPrimary>.wp-block-button__link.um-button#um_account_submit_password:hover,
.is-style-btnSecondary>.wp-block-button__link.um-button#um_account_submit_password:hover,
.is-style-btnSuccess>.wp-block-button__link.um-button#um_account_submit_password:hover,
.is-style-btnInfo>.wp-block-button__link.um-button#um_account_submit_password:hover,
.is-style-btnWarning>.wp-block-button__link.um-button#um_account_submit_password:hover,
.is-style-btnDanger>.wp-block-button__link.um-button#um_account_submit_password:hover,
.is-style-btnLight>.wp-block-button__link.um-button#um_account_submit_password:hover,
.is-style-btnDark>.wp-block-button__link.um-button#um_account_submit_password:hover,
.btn.um-button#um_account_submit_privacy:hover,
.um-button#um_account_submit_privacy:hover,
.um-account-main a.um-request-button.um-button#um_account_submit_privacy:hover,
.um.um-login .um-button.um-alt#um_account_submit_privacy:hover,
.um.um-register .um-button.um-alt#um_account_submit_privacy:hover,
.um.um-password .um-button.um-alt#um_account_submit_privacy:hover,
.is-style-btnPrimary>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.is-style-btnSecondary>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.is-style-btnSuccess>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.is-style-btnInfo>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.is-style-btnWarning>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.is-style-btnDanger>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.is-style-btnLight>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.is-style-btnDark>.wp-block-button__link.um-button#um_account_submit_privacy:hover,
.btn.um-button#um_account_submit_delete:hover,
.um-button#um_account_submit_delete:hover,
.um-account-main a.um-request-button.um-button#um_account_submit_delete:hover,
.um.um-login .um-button.um-alt#um_account_submit_delete:hover,
.um.um-register .um-button.um-alt#um_account_submit_delete:hover,
.um.um-password .um-button.um-alt#um_account_submit_delete:hover,
.is-style-btnPrimary>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.is-style-btnSecondary>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.is-style-btnSuccess>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.is-style-btnInfo>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.is-style-btnWarning>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.is-style-btnDanger>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.is-style-btnLight>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.is-style-btnDark>.wp-block-button__link.um-button#um_account_submit_delete:hover,
.um-account-main a.btn.um-request-button:hover,
.um-account-main a.um-button#um_account_submit_general.um-request-button:hover,
.um-account-main a.um-button#um_account_submit_password.um-request-button:hover,
.um-account-main a.um-button#um_account_submit_privacy.um-request-button:hover,
.um-account-main a.um-button#um_account_submit_delete.um-request-button:hover,
.um-account-main a.um-request-button:hover,
.um.um-login .um-account-main a#um-submit-btn.um-request-button:hover,
.um-account-main .um.um-login a#um-submit-btn.um-request-button:hover,
.um.um-register .um-account-main a#um-submit-btn.um-request-button:hover,
.um-account-main .um.um-register a#um-submit-btn.um-request-button:hover,
.um.um-password .um-account-main a#um-submit-btn.um-request-button:hover,
.um-account-main .um.um-password a#um-submit-btn.um-request-button:hover,
.um.um-login .um-account-main a.um-button.um-alt.um-request-button:hover,
.um-account-main .um.um-login a.um-button.um-alt.um-request-button:hover,
.um.um-register .um-account-main a.um-button.um-alt.um-request-button:hover,
.um-account-main .um.um-register a.um-button.um-alt.um-request-button:hover,
.um.um-password .um-account-main a.um-button.um-alt.um-request-button:hover,
.um-account-main .um.um-password a.um-button.um-alt.um-request-button:hover,
.um-account-main .is-style-btnPrimary>a.wp-block-button__link.um-request-button:hover,
.um-account-main .is-style-btnSecondary>a.wp-block-button__link.um-request-button:hover,
.um-account-main .is-style-btnSuccess>a.wp-block-button__link.um-request-button:hover,
.um-account-main .is-style-btnInfo>a.wp-block-button__link.um-request-button:hover,
.um-account-main .is-style-btnWarning>a.wp-block-button__link.um-request-button:hover,
.um-account-main .is-style-btnDanger>a.wp-block-button__link.um-request-button:hover,
.um-account-main .is-style-btnLight>a.wp-block-button__link.um-request-button:hover,
.um-account-main .is-style-btnDark>a.wp-block-button__link.um-request-button:hover,
.um.um-login .btn#um-submit-btn:hover,
.um-account-main .um.um-login a.um-request-button#um-submit-btn:hover,
.um.um-login .um-account-main a.um-request-button#um-submit-btn:hover,
.um.um-login #um-submit-btn:hover,
.um.um-register .um.um-login #um-submit-btn:hover,
.um.um-login .um.um-register #um-submit-btn:hover,
.um.um-password .um.um-login #um-submit-btn:hover,
.um.um-login .um.um-password #um-submit-btn:hover,
.um.um-login .um-button.um-alt#um-submit-btn:hover,
.um.um-register .um.um-login .um-button.um-alt#um-submit-btn:hover,
.um.um-login .um.um-register .um-button.um-alt#um-submit-btn:hover,
.um.um-password .um.um-login .um-button.um-alt#um-submit-btn:hover,
.um.um-login .um.um-password .um-button.um-alt#um-submit-btn:hover,
.um.um-login .is-style-btnPrimary>.wp-block-button__link#um-submit-btn:hover,
.um.um-login .is-style-btnSecondary>.wp-block-button__link#um-submit-btn:hover,
.um.um-login .is-style-btnSuccess>.wp-block-button__link#um-submit-btn:hover,
.um.um-login .is-style-btnInfo>.wp-block-button__link#um-submit-btn:hover,
.um.um-login .is-style-btnWarning>.wp-block-button__link#um-submit-btn:hover,
.um.um-login .is-style-btnDanger>.wp-block-button__link#um-submit-btn:hover,
.um.um-login .is-style-btnLight>.wp-block-button__link#um-submit-btn:hover,
.um.um-login .is-style-btnDark>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .btn#um-submit-btn:hover,
.um-account-main .um.um-register a.um-request-button#um-submit-btn:hover,
.um.um-register .um-account-main a.um-request-button#um-submit-btn:hover,
.um.um-login .um.um-register #um-submit-btn:hover,
.um.um-register .um.um-login #um-submit-btn:hover,
.um.um-register #um-submit-btn:hover,
.um.um-password .um.um-register #um-submit-btn:hover,
.um.um-register .um.um-password #um-submit-btn:hover,
.um.um-login .um.um-register .um-button.um-alt#um-submit-btn:hover,
.um.um-register .um.um-login .um-button.um-alt#um-submit-btn:hover,
.um.um-register .um-button.um-alt#um-submit-btn:hover,
.um.um-password .um.um-register .um-button.um-alt#um-submit-btn:hover,
.um.um-register .um.um-password .um-button.um-alt#um-submit-btn:hover,
.um.um-register .is-style-btnPrimary>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .is-style-btnSecondary>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .is-style-btnSuccess>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .is-style-btnInfo>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .is-style-btnWarning>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .is-style-btnDanger>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .is-style-btnLight>.wp-block-button__link#um-submit-btn:hover,
.um.um-register .is-style-btnDark>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .btn#um-submit-btn:hover,
.um-account-main .um.um-password a.um-request-button#um-submit-btn:hover,
.um.um-password .um-account-main a.um-request-button#um-submit-btn:hover,
.um.um-login .um.um-password #um-submit-btn:hover,
.um.um-password .um.um-login #um-submit-btn:hover,
.um.um-register .um.um-password #um-submit-btn:hover,
.um.um-password .um.um-register #um-submit-btn:hover,
.um.um-password #um-submit-btn:hover,
.um.um-login .um.um-password .um-button.um-alt#um-submit-btn:hover,
.um.um-password .um.um-login .um-button.um-alt#um-submit-btn:hover,
.um.um-register .um.um-password .um-button.um-alt#um-submit-btn:hover,
.um.um-password .um.um-register .um-button.um-alt#um-submit-btn:hover,
.um.um-password .um-button.um-alt#um-submit-btn:hover,
.um.um-password .is-style-btnPrimary>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .is-style-btnSecondary>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .is-style-btnSuccess>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .is-style-btnInfo>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .is-style-btnWarning>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .is-style-btnDanger>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .is-style-btnLight>.wp-block-button__link#um-submit-btn:hover,
.um.um-password .is-style-btnDark>.wp-block-button__link#um-submit-btn:hover,
.is-style-btnPrimary>.btn.wp-block-button__link:hover,
.is-style-btnPrimary>.um-button#um_account_submit_general.wp-block-button__link:hover,
.is-style-btnPrimary>.um-button#um_account_submit_password.wp-block-button__link:hover,
.is-style-btnPrimary>.um-button#um_account_submit_privacy.wp-block-button__link:hover,
.is-style-btnPrimary>.um-button#um_account_submit_delete.wp-block-button__link:hover,
.um-account-main .is-style-btnPrimary>a.um-request-button.wp-block-button__link:hover,
.um.um-login .is-style-btnPrimary>#um-submit-btn.wp-block-button__link:hover,
.um.um-register .is-style-btnPrimary>#um-submit-btn.wp-block-button__link:hover,
.um.um-password .is-style-btnPrimary>#um-submit-btn.wp-block-button__link:hover,
.um.um-login .is-style-btnPrimary>.um-button.um-alt.wp-block-button__link:hover,
.um.um-register .is-style-btnPrimary>.um-button.um-alt.wp-block-button__link:hover,
.um.um-password .is-style-btnPrimary>.um-button.um-alt.wp-block-button__link:hover,
.is-style-btnPrimary>.wp-block-button__link:hover,
.is-style-btnPrimary.is-style-btnSecondary>.wp-block-button__link:hover,
.is-style-btnPrimary.is-style-btnSuccess>.wp-block-button__link:hover,
.is-style-btnPrimary.is-style-btnInfo>.wp-block-button__link:hover,
.is-style-btnPrimary.is-style-btnWarning>.wp-block-button__link:hover,
.is-style-btnPrimary.is-style-btnDanger>.wp-block-button__link:hover,
.is-style-btnPrimary.is-style-btnLight>.wp-block-button__link:hover,
.is-style-btnPrimary.is-style-btnDark>.wp-block-button__link:hover {
    color: #fff !important
}

.btn.btn-outline-primary:hover,
.btn-outline-primary.um-button#um_account_submit_general:hover,
.btn-outline-primary.um-button#um_account_submit_password:hover,
.btn-outline-primary.um-button#um_account_submit_privacy:hover,
.btn-outline-primary.um-button#um_account_submit_delete:hover,
.um-account-main a.btn-outline-primary.um-request-button:hover,
.um.um-login .btn-outline-primary#um-submit-btn:hover,
.um.um-register .btn-outline-primary#um-submit-btn:hover,
.um.um-password .btn-outline-primary#um-submit-btn:hover,
.um.um-login .btn-outline-primary.um-button.um-alt:hover,
.um.um-register .btn-outline-primary.um-button.um-alt:hover,
.um.um-password .btn-outline-primary.um-button.um-alt:hover,
.is-style-btnPrimary>.btn-outline-primary.wp-block-button__link:hover,
.is-style-btnSecondary>.btn-outline-primary.wp-block-button__link:hover,
.is-style-btnSuccess>.btn-outline-primary.wp-block-button__link:hover,
.is-style-btnInfo>.btn-outline-primary.wp-block-button__link:hover,
.is-style-btnWarning>.btn-outline-primary.wp-block-button__link:hover,
.is-style-btnDanger>.btn-outline-primary.wp-block-button__link:hover,
.is-style-btnLight>.btn-outline-primary.wp-block-button__link:hover,
.is-style-btnDark>.btn-outline-primary.wp-block-button__link:hover {
    color: #fff !important
}

.goog-text-highlight {
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#goog-gt-tt {
    display: none !important
}

#gdpr-box {
    z-index: 1001
}

.bg-size-cover {
    background-size: cover !important
}

.bg-size-contain {
    background-size: contain !important
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Notify Styling */
.fep-error,
.fep-success,
.fep-wp-error {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 3px;
	-webkit-box-sizing: border-box;
	background-color: #ffebe8;
	border-color: #c00;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
	padding: 0.6em;
	text-align: center;
	width: 100%;
}
/*# sourceMappingURL= main.css.map */

/* Custom css */

.validate {
    background: #ffebe8;
    border-style: solid;
    border-color: #c00;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
    padding: 0.6em;
    transition: 0.5s;
}

.validate-done {
    opacity: 0.6;
}

.validate-req {
    opacity: 1;
}

.chatbox {
    overflow:hidden;
    overflow-y:scroll;
    height:80%;
    list-style: none;
}

.chatscrollbox {
    height: 40vh;
}

.messageIcon {
    background-color: #bb315b;
  border-radius: 50%;
  color: white;

  height: 12px;
  width: 12px;

  position: absolute; /* Position the badge within the relatively positioned button */
  right: 0;
  top: 0;
  }

.card,
body.card #content #main>.entry-content {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(19, 35, 30, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #FFF2F0;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.card .card-title,
h3.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.4em;  /* Minimum 2 lines */
    flex-grow: 1;  /* Takes remaining space */
    margin-top: 0.25rem;
    color: #333333  /* Small gap after price */
}

.price-and-title-container {
    height: 4.8em;  /* Total height for 4 lines */
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}
.price-row {
    flex-shrink: 0;  /* Don't shrink */
    height: 2.4em;   /* Force height to exactly 2 lines */
    margin-bottom: 0; /* Remove any margin */
}

.card .card-title-list,
h3.card-title-list {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    margin-bottom: 0.8rem;
    line-height: 1.2em;
}

.company-function {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2em;
    line-height: 1.2em;
}

.new-message-label {
    background-color: rgba(187, 49, 91, 0.9);  /* Same color as card-new */
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 1.5em;
}

.message-divider {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(187, 49, 91, 0), rgba(187, 49, 91, 0.5), rgba(187, 49, 91, 0));
    margin: 1rem 0;
}

.banner-card,
body .banner-card #content #main>.entry-content {
    background-size: contain;
    --bs-card-height: ;
    height: var(--bs-card-height);
    max-height: 200px;
    margin-right: 200px;
}

.banner-card-img {
    padding-top: 33.33334%;
    max-height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.adtitle-size {
    font-size: 18px;
}

.card-glow {
    box-shadow: 0 0 15px rgba(187, 49, 91, 0.5);
}

.card-new {
    position: relative;
}
.card-new-welcome {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(187, 49, 91, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.card-new::after {
    content: 'NEW';
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(187, 49, 91, 0.9);  /* Same color as glow */
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.date-new {
    background-color: rgba(187, 49, 91, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}



.scroll-container {
    display: flex;
    flex-wrap: wrap;
}

.scroll-container .col-sm-6 {
    flex: 0 0 auto;
}

@media(min-width: 577px) and  (max-width: 1400px) {
    .scroll-container {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}
