@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33)
    }
    80%,
    to {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33)
    }
    80%,
    to {
        opacity: 0
    }
}

@-webkit-keyframes pulse-dot {
    0%,
    to {
        transform: scale(0.8)
    }
    50% {
        transform: scale(1)
    }
}

@keyframes pulse-dot {
    0%,
    to {
        transform: scale(0.8)
    }
    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(Inter-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(Inter-Italic.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(Inter-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(Inter-Bold.woff2) format("woff2")
}

@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("InterVariable.woff2") format("woff2");
  }
  @font-face {
    font-family: InterVariable;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("InterVariable-Italic.woff2") format("woff2");
  }


:root {
    --blue: #1a82de;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #de1a20;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #16bb63;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #757575;
    --gray-dark: #3b3b3b;
    --primary: #1a82de;
    --secondary: #757575;
    --success: #16bb63;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #de1a20;
    --light: #f5f5f5;
    --dark: #3b3b3b;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #f5f5f5;
    font-family: sans-serif
}

footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 400;
    line-height: 1.5;
    color: #161616;
    text-align: left;
    background-color: #fff
}

@supports (font-variation-settings: normal) {
    body { font-family: InterVariable, sans-serif; }
  }

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.04)
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0
}

address,
hr,
ol,
p,
ul {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    margin-top: 0
}

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

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

a {
    color: #1a82de;
    text-decoration: none;
    background-color: transparent;
    text-underline-offset: 2px
}

a:hover {
    color: #125a9a;
    text-decoration: underline
}

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

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

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

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

.h2,
h2 {
    font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1600 - 320)))
}

.h3,
h3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1600 - 320)))
}

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

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

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

.display-4 {
    font-size: calc(32px + (46 - 32) * ((100vw - 320px) / (1600 - 320)));
    line-height: 1.2
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.img-fluid {
    max-width: 100%;
    height: auto
}

code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: .875rem
}

a>code,
pre code {
    color: inherit
}

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

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

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

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

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

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.card>hr,
.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.col,
.col-12,
.col-3,
.col-6,
.col-9,
.col-auto,
.col-lg,
.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-auto,
.col-md,
.col-md-10,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-auto,
.col-sm-6,
.col-xl-3,
.col-xl-4,
.col-xl-6,
.col-xl-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: 100%
}

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

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

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

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

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

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

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .offset-md-1 {
        margin-left: 3.2rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #262626
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fcfe
}

.table-hover tbody tr:hover {
    background-color: rgba(26, 130, 222, 0.08)
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #ededed;
    font-weight: 400;
    font-size: .86em
}

.table tbody+tbody {
    border-top: 2px solid #ededed
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4f4f4f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d6e9fa;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring,
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0#4f4f4f
}

.form-control:focus {
    color: #4f4f4f;
    background-color: #fff;
    border-color: #1a82de;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, 0.25)
}

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

.form-control:-ms-input-placeholder {
    color: #757575;
    opacity: 1
}

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

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

input[type=date].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #4f4f4f;
    background-color: #fff
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: .3125rem;
    padding-right: .3125rem
}

.valid-tooltip {
    background-color: #16bb63;
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: .3125rem
}

.is-valid~.valid-tooltip,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #de1a20
}

.invalid-tooltip {
    background-color: #de1a20;
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback {
    display: block
}

.form-control.is-invalid {
    border-color: #de1a20;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23de1a20'%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='%23de1a20' 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)
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus {
    border-color: #de1a20;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

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)
}

.custom-select.is-invalid {
    border-color: #de1a20;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ededed' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #282828 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23de1a20'%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='%23de1a20' stroke='none'/%3E%3C/svg%3E") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #de1a20
}

.custom-control-input.is-invalid~.custom-control-label:before {
    border-color: #de1a20
}

.custom-control-input.is-invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #de1a20
}

.btn {
    display: inline-block;
    color: #262626;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .64rem .96rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .64rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #262626;
    text-decoration: none
}

.btn:focus {
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background: #1a82de;
    background: linear-gradient(160deg, #1a82de 0, #125a9a 100%);
    border: 0;
    transition: .2s ease-in all
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff
}

.btn-glow-blue {
    box-shadow: 0 8px 20px rgba(26, 130, 222, 0.46)
}

.btn-glow-blue:hover {
    box-shadow: 0 16px 20px rgba(26, 130, 222, 0.46);
    transition: .2s ease-in all
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(26, 130, 222, 0.4)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1a82de;
    border-color: #1a82de
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0064ff;
    border-color: #005ff2
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 150, 255, 0.5)
}

.btn-secondary {
    color: #1a82de;
    background-color: #e7f2fc;
    border-color: #e7f2fc
}

@media (min-width: 768px) {
    .btn-secondary {
        color: #1a82de;
        background-color: transparent;
        border-color: rgba(26, 130, 222, 0.16)
    }
}

.btn-secondary:focus,
.btn-secondary:hover {
    color: #1a82de;
    background-color: rgb(26 130 222 / 10%);
    border-color: transparent
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #757575;
    border-color: #757575
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #1a82de;
    background-color: #e7f2fc;
    border-color: #e7f2fc
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(138, 138, 138, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #16bb63;
    border-color: #16bb63
}

.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #16bb63;
    border-color: #16bb63
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-warning {
    color: #262626;
    background-color: #ded81a;
    border-color: #ded81a
}

.btn-warning:focus,
.btn-warning:hover {
    color: #262626;
    background-color: #e8e238;
    border-color: #e8e238
}

.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #262626;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #262626;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #de1a20;
    border-color: #de1a20
}

.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #de1a20;
    border-color: #de1a20
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-outline-danger {
    color: #de1a20;
    border-color: #de1a20
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #de1a20;
    border-color: #de1a20
}

.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #de1a20;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #de1a20;
    border-color: #de1a20
}

.btn-outline-dark {
    border-color: #1a82de;
    color: #1a82de
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #1a82de;
    border-color: #1a82de;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-pricing-outline,
.btn-pricing-outline:hover {
    color: #1a82de;
    border-color: #1a82de
}

.btn-pricing-outline.focus,
.btn-pricing-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(26, 130, 222, 0.5)
}

.btn-pricing-outline.disabled,
.btn-pricing-outline:disabled {
    color: #1a82de;
    background-color: transparent
}

.btn-pricing-outline:not(:disabled):not(.disabled).active,
.btn-pricing-outline:not(:disabled):not(.disabled):active,
.show>.btn-pricing-outline.dropdown-toggle {
    color: #fff;
    background-color: #1a82de;
    border-color: #1a82de
}

.btn-pricing-outline:not(:disabled):not(.disabled).active:focus,
.btn-pricing-outline:not(:disabled):not(.disabled):active:focus,
.show>.btn-pricing-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(26, 130, 222, 0.5)
}

.btn-lg {
    padding: .8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .64rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .32rem .64rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .32rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

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

.collapsing.width {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #262626;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 13rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-divider {
    border-top: 1px solid #ededed;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #262626;
    display: block;
    font-weight: 400;
    padding: .5rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(51, 131, 255, .05);
    color: #191919;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(51, 131, 255, .1);
    color: #0d0d0d;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #757575;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #757575;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.btn-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #ededed;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    color: #4f4f4f;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 5px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .32rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .32rem .64rem
}

.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #1a82de;
    background-color: #1a82de
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #1a82de
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #e6f0ff;
    border-color: #e6f0ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #757575
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #ededed
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #b5b5b5
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50%no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #1a82de;
    background-color: #1a82de
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(51, 131, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(51, 131, 255, 0.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(51, 131, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4f4f4f;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #1a82de;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, 0.25)
}

.custom-select:focus::-ms-value {
    color: #4f4f4f;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #757575;
    background-color: #ededed
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0#4f4f4f
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px)
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #1a82de;
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, 0.25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #ededed
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #4f4f4f
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: .25rem
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #ededed;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}



.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

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

.nav-item {
    margin: .4rem 0
}

.nav-tabs .nav-item.show .nav-link {
    color: #4f4f4f;
    background-color: #fff;
    border-color: #e3e3e3 #e3e3e3 #fff
}

.nav-pills .nav-link {
    border-radius: .25rem
}

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100%no-repeat
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #1a82de
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.65)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: underline;
    text-underline-offset: 6px
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #1a82de;
    outline: 0
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.65);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.65)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.65)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #1a82de
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.65)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.3)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #1a82de
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color:#ffffff;
    border-radius: .64rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

.card-header:first-child {
    border-radius: calc(0.64rem - 1px) calc(0.64rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #f0f0f0
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.64rem - 1px) calc(0.64rem - 1px)
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ededed;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item,
.pagination {
    padding-left: 0
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: 0;
    color: #757575;
    content: ""
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #757575
}

.pagination {
    display: flex;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1a82de;
    background-color: #fff;
    border: 1px solid #e3e3e3
}

.page-link:hover {
    z-index: 2;
    color: #125a9a;
    text-decoration: none;
    background-color: #ededed;
    border-color: #e3e3e3
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1a82de;
    border-color: #1a82de
}

.page-item.disabled .page-link {
    color: #757575;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #e3e3e3
}

.badge {
    display: inline-block;
    padding: .32em .64em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: .32rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #0064ff
}

.badge-promo {
    color: #fff;
    background-color: #de1a82
}

a.badge-promo:focus,
a.badge-promo:hover {
    color: #fff;
    background-color: #de1a82
}

.badge-secondary {
    background-color: #757575
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #5c5c5c
}

.badge-success {
    color: #16bb63;
    background-color: rgba(40, 167, 69, 0.2)
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

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

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    background-color: #fff
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #75710e;
    background-color: #f6f4b2;
    border-color: #f6f4b2
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #630c0e;
    background-color: #fad6d7;
    border-color: #fad6d7
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #fff;
    background-color: #de1a82;
    border-color: #de1a82
}


.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #666
}

.alert-dark {
    color: #1f1f1f;
    background-color: #d8d8d8;
    border-color: #c8c8c8
}

.alert-dark hr {
    border-top-color: #bbb
}

.alert-dark .alert-link {
    color: #060606
}

.alert-promo {
    color: #fff;
    background-color: #de1a82;
    border-color: #de1a82
}

.alert-promo .promocode {
    padding: 2px 4px;
    background: #fff;
    color: #de1a82
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #ededed;
    border-radius: .25rem
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1a82de;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

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

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #f0f0f0
}

.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: #757575;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1a82de;
    border-color: #1a82de
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0#fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.modal-open {
    overflow: hidden
}

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

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

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

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

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

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

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

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

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

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

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

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

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

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

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

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

@media(min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #1a82de
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #1a82de
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #1a82de
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #1a82de
}

.tooltip-inner {
    max-width: 320px;
    padding: .5rem;
    color: #fff;
    text-align: center;
    background-color: #1a82de;
    border-radius: .5rem;
    box-shadow: 0 1rem 2rem .2rem rgba(0, 0, 0, 0.16)
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #262626
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.bg-primary {
    background-color: #1a82de !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0064ff !important
}

.bg-secondary {
    background-color: #757575 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #5c5c5c !important
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a71d2a !important
}

.bg-success {
    background-color: #16bb63 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dcdcdc !important
}

.bg-dark {
    background-color: #3b3b3b !important
}

.bg-linear {
    background: linear-gradient(160deg, #1a82de 0, #125a9a 100%)
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #222 !important
}

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

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

.border {
    border: 1px solid #ededed !important
}

.border-0 {
    border: 0 !important
}

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

.rounded {
    border-radius: .64rem !important
}

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-flex {
        display: flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-flex {
        display: flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-flex {
        display: flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-content-center {
    align-content: center !important
}

.align-self-end {
    align-self: flex-end !important
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-inherit {
    position: inherit !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.shadow-drop {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.22))
}

.shadow-sm {
    box-shadow: 0px 0px 0px rgba(26, 130, 222, 0.00),
    0px 2px 1px rgba(26, 130, 222, 0.01),
    0px 4px 2px rgba(26, 130, 222, 0.01),
    0px 8px 4px rgba(26, 130, 222, 0.01),
    0px 12px 6px rgba(26, 130, 222, 0.02),
    0px 16px 8px rgba(26, 130, 222, 0.02);
}

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

.shadow-blue-sm {
    box-shadow: 0 0 1rem rgba(26, 130, 222, 0.1)
}

.shadow-blue-md {
    box-shadow: 0 2rem 2rem .2rem rgba(26, 130, 222, 0.1)
}

.m-0 {
    margin: 0 !important
}

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

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

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

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

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

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

.my-6 {
    margin-bottom: 4rem !important
}

.mt-6,
.my-6 {
    margin-top: 4rem !important
}

.p-0,
.svgMap-tooltip .svgMap-tooltip-content table td {
    padding: 0 !important
}

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

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.py-5 {
    padding-bottom: 3rem !important
}

.py-6 {
    padding-bottom: 4rem !important
}

.pt-6,
.py-6 {
    padding-top: 4rem !important
}

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

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

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

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

.m-auto {
    margin: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .pt-sm-6 {
        padding-top: 4rem !important
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .py-md-7 {
        padding-top: 6rem !important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem !important
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #1a82de !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #125a9a !important
}

.text-secondary {
    color: #757575 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #4f4f4f !important
}

.text-success {
    color: #16bb63 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #108647 !important
}

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

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #de1a20 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f5f5f5 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cfcfcf !important
}

.text-dark {
    color: #3b3b3b !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #151515 !important
}

.text-body {
    color: #262626 !important
}

.text-muted {
    color: #757575 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    pre {
        white-space: pre-wrap !important;
        border: 1px solid #b5b5b5
    }
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
}

.badge-primary {
    color: #1a82de;
    background-color: rgba(26, 130, 222, 0.2)
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #0064ff;
    background-color: rgba(51, 131, 255, 0.4)
}

a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, 0.5)
}

.badge-secondary {
    color: #5c5c5c;
    background-color: rgba(117, 117, 117, 0.2)
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #5c5c5c;
    background-color: rgba(117, 117, 117, 0.4)
}

a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5)
}

a.badge-success:focus,
a.badge-success:hover {
    color: #1e7e34;
    background-color: rgba(40, 167, 69, 0.4)
}

a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-danger {
    color: #de1a20;
    background-color: rgba(222, 26, 32, 0.2)
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #bd2130;
    background-color: rgba(220, 53, 69, 0.4)
}

a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

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

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

.z-1025 {
    z-index: 1025 !important
}

.z-1030 {
    z-index: 1030 !important
}

.cursor-default {
    cursor: default !important
}

.cursor-pointer {
    cursor: pointer !important
}

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

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

.width-2 {
    width: .5rem !important
}

.width-3 {
    width: .75rem !important
}

.width-4 {
    width: 1rem !important
}

.width-5 {
    width: 1.25rem !important
}

.width-6 {
    width: 1.5rem !important
}

.width-8 {
    width: 2rem !important
}

.width-9 {
    width: 2.25rem !important
}

.width-10 {
    width: 2.5rem !important
}

.width-12 {
    width: 3rem !important
}

.width-14 {
    width: 3.5rem !important
}

.width-16 {
    width: 4rem !important
}

.width-24 {
    width: 6rem !important
}

.width-48 {
    width: 12rem !important
}

.width-64 {
    width: 16rem !important
}

.height-1\.25 {
    height: .3125rem !important
}

.height-2 {
    height: .5rem !important
}

.height-3 {
    height: .75rem !important
}

.height-4 {
    height: 1rem !important
}

.height-5 {
    height: 1.25rem !important
}

.height-6 {
    height: 1.5rem !important
}

.height-8 {
    height: 2rem !important
}

.height-9 {
    height: 2.25rem !important
}

.height-10 {
    height: 2.5rem !important
}

.height-12 {
    height: 3rem !important
}

.height-14 {
    height: 3.5rem !important
}

.height-16 {
    height: 4rem !important
}

.height-20 {
    height: 5rem !important
}

.max-height-96 {
    max-height: 24rem !important
}

.min-height-0 {
    min-height: 0 !important
}

.font-size-lg {
    font-size: 1.125rem !important
}

.font-size-xl {
    font-size: 1.25rem !important
}

.daterangepicker.show-ranges.ltr .drp-calendar.left,
.daterangepicker.show-ranges.rtl .drp-calendar.left {
    border-top: 1px solid #ededed
}

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid #ededed
    }
    .border-md-left {
        border-left: 1px solid #ededed
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important
    }
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #ededed
    }
    .border-lg-left {
        border-left: 1px solid #ededed
    }
}

@media (min-width: 1200px) {
    .border-xl-top-0 {
        border-top: 0 !important
    }
}

.border-radius-md {
    border-radius: .375rem !important
}

.border-radius-lg {
    border-radius: .64rem !important
}

.border-radius-xl {
    border-radius: .875rem !important
}

.border-radius-2xl {
    border-radius: 1rem !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-50 {
    opacity: .5 !important
}

.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.right-4 {
    right: 1rem !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.left-4 {
    left: 1rem !important
}

.left-auto {
    left: auto !important
}
.border-top {
    border-top: 1px solid #ededed !important
}

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

.background-size-cover {
    background-size: cover !important
}

.background-position-center {
    background-position: 50% !important
}

.backdrop-filter-blur {
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important
}

.scroll-behavior-smooth {
    scroll-behavior: smooth !important
}

.image-rendering-optimize-contrast {
    image-rendering: -webkit-optimize-contrast !important
}

.box-sizing-border-box {
    box-sizing: border-box !important
}

@media (min-width: 768px) {
    .border-right-md {
        border-right: 1px solid #ededed !important
    }
    .border-bottom-md-0 {
        border-bottom: 0 !important
    }
    .border-left-md {
        border-left: 1px solid #ededed !important
    }
}

@media (min-width: 992px) {
    .border-right-lg {
        border-right: 1px solid #ededed !important
    }
    .border-left-lg {
        border-left: 1px solid #ededed !important
    }
}

@media (min-width: 1200px) {
    .border-top-xl-0 {
        border-top: 0 !important
    }
}

.svgMap-map-wrapper {
    background: 0 0;
    color: #111;
    padding-top: 50%;
    position: relative;
    width: 100%
}

.svgMap-map-wrapper * {
    box-sizing: border-box
}

.svgMap-map-wrapper :focus:not(:focus-visible) {
    outline: 0
}

.svgMap-map-wrapper .svgMap-map-image {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.svgMap-map-wrapper .svgMap-map-controls-wrapper {
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    z-index: 1
}

.svgMap-map-wrapper .svgMap-map-controls-move,
.svgMap-map-wrapper .svgMap-map-controls-zoom {
    display: flex
}

.svgMap-map-wrapper .svgMap-map-controls-move:last-child,
.svgMap-map-wrapper .svgMap-map-controls-zoom:last-child {
    margin-right: 0
}

.svgMap-map-wrapper .svgMap-control-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    height: 30px;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 30px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button {
    border: 1px solid #3383ff;
    border-radius: .25rem;
    color: #3383ff;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    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-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion: reduce) {
    .svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button {
        transition: none
    }
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:after,
.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before {
    background: #3383ff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color .2s
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before {
    height: 2px;
    width: 10px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover {
    background-color: #3383ff;
    border-color: #3383ff
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:after,
.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:before {
    background: #fff
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 131, 255, 0.5);
    outline: 0
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled {
    background-color: transparent
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:after,
.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:before {
    background: #3383ff
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-in-button {
    margin: 0 .125rem 0 0
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-in-button:after {
    height: 10px;
    width: 2px
}

.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-out-button {
    margin: 0 0 0 .125rem
}

.svgMap-map-wrapper .svgMap-country {
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    cursor: pointer;
    transition: fill 0.2s, stroke .2s
}

.svgMap-map-wrapper .svgMap-country.svgMap-active,
.svgMap-map-wrapper .svgMap-country:hover {
    stroke: rgba(0, 0, 0, 0.5)
}

.svgMap-map-wrapper .svgMap-country.svgMap-active {
    stroke-width: 2
}

.svgMap-tooltip {
    background: #000;
    border-radius: .25rem;
    color: #fff;
    display: none;
    min-width: 60px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -100%);
    z-index: 10000
}

.svgMap-tooltip.svgMap-tooltip-flipped {
    transform: translate(-50%)
}

.svgMap-tooltip.svgMap-active {
    display: block
}

.svgMap-tooltip .svgMap-tooltip-content-container {
    padding: .75rem 1rem;
    position: relative
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container.svgMap-tooltip-flag-container-emoji {
    font-size: 50px;
    line-height: 0;
    padding: 25px 0 15px
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container .svgMap-tooltip-flag {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    display: block;
    height: 32px;
    margin: auto;
    padding: 2px;
    width: auto
}

.svgMap-tooltip .svgMap-tooltip-title {
    display: none;
    font-size: 1rem;
    white-space: nowrap
}

.svgMap-tooltip .svgMap-tooltip-content {
    font-size: 1rem;
    white-space: nowrap
}

.svgMap-tooltip .svgMap-tooltip-content table {
    border-spacing: 0;
    margin: auto;
    padding: 0
}

.svgMap-tooltip .svgMap-tooltip-content table td sup {
    position: relative;
    top: -5px;
    vertical-align: baseline
}

.svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data {
    padding: 2px 0
}

.svgMap-tooltip .svgMap-tooltip-pointer {
    height: 8px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 24px
}

.svgMap-tooltip .svgMap-tooltip-pointer:after {
    background: #000;
    bottom: 6px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 20px
}

.svgMap-tooltip.svgMap-tooltip-flipped .svgMap-tooltip-pointer {
    bottom: auto;
    top: -10px;
    transform: translateX(-50%) scaleY(-1)
}

.daterangepicker {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    color: inherit;
    display: none;
    left: 20px;
    margin-top: .125rem;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 270px;
    z-index: 1000
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    border-bottom: initial;
    border-top: 7px solid #ccc;
    bottom: -7px;
    top: auto
}

.daterangepicker.drop-up:after {
    border-bottom: initial;
    border-top: 6px solid #fff;
    bottom: -6px;
    top: auto
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    direction: ltr;
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 1rem
}

.daterangepicker .drp-calendar.right {
    display: none;
    padding: .5rem 1rem
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: 0
}

.daterangepicker .next,
.daterangepicker .prev {
    align-items: center;
    display: flex;
    justify-content: center
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px 13px;
    display: inline-block;
    height: 13px;
    width: 13px
}

.daterangepicker .calendar-table .next span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.41 12'%3E%3Cpath fill='%233b3b3b' d='M0 1.41 4.58 6 0 10.59 1.41 12l6-6-6-6Z'/%3E%3C/svg%3E")
}

.daterangepicker .calendar-table .prev span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.41 12'%3E%3Cpath fill='%233b3b3b' d='M7.41 10.59 2.83 6l4.58-4.59L6 0 0 6l6 6Z'/%3E%3C/svg%3E")
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: .875em;
    height: 2rem;
    line-height: 2rem;
    min-width: 2rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 2rem
}

.daterangepicker .calendar-table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: rgba(51, 131, 255, 0.1);
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    color: #ccc;
    font-size: 80%
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: rgba(51, 131, 255, 0.05);
    border-color: transparent;
    border-radius: 0;
    color: #262626
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1a82de;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: 100%
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    cursor: default;
    font-size: .875em;
    height: auto;
    padding: 1px
}

.daterangepicker select.yearselect {
    margin: 0
}

.daterangepicker select.monthselect {
    margin: 0 2%0;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: #eee;
    border: 1px solid #eee;
    font-size: .875em;
    margin: 0 auto;
    outline: 0;
    padding: 2px;
    width: 50px
}

.daterangepicker .calendar-time {
    line-height: 30px;
    margin: 4px auto 0;
    position: relative;
    text-align: center
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #ededed;
    clear: both;
    display: none;
    padding: 1rem;
    text-align: right;
    vertical-align: middle
}

.daterangepicker.rtl .drp-buttons {
    text-align: left
}

.daterangepicker .drp-selected {
    color: #757575;
    float: left;
    font-size: .875em;
    font-weight: 500;
    padding: .5rem 0;
    width: 100%
}

.daterangepicker.rtl .drp-selected {
    float: right
}

.daterangepicker .drp-buttons .btn {
    margin-left: .5rem
}

.daterangepicker.rtl .drp-buttons .btn {
    margin-left: 0;
    margin-right: .5rem
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ededed
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ededed
}

.daterangepicker .ranges {
    float: none;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin: 1rem 0
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    cursor: pointer;
    font-size: .875em;
    padding: .5rem 1rem
}

.daterangepicker .ranges li:active,
.daterangepicker .ranges li:focus,
.daterangepicker .ranges li:hover {
    background-color: rgba(51, 131, 255, 0.1)
}

.daterangepicker .ranges li.active {
    background-color: #1a82de;
    color: #fff
}

@media (min-width: 730px) {
    .daterangepicker {
        width: auto
    }
    .daterangepicker .ranges ul {
        width: 160px
    }
    .daterangepicker.single .ranges ul {
        width: 100%
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none
    }
    .daterangepicker .drp-calendar,
    .daterangepicker .ranges,
    .daterangepicker.single .drp-calendar,
    .daterangepicker.single .ranges {
        float: left
    }
    .daterangepicker .drp-calendar.left {
        margin-right: 0
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .daterangepicker .drp-selected,
    .daterangepicker .ranges {
        width: auto
    }
    .daterangepicker.show-ranges.rtl .drp-calendar.left {
        border-right: 1px solid #ededed;
        border-top: 0
    }
    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ededed;
        border-top: 0
    }
    .daterangepicker.rtl .ranges {
        float: right
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

:root {
    color-scheme: light
}

body {
    background: #fff;
    font-size: 1rem;
    min-height: 100%
}

.bg-base-0 {
    background-color: #fff
}

.bg-base-1 {
    background-color: #f9f9f9
}

.bg-base-2 {
    background-color: #fafafa
}

.bg-base-3 {
    background-color: rgb(26 130 222 / 6%)
}

.bg-base-4 {
    background-color: rgb(40 167 69 / 6%)
}

.bg-mesh-1,
.bg-mesh-2 {
    background-color: #fff
}

.bg-mesh-1 {
    background-image: radial-gradient(at 27% 84%, #84c7ff 0, transparent 50%), radial-gradient(at 52% 78%, #84fff8 0, transparent 50%), radial-gradient(at 6% 85%, #ff84c5 0, transparent 50%), radial-gradient(at 80% 88%, #84c7ff 0, transparent 50%), radial-gradient(at 93% 85%, #ff84c5 0, transparent 50%)
}

.bg-mesh-2 {
    background-image: radial-gradient(at 41% 53%, hsla(177, 100%, 88%, 0.6) 0, transparent 50%), radial-gradient(at 66% 8%, #c1e3fe 0, transparent 50%), radial-gradient(at 80% 60%, #fec1e2 0, transparent 50%), radial-gradient(at 35% 13%, #c1e3fe 0, transparent 50%), radial-gradient(at 6% 12%, #c1e3fe 0, transparent 50%), radial-gradient(at 6% 62%, #c1e3fe 0, transparent 50%), radial-gradient(at 6% 36%, #c1e3fe 0, transparent 50%), radial-gradient(at 12% 90%, #c1e3fe 0, transparent 50%), radial-gradient(at 93% 10%, #fec1e2 0, transparent 50%), radial-gradient(at 42% 92%, #fec1e2 0, transparent 50%), radial-gradient(at 96% 92%, #fec1e2 0, transparent 50%), radial-gradient(at 87% 36%, #fec1e2 0, transparent 50%)
}

.scroll-behavior-smooth {
    scroll-behavior: smooth !important
}

.bg-visitor {
    background-color: #1a82de !important
}

.bg-pageview {
    background-color: #de1a82 !important
}

.fill-current {
    fill: currentColor !important
}

.hr-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0
}

.hr-text>span {
    position: relative;
    display: inline-block
}

.hr-text>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(0, 0, 0, 0.04);
    left: 100%;
    margin-left: 1rem
}

.reset-after:after {
    content: none
}

.bg-cover {
    background-size: cover
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.stat-card {
    transition: margin .3s
}

.stat-card:hover {
    margin: 0 10px
}

.integ-card {
    transition: transform .3s
}

.integ-card:hover {
    box-shadow: 0 1em 1rem rgba(23, 117, 199, 0.32) !important
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box
}

.backdrop {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.64)
}

.logo {
    height: 2.375rem;
    width: auto;
    opacity: 1
}

.logo:hover {
    opacity: .85
}

.logo img {
    border: 0;
    height: 100%;
    max-width: 12.625rem;
    max-height: 2.375rem;
    -o-object-fit: contain;
    object-fit: contain
}

.mark,
mark {
    padding: 0 .1em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64%, #d6e9fa 64%);
    color: inherit
}

.slide-menu {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(-113%);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    width: 250px
}

.slide-menu.active {
    transform: translateX(0)
}

@media (min-width: 992px) {
    .slide-menu {
        transform: translateX(0)
    }
    .content {
        margin-left: 250px
    }
}

.sidebar .nav-link[aria-expanded="true"]>.sidebar-expand svg {
    transform: rotate(180deg)
}

.sidebar .nav-link {
    padding: .75rem 1.25rem;
    color: #3b3b3b
}

.sub-menu .nav-link {
    padding-left: 3.25rem
}

.sidebar .nav-link {
    border-right: 2px solid transparent
}

.sidebar .nav-link[aria-expanded="true"],
.sub-menu {
    background: rgba(51, 131, 255, 0.03)
}

.sidebar .nav-link:hover {
    background: rgba(51, 131, 255, 0.05)
}

.sidebar .nav-link.active {
    color: #1a82de;
    background: rgba(51, 131, 255, 0.07);
    border-right: 2px solid #1a82de
}

.sidebar .nav-link.active>.sidebar-icon {
    color: #1a82de
}

.sidebar-icon {
    color: #757575
}

.sidebar .card-body {
    border-top: 1px solid #f0f0f0
}

.sidebar-footer {
    background: rgba(51, 131, 255, 0.03)
}


.plan-month,
.plan-year {
    -webkit-animation: fade-in .6s;
    animation: fade-in .6s
}

.plan-no-animation,
.plan-preload {
    opacity: 1;
    -webkit-animation: none;
    animation: none
}


.pulsating-circle {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 50%;
    background-color: #28a946;
    -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #16bb63;
    border-radius: 50%;
    -webkit-animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite
}

.cookie-banner {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #125998;
    color: #fff
}

[dir=rtl] body {
    text-align: right
}

[dir=rtl] .sidebar .nav-link {
    border-right: 0;
    border-left: 2px solid transparent
}

[dir=rtl] .sidebar .nav-link.active {
    border-right: 0;
    border-left: 2px solid #1a82de
}

[dir=rtl] .slide-menu {
    width: 250px;
    right: 0;
    left: auto;
    transform: translateX(110%)
}

[dir=rtl] .slide-menu.active {
    transform: translateX(0)
}

@media (min-width: 992px) {
    [dir=rtl] .slide-menu {
        transform: translateX(0)
    }
    [dir=rtl] .content {
        margin-left: 0;
        margin-right: 250px
    }
}

[dir=rtl] .pulsating-circle:before {
    margin-left: auto;
    margin-right: -100%
}

[dir=rtl] .pulsating-circle:after {
    left: auto;
    right: 0
}

.compliance-check {
    background: rgba(255, 255, 255, 0.16);
    padding: .96em 1.96em;
    border-radius: 2em;
    display: flex;
    min-width: 32%;
    width: auto;
    font-size: .8em
}

@media (min-width: 768px) {
    .compliance-check {
        min-width: auto
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-delay: 1s
}