/*! Bootstrap v4.2.1 (https://getbootstrap.com/) Copyright 2011-2018 The Bootstrap Authors Copyright 2011-2018 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #358DD7; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #E1E7ED; --dark: #43484D; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

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

[tabindex="-1"]:focus { outline: 0 !important; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }

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

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

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

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

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

dt { font-weight: 700; }

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

blockquote { margin: 0 0 1rem; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

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

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #358DD7; text-decoration: none; background-color: transparent; }

a:hover { color: #2065a0; text-decoration: underline; }

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

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

a:not([href]):not([tabindex]):focus { outline: 0; }

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

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

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; }

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

table { border-collapse: collapse; }

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

th { text-align: inherit; }

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

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

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

button, input { overflow: visible; }

button, select { text-transform: none; }

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

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

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

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

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

progress { vertical-align: baseline; }

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

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

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

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

output { display: inline-block; }

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

template { display: none; }

[hidden] { display: none !important; }

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

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

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

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

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

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

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

.lead { font-size: 1.25rem; font-weight: 300; }

.display-1 { font-size: 6rem; font-weight: 300; line-height: 1.2; }

.display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2; }

.display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2; }

.display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2; }

hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small { font-size: 80%; font-weight: 400; }

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

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

.list-inline { padding-left: 0; list-style: none; }

.list-inline-item { display: inline-block; }

.list-inline-item:not(:last-child) { margin-right: 0.5rem; }

.initialism { font-size: 90%; text-transform: uppercase; }

.blockquote { margin-bottom: 1rem; font-size: 1.25rem; }

.blockquote-footer { display: block; font-size: 80%; color: #6c757d; }

.blockquote-footer::before { content: "\2014\00A0"; }

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

.img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 5px; max-width: 100%; height: auto; }

.figure { display: inline-block; }

.figure-img { margin-bottom: 0.5rem; line-height: 1; }

.figure-caption { font-size: 90%; color: #6c757d; }

code { font-size: 87.5%; color: #e83e8c; word-break: break-word; }

a > code { color: inherit; }

kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0; }

kbd kbd { padding: 0; font-size: 100%; font-weight: 700; }

pre { display: block; font-size: 87.5%; color: #212529; }

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

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

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

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

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

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

.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

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

.no-gutters { margin-right: 0; margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first { order: -1; }

.order-last { order: 13; }

.order-0 { order: 0; }

.order-1 { order: 1; }

.order-2 { order: 2; }

.order-3 { order: 3; }

.order-4 { order: 4; }

.order-5 { order: 5; }

.order-6 { order: 6; }

.order-7 { order: 7; }

.order-8 { order: 8; }

.order-9 { order: 9; }

.order-10 { order: 10; }

.order-11 { order: 11; }

.order-12 { order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@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-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
    .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
    .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
    .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
    .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
    .order-sm-first { order: -1; }
    .order-sm-last { order: 13; }
    .order-sm-0 { order: 0; }
    .order-sm-1 { order: 1; }
    .order-sm-2 { order: 2; }
    .order-sm-3 { order: 3; }
    .order-sm-4 { order: 4; }
    .order-sm-5 { order: 5; }
    .order-sm-6 { order: 6; }
    .order-sm-7 { order: 7; }
    .order-sm-8 { order: 8; }
    .order-sm-9 { order: 9; }
    .order-sm-10 { order: 10; }
    .order-sm-11 { order: 11; }
    .order-sm-12 { order: 12; }
    .offset-sm-0 { margin-left: 0; }
    .offset-sm-1 { margin-left: 8.33333%; }
    .offset-sm-2 { margin-left: 16.66667%; }
    .offset-sm-3 { margin-left: 25%; }
    .offset-sm-4 { margin-left: 33.33333%; }
    .offset-sm-5 { margin-left: 41.66667%; }
    .offset-sm-6 { margin-left: 50%; }
    .offset-sm-7 { margin-left: 58.33333%; }
    .offset-sm-8 { margin-left: 66.66667%; }
    .offset-sm-9 { margin-left: 75%; }
    .offset-sm-10 { margin-left: 83.33333%; }
    .offset-sm-11 { margin-left: 91.66667%; } }

@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-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
    .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
    .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
    .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
    .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
    .order-md-first { order: -1; }
    .order-md-last { order: 13; }
    .order-md-0 { order: 0; }
    .order-md-1 { order: 1; }
    .order-md-2 { order: 2; }
    .order-md-3 { order: 3; }
    .order-md-4 { order: 4; }
    .order-md-5 { order: 5; }
    .order-md-6 { order: 6; }
    .order-md-7 { order: 7; }
    .order-md-8 { order: 8; }
    .order-md-9 { order: 9; }
    .order-md-10 { order: 10; }
    .order-md-11 { order: 11; }
    .order-md-12 { order: 12; }
    .offset-md-0 { margin-left: 0; }
    .offset-md-1 { margin-left: 8.33333%; }
    .offset-md-2 { margin-left: 16.66667%; }
    .offset-md-3 { margin-left: 25%; }
    .offset-md-4 { margin-left: 33.33333%; }
    .offset-md-5 { margin-left: 41.66667%; }
    .offset-md-6 { margin-left: 50%; }
    .offset-md-7 { margin-left: 58.33333%; }
    .offset-md-8 { margin-left: 66.66667%; }
    .offset-md-9 { margin-left: 75%; }
    .offset-md-10 { margin-left: 83.33333%; }
    .offset-md-11 { margin-left: 91.66667%; } }

@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-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
    .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
    .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
    .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
    .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
    .order-lg-first { order: -1; }
    .order-lg-last { order: 13; }
    .order-lg-0 { order: 0; }
    .order-lg-1 { order: 1; }
    .order-lg-2 { order: 2; }
    .order-lg-3 { order: 3; }
    .order-lg-4 { order: 4; }
    .order-lg-5 { order: 5; }
    .order-lg-6 { order: 6; }
    .order-lg-7 { order: 7; }
    .order-lg-8 { order: 8; }
    .order-lg-9 { order: 9; }
    .order-lg-10 { order: 10; }
    .order-lg-11 { order: 11; }
    .order-lg-12 { order: 12; }
    .offset-lg-0 { margin-left: 0; }
    .offset-lg-1 { margin-left: 8.33333%; }
    .offset-lg-2 { margin-left: 16.66667%; }
    .offset-lg-3 { margin-left: 25%; }
    .offset-lg-4 { margin-left: 33.33333%; }
    .offset-lg-5 { margin-left: 41.66667%; }
    .offset-lg-6 { margin-left: 50%; }
    .offset-lg-7 { margin-left: 58.33333%; }
    .offset-lg-8 { margin-left: 66.66667%; }
    .offset-lg-9 { margin-left: 75%; }
    .offset-lg-10 { margin-left: 83.33333%; }
    .offset-lg-11 { margin-left: 91.66667%; } }

@media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
    .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
    .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
    .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
    .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
    .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
    .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
    .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
    .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
    .order-xl-first { order: -1; }
    .order-xl-last { order: 13; }
    .order-xl-0 { order: 0; }
    .order-xl-1 { order: 1; }
    .order-xl-2 { order: 2; }
    .order-xl-3 { order: 3; }
    .order-xl-4 { order: 4; }
    .order-xl-5 { order: 5; }
    .order-xl-6 { order: 6; }
    .order-xl-7 { order: 7; }
    .order-xl-8 { order: 8; }
    .order-xl-9 { order: 9; }
    .order-xl-10 { order: 10; }
    .order-xl-11 { order: 11; }
    .order-xl-12 { order: 12; }
    .offset-xl-0 { margin-left: 0; }
    .offset-xl-1 { margin-left: 8.33333%; }
    .offset-xl-2 { margin-left: 16.66667%; }
    .offset-xl-3 { margin-left: 25%; }
    .offset-xl-4 { margin-left: 33.33333%; }
    .offset-xl-5 { margin-left: 41.66667%; }
    .offset-xl-6 { margin-left: 50%; }
    .offset-xl-7 { margin-left: 58.33333%; }
    .offset-xl-8 { margin-left: 66.66667%; }
    .offset-xl-9 { margin-left: 75%; }
    .offset-xl-10 { margin-left: 83.33333%; }
    .offset-xl-11 { margin-left: 91.66667%; } }

.table { width: 100%; margin-bottom: 1rem; background-color: transparent; }

.table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

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

.table .table { background-color: #fff; }

.table-sm th, .table-sm td { padding: 0.3rem; }

.table-bordered { border: 1px solid #dee2e6; }

.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }

.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }

.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td { background-color: #c6dff4; }

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { border-color: #96c4ea; }

.table-hover .table-primary:hover { background-color: #b1d3f0; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #b1d3f0; }

.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #d6d8db; }

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { border-color: #b3b7bb; }

.table-hover .table-secondary:hover { background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #c8cbcf; }

.table-success, .table-success > th, .table-success > td { background-color: #c3e6cb; }

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { border-color: #8fd19e; }

.table-hover .table-success:hover { background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; }

.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { border-color: #86cfda; }

.table-hover .table-info:hover { background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { border-color: #ffdf7e; }

.table-hover .table-warning:hover { background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { border-color: #ed969e; }

.table-hover .table-danger:hover { background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td { background-color: #f7f8fa; }

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { border-color: #eff3f6; }

.table-hover .table-light:hover { background-color: #e7eaf0; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #e7eaf0; }

.table-dark, .table-dark > th, .table-dark > td { background-color: #cacccd; }

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #9da0a2; }

.table-hover .table-dark:hover { background-color: #bdbfc1; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #bdbfc1; }

.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e; }

.table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }

.table-dark { color: #fff; background-color: #212529; }

.table-dark th, .table-dark td, .table-dark thead th { border-color: #32383e; }

.table-dark.table-bordered { border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered { border: 0; } }

@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered { border: 0; } }

@media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered { border: 0; } }

@media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered { border: 0; } }

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

.table-responsive > .table-bordered { border: 0; }

.form-control { display: block; width: 100%; height: calc(2.45rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.7; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 5px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

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

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

.form-control:focus { color: #495057; background-color: #fff; border-color: #9fc9ec; outline: 0; box-shadow: 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

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

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

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

.form-control-file, .form-control-range { display: block; width: 100%; }

.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.7; }

.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; }

.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }

.form-control-plaintext { display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.7; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }

.form-control-sm { height: calc(1.8125rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0; }

.form-control-lg { height: calc(2.875rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0; }

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

textarea.form-control { height: auto; }

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

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

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

.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

.form-check { position: relative; display: block; padding-left: 1.25rem; }

.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label { color: #6c757d; }

.form-check-label { margin-bottom: 0; }

.form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; }

.form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }

.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; }

.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.7; color: #fff; background-color: rgba(40, 167, 69, 0.9); border-radius: 5px; }

.was-validated .form-control:valid, .form-control.is-valid { border-color: #28a745; padding-right: 2.45rem; background-repeat: no-repeat; background-position: center right calc(2.45rem / 4); background-size: calc(2.45rem / 2) calc(2.45rem / 2); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip { display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: 2.45rem; background-position: top calc(2.45rem / 4) right calc(2.45rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid { border-color: #28a745; padding-right: 3.5875rem; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.225rem 1.225rem; }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #28a745; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #34ce57; background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.7; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 5px; }

.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; padding-right: 2.45rem; background-repeat: no-repeat; background-position: center right calc(2.45rem / 4); background-size: calc(2.45rem / 2) calc(2.45rem / 2); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: 2.45rem; background-position: top calc(2.45rem / 4) right calc(2.45rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #dc3545; padding-right: 3.5875rem; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.225rem 1.225rem; }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip { display: block; }

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline { display: flex; flex-flow: row wrap; align-items: center; }

.form-inline .form-check { width: 100%; }

@media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
    .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; }
    .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
    .form-inline .form-control-plaintext { display: inline-block; }
    .form-inline .input-group, .form-inline .custom-select { width: auto; }
    .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; }
    .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; }
    .form-inline .custom-control { align-items: center; justify-content: center; }
    .form-inline .custom-control-label { margin-bottom: 0; } }

.btn { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.7; border-radius: 5px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

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

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

.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

.btn.disabled, .btn:disabled { opacity: 0.65; }

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

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

.btn-primary { color: #fff; background-color: #358DD7; border-color: #358DD7; }

.btn-primary:hover { color: #fff; background-color: #267ac0; border-color: #2473b5; }

.btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(83, 158, 221, 0.5); }

.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #358DD7; border-color: #358DD7; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #2473b5; border-color: #226caa; }

.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 0.2rem rgba(83, 158, 221, 0.5); }

.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }

.btn-secondary:focus, .btn-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

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

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; }

.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 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }

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

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

.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; }

.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 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }

.btn-info:focus, .btn-info.focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }

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

.btn-warning.disabled, .btn-warning:disabled { color: #212529; 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: #212529; 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 0.2rem rgba(222, 170, 12, 0.5); }

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

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

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

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

.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 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light { color: #212529; background-color: #E1E7ED; border-color: #E1E7ED; }

.btn-light:hover { color: #212529; background-color: #c9d4df; border-color: #c1ceda; }

.btn-light:focus, .btn-light.focus { box-shadow: 0 0 0 0.2rem rgba(196, 202, 208, 0.5); }

.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #E1E7ED; border-color: #E1E7ED; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #c1ceda; border-color: #b9c7d5; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(196, 202, 208, 0.5); }

.btn-dark { color: #fff; background-color: #43484D; border-color: #43484D; }

.btn-dark:hover { color: #fff; background-color: #313539; border-color: #2b2f32; }

.btn-dark:focus, .btn-dark.focus { box-shadow: 0 0 0 0.2rem rgba(95, 99, 104, 0.5); }

.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #43484D; border-color: #43484D; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #2b2f32; border-color: #25282b; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(95, 99, 104, 0.5); }

.btn-outline-primary { color: #358DD7; border-color: #358DD7; }

.btn-outline-primary:hover { color: #fff; background-color: #358DD7; border-color: #358DD7; }

.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(53, 141, 215, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #358DD7; background-color: transparent; }

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(53, 141, 215, 0.5); }

.btn-outline-secondary { color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; }

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

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success { color: #28a745; border-color: #28a745; }

.btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; }

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

.btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; }

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info { color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning { color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

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

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

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

.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; 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: #dc3545; border-color: #dc3545; }

.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 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light { color: #E1E7ED; border-color: #E1E7ED; }

.btn-outline-light:hover { color: #212529; background-color: #E1E7ED; border-color: #E1E7ED; }

.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(225, 231, 237, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled { color: #E1E7ED; background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #E1E7ED; border-color: #E1E7ED; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(225, 231, 237, 0.5); }

.btn-outline-dark { color: #43484D; border-color: #43484D; }

.btn-outline-dark:hover { color: #fff; background-color: #43484D; border-color: #43484D; }

.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(67, 72, 77, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #43484D; background-color: transparent; }

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(67, 72, 77, 0.5); }

.btn-link { font-weight: 400; color: #358DD7; }

.btn-link:hover { color: #2065a0; text-decoration: underline; }

.btn-link:focus, .btn-link.focus { text-decoration: underline; box-shadow: none; }

.btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; }

.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0; }

.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0; }

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

.btn-block + .btn-block { margin-top: 0.5rem; }

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

.fade { transition: opacity 0.15s linear; }

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

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

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

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

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

.dropup, .dropright, .dropdown, .dropleft { position: relative; }

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

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

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

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

@media (min-width: 576px) { .dropdown-menu-sm-right { right: 0; left: auto; } }

@media (min-width: 768px) { .dropdown-menu-md-right { right: 0; left: auto; } }

@media (min-width: 992px) { .dropdown-menu-lg-right { right: 0; left: auto; } }

@media (min-width: 1200px) { .dropdown-menu-xl-right { right: 0; left: auto; } }

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

@media (min-width: 576px) { .dropdown-menu-sm-left { right: auto; left: 0; } }

@media (min-width: 768px) { .dropdown-menu-md-left { right: auto; left: 0; } }

@media (min-width: 992px) { .dropdown-menu-lg-left { right: auto; left: 0; } }

@media (min-width: 1200px) { .dropdown-menu-xl-left { right: auto; left: 0; } }

.dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }

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

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

.dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }

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

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

.dropright .dropdown-toggle::after { vertical-align: 0; }

.dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }

.dropleft .dropdown-toggle::after { display: none; }

.dropleft .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }

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

.dropleft .dropdown-toggle::before { vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { right: auto; bottom: auto; }

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

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

.dropdown-item:first-child { border-top-left-radius: calc(5px - 1px); border-top-right-radius: calc(5px - 1px); }

.dropdown-item:last-child { border-bottom-right-radius: calc(5px - 1px); border-bottom-left-radius: calc(5px - 1px); }

.dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #358DD7; }

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

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

.dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; }

.dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; }

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

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

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 1; }

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

.btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; }

.btn-toolbar .input-group { width: auto; }

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

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

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

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

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; }

.dropleft .dropdown-toggle-split::before { margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }

.btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.7; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 5px; }

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

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select { height: calc(2.875rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select { height: calc(1.8125rem + 2px); }

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

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

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .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) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

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

.custom-control { position: relative; display: block; min-height: 1.7rem; padding-left: 1.5rem; }

.custom-control-inline { display: inline-flex; margin-right: 1rem; }

.custom-control-input { position: absolute; z-index: -1; opacity: 0; }

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

.custom-control-input:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #9fc9ec; }

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

.custom-control-input:disabled ~ .custom-control-label { color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before { background-color: #e9ecef; }

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

.custom-control-label::before { position: absolute; top: 0.35rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #adb5bd solid 1px; }

.custom-control-label::after { position: absolute; top: 0.35rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before { border-radius: 5px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%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.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%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(53, 141, 215, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(53, 141, 215, 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,%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(53, 141, 215, 0.5); }

.custom-switch { padding-left: 2.25rem; }

.custom-switch .custom-control-label::before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; }

.custom-switch .custom-control-label::after { top: calc(0.35rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: #fff; transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(53, 141, 215, 0.5); }

.custom-select { display: inline-block; width: 100%; height: calc(2.45rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-weight: 400; line-height: 1.7; color: #495057; vertical-align: middle; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; background-color: #fff; border: 1px solid #ced4da; border-radius: 5px; appearance: none; }

.custom-select:focus { border-color: #9fc9ec; outline: 0; box-shadow: 0 0 0 0.2rem rgba(159, 201, 236, 0.5); }

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

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

.custom-select:disabled { color: #6c757d; background-color: #e9ecef; }

.custom-select::-ms-expand { opacity: 0; }

.custom-select-sm { height: calc(1.8125rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; }

.custom-select-lg { height: calc(2.875rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; }

.custom-file { position: relative; display: inline-block; width: 100%; height: calc(2.45rem + 2px); margin-bottom: 0; }

.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(2.45rem + 2px); margin: 0; opacity: 0; }

.custom-file-input:focus ~ .custom-file-label { border-color: #9fc9ec; box-shadow: 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

.custom-file-input:disabled ~ .custom-file-label { background-color: #e9ecef; }

.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 { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.45rem + 2px); padding: 0.375rem 0.75rem; font-weight: 400; line-height: 1.7; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 5px; }

.custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: 2.45rem; padding: 0.375rem 0.75rem; line-height: 1.7; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 5px 5px 0; }

.custom-range { width: 100%; height: calc(1rem + 0.4rem); padding: 0; background-color: transparent; appearance: none; }

.custom-range:focus { outline: none; }

.custom-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

.custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

.custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

.custom-range::-moz-focus-outer { border: 0; }

.custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #358DD7; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }

@media screen and (prefers-reduced-motion: reduce) { .custom-range::-webkit-slider-thumb { transition: none; } }

.custom-range::-webkit-slider-thumb:active { background-color: #cae1f5; }

.custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }

.custom-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #358DD7; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }

@media screen and (prefers-reduced-motion: reduce) { .custom-range::-moz-range-thumb { transition: none; } }

.custom-range::-moz-range-thumb:active { background-color: #cae1f5; }

.custom-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }

.custom-range::-ms-thumb { width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #358DD7; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }

@media screen and (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { transition: none; } }

.custom-range::-ms-thumb:active { background-color: #cae1f5; }

.custom-range::-ms-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; }

.custom-range::-ms-fill-lower { background-color: #dee2e6; border-radius: 1rem; }

.custom-range::-ms-fill-upper { margin-right: 15px; background-color: #dee2e6; border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track { cursor: default; }

.custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track { cursor: default; }

.custom-range:disabled::-ms-thumb { background-color: #adb5bd; }

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

@media screen and (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: 0.5rem 1rem; }

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

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

.nav-tabs { border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item { margin-bottom: -1px; }

.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 5px; border-top-right-radius: 5px; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }

.nav-pills .nav-link { border-radius: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; }

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

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

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

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

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

@media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { 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: 0.5rem; padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { 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 { 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: 0.5rem; padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler { display: none; } }

.navbar-expand { flex-flow: row nowrap; justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; }

.navbar-expand .navbar-nav { flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }

.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid { flex-wrap: nowrap; }

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

.navbar-expand .navbar-toggler { display: none; }

.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }

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

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand { color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

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

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

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

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }

.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a { color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }

.card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 5px; }

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

.card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 5px; border-top-right-radius: 5px; }

.card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }

.card-body { flex: 1 1 auto; padding: 30px; }

.card-title { margin-bottom: 0.75rem; }

.card-subtitle { margin-top: -0.375rem; margin-bottom: 0; }

.card-text:last-child { margin-bottom: 0; }

.card-link:hover { text-decoration: none; }

.card-link + .card-link { margin-left: 30px; }

.card-header { padding: 0.75rem 30px; margin-bottom: 0; color: inherit; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

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

.card-header + .list-group .list-group-item:first-child { border-top: 0; }

.card-footer { padding: 0.75rem 30px; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); }

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

.card-header-tabs { margin-right: -15px; margin-bottom: -0.75rem; margin-left: -15px; border-bottom: 0; }

.card-header-pills { margin-right: -15px; margin-left: -15px; }

.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }

.card-img { width: 100%; border-radius: calc(5px - 1px); }

.card-img-top { width: 100%; border-top-left-radius: calc(5px - 1px); border-top-right-radius: calc(5px - 1px); }

.card-img-bottom { width: 100%; border-bottom-right-radius: calc(5px - 1px); border-bottom-left-radius: calc(5px - 1px); }

.card-deck { display: flex; flex-direction: column; }

.card-deck .card { margin-bottom: 15px; }

@media (min-width: 576px) { .card-deck { flex-flow: row wrap; margin-right: -15px; margin-left: -15px; }
    .card-deck .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } }

.card-group { display: flex; flex-direction: column; }

.card-group > .card { margin-bottom: 15px; }

@media (min-width: 576px) { .card-group { flex-flow: row wrap; }
    .card-group > .card { flex: 1 0 0%; margin-bottom: 0; }
    .card-group > .card + .card { margin-left: 0; border-left: 0; }
    .card-group > .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header { border-top-right-radius: 0; }
    .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; }
    .card-group > .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
    .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header { border-top-left-radius: 0; }
    .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; }
    .card-group > .card:only-child { border-radius: 5px; }
    .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header { border-top-left-radius: 5px; border-top-right-radius: 5px; }
    .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } }

.card-columns .card { margin-bottom: 0.75rem; }

@media (min-width: 576px) { .card-columns { column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1; }
    .card-columns .card { display: inline-block; width: 100%; } }

.accordion .card { overflow: hidden; }

.accordion .card:not(:first-of-type) .card-header:first-child { border-radius: 0; }

.accordion .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 0; }

.accordion .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.accordion .card:last-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }

.accordion .card .card-header { margin-bottom: -1px; }

.breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 5px; }

.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #6c757d; content: "/"; }

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

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

.breadcrumb-item.active { color: #6c757d; }

.pagination { display: flex; padding-left: 0; list-style: none; border-radius: 5px; }

.page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #358DD7; background-color: #fff; border: 1px solid #dee2e6; }

.page-link:hover { z-index: 2; color: #2065a0; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }

.page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(53, 141, 215, 0.25); }

.page-link:not(:disabled):not(.disabled) { cursor: pointer; }

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

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

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

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

.pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 5px; }

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

.badge:empty { display: none; }

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

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

.badge-primary { color: #fff; background-color: #358DD7; }

a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #2473b5; }

.badge-secondary { color: #fff; background-color: #6c757d; }

a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #545b62; }

.badge-success { color: #fff; background-color: #28a745; }

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

.badge-info { color: #fff; background-color: #17a2b8; }

a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #117a8b; }

.badge-warning { color: #212529; background-color: #ffc107; }

a.badge-warning:hover, a.badge-warning:focus { color: #212529; background-color: #d39e00; }

.badge-danger { color: #fff; background-color: #dc3545; }

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

.badge-light { color: #212529; background-color: #E1E7ED; }

a.badge-light:hover, a.badge-light:focus { color: #212529; background-color: #c1ceda; }

.badge-dark { color: #fff; background-color: #43484D; }

a.badge-dark:hover, a.badge-dark:focus { color: #fff; background-color: #2b2f32; }

.jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0; }

@media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } }

.jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; }

.alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 5px; }

.alert-heading { color: inherit; }

.alert-link { font-weight: 700; }

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

.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; }

.alert-primary { color: #1c4970; background-color: #d7e8f7; border-color: #c6dff4; }

.alert-primary hr { border-top-color: #b1d3f0; }

.alert-primary .alert-link { color: #122e47; }

.alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; }

.alert-secondary hr { border-top-color: #c8cbcf; }

.alert-secondary .alert-link { color: #202326; }

.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 { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }

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

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

.alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }

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

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

.alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }

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

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

.alert-light { color: #75787b; background-color: #f9fafb; border-color: #f7f8fa; }

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

.alert-light .alert-link { color: #5c5f61; }

.alert-dark { color: #232528; background-color: #d9dadb; border-color: #cacccd; }

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

.alert-dark .alert-link { color: #0b0c0d; }

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

.progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 5px; }

.progress-bar { display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #358DD7; transition: width 0.6s ease; }

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

.progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; }

.progress-bar-animated { animation: progress-bar-stripes 1s linear infinite; }

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

.media-body { flex: 1; }

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

.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus { color: #495057; text-decoration: none; background-color: #f8f9fa; }

.list-group-item-action:active { color: #212529; background-color: #e9ecef; }

.list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child { border-top-left-radius: 5px; border-top-right-radius: 5px; }

.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }

.list-group-item:hover, .list-group-item:focus { z-index: 1; text-decoration: none; }

.list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; }

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

.list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; }

.list-group-flush .list-group-item:last-child { margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child { border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child { margin-bottom: 0; border-bottom: 0; }

.list-group-item-primary { color: #1c4970; background-color: #c6dff4; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #1c4970; background-color: #b1d3f0; }

.list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #1c4970; border-color: #1c4970; }

.list-group-item-secondary { color: #383d41; background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #383d41; background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; }

.list-group-item-success { color: #155724; background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; }

.list-group-item-info { color: #0c5460; background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; }

.list-group-item-warning { color: #856404; background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; }

.list-group-item-danger { color: #721c24; background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; }

.list-group-item-light { color: #75787b; background-color: #f7f8fa; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #75787b; background-color: #e7eaf0; }

.list-group-item-light.list-group-item-action.active { color: #fff; background-color: #75787b; border-color: #75787b; }

.list-group-item-dark { color: #232528; background-color: #cacccd; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #232528; background-color: #bdbfc1; }

.list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #232528; border-color: #232528; }

.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) { cursor: pointer; }

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

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

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

.toast { max-width: 350px; overflow: hidden; font-size: 0.875rem; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0.25rem; box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px); opacity: 0; }

.toast:not(:last-child) { margin-bottom: 0.75rem; }

.toast.showing { opacity: 1; }

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

.toast.hide { display: none; }

.toast-header { display: flex; align-items: center; padding: 0.25rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body { padding: 0.75rem; }

.modal-open { overflow: hidden; }

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

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

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

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

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

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

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

.modal-dialog-centered::before { display: block; height: calc(100vh - (0.5rem * 2)); content: ""; }

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

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

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

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

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

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

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

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

.modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.modal-footer > :not(:first-child) { margin-left: .25rem; }

.modal-footer > :not(:last-child) { margin-right: .25rem; }

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

@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
    .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before { height: calc(100vh - (1.75rem * 2)); }
    .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 { position: absolute; z-index: 1070; display: block; margin: 0; font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.7; 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: 0.875rem; word-wrap: break-word; opacity: 0; }

.tooltip.show { opacity: 0.9; }

.tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 5px; }

.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.7; 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: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; }

.popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0; }

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

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

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow { bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after { border-width: 0.5rem 0.5rem 0; }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before { bottom: 0; border-top-color: rgba(0, 0, 0, 0.25); }

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

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

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

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after { border-width: 0.5rem 0.5rem 0.5rem 0; }

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before { left: 0; border-right-color: rgba(0, 0, 0, 0.25); }

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

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

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow { top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after { border-width: 0 0.5rem 0.5rem 0.5rem; }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before { top: 0; border-bottom-color: rgba(0, 0, 0, 0.25); }

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

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

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

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

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after { border-width: 0.5rem 0 0.5rem 0.5rem; }

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before { right: 0; border-left-color: rgba(0, 0, 0, 0.25); }

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

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

.popover-header:empty { display: none; }

.popover-body { padding: 0.5rem 0.75rem; color: #212529; }

.carousel { position: relative; }

.carousel.pointer-event { touch-action: pan-y; }

.carousel-inner { position: relative; width: 100%; overflow: hidden; }

.carousel-inner::after { display: block; clear: both; content: ""; }

.carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; }

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { transform: translateX(-100%); }

.carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; }

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { z-index: 1; opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; transition: 0s 0.6s opacity; }

@media screen and (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } }

.carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; }

@media screen and (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; }

.carousel-control-prev { left: 0; }

.carousel-control-next { right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100%; }

.carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; }

.carousel-indicators li { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; transition: opacity 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } }

.carousel-indicators .active { opacity: 1; }

.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }

@keyframes spinner-border { to { transform: rotate(360deg); } }

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

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

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

.spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm { width: 1rem; height: 1rem; }

.align-baseline { vertical-align: baseline !important; }

.align-top { vertical-align: top !important; }

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

.align-bottom { vertical-align: bottom !important; }

.align-text-bottom { vertical-align: text-bottom !important; }

.align-text-top { vertical-align: text-top !important; }

.bg-primary { background-color: #358DD7 !important; }

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #2473b5 !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #545b62 !important; }

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

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

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

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #d39e00 !important; }

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

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

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

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

.bg-dark { background-color: #43484D !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary { border-color: #358DD7 !important; }

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

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

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

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

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

.border-light { border-color: #E1E7ED !important; }

.border-dark { border-color: #43484D !important; }

.border-white { border-color: #fff !important; }

.rounded { border-radius: 5px !important; }

.rounded-top { border-top-left-radius: 5px !important; border-top-right-radius: 5px !important; }

.rounded-right { border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; }

.rounded-bottom { border-bottom-right-radius: 5px !important; border-bottom-left-radius: 5px !important; }

.rounded-left { border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; }

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

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

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

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

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

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

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

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

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

.d-table-row { display: table-row !important; }

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

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

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

@media (min-width: 576px) { .d-sm-none { display: none !important; }
    .d-sm-inline { display: inline !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .d-sm-block { display: block !important; }
    .d-sm-table { display: table !important; }
    .d-sm-table-row { display: table-row !important; }
    .d-sm-table-cell { display: table-cell !important; }
    .d-sm-flex { display: flex !important; }
    .d-sm-inline-flex { display: inline-flex !important; } }

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

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

@media (min-width: 1200px) { .d-xl-none { display: none !important; }
    .d-xl-inline { display: inline !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .d-xl-block { display: block !important; }
    .d-xl-table { display: table !important; }
    .d-xl-table-row { display: table-row !important; }
    .d-xl-table-cell { display: table-cell !important; }
    .d-xl-flex { display: flex !important; }
    .d-xl-inline-flex { display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; }
    .d-print-inline { display: inline !important; }
    .d-print-inline-block { display: inline-block !important; }
    .d-print-block { display: block !important; }
    .d-print-table { display: table !important; }
    .d-print-table-row { display: table-row !important; }
    .d-print-table-cell { display: table-cell !important; }
    .d-print-flex { display: flex !important; }
    .d-print-inline-flex { display: inline-flex !important; } }

.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }

.embed-responsive::before { display: block; content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.embed-responsive-21by9::before { padding-top: 42.85714%; }

.embed-responsive-16by9::before { padding-top: 56.25%; }

.embed-responsive-3by4::before { padding-top: 133.33333%; }

.embed-responsive-1by1::before { padding-top: 100%; }

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

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

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

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

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

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

.flex-wrap-reverse { flex-wrap: wrap-reverse !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; }

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

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

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

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

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

.align-content-start { align-content: flex-start !important; }

.align-content-end { align-content: flex-end !important; }

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

.align-content-between { align-content: space-between !important; }

.align-content-around { align-content: space-around !important; }

.align-content-stretch { align-content: stretch !important; }

.align-self-auto { align-self: auto !important; }

.align-self-start { align-self: flex-start !important; }

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

.align-self-center { align-self: center !important; }

.align-self-baseline { align-self: baseline !important; }

.align-self-stretch { align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; }
    .flex-sm-column { flex-direction: column !important; }
    .flex-sm-row-reverse { flex-direction: row-reverse !important; }
    .flex-sm-column-reverse { flex-direction: column-reverse !important; }
    .flex-sm-wrap { flex-wrap: wrap !important; }
    .flex-sm-nowrap { flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .flex-sm-fill { flex: 1 1 auto !important; }
    .flex-sm-grow-0 { flex-grow: 0 !important; }
    .flex-sm-grow-1 { flex-grow: 1 !important; }
    .flex-sm-shrink-0 { flex-shrink: 0 !important; }
    .flex-sm-shrink-1 { flex-shrink: 1 !important; }
    .justify-content-sm-start { justify-content: flex-start !important; }
    .justify-content-sm-end { justify-content: flex-end !important; }
    .justify-content-sm-center { justify-content: center !important; }
    .justify-content-sm-between { justify-content: space-between !important; }
    .justify-content-sm-around { justify-content: space-around !important; }
    .align-items-sm-start { align-items: flex-start !important; }
    .align-items-sm-end { align-items: flex-end !important; }
    .align-items-sm-center { align-items: center !important; }
    .align-items-sm-baseline { align-items: baseline !important; }
    .align-items-sm-stretch { align-items: stretch !important; }
    .align-content-sm-start { align-content: flex-start !important; }
    .align-content-sm-end { align-content: flex-end !important; }
    .align-content-sm-center { align-content: center !important; }
    .align-content-sm-between { align-content: space-between !important; }
    .align-content-sm-around { align-content: space-around !important; }
    .align-content-sm-stretch { align-content: stretch !important; }
    .align-self-sm-auto { align-self: auto !important; }
    .align-self-sm-start { align-self: flex-start !important; }
    .align-self-sm-end { align-self: flex-end !important; }
    .align-self-sm-center { align-self: center !important; }
    .align-self-sm-baseline { align-self: baseline !important; }
    .align-self-sm-stretch { align-self: stretch !important; } }

@media (min-width: 768px) { .flex-md-row { flex-direction: row !important; }
    .flex-md-column { flex-direction: column !important; }
    .flex-md-row-reverse { flex-direction: row-reverse !important; }
    .flex-md-column-reverse { flex-direction: column-reverse !important; }
    .flex-md-wrap { flex-wrap: wrap !important; }
    .flex-md-nowrap { flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .flex-md-fill { flex: 1 1 auto !important; }
    .flex-md-grow-0 { flex-grow: 0 !important; }
    .flex-md-grow-1 { flex-grow: 1 !important; }
    .flex-md-shrink-0 { flex-shrink: 0 !important; }
    .flex-md-shrink-1 { flex-shrink: 1 !important; }
    .justify-content-md-start { justify-content: flex-start !important; }
    .justify-content-md-end { justify-content: flex-end !important; }
    .justify-content-md-center { justify-content: center !important; }
    .justify-content-md-between { justify-content: space-between !important; }
    .justify-content-md-around { justify-content: space-around !important; }
    .align-items-md-start { align-items: flex-start !important; }
    .align-items-md-end { align-items: flex-end !important; }
    .align-items-md-center { align-items: center !important; }
    .align-items-md-baseline { align-items: baseline !important; }
    .align-items-md-stretch { align-items: stretch !important; }
    .align-content-md-start { align-content: flex-start !important; }
    .align-content-md-end { align-content: flex-end !important; }
    .align-content-md-center { align-content: center !important; }
    .align-content-md-between { align-content: space-between !important; }
    .align-content-md-around { align-content: space-around !important; }
    .align-content-md-stretch { align-content: stretch !important; }
    .align-self-md-auto { align-self: auto !important; }
    .align-self-md-start { align-self: flex-start !important; }
    .align-self-md-end { align-self: flex-end !important; }
    .align-self-md-center { align-self: center !important; }
    .align-self-md-baseline { align-self: baseline !important; }
    .align-self-md-stretch { align-self: stretch !important; } }

@media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; }
    .flex-lg-column { flex-direction: column !important; }
    .flex-lg-row-reverse { flex-direction: row-reverse !important; }
    .flex-lg-column-reverse { flex-direction: column-reverse !important; }
    .flex-lg-wrap { flex-wrap: wrap !important; }
    .flex-lg-nowrap { flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .flex-lg-fill { flex: 1 1 auto !important; }
    .flex-lg-grow-0 { flex-grow: 0 !important; }
    .flex-lg-grow-1 { flex-grow: 1 !important; }
    .flex-lg-shrink-0 { flex-shrink: 0 !important; }
    .flex-lg-shrink-1 { flex-shrink: 1 !important; }
    .justify-content-lg-start { justify-content: flex-start !important; }
    .justify-content-lg-end { justify-content: flex-end !important; }
    .justify-content-lg-center { justify-content: center !important; }
    .justify-content-lg-between { justify-content: space-between !important; }
    .justify-content-lg-around { justify-content: space-around !important; }
    .align-items-lg-start { align-items: flex-start !important; }
    .align-items-lg-end { align-items: flex-end !important; }
    .align-items-lg-center { align-items: center !important; }
    .align-items-lg-baseline { align-items: baseline !important; }
    .align-items-lg-stretch { align-items: stretch !important; }
    .align-content-lg-start { align-content: flex-start !important; }
    .align-content-lg-end { align-content: flex-end !important; }
    .align-content-lg-center { align-content: center !important; }
    .align-content-lg-between { align-content: space-between !important; }
    .align-content-lg-around { align-content: space-around !important; }
    .align-content-lg-stretch { align-content: stretch !important; }
    .align-self-lg-auto { align-self: auto !important; }
    .align-self-lg-start { align-self: flex-start !important; }
    .align-self-lg-end { align-self: flex-end !important; }
    .align-self-lg-center { align-self: center !important; }
    .align-self-lg-baseline { align-self: baseline !important; }
    .align-self-lg-stretch { align-self: stretch !important; } }

@media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; }
    .flex-xl-column { flex-direction: column !important; }
    .flex-xl-row-reverse { flex-direction: row-reverse !important; }
    .flex-xl-column-reverse { flex-direction: column-reverse !important; }
    .flex-xl-wrap { flex-wrap: wrap !important; }
    .flex-xl-nowrap { flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .flex-xl-fill { flex: 1 1 auto !important; }
    .flex-xl-grow-0 { flex-grow: 0 !important; }
    .flex-xl-grow-1 { flex-grow: 1 !important; }
    .flex-xl-shrink-0 { flex-shrink: 0 !important; }
    .flex-xl-shrink-1 { flex-shrink: 1 !important; }
    .justify-content-xl-start { justify-content: flex-start !important; }
    .justify-content-xl-end { justify-content: flex-end !important; }
    .justify-content-xl-center { justify-content: center !important; }
    .justify-content-xl-between { justify-content: space-between !important; }
    .justify-content-xl-around { justify-content: space-around !important; }
    .align-items-xl-start { align-items: flex-start !important; }
    .align-items-xl-end { align-items: flex-end !important; }
    .align-items-xl-center { align-items: center !important; }
    .align-items-xl-baseline { align-items: baseline !important; }
    .align-items-xl-stretch { align-items: stretch !important; }
    .align-content-xl-start { align-content: flex-start !important; }
    .align-content-xl-end { align-content: flex-end !important; }
    .align-content-xl-center { align-content: center !important; }
    .align-content-xl-between { align-content: space-between !important; }
    .align-content-xl-around { align-content: space-around !important; }
    .align-content-xl-stretch { align-content: stretch !important; }
    .align-self-xl-auto { align-self: auto !important; }
    .align-self-xl-start { align-self: flex-start !important; }
    .align-self-xl-end { align-self: flex-end !important; }
    .align-self-xl-center { align-self: center !important; }
    .align-self-xl-baseline { align-self: baseline !important; }
    .align-self-xl-stretch { align-self: stretch !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-none { float: none !important; }

@media (min-width: 576px) { .float-sm-left { float: left !important; }
    .float-sm-right { float: right !important; }
    .float-sm-none { float: none !important; } }

@media (min-width: 768px) { .float-md-left { float: left !important; }
    .float-md-right { float: right !important; }
    .float-md-none { float: none !important; } }

@media (min-width: 992px) { .float-lg-left { float: left !important; }
    .float-lg-right { float: right !important; }
    .float-lg-none { float: none !important; } }

@media (min-width: 1200px) { .float-xl-left { float: left !important; }
    .float-xl-right { float: right !important; }
    .float-xl-none { float: none !important; } }

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

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

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

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

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

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

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

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

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

@supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-3 { margin: 1rem !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-5, .px-5 { padding-right: 3rem !important; }

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

.pl-5, .px-5 { padding-left: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) { .m-sm-0 { margin: 0 !important; }
    .mt-sm-0, .my-sm-0 { margin-top: 0 !important; }
    .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; }
    .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; }
    .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; }
    .m-sm-1 { margin: 0.25rem !important; }
    .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; }
    .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; }
    .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; }
    .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; }
    .m-sm-2 { margin: 0.5rem !important; }
    .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; }
    .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; }
    .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; }
    .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; }
    .m-sm-3 { margin: 1rem !important; }
    .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; }
    .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; }
    .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; }
    .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; }
    .m-sm-4 { margin: 1.5rem !important; }
    .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; }
    .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; }
    .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; }
    .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; }
    .m-sm-5 { margin: 3rem !important; }
    .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; }
    .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; }
    .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; }
    .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; }
    .p-sm-0 { padding: 0 !important; }
    .pt-sm-0, .py-sm-0 { padding-top: 0 !important; }
    .pr-sm-0, .px-sm-0 { padding-right: 0 !important; }
    .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; }
    .pl-sm-0, .px-sm-0 { padding-left: 0 !important; }
    .p-sm-1 { padding: 0.25rem !important; }
    .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; }
    .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; }
    .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; }
    .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; }
    .p-sm-2 { padding: 0.5rem !important; }
    .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; }
    .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; }
    .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; }
    .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; }
    .p-sm-3 { padding: 1rem !important; }
    .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; }
    .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; }
    .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; }
    .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; }
    .p-sm-4 { padding: 1.5rem !important; }
    .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; }
    .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; }
    .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; }
    .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; }
    .p-sm-5 { padding: 3rem !important; }
    .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; }
    .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; }
    .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; }
    .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; }
    .m-sm-n1 { margin: -0.25rem !important; }
    .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; }
    .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; }
    .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; }
    .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; }
    .m-sm-n2 { margin: -0.5rem !important; }
    .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; }
    .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; }
    .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; }
    .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; }
    .m-sm-n3 { margin: -1rem !important; }
    .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; }
    .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; }
    .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; }
    .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; }
    .m-sm-n4 { margin: -1.5rem !important; }
    .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; }
    .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; }
    .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; }
    .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; }
    .m-sm-n5 { margin: -3rem !important; }
    .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; }
    .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; }
    .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; }
    .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; }
    .m-sm-auto { margin: auto !important; }
    .mt-sm-auto, .my-sm-auto { margin-top: auto !important; }
    .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; }
    .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; }
    .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } }

@media (min-width: 768px) { .m-md-0 { margin: 0 !important; }
    .mt-md-0, .my-md-0 { margin-top: 0 !important; }
    .mr-md-0, .mx-md-0 { margin-right: 0 !important; }
    .mb-md-0, .my-md-0 { margin-bottom: 0 !important; }
    .ml-md-0, .mx-md-0 { margin-left: 0 !important; }
    .m-md-1 { margin: 0.25rem !important; }
    .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; }
    .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; }
    .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; }
    .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; }
    .m-md-2 { margin: 0.5rem !important; }
    .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; }
    .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; }
    .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; }
    .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; }
    .m-md-3 { margin: 1rem !important; }
    .mt-md-3, .my-md-3 { margin-top: 1rem !important; }
    .mr-md-3, .mx-md-3 { margin-right: 1rem !important; }
    .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; }
    .ml-md-3, .mx-md-3 { margin-left: 1rem !important; }
    .m-md-4 { margin: 1.5rem !important; }
    .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; }
    .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; }
    .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; }
    .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; }
    .m-md-5 { margin: 3rem !important; }
    .mt-md-5, .my-md-5 { margin-top: 3rem !important; }
    .mr-md-5, .mx-md-5 { margin-right: 3rem !important; }
    .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; }
    .ml-md-5, .mx-md-5 { margin-left: 3rem !important; }
    .p-md-0 { padding: 0 !important; }
    .pt-md-0, .py-md-0 { padding-top: 0 !important; }
    .pr-md-0, .px-md-0 { padding-right: 0 !important; }
    .pb-md-0, .py-md-0 { padding-bottom: 0 !important; }
    .pl-md-0, .px-md-0 { padding-left: 0 !important; }
    .p-md-1 { padding: 0.25rem !important; }
    .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; }
    .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; }
    .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; }
    .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; }
    .p-md-2 { padding: 0.5rem !important; }
    .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; }
    .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; }
    .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; }
    .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; }
    .p-md-3 { padding: 1rem !important; }
    .pt-md-3, .py-md-3 { padding-top: 1rem !important; }
    .pr-md-3, .px-md-3 { padding-right: 1rem !important; }
    .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; }
    .pl-md-3, .px-md-3 { padding-left: 1rem !important; }
    .p-md-4 { padding: 1.5rem !important; }
    .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; }
    .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; }
    .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; }
    .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; }
    .p-md-5 { padding: 3rem !important; }
    .pt-md-5, .py-md-5 { padding-top: 3rem !important; }
    .pr-md-5, .px-md-5 { padding-right: 3rem !important; }
    .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; }
    .pl-md-5, .px-md-5 { padding-left: 3rem !important; }
    .m-md-n1 { margin: -0.25rem !important; }
    .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; }
    .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; }
    .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; }
    .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; }
    .m-md-n2 { margin: -0.5rem !important; }
    .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; }
    .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; }
    .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; }
    .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; }
    .m-md-n3 { margin: -1rem !important; }
    .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; }
    .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; }
    .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; }
    .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; }
    .m-md-n4 { margin: -1.5rem !important; }
    .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; }
    .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; }
    .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; }
    .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; }
    .m-md-n5 { margin: -3rem !important; }
    .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; }
    .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; }
    .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; }
    .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; }
    .m-md-auto { margin: auto !important; }
    .mt-md-auto, .my-md-auto { margin-top: auto !important; }
    .mr-md-auto, .mx-md-auto { margin-right: auto !important; }
    .mb-md-auto, .my-md-auto { margin-bottom: auto !important; }
    .ml-md-auto, .mx-md-auto { margin-left: auto !important; } }

@media (min-width: 992px) { .m-lg-0 { margin: 0 !important; }
    .mt-lg-0, .my-lg-0 { margin-top: 0 !important; }
    .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; }
    .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; }
    .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; }
    .m-lg-1 { margin: 0.25rem !important; }
    .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; }
    .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; }
    .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; }
    .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; }
    .m-lg-2 { margin: 0.5rem !important; }
    .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; }
    .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; }
    .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; }
    .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; }
    .m-lg-3 { margin: 1rem !important; }
    .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; }
    .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; }
    .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; }
    .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; }
    .m-lg-4 { margin: 1.5rem !important; }
    .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; }
    .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; }
    .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; }
    .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; }
    .m-lg-5 { margin: 3rem !important; }
    .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; }
    .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; }
    .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; }
    .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; }
    .p-lg-0 { padding: 0 !important; }
    .pt-lg-0, .py-lg-0 { padding-top: 0 !important; }
    .pr-lg-0, .px-lg-0 { padding-right: 0 !important; }
    .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; }
    .pl-lg-0, .px-lg-0 { padding-left: 0 !important; }
    .p-lg-1 { padding: 0.25rem !important; }
    .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; }
    .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; }
    .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; }
    .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; }
    .p-lg-2 { padding: 0.5rem !important; }
    .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; }
    .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; }
    .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; }
    .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; }
    .p-lg-3 { padding: 1rem !important; }
    .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; }
    .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; }
    .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; }
    .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; }
    .p-lg-4 { padding: 1.5rem !important; }
    .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; }
    .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; }
    .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; }
    .pl-lg-4, .px-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; }
    .m-lg-n1 { margin: -0.25rem !important; }
    .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; }
    .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; }
    .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; }
    .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; }
    .m-lg-n2 { margin: -0.5rem !important; }
    .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; }
    .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; }
    .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; }
    .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; }
    .m-lg-n3 { margin: -1rem !important; }
    .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; }
    .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; }
    .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; }
    .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; }
    .m-lg-n4 { margin: -1.5rem !important; }
    .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; }
    .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; }
    .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; }
    .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; }
    .m-lg-n5 { margin: -3rem !important; }
    .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; }
    .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; }
    .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; }
    .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; }
    .m-lg-auto { margin: auto !important; }
    .mt-lg-auto, .my-lg-auto { margin-top: auto !important; }
    .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; }
    .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; }
    .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } }

@media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; }
    .mt-xl-0, .my-xl-0 { margin-top: 0 !important; }
    .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; }
    .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; }
    .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; }
    .m-xl-1 { margin: 0.25rem !important; }
    .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; }
    .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; }
    .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; }
    .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; }
    .m-xl-2 { margin: 0.5rem !important; }
    .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; }
    .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; }
    .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; }
    .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; }
    .m-xl-3 { margin: 1rem !important; }
    .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; }
    .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; }
    .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; }
    .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; }
    .m-xl-4 { margin: 1.5rem !important; }
    .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; }
    .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; }
    .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; }
    .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; }
    .m-xl-5 { margin: 3rem !important; }
    .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; }
    .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; }
    .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; }
    .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; }
    .p-xl-0 { padding: 0 !important; }
    .pt-xl-0, .py-xl-0 { padding-top: 0 !important; }
    .pr-xl-0, .px-xl-0 { padding-right: 0 !important; }
    .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; }
    .pl-xl-0, .px-xl-0 { padding-left: 0 !important; }
    .p-xl-1 { padding: 0.25rem !important; }
    .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; }
    .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; }
    .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; }
    .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; }
    .p-xl-2 { padding: 0.5rem !important; }
    .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; }
    .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; }
    .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; }
    .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; }
    .p-xl-3 { padding: 1rem !important; }
    .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; }
    .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; }
    .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; }
    .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; }
    .p-xl-4 { padding: 1.5rem !important; }
    .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; }
    .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; }
    .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; }
    .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; }
    .p-xl-5 { padding: 3rem !important; }
    .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; }
    .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; }
    .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; }
    .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; }
    .m-xl-n1 { margin: -0.25rem !important; }
    .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; }
    .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; }
    .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; }
    .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; }
    .m-xl-n2 { margin: -0.5rem !important; }
    .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; }
    .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; }
    .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; }
    .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; }
    .m-xl-n3 { margin: -1rem !important; }
    .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; }
    .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; }
    .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; }
    .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; }
    .m-xl-n4 { margin: -1.5rem !important; }
    .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; }
    .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; }
    .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; }
    .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; }
    .m-xl-n5 { margin: -3rem !important; }
    .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; }
    .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; }
    .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; }
    .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; }
    .m-xl-auto { margin: auto !important; }
    .mt-xl-auto, .my-xl-auto { margin-top: auto !important; }
    .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; }
    .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; }
    .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } }

.text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify { text-align: justify !important; }

.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: 576px) { .text-sm-left { text-align: left !important; }
    .text-sm-right { text-align: right !important; }
    .text-sm-center { text-align: center !important; } }

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

@media (min-width: 992px) { .text-lg-left { text-align: left !important; }
    .text-lg-right { text-align: right !important; }
    .text-lg-center { text-align: center !important; } }

@media (min-width: 1200px) { .text-xl-left { text-align: left !important; }
    .text-xl-right { text-align: right !important; }
    .text-xl-center { text-align: center !important; } }

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

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

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

.font-weight-light { font-weight: 300 !important; }

.font-weight-lighter { font-weight: lighter !important; }

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

.font-weight-bold { font-weight: 700 !important; }

.font-weight-bolder { font-weight: bolder !important; }

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

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

.text-primary { color: #358DD7 !important; }

a.text-primary:hover, a.text-primary:focus { color: #2065a0 !important; }

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

a.text-secondary:hover, a.text-secondary:focus { color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus { color: #19692c !important; }

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

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

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

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

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

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

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

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

.text-dark { color: #43484D !important; }

a.text-dark:hover, a.text-dark:focus { color: #1f2224 !important; }

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

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

.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 { color: rgba(255, 255, 255, 0.5) !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-reset { color: inherit !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

@media print { *, *::before, *::after { text-shadow: none !important; box-shadow: none !important; }
    a:not(.btn) { text-decoration: underline; }
    abbr[title]::after { content: " (" attr(title) ")"; }
    pre { white-space: pre-wrap !important; }
    pre, blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    @page { size: a3; }
    body { min-width: 992px !important; }
    .container { 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; }
    .table-bordered th, .table-bordered td { border: 1px solid #dee2e6 !important; }
    .table-dark { color: inherit; }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #dee2e6; }
    .table .thead-dark th { color: inherit; border-color: #dee2e6; } }

.uninav a, .unidrop-menu a, .dropdown-item { display: flex; align-items: center; }

.page-loader, .feat-icon i { display: flex; align-items: center; justify-content: center; }

.card-glass:before, .bdrop, .page-loader { top: 0; left: 0; width: 100%; height: 100%; }

.bdrop, .page-loader, .page-loader-anim { opacity: 0; visibility: hidden; }

.page-loader.show, .page-loader-anim.show { opacity: 1; visibility: visible; }

.uninav, .unidrop-menu { list-style: none; margin: 0; padding: 0; }

.uninav a, .unidrop-menu a, .uninav a:hover, .unidrop-menu a:hover { text-decoration: none; }

.unidrop-panel, .unidrop-menu { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.uninav-bline > a.active:after, .uninav-bline > li.active:after, .uninav-bline > li > a.active:after, .nav-bline > a.active:after, .nav-bline > li.active:after, .nav-bline > li > a.active:after { position: relative; }

.uninav-bline > a.active:after, .uninav-bline > li.active:after, .uninav-bline > li > a.active:after, .nav-bline > a.active:after, .nav-bline > li.active:after, .nav-bline > li > a.active:after { content: ""; display: block; height: 2px; width: 100%; background: #358DD7; position: absolute; }

.uninav-bline > a.active:after, .uninav-bline > li.active:after, .uninav-bline > li > a.active:after, .nav-bline > a.active:after, .nav-bline > li.active:after, .nav-bline > li > a.active:after { bottom: 0; left: 0; }

.block-title-icon { display: inline-flex; align-items: center; justify-content: center; height: 2.5em; width: 2.5em; }

.card, .feat { box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.inverse { color: rgba(255, 255, 255, 0.8); }

.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6 { color: #fff; }

.inverse a { color: inherit; }

.inverse a:hover { color: #358DD7; }

.inverse .link { color: rgba(255, 255, 255, 0.6); }

.inverse hr { border-top: 1px solid rgba(255, 255, 255, 0.1); }

.link-arrow:after, .link-arrow:before, .link-arrow-left:after, .link-arrow-left:before { line-height: 1; font-family: "FontAwesome"; display: inline-block; vertical-align: center; }

.link-arrow:after { content: "\f178"; margin-left: 0.7em; }

.link-arrow-left:before { content: "\f177"; margin-right: 0.7em; }

[class^=joiner-] { display: flex; align-items: center; }

[class^=joiner-] > * { display: inline-flex; align-items: center; }

[class^=joiner-] > * + *:before { content: ""; display: inline-flex; align-items: center; margin: 0 0.7em; }

.joiner-dot > * + *:before { height: 3px; width: 3px; border-radius: 50%; background: rgba(0, 0, 0, 0.2); }

.joiner-dot.inverse > * + *:before { background: rgba(255, 255, 255, 0.2); }

.joiner-slash > * + *:before { content: "/"; color: rgba(0, 0, 0, 0.2); }

.joiner-pipe > * + *:before { content: "|"; color: rgba(0, 0, 0, 0.2); }

.joiner-slash.inverse > * + *:before, .joiner-pipe.inverse > * + *:before { color: rgba(255, 255, 255, 0.2); }

.unibadge { background: #fff; line-height: 2em; border-radius: 1em; padding: 0 1em; }

.unibar, .unibar-row { display: flex; align-items: stretch; width: 100%; }

.unibar-col { display: flex; flex-direction: column; }

.unibar-cols-vcenter .unibar-col { justify-content: center; }

.unibar-cols-drow .unibar-col { flex-direction: row; align-items: center; }

.unibar-col-max { flex: 1; width: 100%; }

.unibar-cont { padding-left: 8px; padding-right: 8px; }

.unibar > .unibar-col + .unibar-col { padding-left: 16px; }

.unibar-row { margin: 0 8px; }

.unibar-row > .unibar-col { padding-left: 8px; padding-right: 8px; }

.unibar.lined { border: 1px solid #e3e4e4; }

.unibar.lined > .unibar-col + .unibar-col, .unibar.lined > .unibar-row > .unibar-col + .unibar-col { border-left: 1px solid #e3e4e4; }

.unibar.lined .unibar-col { padding: 16px; }

.unibtn { display: inline-flex; align-items: center; justify-content: center; height: 2.5em; line-height: 1; padding: 0 1.3em; border: none; cursor: pointer; box-sizing: border-box; text-decoration: none; border-radius: 5px; font-weight: normal; }

.unibtn:active { transform: translateY(2px); }

.unibtn:hover { text-decoration: none; }

.unibtn-select:active { transform: none; }

.unibtn-block { display: flex; width: 100%; justify-content: center; }

.unibtn-text { flex: 1; display: block; }

.unibtn-icon, .unibtn-sign { line-height: 1; width: 1em; text-align: center; display: block; }

.unibtn-sign { transition: all 0.4s; }

.unibtn-left { margin-right: 0.7em; }

.unibtn-right { margin-left: 0.7em; }

.unibtn-flag { display: block; line-height: 1; height: 0.8em; width: auto; margin-right: 0.5em; }

.unibtn-sign { margin-left: 1em; font-size: 0.6em; }

.unibtn-sq { width: 2.5em; padding: 0; justify-content: center; }

.unibtn-rnd { border-radius: 1.25em; }

.unibtn-cta { height: 3.25em; padding: 0 1.95em; }

.unibtn-cta.unibtn-rnd { border-radius: 1.625em; }

.unibtn-default { color: #43484D; background: #eceded; }

/* CLEAR BTN
--------------------------------------------*/
.unibtn-clear, .unibtn-clear:hover, .unibtn-clear.active, .unibtn-clear:active, .unibtn-clear:focus, .unibtn-clear:focus:active, .unibtn-clear-white { background: none; border: none; box-shadow: none; }

.unibtn-clear:active, .active.unibtn-clear, .active.unibtn-clear:focus:active, .active.unibtn-clear:focus, .unibtn-clear:focus:active, .unibtn-clear:focus, .unibtn-clear:active:focus, .unibtn-clear-white:active, .unibtn-clear-white.active, .unibtn-clear-white.active:focus, .unibtn-clear-white:focus, .unibtn-clear-white:active:focus { box-shadow: none; outline: none; }

.unibtn-clear, .unibtn-clear:hover, .unibtn-clear.active, .unibtn-clear:active, .unibtn-clear:focus, .unibtn-clear:focus:active { color: #43484D; text-shadow: none; box-shadow: none; }

.unibtn-clear-white { color: #fff; }

.unibtn-clear-white:hover, .unibtn-clear-white.active, .unibtn-clear-white:active, .unibtn-clear-white:focus, .unibtn-clear-white:focus:active { background: none; color: #fff; }

/* COLOR BG BTN
--------------------------------------------*/
[class*="unibtn-bg-"] { color: #fff !important; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

[class*="unibtn-bg-"]:hover { background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)); }

[class*="unibtn-bg-"]:focus { box-shadow: none; outline: 1px dotted rgba(0, 0, 0, 0.4); }

[class*="unibtn-bg-"]:active, [class*="unibtn-bg-"].active, [class*="unibtn-bg-"].active:focus, [class*="unibtn-bg-"]:focus, [class*="unibtn-bg-"]:active:focus { color: #fff; }

.unibtn-bg-white { background: #fff; color: #43484D !important; }

/* COLOR FG BTN
--------------------------------------------*/
[class*=unibtn-fg-] { background: none; border-color: transparent; box-shadow: none; text-shadow: none; }

[class*=unibtn-fg-]:hover, [class*=unibtn-fg-]:active { color: #fff !important; }

/* BG TINT
--------------------------------------------*/
[class*=unibtn-bgtint] { background: rgba(255, 255, 255, 0.2); border: none; color: #fff; }

[class*=unibtn-bgtint]:hover, [class*=unibtn-bgtint].active, [class*=unibtn-bgtint]:active, [class*=unibtn-bgtint]:focus, [class*=unibtn-bgtint]:focus:active { color: #fff; }

/* FG TINT
--------------------------------------------*/
[class*=unibtn-fgtint] { background: none; border: none; color: rgba(255, 255, 255, 0.2); }

[class*=unibtn-fgtint]:hover { background: none; color: #358DD7; }

/* BG SHADE
--------------------------------------------*/
[class*=unibtn-bgshade] { background: rgba(67, 72, 77, 0.3); border: none; color: #fff; }

[class*=unibtn-bgshade]:hover, [class*=unibtn-bgshade].active, [class*=unibtn-bgshade]:active, [class*=unibtn-bgshade]:focus, [class*=unibtn-bgshade]:focus:active { color: #fff; }

/* FG SHADE
--------------------------------------------*/
[class*=unibtn-fgshade] { background: none; border: none; color: rgba(67, 72, 77, 0.5); }

[class*=unibtn-fgshade]:hover, [class*=unibtn-fgshade].active { background: rgba(67, 72, 77, 0.05); }

/* BTN OL
--------------------------------------------*/
[class*=unibtn-ol-] { background: none; border-style: solid; border-width: 1px; }

[class*=unibtn-ol-]:hover, [class*=unibtn-ol-].active, [class*=unibtn-ol-]:active, [class*=unibtn-ol-]:focus, [class*=unibtn-ol-]:focus:active { color: #fff !important; }

.unibtn-ol-thick { border-width: 2px; }

.unibtn-ol-default { border-color: #eceded; color: #a1a4a6; }

.unibtn-ol-default:hover, .unibtn-ol-default.active, .unibtn-ol-default:active, .unibtn-ol-default:focus, .unibtn-ol-default:focus:active { color: #696d71 !important; background: rgba(67, 72, 77, 0.05); }

.unibtn-group [class*=unibtn-ol-] + * { margin-left: -1px; }

.unibtn-group [class*=unibtn-ol-].unibtn-ol-thick + * { margin-left: -2px; }

/* CELLED BUTTONS
--------------------------------------------*/
.unibtn-celled, .unibtn-celled-block { display: inline-flex; align-items: stretch; padding: 0; text-align: left; overflow: hidden; }

.unibtn-celled-block { display: flex; width: 100%; }

.unibtn-cell { padding: 0 12px; display: flex; align-items: center; height: 100%; }

.unibtn-rnd .unibtn-cell:first-child { padding-left: 1.25em; }

.unibtn-rnd .unibtn-cell:last-child { padding-right: 1.25em; }

.unibtn-celled-packed { border: 1px solid transparent; }

.unibtn-celled-packed .unibtn-cell + .unibtn-cell { padding-left: 0; }

.unibtn-celled-decker { height: auto; }

.unibtn-celled-decker.unibtn-rnd { border-radius: 1.65em; }

.unibtn-celled-decker .unibtn-cell { flex-direction: column; justify-content: flex-start; align-items: flex-start; padding: 0.65em 0.975em; }

.unibtn-celled-decker strong, .unibtn-celled-decker small { display: block; line-height: 1; }

.unibtn-celled-decker strong { margin-bottom: 0.2em; }

.unibtn-celled-decker small { font-size: 0.8em; font-weight: 300; opacity: 0.8; }

.unibtn-celled-decker .unibtn-cell-icon { justify-content: flex-start; }

.unibtn-celled-decker .unibtn-cell-icon i { font-size: 1.5em; }

.unibtn-celled-decker .unibtn-cell-text { padding-right: 1.5em; }

/*
--------------------------------------------*/
.unibtn-tile { flex-direction: column; justify-content: center; line-height: 1; height: auto; padding: 1.5em 1em; text-align: center; }

.unibtn-tile-icon { font-size: 2em; }

.unibtn-tile-title { font-weight: bold; margin: 1em 0 0.7em 0; }

.unibtn-tile-text { opacity: 0.6; }

/* unibtn-
--------------------------------------------*/
.unibtn-slim, .unibtn-group-slim .unibtn { padding-left: 0; padding-right: 0; }

.unibtn-group, .unibtn-strip { display: inline-flex; }

.unibtn-group-slim .unibtn + .unibtn { margin-left: 1em; }

.unibtn-strip .unibtn + .unibtn { margin-left: 1px; }

/* input */
.unifile { position: relative; cursor: pointer; }

.unifile label { margin: 0; position: relative; z-index: 1; }

.unifile-input { position: absolute; opacity: 0; z-index: 0; width: 100%; height: 100%; top: 0; left: 0; }

.unibtn-radio { position: relative; cursor: pointer; }

.unibtn-radio * { cursor: pointer; }

.unibtn-radio .indicator { display: none; }

.unibtn-radio input { opacity: 0; position: absolute; width: 100%; height: 100%; z-index: 10; }

.unibtn-radio input:checked ~ .unibtn .indicator { display: block; }

.unibtn-radio-ol .unibtn { color: #c7c8ca; border: 1px solid #c7c8ca; font-weight: normal; }

.unibtn-radio-ol:hover .unibtn { background: #c7c8ca; color: #fff; }

.unibtn-radio-ol input:checked ~ .unibtn { background: #43484D; color: #fff; border-color: transparent; }

.menucon { position: relative; display: inline-flex; align-items: center; font-size: 20px; width: 1em; height: 0.7em; background: none; border: none; padding: 0; line-height: 1; cursor: pointer; transition: all 0.4s; }

.menucon:active, .menucon:focus { outline: none; }

.menucon-bar { background: #fff; height: 2px; display: block; width: 100%; transition: all 0.4s; }

.menucon-bar:after, .menucon-bar:before { content: ""; display: block; height: 2px; width: 100%; position: absolute; left: 0; background: inherit; transition: all 0.4s; }

.menucon-bar:after { bottom: 0; }

.menucon-bar:before { top: 0; }

.menucon.open { transform: rotateY(180deg); }

.menucon.open .menucon-bar { transform: rotate(45deg); }

.menucon.open .menucon-bar:after { transform: rotate(-90deg); }

.uninav, .unidrop-menu { line-height: 1; font-weight: normal; }

.uninav a, .unidrop-menu a { color: #43484D; padding: 1em; }

.uninav > li:hover > a, .uninav > li.active > a, .unidrop-menu > li:hover > a, .unidrop-menu > li.active > a { color: #358DD7; }

.uninav { display: flex; }

.uninav-sign { font-size: 0.5em; }

.uninav-right { margin-left: 1em; }

.uninav-left { margin-right: 1em; }

.uninav-text { flex: 1; }

.unidrop { position: relative; }

.unidrop-panel, .unidrop-menu { position: absolute; top: 100%; left: 0; min-width: 170px; display: none; background: #fff; }

.unidrop-menu { padding: 0.5em 0; }

.unidrop-menu a { padding: 5px 15px; }

.unidrop-panel-right { left: auto; right: 0; }

.unidrop-panel-aside-right { left: 100%; top: 0; padding-left: 10px; }

.unidrop-mega { position: static; }

.unidrop-mega-panel { width: 100%; max-width: none; right: auto; left: 0; }

.unidrop-panel-cont { padding: 40px; }

.unidrop-panel-title { font-size: 1em; text-transform: uppercase; font-weight: bold; color: #358DD7; }

.open > .unidrop-panel, .open > .unidrop-menu { display: block; }

.unidrop-hover:hover > .unidrop-panel, .unidrop-hover:hover > .unidrop-menu { display: block; }

@media (min-width: 576px) { .unidrop-hover-sm:hover > .unidrop-panel, .unidrop-hover-sm:hover > .unidrop-menu { display: block; } }

@media (min-width: 768px) { .unidrop-hover-md:hover > .unidrop-panel, .unidrop-hover-md:hover > .unidrop-menu { display: block; } }

.unidrop-hover-lg:hover > .unidrop-panel, .unidrop-hover-lg:hover > .unidrop-menu { display: block; }

@media (min-width: 1200px) { .unidrop-hover-xl:hover > .unidrop-panel, .unidrop-hover-xl:hover > .unidrop-menu { display: block; } }

.uninav-v { display: block; }

.uninav-v > li > a, .uninav-v > a { padding: 0.5em 0; }

.uninav-v .unidrop-hover:not(.open):hover > .unidrop-panel { display: none; }

.uninav-v .unidrop-panel { position: static; padding: 0; }

.uninav-v .unidrop-menu { box-shadow: none; background: rgba(0, 0, 0, 0.05); }

@media (max-width: 1199.98px) { .uninav-v-lgd { display: block; }
    .uninav-v-lgd > li > a, .uninav-v-lgd > a { padding: 0.5em 0; }
    .uninav-v-lgd .unidrop-hover:not(.open):hover > .unidrop-panel { display: none; }
    .uninav-v-lgd .unidrop-panel { position: static; padding: 0; }
    .uninav-v-lgd .unidrop-menu { box-shadow: none; background: rgba(0, 0, 0, 0.05); } }

@media (max-width: 991.98px) { .uninav-v-mdd { display: block; }
    .uninav-v-mdd > li > a, .uninav-v-mdd > a { padding: 0.5em 0; }
    .uninav-v-mdd .unidrop-hover:not(.open):hover > .unidrop-panel { display: none; }
    .uninav-v-mdd .unidrop-panel { position: static; padding: 0; }
    .uninav-v-mdd .unidrop-menu { box-shadow: none; background: rgba(0, 0, 0, 0.05); } }

@media (max-width: 575.98px) { .uninav-v-xsd { display: block; }
    .uninav-v-xsd > li > a, .uninav-v-xsd > a { padding: 0.5em 0; }
    .uninav-v-xsd .unidrop-hover:not(.open):hover > .unidrop-panel { display: none; }
    .uninav-v-xsd .unidrop-panel { position: static; padding: 0; }
    .uninav-v-xsd .unidrop-menu { box-shadow: none; background: rgba(0, 0, 0, 0.05); } }

.uninav-white > li > a { color: #fff; }

.uninav-bline, .nav-bline { border-bottom: 1px solid #e3e4e4; }

.uninav-bline > a, .uninav-bline > li > a, .nav-bline > a, .nav-bline > li > a { color: #a1a4a6; font-weight: normal; }

.uninav-bline > a.active, .uninav-bline > li.active, .uninav-bline > li > a.active, .nav-bline > a.active, .nav-bline > li.active, .nav-bline > li > a.active { position: relative; color: #43484D; }

.uninav-bline > a.active:after, .uninav-bline > li.active:after, .uninav-bline > li > a.active:after, .nav-bline > a.active:after, .nav-bline > li.active:after, .nav-bline > li > a.active:after { background: #43484D; }

.uninav-tree { display: block; }

.uninav-tree.offset { margin-left: 14px; }

.uninav-tree > li > a { padding: 0.5em 0; }

.uninav-tree .unidrop-hover:not(.open):hover > .unidrop-panel { display: none; }

.uninav-tree .unidrop-panel { position: static; padding: 0; }

.uninav-tree li > a { position: relative; }

.uninav-tree li > a:before { content: "\f0f6"; font-family: 'FontAwesome'; position: absolute; right: 100%; top: 0; bottom: 0; line-height: 1em; height: 1em; display: block; width: 7px; margin: auto 7px auto 0; font-size: 9px; opacity: 0.5; }

.uninav-tree li.unidrop > a { position: relative; }

.uninav-tree li.unidrop > a:before { content: "\f0da"; font-size: 1em; opacity: 1; }

.uninav-tree li.unidrop.open > a:before { transform: rotate(-90deg); }

.uninav-tree .unidrop-menu { box-shadow: none; background: none; padding: 0 0 0 14px; }

.uninav-tree .unidrop-menu li > a { padding: 5px 0; }

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

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

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

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

.min-h-100 { min-height: 100px !important; }

.max-h-100 { max-height: 100px !important; }

.h-80 { height: 80px !important; }

.min-h-80 { min-height: 80px !important; }

.max-h-80 { max-height: 80px !important; }

.h-60 { height: 60px !important; }

.min-h-60 { min-height: 60px !important; }

.max-h-60 { max-height: 60px !important; }

.h-40 { height: 40px !important; }

.min-h-40 { min-height: 40px !important; }

.max-h-40 { max-height: 40px !important; }

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

.min-h-50 { min-height: 50px !important; }

.max-h-50 { max-height: 50px !important; }

.h-30 { height: 30px !important; }

.min-h-30 { min-height: 30px !important; }

.max-h-30 { max-height: 30px !important; }

.h-35 { height: 35px !important; }

.min-h-35 { min-height: 35px !important; }

.max-h-35 { max-height: 35px !important; }

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

.min-h-25 { min-height: 25px !important; }

.max-h-25 { max-height: 25px !important; }

.h-20 { height: 20px !important; }

.min-h-20 { min-height: 20px !important; }

.max-h-20 { max-height: 20px !important; }

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

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

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

@media (min-width: 576px) { .h-100vh-md { height: 100vh !important; }
    .min-h-100vh-md { min-height: 100vh !important; }
    .max-h-100vh-md { max-height: 100vh !important; }
    .h-100-md { height: 100px !important; }
    .min-h-100-md { min-height: 100px !important; }
    .max-h-100-md { max-height: 100px !important; }
    .h-80-md { height: 80px !important; }
    .min-h-80-md { min-height: 80px !important; }
    .max-h-80-md { max-height: 80px !important; }
    .h-60-md { height: 60px !important; }
    .min-h-60-md { min-height: 60px !important; }
    .max-h-60-md { max-height: 60px !important; }
    .h-40-md { height: 40px !important; }
    .min-h-40-md { min-height: 40px !important; }
    .max-h-40-md { max-height: 40px !important; }
    .h-50-md { height: 50px !important; }
    .min-h-50-md { min-height: 50px !important; }
    .max-h-50-md { max-height: 50px !important; }
    .h-30-md { height: 30px !important; }
    .min-h-30-md { min-height: 30px !important; }
    .max-h-30-md { max-height: 30px !important; }
    .h-35-md { height: 35px !important; }
    .min-h-35-md { min-height: 35px !important; }
    .max-h-35-md { max-height: 35px !important; }
    .h-25-md { height: 25px !important; }
    .min-h-25-md { min-height: 25px !important; }
    .max-h-25-md { max-height: 25px !important; }
    .h-20-md { height: 20px !important; }
    .min-h-20-md { min-height: 20px !important; }
    .max-h-20-md { max-height: 20px !important; }
    .h-auto-md { height: auto !important; }
    .min-h-auto-md { min-height: auto !important; }
    .max-h-auto-md { max-height: auto !important; } }

@media (min-width: 768px) { .h-100vh-md { height: 100vh !important; }
    .min-h-100vh-md { min-height: 100vh !important; }
    .max-h-100vh-md { max-height: 100vh !important; }
    .h-100-md { height: 100px !important; }
    .min-h-100-md { min-height: 100px !important; }
    .max-h-100-md { max-height: 100px !important; }
    .h-80-md { height: 80px !important; }
    .min-h-80-md { min-height: 80px !important; }
    .max-h-80-md { max-height: 80px !important; }
    .h-60-md { height: 60px !important; }
    .min-h-60-md { min-height: 60px !important; }
    .max-h-60-md { max-height: 60px !important; }
    .h-40-md { height: 40px !important; }
    .min-h-40-md { min-height: 40px !important; }
    .max-h-40-md { max-height: 40px !important; }
    .h-50-md { height: 50px !important; }
    .min-h-50-md { min-height: 50px !important; }
    .max-h-50-md { max-height: 50px !important; }
    .h-30-md { height: 30px !important; }
    .min-h-30-md { min-height: 30px !important; }
    .max-h-30-md { max-height: 30px !important; }
    .h-35-md { height: 35px !important; }
    .min-h-35-md { min-height: 35px !important; }
    .max-h-35-md { max-height: 35px !important; }
    .h-25-md { height: 25px !important; }
    .min-h-25-md { min-height: 25px !important; }
    .max-h-25-md { max-height: 25px !important; }
    .h-20-md { height: 20px !important; }
    .min-h-20-md { min-height: 20px !important; }
    .max-h-20-md { max-height: 20px !important; }
    .h-auto-md { height: auto !important; }
    .min-h-auto-md { min-height: auto !important; }
    .max-h-auto-md { max-height: auto !important; } }

@media (min-width: 992px) { .h-100vh-lg { height: 100vh !important; }
    .min-h-100vh-lg { min-height: 100vh !important; }
    .max-h-100vh-lg { max-height: 100vh !important; }
    .h-100-lg { height: 100px !important; }
    .min-h-100-lg { min-height: 100px !important; }
    .max-h-100-lg { max-height: 100px !important; }
    .h-80-lg { height: 80px !important; }
    .min-h-80-lg { min-height: 80px !important; }
    .max-h-80-lg { max-height: 80px !important; }
    .h-60-lg { height: 60px !important; }
    .min-h-60-lg { min-height: 60px !important; }
    .max-h-60-lg { max-height: 60px !important; }
    .h-40-lg { height: 40px !important; }
    .min-h-40-lg { min-height: 40px !important; }
    .max-h-40-lg { max-height: 40px !important; }
    .h-50-lg { height: 50px !important; }
    .min-h-50-lg { min-height: 50px !important; }
    .max-h-50-lg { max-height: 50px !important; }
    .h-30-lg { height: 30px !important; }
    .min-h-30-lg { min-height: 30px !important; }
    .max-h-30-lg { max-height: 30px !important; }
    .h-35-lg { height: 35px !important; }
    .min-h-35-lg { min-height: 35px !important; }
    .max-h-35-lg { max-height: 35px !important; }
    .h-25-lg { height: 25px !important; }
    .min-h-25-lg { min-height: 25px !important; }
    .max-h-25-lg { max-height: 25px !important; }
    .h-20-lg { height: 20px !important; }
    .min-h-20-lg { min-height: 20px !important; }
    .max-h-20-lg { max-height: 20px !important; }
    .h-auto-lg { height: auto !important; }
    .min-h-auto-lg { min-height: auto !important; }
    .max-h-auto-lg { max-height: auto !important; } }

.mgb-auto, .mgb-all-auto > *, .mgy-auto, .mgy-all-auto > *, .mg-all-auto > * { margin-bottom: auto !important; }

.mgt-auto, .mgt-all-auto > *, .mgy-auto, .mgy-all-auto > *, .mg-all-auto > *, .mgy-push-auto > * + * { margin-top: auto !important; }

.mgr-auto, .mgr-all-auto > *, .mgx-auto, .mgx-all-auto > *, .mg-all-auto > * { margin-right: auto !important; }

.mgl-auto, .mgl-all-auto > *, .mgx-auto, .mgx-all-auto > *, .mg-all-auto > *, .mgx-push-auto > * + * { margin-left: auto !important; }

.mgb-0, .mgb-all-0 > *, .mgy-0, .mgy-all-0 > *, .mg-all-0 > * { margin-bottom: 0 !important; }

.mgt-0, .mgt-all-0 > *, .mgy-0, .mgy-all-0 > *, .mg-all-0 > *, .mgy-push-0 > * + * { margin-top: 0 !important; }

.mgr-0, .mgr-all-0 > *, .mgx-0, .mgx-all-0 > *, .mg-all-0 > * { margin-right: 0 !important; }

.mgl-0, .mgl-all-0 > *, .mgx-0, .mgx-all-0 > *, .mg-all-0 > *, .mgx-push-0 > * + * { margin-left: 0 !important; }

.mgb-2, .mgb-all-2 > *, .mgy-2, .mgy-all-2 > *, .mg-all-2 > * { margin-bottom: 2px !important; }

.mgt-2, .mgt-all-2 > *, .mgy-2, .mgy-all-2 > *, .mg-all-2 > *, .mgy-push-2 > * + * { margin-top: 2px !important; }

.mgr-2, .mgr-all-2 > *, .mgx-2, .mgx-all-2 > *, .mg-all-2 > * { margin-right: 2px !important; }

.mgl-2, .mgl-all-2 > *, .mgx-2, .mgx-all-2 > *, .mg-all-2 > *, .mgx-push-2 > * + * { margin-left: 2px !important; }

.mgx-del-2 { margin-left: -2px; margin-right: -2px; }

.mgb-5, .mgb-all-5 > *, .mgy-5, .mgy-all-5 > *, .mg-all-5 > * { margin-bottom: 5px !important; }

.mgt-5, .mgt-all-5 > *, .mgy-5, .mgy-all-5 > *, .mg-all-5 > *, .mgy-push-5 > * + * { margin-top: 5px !important; }

.mgr-5, .mgr-all-5 > *, .mgx-5, .mgx-all-5 > *, .mg-all-5 > * { margin-right: 5px !important; }

.mgl-5, .mgl-all-5 > *, .mgx-5, .mgx-all-5 > *, .mg-all-5 > *, .mgx-push-5 > * + * { margin-left: 5px !important; }

.mgx-del-5 { margin-left: -5px; margin-right: -5px; }

.mgb-10, .mgb-all-10 > *, .mgy-10, .mgy-all-10 > *, .mg-all-10 > * { margin-bottom: 10px !important; }

.mgt-10, .mgt-all-10 > *, .mgy-10, .mgy-all-10 > *, .mg-all-10 > *, .mgy-push-10 > * + * { margin-top: 10px !important; }

.mgr-10, .mgr-all-10 > *, .mgx-10, .mgx-all-10 > *, .mg-all-10 > * { margin-right: 10px !important; }

.mgl-10, .mgl-all-10 > *, .mgx-10, .mgx-all-10 > *, .mg-all-10 > *, .mgx-push-10 > * + * { margin-left: 10px !important; }

.mgx-del-10 { margin-left: -10px; margin-right: -10px; }

.mgb-15, .mgb-all-15 > *, .mgy-15, .mgy-all-15 > *, .mg-all-15 > * { margin-bottom: 15px !important; }

.mgt-15, .mgt-all-15 > *, .mgy-15, .mgy-all-15 > *, .mg-all-15 > *, .mgy-push-15 > * + * { margin-top: 15px !important; }

.mgr-15, .mgr-all-15 > *, .mgx-15, .mgx-all-15 > *, .mg-all-15 > * { margin-right: 15px !important; }

.mgl-15, .mgl-all-15 > *, .mgx-15, .mgx-all-15 > *, .mg-all-15 > *, .mgx-push-15 > * + * { margin-left: 15px !important; }

.mgx-del-15 { margin-left: -15px; margin-right: -15px; }

.mgb-20, .mgb-all-20 > *, .mgy-20, .mgy-all-20 > *, .mg-all-20 > * { margin-bottom: 20px !important; }

.mgt-20, .mgt-all-20 > *, .mgy-20, .mgy-all-20 > *, .mg-all-20 > *, .mgy-push-20 > * + * { margin-top: 20px !important; }

.mgr-20, .mgr-all-20 > *, .mgx-20, .mgx-all-20 > *, .mg-all-20 > * { margin-right: 20px !important; }

.mgl-20, .mgl-all-20 > *, .mgx-20, .mgx-all-20 > *, .mg-all-20 > *, .mgx-push-20 > * + * { margin-left: 20px !important; }

.mgx-del-20 { margin-left: -20px; margin-right: -20px; }

.mgb-30, .mgb-all-30 > *, .mgy-30, .mgy-all-30 > *, .mg-all-30 > * { margin-bottom: 30px !important; }

.mgt-30, .mgt-all-30 > *, .mgy-30, .mgy-all-30 > *, .mg-all-30 > *, .mgy-push-30 > * + * { margin-top: 30px !important; }

.mgr-30, .mgr-all-30 > *, .mgx-30, .mgx-all-30 > *, .mg-all-30 > * { margin-right: 30px !important; }

.mgl-30, .mgl-all-30 > *, .mgx-30, .mgx-all-30 > *, .mg-all-30 > *, .mgx-push-30 > * + * { margin-left: 30px !important; }

.mgx-del-30 { margin-left: -30px; margin-right: -30px; }

@media (min-width: 576px) { .mgb-auto-sm, .mgb-all-auto-sm > *, .mgy-auto-sm, .mgy-all-auto-sm > *, .mg-all-auto-sm > * { margin-bottom: auto !important; }
    .mgt-auto-sm, .mgt-all-auto-sm > *, .mgy-auto-sm, .mgy-all-auto-sm > *, .mg-all-auto-sm > *, .mgy-push-auto > * + * { margin-top: auto !important; }
    .mgr-auto-sm, .mgr-all-auto-sm > *, .mgx-auto-sm, .mgx-all-auto-sm > *, .mg-all-auto-sm > * { margin-right: auto !important; }
    .mgl-auto-sm, .mgl-all-auto-sm > *, .mgx-auto-sm, .mgx-all-auto-sm > *, .mg-all-auto-sm > *, .mgx-push-auto-sm > * + * { margin-left: auto !important; }
    .mgb-0-sm, .mgb-all-0-sm > *, .mgy-0-sm, .mgy-all-0-sm > *, .mg-all-0-sm > * { margin-bottom: 0 !important; }
    .mgt-0-sm, .mgt-all-0-sm > *, .mgy-0-sm, .mgy-all-0-sm > *, .mg-all-0-sm > *, .mgy-push-0 > * + * { margin-top: 0 !important; }
    .mgr-0-sm, .mgr-all-0-sm > *, .mgx-0-sm, .mgx-all-0-sm > *, .mg-all-0-sm > * { margin-right: 0 !important; }
    .mgl-0-sm, .mgl-all-0-sm > *, .mgx-0-sm, .mgx-all-0-sm > *, .mg-all-0-sm > *, .mgx-push-0-sm > * + * { margin-left: 0 !important; }
    .mgb-2-sm, .mgb-all-2-sm > *, .mgy-2-sm, .mgy-all-2-sm > *, .mg-all-2-sm > * { margin-bottom: 2px !important; }
    .mgt-2-sm, .mgt-all-2-sm > *, .mgy-2-sm, .mgy-all-2-sm > *, .mg-all-2-sm > *, .mgy-push-2 > * + * { margin-top: 2px !important; }
    .mgr-2-sm, .mgr-all-2-sm > *, .mgx-2-sm, .mgx-all-2-sm > *, .mg-all-2-sm > * { margin-right: 2px !important; }
    .mgl-2-sm, .mgl-all-2-sm > *, .mgx-2-sm, .mgx-all-2-sm > *, .mg-all-2-sm > *, .mgx-push-2-sm > * + * { margin-left: 2px !important; }
    .mgx-del-2-sm { margin-left: -2px; margin-right: -2px; }
    .mgb-5-sm, .mgb-all-5-sm > *, .mgy-5-sm, .mgy-all-5-sm > *, .mg-all-5-sm > * { margin-bottom: 5px !important; }
    .mgt-5-sm, .mgt-all-5-sm > *, .mgy-5-sm, .mgy-all-5-sm > *, .mg-all-5-sm > *, .mgy-push-5 > * + * { margin-top: 5px !important; }
    .mgr-5-sm, .mgr-all-5-sm > *, .mgx-5-sm, .mgx-all-5-sm > *, .mg-all-5-sm > * { margin-right: 5px !important; }
    .mgl-5-sm, .mgl-all-5-sm > *, .mgx-5-sm, .mgx-all-5-sm > *, .mg-all-5-sm > *, .mgx-push-5-sm > * + * { margin-left: 5px !important; }
    .mgx-del-5-sm { margin-left: -5px; margin-right: -5px; }
    .mgb-10-sm, .mgb-all-10-sm > *, .mgy-10-sm, .mgy-all-10-sm > *, .mg-all-10-sm > * { margin-bottom: 10px !important; }
    .mgt-10-sm, .mgt-all-10-sm > *, .mgy-10-sm, .mgy-all-10-sm > *, .mg-all-10-sm > *, .mgy-push-10 > * + * { margin-top: 10px !important; }
    .mgr-10-sm, .mgr-all-10-sm > *, .mgx-10-sm, .mgx-all-10-sm > *, .mg-all-10-sm > * { margin-right: 10px !important; }
    .mgl-10-sm, .mgl-all-10-sm > *, .mgx-10-sm, .mgx-all-10-sm > *, .mg-all-10-sm > *, .mgx-push-10-sm > * + * { margin-left: 10px !important; }
    .mgx-del-10-sm { margin-left: -10px; margin-right: -10px; }
    .mgb-15-sm, .mgb-all-15-sm > *, .mgy-15-sm, .mgy-all-15-sm > *, .mg-all-15-sm > * { margin-bottom: 15px !important; }
    .mgt-15-sm, .mgt-all-15-sm > *, .mgy-15-sm, .mgy-all-15-sm > *, .mg-all-15-sm > *, .mgy-push-15 > * + * { margin-top: 15px !important; }
    .mgr-15-sm, .mgr-all-15-sm > *, .mgx-15-sm, .mgx-all-15-sm > *, .mg-all-15-sm > * { margin-right: 15px !important; }
    .mgl-15-sm, .mgl-all-15-sm > *, .mgx-15-sm, .mgx-all-15-sm > *, .mg-all-15-sm > *, .mgx-push-15-sm > * + * { margin-left: 15px !important; }
    .mgx-del-15-sm { margin-left: -15px; margin-right: -15px; }
    .mgb-20-sm, .mgb-all-20-sm > *, .mgy-20-sm, .mgy-all-20-sm > *, .mg-all-20-sm > * { margin-bottom: 20px !important; }
    .mgt-20-sm, .mgt-all-20-sm > *, .mgy-20-sm, .mgy-all-20-sm > *, .mg-all-20-sm > *, .mgy-push-20 > * + * { margin-top: 20px !important; }
    .mgr-20-sm, .mgr-all-20-sm > *, .mgx-20-sm, .mgx-all-20-sm > *, .mg-all-20-sm > * { margin-right: 20px !important; }
    .mgl-20-sm, .mgl-all-20-sm > *, .mgx-20-sm, .mgx-all-20-sm > *, .mg-all-20-sm > *, .mgx-push-20-sm > * + * { margin-left: 20px !important; }
    .mgx-del-20-sm { margin-left: -20px; margin-right: -20px; }
    .mgb-30-sm, .mgb-all-30-sm > *, .mgy-30-sm, .mgy-all-30-sm > *, .mg-all-30-sm > * { margin-bottom: 30px !important; }
    .mgt-30-sm, .mgt-all-30-sm > *, .mgy-30-sm, .mgy-all-30-sm > *, .mg-all-30-sm > *, .mgy-push-30 > * + * { margin-top: 30px !important; }
    .mgr-30-sm, .mgr-all-30-sm > *, .mgx-30-sm, .mgx-all-30-sm > *, .mg-all-30-sm > * { margin-right: 30px !important; }
    .mgl-30-sm, .mgl-all-30-sm > *, .mgx-30-sm, .mgx-all-30-sm > *, .mg-all-30-sm > *, .mgx-push-30-sm > * + * { margin-left: 30px !important; }
    .mgx-del-30-sm { margin-left: -30px; margin-right: -30px; } }

@media (min-width: 768px) { .mgb-auto-md, .mgb-all-auto-md > *, .mgy-auto-md, .mgy-all-auto-md > *, .mg-all-auto-md > * { margin-bottom: auto !important; }
    .mgt-auto-md, .mgt-all-auto-md > *, .mgy-auto-md, .mgy-all-auto-md > *, .mg-all-auto-md > *, .mgy-push-auto > * + * { margin-top: auto !important; }
    .mgr-auto-md, .mgr-all-auto-md > *, .mgx-auto-md, .mgx-all-auto-md > *, .mg-all-auto-md > * { margin-right: auto !important; }
    .mgl-auto-md, .mgl-all-auto-md > *, .mgx-auto-md, .mgx-all-auto-md > *, .mg-all-auto-md > *, .mgx-push-auto-md > * + * { margin-left: auto !important; }
    .mgb-0-md, .mgb-all-0-md > *, .mgy-0-md, .mgy-all-0-md > *, .mg-all-0-md > * { margin-bottom: 0 !important; }
    .mgt-0-md, .mgt-all-0-md > *, .mgy-0-md, .mgy-all-0-md > *, .mg-all-0-md > *, .mgy-push-0 > * + * { margin-top: 0 !important; }
    .mgr-0-md, .mgr-all-0-md > *, .mgx-0-md, .mgx-all-0-md > *, .mg-all-0-md > * { margin-right: 0 !important; }
    .mgl-0-md, .mgl-all-0-md > *, .mgx-0-md, .mgx-all-0-md > *, .mg-all-0-md > *, .mgx-push-0-md > * + * { margin-left: 0 !important; }
    .mgb-2-md, .mgb-all-2-md > *, .mgy-2-md, .mgy-all-2-md > *, .mg-all-2-md > * { margin-bottom: 2px !important; }
    .mgt-2-md, .mgt-all-2-md > *, .mgy-2-md, .mgy-all-2-md > *, .mg-all-2-md > *, .mgy-push-2 > * + * { margin-top: 2px !important; }
    .mgr-2-md, .mgr-all-2-md > *, .mgx-2-md, .mgx-all-2-md > *, .mg-all-2-md > * { margin-right: 2px !important; }
    .mgl-2-md, .mgl-all-2-md > *, .mgx-2-md, .mgx-all-2-md > *, .mg-all-2-md > *, .mgx-push-2-md > * + * { margin-left: 2px !important; }
    .mgx-del-2-md { margin-left: -2px; margin-right: -2px; }
    .mgb-5-md, .mgb-all-5-md > *, .mgy-5-md, .mgy-all-5-md > *, .mg-all-5-md > * { margin-bottom: 5px !important; }
    .mgt-5-md, .mgt-all-5-md > *, .mgy-5-md, .mgy-all-5-md > *, .mg-all-5-md > *, .mgy-push-5 > * + * { margin-top: 5px !important; }
    .mgr-5-md, .mgr-all-5-md > *, .mgx-5-md, .mgx-all-5-md > *, .mg-all-5-md > * { margin-right: 5px !important; }
    .mgl-5-md, .mgl-all-5-md > *, .mgx-5-md, .mgx-all-5-md > *, .mg-all-5-md > *, .mgx-push-5-md > * + * { margin-left: 5px !important; }
    .mgx-del-5-md { margin-left: -5px; margin-right: -5px; }
    .mgb-10-md, .mgb-all-10-md > *, .mgy-10-md, .mgy-all-10-md > *, .mg-all-10-md > * { margin-bottom: 10px !important; }
    .mgt-10-md, .mgt-all-10-md > *, .mgy-10-md, .mgy-all-10-md > *, .mg-all-10-md > *, .mgy-push-10 > * + * { margin-top: 10px !important; }
    .mgr-10-md, .mgr-all-10-md > *, .mgx-10-md, .mgx-all-10-md > *, .mg-all-10-md > * { margin-right: 10px !important; }
    .mgl-10-md, .mgl-all-10-md > *, .mgx-10-md, .mgx-all-10-md > *, .mg-all-10-md > *, .mgx-push-10-md > * + * { margin-left: 10px !important; }
    .mgx-del-10-md { margin-left: -10px; margin-right: -10px; }
    .mgb-15-md, .mgb-all-15-md > *, .mgy-15-md, .mgy-all-15-md > *, .mg-all-15-md > * { margin-bottom: 15px !important; }
    .mgt-15-md, .mgt-all-15-md > *, .mgy-15-md, .mgy-all-15-md > *, .mg-all-15-md > *, .mgy-push-15 > * + * { margin-top: 15px !important; }
    .mgr-15-md, .mgr-all-15-md > *, .mgx-15-md, .mgx-all-15-md > *, .mg-all-15-md > * { margin-right: 15px !important; }
    .mgl-15-md, .mgl-all-15-md > *, .mgx-15-md, .mgx-all-15-md > *, .mg-all-15-md > *, .mgx-push-15-md > * + * { margin-left: 15px !important; }
    .mgx-del-15-md { margin-left: -15px; margin-right: -15px; }
    .mgb-20-md, .mgb-all-20-md > *, .mgy-20-md, .mgy-all-20-md > *, .mg-all-20-md > * { margin-bottom: 20px !important; }
    .mgt-20-md, .mgt-all-20-md > *, .mgy-20-md, .mgy-all-20-md > *, .mg-all-20-md > *, .mgy-push-20 > * + * { margin-top: 20px !important; }
    .mgr-20-md, .mgr-all-20-md > *, .mgx-20-md, .mgx-all-20-md > *, .mg-all-20-md > * { margin-right: 20px !important; }
    .mgl-20-md, .mgl-all-20-md > *, .mgx-20-md, .mgx-all-20-md > *, .mg-all-20-md > *, .mgx-push-20-md > * + * { margin-left: 20px !important; }
    .mgx-del-20-md { margin-left: -20px; margin-right: -20px; }
    .mgb-30-md, .mgb-all-30-md > *, .mgy-30-md, .mgy-all-30-md > *, .mg-all-30-md > * { margin-bottom: 30px !important; }
    .mgt-30-md, .mgt-all-30-md > *, .mgy-30-md, .mgy-all-30-md > *, .mg-all-30-md > *, .mgy-push-30 > * + * { margin-top: 30px !important; }
    .mgr-30-md, .mgr-all-30-md > *, .mgx-30-md, .mgx-all-30-md > *, .mg-all-30-md > * { margin-right: 30px !important; }
    .mgl-30-md, .mgl-all-30-md > *, .mgx-30-md, .mgx-all-30-md > *, .mg-all-30-md > *, .mgx-push-30-md > * + * { margin-left: 30px !important; }
    .mgx-del-30-md { margin-left: -30px; margin-right: -30px; } }

@media (min-width: 992px) { .mgb-auto-lg, .mgb-all-auto-lg > *, .mgy-auto-lg, .mgy-all-auto-lg > *, .mg-all-auto-lg > * { margin-bottom: auto !important; }
    .mgt-auto-lg, .mgt-all-auto-lg > *, .mgy-auto-lg, .mgy-all-auto-lg > *, .mg-all-auto-lg > *, .mgy-push-auto > * + * { margin-top: auto !important; }
    .mgr-auto-lg, .mgr-all-auto-lg > *, .mgx-auto-lg, .mgx-all-auto-lg > *, .mg-all-auto-lg > * { margin-right: auto !important; }
    .mgl-auto-lg, .mgl-all-auto-lg > *, .mgx-auto-lg, .mgx-all-auto-lg > *, .mg-all-auto-lg > *, .mgx-push-auto-lg > * + * { margin-left: auto !important; }
    .mgb-0-lg, .mgb-all-0-lg > *, .mgy-0-lg, .mgy-all-0-lg > *, .mg-all-0-lg > * { margin-bottom: 0 !important; }
    .mgt-0-lg, .mgt-all-0-lg > *, .mgy-0-lg, .mgy-all-0-lg > *, .mg-all-0-lg > *, .mgy-push-0 > * + * { margin-top: 0 !important; }
    .mgr-0-lg, .mgr-all-0-lg > *, .mgx-0-lg, .mgx-all-0-lg > *, .mg-all-0-lg > * { margin-right: 0 !important; }
    .mgl-0-lg, .mgl-all-0-lg > *, .mgx-0-lg, .mgx-all-0-lg > *, .mg-all-0-lg > *, .mgx-push-0-lg > * + * { margin-left: 0 !important; }
    .mgb-2-lg, .mgb-all-2-lg > *, .mgy-2-lg, .mgy-all-2-lg > *, .mg-all-2-lg > * { margin-bottom: 2px !important; }
    .mgt-2-lg, .mgt-all-2-lg > *, .mgy-2-lg, .mgy-all-2-lg > *, .mg-all-2-lg > *, .mgy-push-2 > * + * { margin-top: 2px !important; }
    .mgr-2-lg, .mgr-all-2-lg > *, .mgx-2-lg, .mgx-all-2-lg > *, .mg-all-2-lg > * { margin-right: 2px !important; }
    .mgl-2-lg, .mgl-all-2-lg > *, .mgx-2-lg, .mgx-all-2-lg > *, .mg-all-2-lg > *, .mgx-push-2-lg > * + * { margin-left: 2px !important; }
    .mgx-del-2-lg { margin-left: -2px; margin-right: -2px; }
    .mgb-5-lg, .mgb-all-5-lg > *, .mgy-5-lg, .mgy-all-5-lg > *, .mg-all-5-lg > * { margin-bottom: 5px !important; }
    .mgt-5-lg, .mgt-all-5-lg > *, .mgy-5-lg, .mgy-all-5-lg > *, .mg-all-5-lg > *, .mgy-push-5 > * + * { margin-top: 5px !important; }
    .mgr-5-lg, .mgr-all-5-lg > *, .mgx-5-lg, .mgx-all-5-lg > *, .mg-all-5-lg > * { margin-right: 5px !important; }
    .mgl-5-lg, .mgl-all-5-lg > *, .mgx-5-lg, .mgx-all-5-lg > *, .mg-all-5-lg > *, .mgx-push-5-lg > * + * { margin-left: 5px !important; }
    .mgx-del-5-lg { margin-left: -5px; margin-right: -5px; }
    .mgb-10-lg, .mgb-all-10-lg > *, .mgy-10-lg, .mgy-all-10-lg > *, .mg-all-10-lg > * { margin-bottom: 10px !important; }
    .mgt-10-lg, .mgt-all-10-lg > *, .mgy-10-lg, .mgy-all-10-lg > *, .mg-all-10-lg > *, .mgy-push-10 > * + * { margin-top: 10px !important; }
    .mgr-10-lg, .mgr-all-10-lg > *, .mgx-10-lg, .mgx-all-10-lg > *, .mg-all-10-lg > * { margin-right: 10px !important; }
    .mgl-10-lg, .mgl-all-10-lg > *, .mgx-10-lg, .mgx-all-10-lg > *, .mg-all-10-lg > *, .mgx-push-10-lg > * + * { margin-left: 10px !important; }
    .mgx-del-10-lg { margin-left: -10px; margin-right: -10px; }
    .mgb-15-lg, .mgb-all-15-lg > *, .mgy-15-lg, .mgy-all-15-lg > *, .mg-all-15-lg > * { margin-bottom: 15px !important; }
    .mgt-15-lg, .mgt-all-15-lg > *, .mgy-15-lg, .mgy-all-15-lg > *, .mg-all-15-lg > *, .mgy-push-15 > * + * { margin-top: 15px !important; }
    .mgr-15-lg, .mgr-all-15-lg > *, .mgx-15-lg, .mgx-all-15-lg > *, .mg-all-15-lg > * { margin-right: 15px !important; }
    .mgl-15-lg, .mgl-all-15-lg > *, .mgx-15-lg, .mgx-all-15-lg > *, .mg-all-15-lg > *, .mgx-push-15-lg > * + * { margin-left: 15px !important; }
    .mgx-del-15-lg { margin-left: -15px; margin-right: -15px; }
    .mgb-20-lg, .mgb-all-20-lg > *, .mgy-20-lg, .mgy-all-20-lg > *, .mg-all-20-lg > * { margin-bottom: 20px !important; }
    .mgt-20-lg, .mgt-all-20-lg > *, .mgy-20-lg, .mgy-all-20-lg > *, .mg-all-20-lg > *, .mgy-push-20 > * + * { margin-top: 20px !important; }
    .mgr-20-lg, .mgr-all-20-lg > *, .mgx-20-lg, .mgx-all-20-lg > *, .mg-all-20-lg > * { margin-right: 20px !important; }
    .mgl-20-lg, .mgl-all-20-lg > *, .mgx-20-lg, .mgx-all-20-lg > *, .mg-all-20-lg > *, .mgx-push-20-lg > * + * { margin-left: 20px !important; }
    .mgx-del-20-lg { margin-left: -20px; margin-right: -20px; }
    .mgb-30-lg, .mgb-all-30-lg > *, .mgy-30-lg, .mgy-all-30-lg > *, .mg-all-30-lg > * { margin-bottom: 30px !important; }
    .mgt-30-lg, .mgt-all-30-lg > *, .mgy-30-lg, .mgy-all-30-lg > *, .mg-all-30-lg > *, .mgy-push-30 > * + * { margin-top: 30px !important; }
    .mgr-30-lg, .mgr-all-30-lg > *, .mgx-30-lg, .mgx-all-30-lg > *, .mg-all-30-lg > * { margin-right: 30px !important; }
    .mgl-30-lg, .mgl-all-30-lg > *, .mgx-30-lg, .mgx-all-30-lg > *, .mg-all-30-lg > *, .mgx-push-30-lg > * + * { margin-left: 30px !important; }
    .mgx-del-30-lg { margin-left: -30px; margin-right: -30px; } }

.pd-0, .pdb-0, .pdb-all-0 > *, .pdy-0, .pdy-all-0 > *, .pd-all-0 > * { padding-bottom: 0 !important; }

.pd-0, .pdt-0, .pdt-all-0 > *, .pdy-0, .pdy-all-0 > *, .pd-all-0 > *, .pdy-push-0 > * + * { padding-top: 0 !important; }

.pd-0, .pdr-0, .pdr-all-0 > *, .pdx-0, .pdx-all-0 > *, .pd-all-0 > * { padding-right: 0 !important; }

.pd-0, .pdl-0, .pdl-all-0 > *, .pdx-0, .pdx-all-0 > *, .pd-all-0 > *, .pdx-push-0 > * + * { padding-left: 0 !important; }

.pd-5, .pdb-5, .pdb-all-5 > *, .pdy-5, .pdy-all-5 > *, .pd-all-5 > * { padding-bottom: 5px !important; }

.pd-5, .pdt-5, .pdt-all-5 > *, .pdy-5, .pdy-all-5 > *, .pd-all-5 > *, .pdy-push-5 > * + * { padding-top: 5px !important; }

.pd-5, .pdr-5, .pdr-all-5 > *, .pdx-5, .pdx-all-5 > *, .pd-all-5 > * { padding-right: 5px !important; }

.pd-5, .pdl-5, .pdl-all-5 > *, .pdx-5, .pdx-all-5 > *, .pd-all-5 > *, .pdx-push-5 > * + * { padding-left: 5px !important; }

.pd-10, .pdb-10, .pdb-all-10 > *, .pdy-10, .pdy-all-10 > *, .pd-all-10 > * { padding-bottom: 10px !important; }

.pd-10, .pdt-10, .pdt-all-10 > *, .pdy-10, .pdy-all-10 > *, .pd-all-10 > *, .pdy-push-10 > * + * { padding-top: 10px !important; }

.pd-10, .pdr-10, .pdr-all-10 > *, .pdx-10, .pdx-all-10 > *, .pd-all-10 > * { padding-right: 10px !important; }

.pd-10, .pdl-10, .pdl-all-10 > *, .pdx-10, .pdx-all-10 > *, .pd-all-10 > *, .pdx-push-10 > * + * { padding-left: 10px !important; }

.pd-15, .pdb-15, .pdb-all-15 > *, .pdy-15, .pdy-all-15 > *, .pd-all-15 > * { padding-bottom: 15px !important; }

.pd-15, .pdt-15, .pdt-all-15 > *, .pdy-15, .pdy-all-15 > *, .pd-all-15 > *, .pdy-push-15 > * + * { padding-top: 15px !important; }

.pd-15, .pdr-15, .pdr-all-15 > *, .pdx-15, .pdx-all-15 > *, .pd-all-15 > * { padding-right: 15px !important; }

.pd-15, .pdl-15, .pdl-all-15 > *, .pdx-15, .pdx-all-15 > *, .pd-all-15 > *, .pdx-push-15 > * + * { padding-left: 15px !important; }

.pd-20, .pdb-20, .pdb-all-20 > *, .pdy-20, .pdy-all-20 > *, .pd-all-20 > * { padding-bottom: 20px !important; }

.pd-20, .pdt-20, .pdt-all-20 > *, .pdy-20, .pdy-all-20 > *, .pd-all-20 > *, .pdy-push-20 > * + * { padding-top: 20px !important; }

.pd-20, .pdr-20, .pdr-all-20 > *, .pdx-20, .pdx-all-20 > *, .pd-all-20 > * { padding-right: 20px !important; }

.pd-20, .pdl-20, .pdl-all-20 > *, .pdx-20, .pdx-all-20 > *, .pd-all-20 > *, .pdx-push-20 > * + * { padding-left: 20px !important; }

.pd-30, .pdb-30, .pdb-all-30 > *, .pdy-30, .pdy-all-30 > *, .pd-all-30 > * { padding-bottom: 30px !important; }

.pd-30, .pdt-30, .pdt-all-30 > *, .pdy-30, .pdy-all-30 > *, .pd-all-30 > *, .pdy-push-30 > * + * { padding-top: 30px !important; }

.pd-30, .pdr-30, .pdr-all-30 > *, .pdx-30, .pdx-all-30 > *, .pd-all-30 > * { padding-right: 30px !important; }

.pd-30, .pdl-30, .pdl-all-30 > *, .pdx-30, .pdx-all-30 > *, .pd-all-30 > *, .pdx-push-30 > * + * { padding-left: 30px !important; }

.pd-40, .pdb-40, .pdb-all-40 > *, .pdy-40, .pdy-all-40 > *, .pd-all-40 > * { padding-bottom: 40px !important; }

.pd-40, .pdt-40, .pdt-all-40 > *, .pdy-40, .pdy-all-40 > *, .pd-all-40 > *, .pdy-push-40 > * + * { padding-top: 40px !important; }

.pd-40, .pdr-40, .pdr-all-40 > *, .pdx-40, .pdx-all-40 > *, .pd-all-40 > * { padding-right: 40px !important; }

.pd-40, .pdl-40, .pdl-all-40 > *, .pdx-40, .pdx-all-40 > *, .pd-all-40 > *, .pdx-push-40 > * + * { padding-left: 40px !important; }

.pd-50, .pdb-50, .pdb-all-50 > *, .pdy-50, .pdy-all-50 > *, .pd-all-50 > * { padding-bottom: 50px !important; }

.pd-50, .pdt-50, .pdt-all-50 > *, .pdy-50, .pdy-all-50 > *, .pd-all-50 > *, .pdy-push-50 > * + * { padding-top: 50px !important; }

.pd-50, .pdr-50, .pdr-all-50 > *, .pdx-50, .pdx-all-50 > *, .pd-all-50 > * { padding-right: 50px !important; }

.pd-50, .pdl-50, .pdl-all-50 > *, .pdx-50, .pdx-all-50 > *, .pd-all-50 > *, .pdx-push-50 > * + * { padding-left: 50px !important; }

.pd-80, .pdb-80, .pdb-all-80 > *, .pdy-80, .pdy-all-80 > *, .pd-all-80 > * { padding-bottom: 80px !important; }

.pd-80, .pdt-80, .pdt-all-80 > *, .pdy-80, .pdy-all-80 > *, .pd-all-80 > *, .pdy-push-80 > * + * { padding-top: 80px !important; }

.pd-80, .pdr-80, .pdr-all-80 > *, .pdx-80, .pdx-all-80 > *, .pd-all-80 > * { padding-right: 80px !important; }

.pd-80, .pdl-80, .pdl-all-80 > *, .pdx-80, .pdx-all-80 > *, .pd-all-80 > *, .pdx-push-80 > * + * { padding-left: 80px !important; }

.pd-100, .pdb-100, .pdb-all-100 > *, .pdy-100, .pdy-all-100 > *, .pd-all-100 > * { padding-bottom: 100px !important; }

.pd-100, .pdt-100, .pdt-all-100 > *, .pdy-100, .pdy-all-100 > *, .pd-all-100 > *, .pdy-push-100 > * + * { padding-top: 100px !important; }

.pd-100, .pdr-100, .pdr-all-100 > *, .pdx-100, .pdx-all-100 > *, .pd-all-100 > * { padding-right: 100px !important; }

.pd-100, .pdl-100, .pdl-all-100 > *, .pdx-100, .pdx-all-100 > *, .pd-all-100 > *, .pdx-push-100 > * + * { padding-left: 100px !important; }

@media (min-width: 576px) { .pd-0-sm, .pdb-0-sm, .pdb-all-0-sm > *, .pdy-0-sm, .pdy-all-0-sm > *, .pd-all-0-sm > * { padding-bottom: 0 !important; }
    .pd-0-sm, .pdt-0-sm, .pdt-all-0-sm > *, .pdy-0-sm, .pdy-all-0-sm > *, .pd-all-0-sm > *, .pdy-push-0 > * + * { padding-top: 0 !important; }
    .pd-0-sm, .pdr-0-sm, .pdr-all-0-sm > *, .pdx-0-sm, .pdx-all-0-sm > *, .pd-all-0-sm > * { padding-right: 0 !important; }
    .pd-0-sm, .pdl-0-sm, .pdl-all-0-sm > *, .pdx-0-sm, .pdx-all-0-sm > *, .pd-all-0-sm > *, .pdx-push-0-sm > * + * { padding-left: 0 !important; }
    .pd-5-sm, .pdb-5-sm, .pdb-all-5-sm > *, .pdy-5-sm, .pdy-all-5-sm > *, .pd-all-5-sm > * { padding-bottom: 5px !important; }
    .pd-5-sm, .pdt-5-sm, .pdt-all-5-sm > *, .pdy-5-sm, .pdy-all-5-sm > *, .pd-all-5-sm > *, .pdy-push-5 > * + * { padding-top: 5px !important; }
    .pd-5-sm, .pdr-5-sm, .pdr-all-5-sm > *, .pdx-5-sm, .pdx-all-5-sm > *, .pd-all-5-sm > * { padding-right: 5px !important; }
    .pd-5-sm, .pdl-5-sm, .pdl-all-5-sm > *, .pdx-5-sm, .pdx-all-5-sm > *, .pd-all-5-sm > *, .pdx-push-5-sm > * + * { padding-left: 5px !important; }
    .pd-10-sm, .pdb-10-sm, .pdb-all-10-sm > *, .pdy-10-sm, .pdy-all-10-sm > *, .pd-all-10-sm > * { padding-bottom: 10px !important; }
    .pd-10-sm, .pdt-10-sm, .pdt-all-10-sm > *, .pdy-10-sm, .pdy-all-10-sm > *, .pd-all-10-sm > *, .pdy-push-10 > * + * { padding-top: 10px !important; }
    .pd-10-sm, .pdr-10-sm, .pdr-all-10-sm > *, .pdx-10-sm, .pdx-all-10-sm > *, .pd-all-10-sm > * { padding-right: 10px !important; }
    .pd-10-sm, .pdl-10-sm, .pdl-all-10-sm > *, .pdx-10-sm, .pdx-all-10-sm > *, .pd-all-10-sm > *, .pdx-push-10-sm > * + * { padding-left: 10px !important; }
    .pd-15-sm, .pdb-15-sm, .pdb-all-15-sm > *, .pdy-15-sm, .pdy-all-15-sm > *, .pd-all-15-sm > * { padding-bottom: 15px !important; }
    .pd-15-sm, .pdt-15-sm, .pdt-all-15-sm > *, .pdy-15-sm, .pdy-all-15-sm > *, .pd-all-15-sm > *, .pdy-push-15 > * + * { padding-top: 15px !important; }
    .pd-15-sm, .pdr-15-sm, .pdr-all-15-sm > *, .pdx-15-sm, .pdx-all-15-sm > *, .pd-all-15-sm > * { padding-right: 15px !important; }
    .pd-15-sm, .pdl-15-sm, .pdl-all-15-sm > *, .pdx-15-sm, .pdx-all-15-sm > *, .pd-all-15-sm > *, .pdx-push-15-sm > * + * { padding-left: 15px !important; }
    .pd-20-sm, .pdb-20-sm, .pdb-all-20-sm > *, .pdy-20-sm, .pdy-all-20-sm > *, .pd-all-20-sm > * { padding-bottom: 20px !important; }
    .pd-20-sm, .pdt-20-sm, .pdt-all-20-sm > *, .pdy-20-sm, .pdy-all-20-sm > *, .pd-all-20-sm > *, .pdy-push-20 > * + * { padding-top: 20px !important; }
    .pd-20-sm, .pdr-20-sm, .pdr-all-20-sm > *, .pdx-20-sm, .pdx-all-20-sm > *, .pd-all-20-sm > * { padding-right: 20px !important; }
    .pd-20-sm, .pdl-20-sm, .pdl-all-20-sm > *, .pdx-20-sm, .pdx-all-20-sm > *, .pd-all-20-sm > *, .pdx-push-20-sm > * + * { padding-left: 20px !important; }
    .pd-30-sm, .pdb-30-sm, .pdb-all-30-sm > *, .pdy-30-sm, .pdy-all-30-sm > *, .pd-all-30-sm > * { padding-bottom: 30px !important; }
    .pd-30-sm, .pdt-30-sm, .pdt-all-30-sm > *, .pdy-30-sm, .pdy-all-30-sm > *, .pd-all-30-sm > *, .pdy-push-30 > * + * { padding-top: 30px !important; }
    .pd-30-sm, .pdr-30-sm, .pdr-all-30-sm > *, .pdx-30-sm, .pdx-all-30-sm > *, .pd-all-30-sm > * { padding-right: 30px !important; }
    .pd-30-sm, .pdl-30-sm, .pdl-all-30-sm > *, .pdx-30-sm, .pdx-all-30-sm > *, .pd-all-30-sm > *, .pdx-push-30-sm > * + * { padding-left: 30px !important; }
    .pd-40-sm, .pdb-40-sm, .pdb-all-40-sm > *, .pdy-40-sm, .pdy-all-40-sm > *, .pd-all-40-sm > * { padding-bottom: 40px !important; }
    .pd-40-sm, .pdt-40-sm, .pdt-all-40-sm > *, .pdy-40-sm, .pdy-all-40-sm > *, .pd-all-40-sm > *, .pdy-push-40 > * + * { padding-top: 40px !important; }
    .pd-40-sm, .pdr-40-sm, .pdr-all-40-sm > *, .pdx-40-sm, .pdx-all-40-sm > *, .pd-all-40-sm > * { padding-right: 40px !important; }
    .pd-40-sm, .pdl-40-sm, .pdl-all-40-sm > *, .pdx-40-sm, .pdx-all-40-sm > *, .pd-all-40-sm > *, .pdx-push-40-sm > * + * { padding-left: 40px !important; }
    .pd-50-sm, .pdb-50-sm, .pdb-all-50-sm > *, .pdy-50-sm, .pdy-all-50-sm > *, .pd-all-50-sm > * { padding-bottom: 50px !important; }
    .pd-50-sm, .pdt-50-sm, .pdt-all-50-sm > *, .pdy-50-sm, .pdy-all-50-sm > *, .pd-all-50-sm > *, .pdy-push-50 > * + * { padding-top: 50px !important; }
    .pd-50-sm, .pdr-50-sm, .pdr-all-50-sm > *, .pdx-50-sm, .pdx-all-50-sm > *, .pd-all-50-sm > * { padding-right: 50px !important; }
    .pd-50-sm, .pdl-50-sm, .pdl-all-50-sm > *, .pdx-50-sm, .pdx-all-50-sm > *, .pd-all-50-sm > *, .pdx-push-50-sm > * + * { padding-left: 50px !important; }
    .pd-80-sm, .pdb-80-sm, .pdb-all-80-sm > *, .pdy-80-sm, .pdy-all-80-sm > *, .pd-all-80-sm > * { padding-bottom: 80px !important; }
    .pd-80-sm, .pdt-80-sm, .pdt-all-80-sm > *, .pdy-80-sm, .pdy-all-80-sm > *, .pd-all-80-sm > *, .pdy-push-80 > * + * { padding-top: 80px !important; }
    .pd-80-sm, .pdr-80-sm, .pdr-all-80-sm > *, .pdx-80-sm, .pdx-all-80-sm > *, .pd-all-80-sm > * { padding-right: 80px !important; }
    .pd-80-sm, .pdl-80-sm, .pdl-all-80-sm > *, .pdx-80-sm, .pdx-all-80-sm > *, .pd-all-80-sm > *, .pdx-push-80-sm > * + * { padding-left: 80px !important; }
    .pd-100-sm, .pdb-100-sm, .pdb-all-100-sm > *, .pdy-100-sm, .pdy-all-100-sm > *, .pd-all-100-sm > * { padding-bottom: 100px !important; }
    .pd-100-sm, .pdt-100-sm, .pdt-all-100-sm > *, .pdy-100-sm, .pdy-all-100-sm > *, .pd-all-100-sm > *, .pdy-push-100 > * + * { padding-top: 100px !important; }
    .pd-100-sm, .pdr-100-sm, .pdr-all-100-sm > *, .pdx-100-sm, .pdx-all-100-sm > *, .pd-all-100-sm > * { padding-right: 100px !important; }
    .pd-100-sm, .pdl-100-sm, .pdl-all-100-sm > *, .pdx-100-sm, .pdx-all-100-sm > *, .pd-all-100-sm > *, .pdx-push-100-sm > * + * { padding-left: 100px !important; } }

@media (min-width: 768px) { .pd-0-md, .pdb-0-md, .pdb-all-0-md > *, .pdy-0-md, .pdy-all-0-md > *, .pd-all-0-md > * { padding-bottom: 0 !important; }
    .pd-0-md, .pdt-0-md, .pdt-all-0-md > *, .pdy-0-md, .pdy-all-0-md > *, .pd-all-0-md > *, .pdy-push-0 > * + * { padding-top: 0 !important; }
    .pd-0-md, .pdr-0-md, .pdr-all-0-md > *, .pdx-0-md, .pdx-all-0-md > *, .pd-all-0-md > * { padding-right: 0 !important; }
    .pd-0-md, .pdl-0-md, .pdl-all-0-md > *, .pdx-0-md, .pdx-all-0-md > *, .pd-all-0-md > *, .pdx-push-0-md > * + * { padding-left: 0 !important; }
    .pd-5-md, .pdb-5-md, .pdb-all-5-md > *, .pdy-5-md, .pdy-all-5-md > *, .pd-all-5-md > * { padding-bottom: 5px !important; }
    .pd-5-md, .pdt-5-md, .pdt-all-5-md > *, .pdy-5-md, .pdy-all-5-md > *, .pd-all-5-md > *, .pdy-push-5 > * + * { padding-top: 5px !important; }
    .pd-5-md, .pdr-5-md, .pdr-all-5-md > *, .pdx-5-md, .pdx-all-5-md > *, .pd-all-5-md > * { padding-right: 5px !important; }
    .pd-5-md, .pdl-5-md, .pdl-all-5-md > *, .pdx-5-md, .pdx-all-5-md > *, .pd-all-5-md > *, .pdx-push-5-md > * + * { padding-left: 5px !important; }
    .pd-10-md, .pdb-10-md, .pdb-all-10-md > *, .pdy-10-md, .pdy-all-10-md > *, .pd-all-10-md > * { padding-bottom: 10px !important; }
    .pd-10-md, .pdt-10-md, .pdt-all-10-md > *, .pdy-10-md, .pdy-all-10-md > *, .pd-all-10-md > *, .pdy-push-10 > * + * { padding-top: 10px !important; }
    .pd-10-md, .pdr-10-md, .pdr-all-10-md > *, .pdx-10-md, .pdx-all-10-md > *, .pd-all-10-md > * { padding-right: 10px !important; }
    .pd-10-md, .pdl-10-md, .pdl-all-10-md > *, .pdx-10-md, .pdx-all-10-md > *, .pd-all-10-md > *, .pdx-push-10-md > * + * { padding-left: 10px !important; }
    .pd-15-md, .pdb-15-md, .pdb-all-15-md > *, .pdy-15-md, .pdy-all-15-md > *, .pd-all-15-md > * { padding-bottom: 15px !important; }
    .pd-15-md, .pdt-15-md, .pdt-all-15-md > *, .pdy-15-md, .pdy-all-15-md > *, .pd-all-15-md > *, .pdy-push-15 > * + * { padding-top: 15px !important; }
    .pd-15-md, .pdr-15-md, .pdr-all-15-md > *, .pdx-15-md, .pdx-all-15-md > *, .pd-all-15-md > * { padding-right: 15px !important; }
    .pd-15-md, .pdl-15-md, .pdl-all-15-md > *, .pdx-15-md, .pdx-all-15-md > *, .pd-all-15-md > *, .pdx-push-15-md > * + * { padding-left: 15px !important; }
    .pd-20-md, .pdb-20-md, .pdb-all-20-md > *, .pdy-20-md, .pdy-all-20-md > *, .pd-all-20-md > * { padding-bottom: 20px !important; }
    .pd-20-md, .pdt-20-md, .pdt-all-20-md > *, .pdy-20-md, .pdy-all-20-md > *, .pd-all-20-md > *, .pdy-push-20 > * + * { padding-top: 20px !important; }
    .pd-20-md, .pdr-20-md, .pdr-all-20-md > *, .pdx-20-md, .pdx-all-20-md > *, .pd-all-20-md > * { padding-right: 20px !important; }
    .pd-20-md, .pdl-20-md, .pdl-all-20-md > *, .pdx-20-md, .pdx-all-20-md > *, .pd-all-20-md > *, .pdx-push-20-md > * + * { padding-left: 20px !important; }
    .pd-30-md, .pdb-30-md, .pdb-all-30-md > *, .pdy-30-md, .pdy-all-30-md > *, .pd-all-30-md > * { padding-bottom: 30px !important; }
    .pd-30-md, .pdt-30-md, .pdt-all-30-md > *, .pdy-30-md, .pdy-all-30-md > *, .pd-all-30-md > *, .pdy-push-30 > * + * { padding-top: 30px !important; }
    .pd-30-md, .pdr-30-md, .pdr-all-30-md > *, .pdx-30-md, .pdx-all-30-md > *, .pd-all-30-md > * { padding-right: 30px !important; }
    .pd-30-md, .pdl-30-md, .pdl-all-30-md > *, .pdx-30-md, .pdx-all-30-md > *, .pd-all-30-md > *, .pdx-push-30-md > * + * { padding-left: 30px !important; }
    .pd-40-md, .pdb-40-md, .pdb-all-40-md > *, .pdy-40-md, .pdy-all-40-md > *, .pd-all-40-md > * { padding-bottom: 40px !important; }
    .pd-40-md, .pdt-40-md, .pdt-all-40-md > *, .pdy-40-md, .pdy-all-40-md > *, .pd-all-40-md > *, .pdy-push-40 > * + * { padding-top: 40px !important; }
    .pd-40-md, .pdr-40-md, .pdr-all-40-md > *, .pdx-40-md, .pdx-all-40-md > *, .pd-all-40-md > * { padding-right: 40px !important; }
    .pd-40-md, .pdl-40-md, .pdl-all-40-md > *, .pdx-40-md, .pdx-all-40-md > *, .pd-all-40-md > *, .pdx-push-40-md > * + * { padding-left: 40px !important; }
    .pd-50-md, .pdb-50-md, .pdb-all-50-md > *, .pdy-50-md, .pdy-all-50-md > *, .pd-all-50-md > * { padding-bottom: 50px !important; }
    .pd-50-md, .pdt-50-md, .pdt-all-50-md > *, .pdy-50-md, .pdy-all-50-md > *, .pd-all-50-md > *, .pdy-push-50 > * + * { padding-top: 50px !important; }
    .pd-50-md, .pdr-50-md, .pdr-all-50-md > *, .pdx-50-md, .pdx-all-50-md > *, .pd-all-50-md > * { padding-right: 50px !important; }
    .pd-50-md, .pdl-50-md, .pdl-all-50-md > *, .pdx-50-md, .pdx-all-50-md > *, .pd-all-50-md > *, .pdx-push-50-md > * + * { padding-left: 50px !important; }
    .pd-80-md, .pdb-80-md, .pdb-all-80-md > *, .pdy-80-md, .pdy-all-80-md > *, .pd-all-80-md > * { padding-bottom: 80px !important; }
    .pd-80-md, .pdt-80-md, .pdt-all-80-md > *, .pdy-80-md, .pdy-all-80-md > *, .pd-all-80-md > *, .pdy-push-80 > * + * { padding-top: 80px !important; }
    .pd-80-md, .pdr-80-md, .pdr-all-80-md > *, .pdx-80-md, .pdx-all-80-md > *, .pd-all-80-md > * { padding-right: 80px !important; }
    .pd-80-md, .pdl-80-md, .pdl-all-80-md > *, .pdx-80-md, .pdx-all-80-md > *, .pd-all-80-md > *, .pdx-push-80-md > * + * { padding-left: 80px !important; }
    .pd-100-md, .pdb-100-md, .pdb-all-100-md > *, .pdy-100-md, .pdy-all-100-md > *, .pd-all-100-md > * { padding-bottom: 100px !important; }
    .pd-100-md, .pdt-100-md, .pdt-all-100-md > *, .pdy-100-md, .pdy-all-100-md > *, .pd-all-100-md > *, .pdy-push-100 > * + * { padding-top: 100px !important; }
    .pd-100-md, .pdr-100-md, .pdr-all-100-md > *, .pdx-100-md, .pdx-all-100-md > *, .pd-all-100-md > * { padding-right: 100px !important; }
    .pd-100-md, .pdl-100-md, .pdl-all-100-md > *, .pdx-100-md, .pdx-all-100-md > *, .pd-all-100-md > *, .pdx-push-100-md > * + * { padding-left: 100px !important; } }

@media (min-width: 992px) { .pd-0-lg, .pdb-0-lg, .pdb-all-0-lg > *, .pdy-0-lg, .pdy-all-0-lg > *, .pd-all-0-lg > * { padding-bottom: 0 !important; }
    .pd-0-lg, .pdt-0-lg, .pdt-all-0-lg > *, .pdy-0-lg, .pdy-all-0-lg > *, .pd-all-0-lg > *, .pdy-push-0 > * + * { padding-top: 0 !important; }
    .pd-0-lg, .pdr-0-lg, .pdr-all-0-lg > *, .pdx-0-lg, .pdx-all-0-lg > *, .pd-all-0-lg > * { padding-right: 0 !important; }
    .pd-0-lg, .pdl-0-lg, .pdl-all-0-lg > *, .pdx-0-lg, .pdx-all-0-lg > *, .pd-all-0-lg > *, .pdx-push-0-lg > * + * { padding-left: 0 !important; }
    .pd-5-lg, .pdb-5-lg, .pdb-all-5-lg > *, .pdy-5-lg, .pdy-all-5-lg > *, .pd-all-5-lg > * { padding-bottom: 5px !important; }
    .pd-5-lg, .pdt-5-lg, .pdt-all-5-lg > *, .pdy-5-lg, .pdy-all-5-lg > *, .pd-all-5-lg > *, .pdy-push-5 > * + * { padding-top: 5px !important; }
    .pd-5-lg, .pdr-5-lg, .pdr-all-5-lg > *, .pdx-5-lg, .pdx-all-5-lg > *, .pd-all-5-lg > * { padding-right: 5px !important; }
    .pd-5-lg, .pdl-5-lg, .pdl-all-5-lg > *, .pdx-5-lg, .pdx-all-5-lg > *, .pd-all-5-lg > *, .pdx-push-5-lg > * + * { padding-left: 5px !important; }
    .pd-10-lg, .pdb-10-lg, .pdb-all-10-lg > *, .pdy-10-lg, .pdy-all-10-lg > *, .pd-all-10-lg > * { padding-bottom: 10px !important; }
    .pd-10-lg, .pdt-10-lg, .pdt-all-10-lg > *, .pdy-10-lg, .pdy-all-10-lg > *, .pd-all-10-lg > *, .pdy-push-10 > * + * { padding-top: 10px !important; }
    .pd-10-lg, .pdr-10-lg, .pdr-all-10-lg > *, .pdx-10-lg, .pdx-all-10-lg > *, .pd-all-10-lg > * { padding-right: 10px !important; }
    .pd-10-lg, .pdl-10-lg, .pdl-all-10-lg > *, .pdx-10-lg, .pdx-all-10-lg > *, .pd-all-10-lg > *, .pdx-push-10-lg > * + * { padding-left: 10px !important; }
    .pd-15-lg, .pdb-15-lg, .pdb-all-15-lg > *, .pdy-15-lg, .pdy-all-15-lg > *, .pd-all-15-lg > * { padding-bottom: 15px !important; }
    .pd-15-lg, .pdt-15-lg, .pdt-all-15-lg > *, .pdy-15-lg, .pdy-all-15-lg > *, .pd-all-15-lg > *, .pdy-push-15 > * + * { padding-top: 15px !important; }
    .pd-15-lg, .pdr-15-lg, .pdr-all-15-lg > *, .pdx-15-lg, .pdx-all-15-lg > *, .pd-all-15-lg > * { padding-right: 15px !important; }
    .pd-15-lg, .pdl-15-lg, .pdl-all-15-lg > *, .pdx-15-lg, .pdx-all-15-lg > *, .pd-all-15-lg > *, .pdx-push-15-lg > * + * { padding-left: 15px !important; }
    .pd-20-lg, .pdb-20-lg, .pdb-all-20-lg > *, .pdy-20-lg, .pdy-all-20-lg > *, .pd-all-20-lg > * { padding-bottom: 20px !important; }
    .pd-20-lg, .pdt-20-lg, .pdt-all-20-lg > *, .pdy-20-lg, .pdy-all-20-lg > *, .pd-all-20-lg > *, .pdy-push-20 > * + * { padding-top: 20px !important; }
    .pd-20-lg, .pdr-20-lg, .pdr-all-20-lg > *, .pdx-20-lg, .pdx-all-20-lg > *, .pd-all-20-lg > * { padding-right: 20px !important; }
    .pd-20-lg, .pdl-20-lg, .pdl-all-20-lg > *, .pdx-20-lg, .pdx-all-20-lg > *, .pd-all-20-lg > *, .pdx-push-20-lg > * + * { padding-left: 20px !important; }
    .pd-30-lg, .pdb-30-lg, .pdb-all-30-lg > *, .pdy-30-lg, .pdy-all-30-lg > *, .pd-all-30-lg > * { padding-bottom: 30px !important; }
    .pd-30-lg, .pdt-30-lg, .pdt-all-30-lg > *, .pdy-30-lg, .pdy-all-30-lg > *, .pd-all-30-lg > *, .pdy-push-30 > * + * { padding-top: 30px !important; }
    .pd-30-lg, .pdr-30-lg, .pdr-all-30-lg > *, .pdx-30-lg, .pdx-all-30-lg > *, .pd-all-30-lg > * { padding-right: 30px !important; }
    .pd-30-lg, .pdl-30-lg, .pdl-all-30-lg > *, .pdx-30-lg, .pdx-all-30-lg > *, .pd-all-30-lg > *, .pdx-push-30-lg > * + * { padding-left: 30px !important; }
    .pd-40-lg, .pdb-40-lg, .pdb-all-40-lg > *, .pdy-40-lg, .pdy-all-40-lg > *, .pd-all-40-lg > * { padding-bottom: 40px !important; }
    .pd-40-lg, .pdt-40-lg, .pdt-all-40-lg > *, .pdy-40-lg, .pdy-all-40-lg > *, .pd-all-40-lg > *, .pdy-push-40 > * + * { padding-top: 40px !important; }
    .pd-40-lg, .pdr-40-lg, .pdr-all-40-lg > *, .pdx-40-lg, .pdx-all-40-lg > *, .pd-all-40-lg > * { padding-right: 40px !important; }
    .pd-40-lg, .pdl-40-lg, .pdl-all-40-lg > *, .pdx-40-lg, .pdx-all-40-lg > *, .pd-all-40-lg > *, .pdx-push-40-lg > * + * { padding-left: 40px !important; }
    .pd-50-lg, .pdb-50-lg, .pdb-all-50-lg > *, .pdy-50-lg, .pdy-all-50-lg > *, .pd-all-50-lg > * { padding-bottom: 50px !important; }
    .pd-50-lg, .pdt-50-lg, .pdt-all-50-lg > *, .pdy-50-lg, .pdy-all-50-lg > *, .pd-all-50-lg > *, .pdy-push-50 > * + * { padding-top: 50px !important; }
    .pd-50-lg, .pdr-50-lg, .pdr-all-50-lg > *, .pdx-50-lg, .pdx-all-50-lg > *, .pd-all-50-lg > * { padding-right: 50px !important; }
    .pd-50-lg, .pdl-50-lg, .pdl-all-50-lg > *, .pdx-50-lg, .pdx-all-50-lg > *, .pd-all-50-lg > *, .pdx-push-50-lg > * + * { padding-left: 50px !important; }
    .pd-80-lg, .pdb-80-lg, .pdb-all-80-lg > *, .pdy-80-lg, .pdy-all-80-lg > *, .pd-all-80-lg > * { padding-bottom: 80px !important; }
    .pd-80-lg, .pdt-80-lg, .pdt-all-80-lg > *, .pdy-80-lg, .pdy-all-80-lg > *, .pd-all-80-lg > *, .pdy-push-80 > * + * { padding-top: 80px !important; }
    .pd-80-lg, .pdr-80-lg, .pdr-all-80-lg > *, .pdx-80-lg, .pdx-all-80-lg > *, .pd-all-80-lg > * { padding-right: 80px !important; }
    .pd-80-lg, .pdl-80-lg, .pdl-all-80-lg > *, .pdx-80-lg, .pdx-all-80-lg > *, .pd-all-80-lg > *, .pdx-push-80-lg > * + * { padding-left: 80px !important; }
    .pd-100-lg, .pdb-100-lg, .pdb-all-100-lg > *, .pdy-100-lg, .pdy-all-100-lg > *, .pd-all-100-lg > * { padding-bottom: 100px !important; }
    .pd-100-lg, .pdt-100-lg, .pdt-all-100-lg > *, .pdy-100-lg, .pdy-all-100-lg > *, .pd-all-100-lg > *, .pdy-push-100 > * + * { padding-top: 100px !important; }
    .pd-100-lg, .pdr-100-lg, .pdr-all-100-lg > *, .pdx-100-lg, .pdx-all-100-lg > *, .pd-all-100-lg > * { padding-right: 100px !important; }
    .pd-100-lg, .pdl-100-lg, .pdl-all-100-lg > *, .pdx-100-lg, .pdx-all-100-lg > *, .pd-all-100-lg > *, .pdx-push-100-lg > * + * { padding-left: 100px !important; } }

@media (max-width: 767.98px) { .pd-0-sm-down, .pdb-0-sm-down, .pdb-all-0-sm-down > *, .pdy-0-sm-down, .pdy-all-0-sm-down > *, .pd-all-0-sm-down > * { padding-bottom: 0 !important; }
    .pd-0-sm-down, .pdt-0-sm-down, .pdt-all-0-sm-down > *, .pdy-0-sm-down, .pdy-all-0-sm-down > *, .pd-all-0-sm-down > *, .pdy-push-0 > * + * { padding-top: 0 !important; }
    .pd-0-sm-down, .pdr-0-sm-down, .pdr-all-0-sm-down > *, .pdx-0-sm-down, .pdx-all-0-sm-down > *, .pd-all-0-sm-down > * { padding-right: 0 !important; }
    .pd-0-sm-down, .pdl-0-sm-down, .pdl-all-0-sm-down > *, .pdx-0-sm-down, .pdx-all-0-sm-down > *, .pd-all-0-sm-down > *, .pdx-push-0-sm-down > * + * { padding-left: 0 !important; }
    .pd-5-sm-down, .pdb-5-sm-down, .pdb-all-5-sm-down > *, .pdy-5-sm-down, .pdy-all-5-sm-down > *, .pd-all-5-sm-down > * { padding-bottom: 5px !important; }
    .pd-5-sm-down, .pdt-5-sm-down, .pdt-all-5-sm-down > *, .pdy-5-sm-down, .pdy-all-5-sm-down > *, .pd-all-5-sm-down > *, .pdy-push-5 > * + * { padding-top: 5px !important; }
    .pd-5-sm-down, .pdr-5-sm-down, .pdr-all-5-sm-down > *, .pdx-5-sm-down, .pdx-all-5-sm-down > *, .pd-all-5-sm-down > * { padding-right: 5px !important; }
    .pd-5-sm-down, .pdl-5-sm-down, .pdl-all-5-sm-down > *, .pdx-5-sm-down, .pdx-all-5-sm-down > *, .pd-all-5-sm-down > *, .pdx-push-5-sm-down > * + * { padding-left: 5px !important; }
    .pd-10-sm-down, .pdb-10-sm-down, .pdb-all-10-sm-down > *, .pdy-10-sm-down, .pdy-all-10-sm-down > *, .pd-all-10-sm-down > * { padding-bottom: 10px !important; }
    .pd-10-sm-down, .pdt-10-sm-down, .pdt-all-10-sm-down > *, .pdy-10-sm-down, .pdy-all-10-sm-down > *, .pd-all-10-sm-down > *, .pdy-push-10 > * + * { padding-top: 10px !important; }
    .pd-10-sm-down, .pdr-10-sm-down, .pdr-all-10-sm-down > *, .pdx-10-sm-down, .pdx-all-10-sm-down > *, .pd-all-10-sm-down > * { padding-right: 10px !important; }
    .pd-10-sm-down, .pdl-10-sm-down, .pdl-all-10-sm-down > *, .pdx-10-sm-down, .pdx-all-10-sm-down > *, .pd-all-10-sm-down > *, .pdx-push-10-sm-down > * + * { padding-left: 10px !important; }
    .pd-15-sm-down, .pdb-15-sm-down, .pdb-all-15-sm-down > *, .pdy-15-sm-down, .pdy-all-15-sm-down > *, .pd-all-15-sm-down > * { padding-bottom: 15px !important; }
    .pd-15-sm-down, .pdt-15-sm-down, .pdt-all-15-sm-down > *, .pdy-15-sm-down, .pdy-all-15-sm-down > *, .pd-all-15-sm-down > *, .pdy-push-15 > * + * { padding-top: 15px !important; }
    .pd-15-sm-down, .pdr-15-sm-down, .pdr-all-15-sm-down > *, .pdx-15-sm-down, .pdx-all-15-sm-down > *, .pd-all-15-sm-down > * { padding-right: 15px !important; }
    .pd-15-sm-down, .pdl-15-sm-down, .pdl-all-15-sm-down > *, .pdx-15-sm-down, .pdx-all-15-sm-down > *, .pd-all-15-sm-down > *, .pdx-push-15-sm-down > * + * { padding-left: 15px !important; }
    .pd-20-sm-down, .pdb-20-sm-down, .pdb-all-20-sm-down > *, .pdy-20-sm-down, .pdy-all-20-sm-down > *, .pd-all-20-sm-down > * { padding-bottom: 20px !important; }
    .pd-20-sm-down, .pdt-20-sm-down, .pdt-all-20-sm-down > *, .pdy-20-sm-down, .pdy-all-20-sm-down > *, .pd-all-20-sm-down > *, .pdy-push-20 > * + * { padding-top: 20px !important; }
    .pd-20-sm-down, .pdr-20-sm-down, .pdr-all-20-sm-down > *, .pdx-20-sm-down, .pdx-all-20-sm-down > *, .pd-all-20-sm-down > * { padding-right: 20px !important; }
    .pd-20-sm-down, .pdl-20-sm-down, .pdl-all-20-sm-down > *, .pdx-20-sm-down, .pdx-all-20-sm-down > *, .pd-all-20-sm-down > *, .pdx-push-20-sm-down > * + * { padding-left: 20px !important; }
    .pd-30-sm-down, .pdb-30-sm-down, .pdb-all-30-sm-down > *, .pdy-30-sm-down, .pdy-all-30-sm-down > *, .pd-all-30-sm-down > * { padding-bottom: 30px !important; }
    .pd-30-sm-down, .pdt-30-sm-down, .pdt-all-30-sm-down > *, .pdy-30-sm-down, .pdy-all-30-sm-down > *, .pd-all-30-sm-down > *, .pdy-push-30 > * + * { padding-top: 30px !important; }
    .pd-30-sm-down, .pdr-30-sm-down, .pdr-all-30-sm-down > *, .pdx-30-sm-down, .pdx-all-30-sm-down > *, .pd-all-30-sm-down > * { padding-right: 30px !important; }
    .pd-30-sm-down, .pdl-30-sm-down, .pdl-all-30-sm-down > *, .pdx-30-sm-down, .pdx-all-30-sm-down > *, .pd-all-30-sm-down > *, .pdx-push-30-sm-down > * + * { padding-left: 30px !important; }
    .pd-40-sm-down, .pdb-40-sm-down, .pdb-all-40-sm-down > *, .pdy-40-sm-down, .pdy-all-40-sm-down > *, .pd-all-40-sm-down > * { padding-bottom: 40px !important; }
    .pd-40-sm-down, .pdt-40-sm-down, .pdt-all-40-sm-down > *, .pdy-40-sm-down, .pdy-all-40-sm-down > *, .pd-all-40-sm-down > *, .pdy-push-40 > * + * { padding-top: 40px !important; }
    .pd-40-sm-down, .pdr-40-sm-down, .pdr-all-40-sm-down > *, .pdx-40-sm-down, .pdx-all-40-sm-down > *, .pd-all-40-sm-down > * { padding-right: 40px !important; }
    .pd-40-sm-down, .pdl-40-sm-down, .pdl-all-40-sm-down > *, .pdx-40-sm-down, .pdx-all-40-sm-down > *, .pd-all-40-sm-down > *, .pdx-push-40-sm-down > * + * { padding-left: 40px !important; }
    .pd-50-sm-down, .pdb-50-sm-down, .pdb-all-50-sm-down > *, .pdy-50-sm-down, .pdy-all-50-sm-down > *, .pd-all-50-sm-down > * { padding-bottom: 50px !important; }
    .pd-50-sm-down, .pdt-50-sm-down, .pdt-all-50-sm-down > *, .pdy-50-sm-down, .pdy-all-50-sm-down > *, .pd-all-50-sm-down > *, .pdy-push-50 > * + * { padding-top: 50px !important; }
    .pd-50-sm-down, .pdr-50-sm-down, .pdr-all-50-sm-down > *, .pdx-50-sm-down, .pdx-all-50-sm-down > *, .pd-all-50-sm-down > * { padding-right: 50px !important; }
    .pd-50-sm-down, .pdl-50-sm-down, .pdl-all-50-sm-down > *, .pdx-50-sm-down, .pdx-all-50-sm-down > *, .pd-all-50-sm-down > *, .pdx-push-50-sm-down > * + * { padding-left: 50px !important; }
    .pd-80-sm-down, .pdb-80-sm-down, .pdb-all-80-sm-down > *, .pdy-80-sm-down, .pdy-all-80-sm-down > *, .pd-all-80-sm-down > * { padding-bottom: 80px !important; }
    .pd-80-sm-down, .pdt-80-sm-down, .pdt-all-80-sm-down > *, .pdy-80-sm-down, .pdy-all-80-sm-down > *, .pd-all-80-sm-down > *, .pdy-push-80 > * + * { padding-top: 80px !important; }
    .pd-80-sm-down, .pdr-80-sm-down, .pdr-all-80-sm-down > *, .pdx-80-sm-down, .pdx-all-80-sm-down > *, .pd-all-80-sm-down > * { padding-right: 80px !important; }
    .pd-80-sm-down, .pdl-80-sm-down, .pdl-all-80-sm-down > *, .pdx-80-sm-down, .pdx-all-80-sm-down > *, .pd-all-80-sm-down > *, .pdx-push-80-sm-down > * + * { padding-left: 80px !important; }
    .pd-100-sm-down, .pdb-100-sm-down, .pdb-all-100-sm-down > *, .pdy-100-sm-down, .pdy-all-100-sm-down > *, .pd-all-100-sm-down > * { padding-bottom: 100px !important; }
    .pd-100-sm-down, .pdt-100-sm-down, .pdt-all-100-sm-down > *, .pdy-100-sm-down, .pdy-all-100-sm-down > *, .pd-all-100-sm-down > *, .pdy-push-100 > * + * { padding-top: 100px !important; }
    .pd-100-sm-down, .pdr-100-sm-down, .pdr-all-100-sm-down > *, .pdx-100-sm-down, .pdx-all-100-sm-down > *, .pd-all-100-sm-down > * { padding-right: 100px !important; }
    .pd-100-sm-down, .pdl-100-sm-down, .pdl-all-100-sm-down > *, .pdx-100-sm-down, .pdx-all-100-sm-down > *, .pd-all-100-sm-down > *, .pdx-push-100-sm-down > * + * { padding-left: 100px !important; } }

.pos-abs { position: absolute; }

.pos-rel { position: relative; }

.pos-fix { position: fixed; }

.pos-stat { position: static; }

.pos-t { top: 0; }

.pos-r { right: 0; }

.pos-b { bottom: 0; }

.pos-l { left: 0; }

.pos-t-0 { top: 0 !important; }

.pos-r-0 { right: 0 !important; }

.pos-b-0 { bottom: 0 !important; }

.pos-l-0 { left: 0 !important; }

.pos-t-5 { top: 5px !important; }

.pos-r-5 { right: 5px !important; }

.pos-b-5 { bottom: 5px !important; }

.pos-l-5 { left: 5px !important; }

.pos-t-10 { top: 10px !important; }

.pos-r-10 { right: 10px !important; }

.pos-b-10 { bottom: 10px !important; }

.pos-l-10 { left: 10px !important; }

.pos-t-15 { top: 15px !important; }

.pos-r-15 { right: 15px !important; }

.pos-b-15 { bottom: 15px !important; }

.pos-l-15 { left: 15px !important; }

.pos-t-20 { top: 20px !important; }

.pos-r-20 { right: 20px !important; }

.pos-b-20 { bottom: 20px !important; }

.pos-l-20 { left: 20px !important; }

.pos-t-30 { top: 30px !important; }

.pos-r-30 { right: 30px !important; }

.pos-b-30 { bottom: 30px !important; }

.pos-l-30 { left: 30px !important; }

.pos-t-40 { top: 40px !important; }

.pos-r-40 { right: 40px !important; }

.pos-b-40 { bottom: 40px !important; }

.pos-l-40 { left: 40px !important; }

.pos-t-50 { top: 50px !important; }

.pos-r-50 { right: 50px !important; }

.pos-b-50 { bottom: 50px !important; }

.pos-l-50 { left: 50px !important; }

@media (min-width: 576px) { .pos-abs-sm { position: absolute; }
    .pos-rel-sm { position: relative; }
    .pos-fix-sm { position: fixed; }
    .pos-stat-sm { position: static; }
    .pos-t-sm { top: 0; }
    .pos-r-sm { right: 0; }
    .pos-b-sm { bottom: 0; }
    .pos-l-sm { left: 0; }
    .pos-t-0-sm { top: 0 !important; }
    .pos-r-0-sm { right: 0 !important; }
    .pos-b-0-sm { bottom: 0 !important; }
    .pos-l-0-sm { left: 0 !important; }
    .pos-t-5-sm { top: 5px !important; }
    .pos-r-5-sm { right: 5px !important; }
    .pos-b-5-sm { bottom: 5px !important; }
    .pos-l-5-sm { left: 5px !important; }
    .pos-t-10-sm { top: 10px !important; }
    .pos-r-10-sm { right: 10px !important; }
    .pos-b-10-sm { bottom: 10px !important; }
    .pos-l-10-sm { left: 10px !important; }
    .pos-t-15-sm { top: 15px !important; }
    .pos-r-15-sm { right: 15px !important; }
    .pos-b-15-sm { bottom: 15px !important; }
    .pos-l-15-sm { left: 15px !important; }
    .pos-t-20-sm { top: 20px !important; }
    .pos-r-20-sm { right: 20px !important; }
    .pos-b-20-sm { bottom: 20px !important; }
    .pos-l-20-sm { left: 20px !important; }
    .pos-t-30-sm { top: 30px !important; }
    .pos-r-30-sm { right: 30px !important; }
    .pos-b-30-sm { bottom: 30px !important; }
    .pos-l-30-sm { left: 30px !important; }
    .pos-t-40-sm { top: 40px !important; }
    .pos-r-40-sm { right: 40px !important; }
    .pos-b-40-sm { bottom: 40px !important; }
    .pos-l-40-sm { left: 40px !important; }
    .pos-t-50-sm { top: 50px !important; }
    .pos-r-50-sm { right: 50px !important; }
    .pos-b-50-sm { bottom: 50px !important; }
    .pos-l-50-sm { left: 50px !important; } }

@media (min-width: 768px) { .pos-abs-md { position: absolute; }
    .pos-rel-md { position: relative; }
    .pos-fix-md { position: fixed; }
    .pos-stat-md { position: static; }
    .pos-t-md { top: 0; }
    .pos-r-md { right: 0; }
    .pos-b-md { bottom: 0; }
    .pos-l-md { left: 0; }
    .pos-t-0-md { top: 0 !important; }
    .pos-r-0-md { right: 0 !important; }
    .pos-b-0-md { bottom: 0 !important; }
    .pos-l-0-md { left: 0 !important; }
    .pos-t-5-md { top: 5px !important; }
    .pos-r-5-md { right: 5px !important; }
    .pos-b-5-md { bottom: 5px !important; }
    .pos-l-5-md { left: 5px !important; }
    .pos-t-10-md { top: 10px !important; }
    .pos-r-10-md { right: 10px !important; }
    .pos-b-10-md { bottom: 10px !important; }
    .pos-l-10-md { left: 10px !important; }
    .pos-t-15-md { top: 15px !important; }
    .pos-r-15-md { right: 15px !important; }
    .pos-b-15-md { bottom: 15px !important; }
    .pos-l-15-md { left: 15px !important; }
    .pos-t-20-md { top: 20px !important; }
    .pos-r-20-md { right: 20px !important; }
    .pos-b-20-md { bottom: 20px !important; }
    .pos-l-20-md { left: 20px !important; }
    .pos-t-30-md { top: 30px !important; }
    .pos-r-30-md { right: 30px !important; }
    .pos-b-30-md { bottom: 30px !important; }
    .pos-l-30-md { left: 30px !important; }
    .pos-t-40-md { top: 40px !important; }
    .pos-r-40-md { right: 40px !important; }
    .pos-b-40-md { bottom: 40px !important; }
    .pos-l-40-md { left: 40px !important; }
    .pos-t-50-md { top: 50px !important; }
    .pos-r-50-md { right: 50px !important; }
    .pos-b-50-md { bottom: 50px !important; }
    .pos-l-50-md { left: 50px !important; } }

@media (min-width: 992px) { .pos-abs-lg { position: absolute; }
    .pos-rel-lg { position: relative; }
    .pos-fix-lg { position: fixed; }
    .pos-stat-lg { position: static; }
    .pos-t-lg { top: 0; }
    .pos-r-lg { right: 0; }
    .pos-b-lg { bottom: 0; }
    .pos-l-lg { left: 0; }
    .pos-t-0-lg { top: 0 !important; }
    .pos-r-0-lg { right: 0 !important; }
    .pos-b-0-lg { bottom: 0 !important; }
    .pos-l-0-lg { left: 0 !important; }
    .pos-t-5-lg { top: 5px !important; }
    .pos-r-5-lg { right: 5px !important; }
    .pos-b-5-lg { bottom: 5px !important; }
    .pos-l-5-lg { left: 5px !important; }
    .pos-t-10-lg { top: 10px !important; }
    .pos-r-10-lg { right: 10px !important; }
    .pos-b-10-lg { bottom: 10px !important; }
    .pos-l-10-lg { left: 10px !important; }
    .pos-t-15-lg { top: 15px !important; }
    .pos-r-15-lg { right: 15px !important; }
    .pos-b-15-lg { bottom: 15px !important; }
    .pos-l-15-lg { left: 15px !important; }
    .pos-t-20-lg { top: 20px !important; }
    .pos-r-20-lg { right: 20px !important; }
    .pos-b-20-lg { bottom: 20px !important; }
    .pos-l-20-lg { left: 20px !important; }
    .pos-t-30-lg { top: 30px !important; }
    .pos-r-30-lg { right: 30px !important; }
    .pos-b-30-lg { bottom: 30px !important; }
    .pos-l-30-lg { left: 30px !important; }
    .pos-t-40-lg { top: 40px !important; }
    .pos-r-40-lg { right: 40px !important; }
    .pos-b-40-lg { bottom: 40px !important; }
    .pos-l-40-lg { left: 40px !important; }
    .pos-t-50-lg { top: 50px !important; }
    .pos-r-50-lg { right: 50px !important; }
    .pos-b-50-lg { bottom: 50px !important; }
    .pos-l-50-lg { left: 50px !important; } }

[hidden], .hidden { display: none !important; }

[invisible], .invisible, .vue-only:not(.vue-loaded) { visibility: hidden; }

@media (min-width: 1200px) { .hidden-xl-up { display: none !important; } }

@media (min-width: 992px) { .hidden-lg-up { display: none !important; } }

@media (min-width: 768px) { .hidden-md-up { display: none !important; } }

@media (min-width: 576px) { .hidden-md-up { display: none !important; } }

@media (max-width: 1199.98px) { .hidden-lg-down { display: none !important; } }

@media (max-width: 991.98px) { .hidden-md-down { display: none !important; } }

@media (max-width: 767.98px) { .hidden-sm-down { display: none !important; } }

@media (max-width: 575.98px) { .hidden-xs { display: none !important; } }

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

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

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

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

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

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

.w-33pc { width: 33% !important; }

.min-w-33pc { min-width: 33% !important; }

.max-w-33pc { max-width: 33% !important; }

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

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

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

.w-200 { width: 200px !important; }

.min-w-200 { min-width: 200px !important; }

.max-w-200 { max-width: 200px !important; }

.w-300 { width: 300px !important; }

.min-w-300 { min-width: 300px !important; }

.max-w-300 { max-width: 300px !important; }

.w-400 { width: 400px !important; }

.min-w-400 { min-width: 400px !important; }

.max-w-400 { max-width: 400px !important; }

.w-450 { width: 450px !important; }

.min-w-450 { min-width: 450px !important; }

.max-w-450 { max-width: 450px !important; }

.w-500 { width: 500px !important; }

.min-w-500 { min-width: 500px !important; }

.max-w-500 { max-width: 500px !important; }

.w-600 { width: 600px !important; }

.min-w-600 { min-width: 600px !important; }

.max-w-600 { max-width: 600px !important; }

.w-700 { width: 700px !important; }

.min-w-700 { min-width: 700px !important; }

.max-w-700 { max-width: 700px !important; }

.w-900 { width: 900px !important; }

.min-w-900 { min-width: 900px !important; }

.max-w-900 { max-width: 900px !important; }

.w-1200 { width: 1200px !important; }

.min-w-1200 { min-width: 1200px !important; }

.max-w-1200 { max-width: 1200px !important; }

@media (min-width: 576px) { .w-auto-sm { width: auto !important; }
    .min-w-auto-sm { min-width: auto !important; }
    .max-w-auto-sm { max-width: auto !important; }
    .w-100pc-sm { width: 100% !important; }
    .min-w-100pc-sm { min-width: 100% !important; }
    .max-w-100pc-sm { max-width: 100% !important; }
    .w-33pc-sm { width: 33% !important; }
    .min-w-33pc-sm { min-width: 33% !important; }
    .max-w-33pc-sm { max-width: 33% !important; }
    .w-50pc-sm { width: 50% !important; }
    .min-w-50pc-sm { min-width: 50% !important; }
    .max-w-50pc-sm { max-width: 50% !important; }
    .w-200-sm { width: 200px !important; }
    .min-w-200-sm { min-width: 200px !important; }
    .max-w-200-sm { max-width: 200px !important; }
    .w-300-sm { width: 300px !important; }
    .min-w-300-sm { min-width: 300px !important; }
    .max-w-300-sm { max-width: 300px !important; }
    .w-400-sm { width: 400px !important; }
    .min-w-400-sm { min-width: 400px !important; }
    .max-w-400-sm { max-width: 400px !important; }
    .w-450-sm { width: 450px !important; }
    .min-w-450-sm { min-width: 450px !important; }
    .max-w-450-sm { max-width: 450px !important; }
    .w-500-sm { width: 500px !important; }
    .min-w-500-sm { min-width: 500px !important; }
    .max-w-500-sm { max-width: 500px !important; }
    .w-600-sm { width: 600px !important; }
    .min-w-600-sm { min-width: 600px !important; }
    .max-w-600-sm { max-width: 600px !important; }
    .w-700-sm { width: 700px !important; }
    .min-w-700-sm { min-width: 700px !important; }
    .max-w-700-sm { max-width: 700px !important; }
    .w-900-sm { width: 900px !important; }
    .min-w-900-sm { min-width: 900px !important; }
    .max-w-900-sm { max-width: 900px !important; }
    .w-1200-sm { width: 1200px !important; }
    .min-w-1200-sm { min-width: 1200px !important; }
    .max-w-1200-sm { max-width: 1200px !important; } }

@media (min-width: 768px) { .w-auto-md { width: auto !important; }
    .min-w-auto-md { min-width: auto !important; }
    .max-w-auto-md { max-width: auto !important; }
    .w-100pc-md { width: 100% !important; }
    .min-w-100pc-md { min-width: 100% !important; }
    .max-w-100pc-md { max-width: 100% !important; }
    .w-33pc-md { width: 33% !important; }
    .min-w-33pc-md { min-width: 33% !important; }
    .max-w-33pc-md { max-width: 33% !important; }
    .w-50pc-md { width: 50% !important; }
    .min-w-50pc-md { min-width: 50% !important; }
    .max-w-50pc-md { max-width: 50% !important; }
    .w-200-md { width: 200px !important; }
    .min-w-200-md { min-width: 200px !important; }
    .max-w-200-md { max-width: 200px !important; }
    .w-300-md { width: 300px !important; }
    .min-w-300-md { min-width: 300px !important; }
    .max-w-300-md { max-width: 300px !important; }
    .w-400-md { width: 400px !important; }
    .min-w-400-md { min-width: 400px !important; }
    .max-w-400-md { max-width: 400px !important; }
    .w-450-md { width: 450px !important; }
    .min-w-450-md { min-width: 450px !important; }
    .max-w-450-md { max-width: 450px !important; }
    .w-500-md { width: 500px !important; }
    .min-w-500-md { min-width: 500px !important; }
    .max-w-500-md { max-width: 500px !important; }
    .w-600-md { width: 600px !important; }
    .min-w-600-md { min-width: 600px !important; }
    .max-w-600-md { max-width: 600px !important; }
    .w-700-md { width: 700px !important; }
    .min-w-700-md { min-width: 700px !important; }
    .max-w-700-md { max-width: 700px !important; }
    .w-900-md { width: 900px !important; }
    .min-w-900-md { min-width: 900px !important; }
    .max-w-900-md { max-width: 900px !important; }
    .w-1200-md { width: 1200px !important; }
    .min-w-1200-md { min-width: 1200px !important; }
    .max-w-1200-md { max-width: 1200px !important; } }

@media (min-width: 992px) { .w-auto-lg { width: auto !important; }
    .min-w-auto-lg { min-width: auto !important; }
    .max-w-auto-lg { max-width: auto !important; }
    .w-100pc-lg { width: 100% !important; }
    .min-w-100pc-lg { min-width: 100% !important; }
    .max-w-100pc-lg { max-width: 100% !important; }
    .w-33pc-lg { width: 33% !important; }
    .min-w-33pc-lg { min-width: 33% !important; }
    .max-w-33pc-lg { max-width: 33% !important; }
    .w-50pc-lg { width: 50% !important; }
    .min-w-50pc-lg { min-width: 50% !important; }
    .max-w-50pc-lg { max-width: 50% !important; }
    .w-200-lg { width: 200px !important; }
    .min-w-200-lg { min-width: 200px !important; }
    .max-w-200-lg { max-width: 200px !important; }
    .w-300-lg { width: 300px !important; }
    .min-w-300-lg { min-width: 300px !important; }
    .max-w-300-lg { max-width: 300px !important; }
    .w-400-lg { width: 400px !important; }
    .min-w-400-lg { min-width: 400px !important; }
    .max-w-400-lg { max-width: 400px !important; }
    .w-450-lg { width: 450px !important; }
    .min-w-450-lg { min-width: 450px !important; }
    .max-w-450-lg { max-width: 450px !important; }
    .w-500-lg { width: 500px !important; }
    .min-w-500-lg { min-width: 500px !important; }
    .max-w-500-lg { max-width: 500px !important; }
    .w-600-lg { width: 600px !important; }
    .min-w-600-lg { min-width: 600px !important; }
    .max-w-600-lg { max-width: 600px !important; }
    .w-700-lg { width: 700px !important; }
    .min-w-700-lg { min-width: 700px !important; }
    .max-w-700-lg { max-width: 700px !important; }
    .w-900-lg { width: 900px !important; }
    .min-w-900-lg { min-width: 900px !important; }
    .max-w-900-lg { max-width: 900px !important; }
    .w-1200-lg { width: 1200px !important; }
    .min-w-1200-lg { min-width: 1200px !important; }
    .max-w-1200-lg { max-width: 1200px !important; } }

.row.spaced { margin-top: -15px; }

.row.spaced > * { padding: 15px; }

.row.spaced { margin-top: -15px; }

.row.spaced > * { padding: 15px; }

.gutter-0.row, .gutter-0 { margin-right: 0px; margin-left: 0px; }

.gutter-0.row > *, .gutter-0 > * { padding-left: 0px; padding-right: 0px; }

.gutter-0.row.spaced > *, .gutter-0.spaced > * { padding: 0px; }

.gutter-0.row.spaced, .gutter-0.spaced { margin-top: 0px; }

.gutter-10.row, .gutter-10 { margin-right: -5px; margin-left: -5px; }

.gutter-10.row > *, .gutter-10 > * { padding-left: 5px; padding-right: 5px; }

.gutter-10.row.spaced > *, .gutter-10.spaced > * { padding: 5px; }

.gutter-10.row.spaced, .gutter-10.spaced { margin-top: -5px; }

.gutter-16.row, .gutter-16 { margin-right: -8px; margin-left: -8px; }

.gutter-16.row > *, .gutter-16 > * { padding-left: 8px; padding-right: 8px; }

.gutter-16.row.spaced > *, .gutter-16.spaced > * { padding: 8px; }

.gutter-16.row.spaced, .gutter-16.spaced { margin-top: -8px; }

.gutter-20.row, .gutter-20 { margin-right: -10px; margin-left: -10px; }

.gutter-20.row > *, .gutter-20 > * { padding-left: 10px; padding-right: 10px; }

.gutter-20.row.spaced > *, .gutter-20.spaced > * { padding: 10px; }

.gutter-20.row.spaced, .gutter-20.spaced { margin-top: -10px; }

.gutter-40.row, .gutter-40 { margin-right: -20px; margin-left: -20px; }

.gutter-40.row > *, .gutter-40 > * { padding-left: 20px; padding-right: 20px; }

.gutter-40.row.spaced > *, .gutter-40.spaced > * { padding: 20px; }

.gutter-40.row.spaced, .gutter-40.spaced { margin-top: -20px; }

.gutter-50.row, .gutter-50 { margin-right: -25px; margin-left: -25px; }

.gutter-50.row > *, .gutter-50 > * { padding-left: 25px; padding-right: 25px; }

.gutter-50.row.spaced > *, .gutter-50.spaced > * { padding: 25px; }

.gutter-50.row.spaced, .gutter-50.spaced { margin-top: -25px; }

.col-borders { margin: 0; }

.col-borders > div { padding-left: 0; padding-right: 0; }

.col-borders > div + div { border-left: 1px solid rgba(67, 72, 77, 0.1); }

.col-borders.inverse > div + div { border-left-color: rgba(255, 255, 255, 0.1); }

@media (min-width: 576px) { .col-borders-sm { margin: 0; }
    .col-borders-sm > div { padding-left: 0; padding-right: 0; }
    .col-borders-sm > div + div { border-left: 1px solid rgba(67, 72, 77, 0.1); }
    .col-borders-sm.inverse > div + div { border-left-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 768px) { .col-borders-md { margin: 0; }
    .col-borders-md > div { padding-left: 0; padding-right: 0; }
    .col-borders-md > div + div { border-left: 1px solid rgba(67, 72, 77, 0.1); }
    .col-borders-md.inverse > div + div { border-left-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 992px) { .col-borders-lg { margin: 0; }
    .col-borders-lg > div { padding-left: 0; padding-right: 0; }
    .col-borders-lg > div + div { border-left: 1px solid rgba(67, 72, 77, 0.1); }
    .col-borders-lg.inverse > div + div { border-left-color: rgba(255, 255, 255, 0.1); } }

.colw-10pc { max-width: 10%; flex: 0 0 10%; }

.colw-20pc { max-width: 20%; flex: 0 0 20%; }

.colw-30pc { max-width: 30%; flex: 0 0 30%; }

.colw-40pc { max-width: 40%; flex: 0 0 40%; }

.colw-50pc { max-width: 50%; flex: 0 0 50%; }

.colw-60pc { max-width: 60%; flex: 0 0 60%; }

.colw-70pc { max-width: 70%; flex: 0 0 70%; }

.colw-80pc { max-width: 80%; flex: 0 0 80%; }

.colw-90pc { max-width: 90%; flex: 0 0 90%; }

.col-max { flex: 1; }

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

@media (min-width: 768px) { .col-max-md { flex: 1; }
    .col-auto-md { flex: 0 0 auto; width: auto; max-width: 100%; } }

@media (min-width: 992px) { .col-max-lg { flex: 1; }
    .col-auto-lg { flex: 0 0 auto; width: auto; max-width: 100%; } }

.cols-vcenter > * { display: flex; align-items: center; }

/* THEME COLORS --------------------------------------------*/
.fg-primary, .fg-hov-primary:hover, .fg-after-primary:after, .fg-before-primary:before, .unibtn-ol-primary, .unibtn-fg-primary, .unibtn-fgshade-primary.active, .unibtn-fgshade-primary:hover, .unibtn-fgshade-primary:focus, .unibtn-fgtint-primary.active, .unibtn-fgtint-primary:hover, .unibtn-fgtint-primary:focus, .unibadge-ol-primary { color: #358DD7 !important; }

.fg-secondary, .fg-hov-secondary:hover, .fg-after-secondary:after, .fg-before-secondary:before, .unibtn-ol-secondary, .unibtn-fg-secondary, .unibtn-fgshade-secondary.active, .unibtn-fgshade-secondary:hover, .unibtn-fgshade-secondary:focus, .unibtn-fgtint-secondary.active, .unibtn-fgtint-secondary:hover, .unibtn-fgtint-secondary:focus, .unibadge-ol-secondary { color: #6c757d !important; }

.fg-accent, .fg-hov-accent:hover, .fg-after-accent:after, .fg-before-accent:before, .unibtn-ol-accent, .unibtn-fg-accent, .unibtn-fgshade-accent.active, .unibtn-fgshade-accent:hover, .unibtn-fgshade-accent:focus, .unibtn-fgtint-accent.active, .unibtn-fgtint-accent:hover, .unibtn-fgtint-accent:focus, .unibadge-ol-accent { color: #EA3E10 !important; }

.fg-dark, .fg-hov-dark:hover, .fg-after-dark:after, .fg-before-dark:before, .unibtn-ol-dark, .unibtn-fg-dark, .unibtn-fgshade-dark.active, .unibtn-fgshade-dark:hover, .unibtn-fgshade-dark:focus, .unibtn-fgtint-dark.active, .unibtn-fgtint-dark:hover, .unibtn-fgtint-dark:focus, .unibadge-ol-dark { color: #43484D !important; }

.fg-dark-m, .fg-hov-dark-m:hover, .fg-after-dark-m:after, .fg-before-dark-m:before, .unibtn-ol-dark-m, .unibtn-fg-dark-m, .unibtn-fgshade-dark-m.active, .unibtn-fgshade-dark-m:hover, .unibtn-fgshade-dark-m:focus, .unibtn-fgtint-dark-m.active, .unibtn-fgtint-dark-m:hover, .unibtn-fgtint-dark-m:focus, .unibadge-ol-dark-m { color: #696d71 !important; }

.fg-dark-l, .fg-hov-dark-l:hover, .fg-after-dark-l:after, .fg-before-dark-l:before, .unibtn-ol-dark-l, .unibtn-fg-dark-l, .unibtn-fgshade-dark-l.active, .unibtn-fgshade-dark-l:hover, .unibtn-fgshade-dark-l:focus, .unibtn-fgtint-dark-l.active, .unibtn-fgtint-dark-l:hover, .unibtn-fgtint-dark-l:focus, .unibadge-ol-dark-l { color: #a1a4a6 !important; }

.fg-gray, .fg-hov-gray:hover, .fg-after-gray:after, .fg-before-gray:before, .unibtn-ol-gray, .unibtn-fg-gray, .unibtn-fgshade-gray.active, .unibtn-fgshade-gray:hover, .unibtn-fgshade-gray:focus, .unibtn-fgtint-gray.active, .unibtn-fgtint-gray:hover, .unibtn-fgtint-gray:focus, .unibadge-ol-gray { color: #e3e4e4 !important; }

.fg-gray-l, .fg-hov-gray-l:hover, .fg-after-gray-l:after, .fg-before-gray-l:before, .unibtn-ol-gray-l, .unibtn-fg-gray-l, .unibtn-fgshade-gray-l.active, .unibtn-fgshade-gray-l:hover, .unibtn-fgshade-gray-l:focus, .unibtn-fgtint-gray-l.active, .unibtn-fgtint-gray-l:hover, .unibtn-fgtint-gray-l:focus, .unibadge-ol-gray-l { color: #eceded !important; }

.fg-gray-xl, .fg-hov-gray-xl:hover, .fg-after-gray-xl:after, .fg-before-gray-xl:before, .unibtn-ol-gray-xl, .unibtn-fg-gray-xl, .unibtn-fgshade-gray-xl.active, .unibtn-fgshade-gray-xl:hover, .unibtn-fgshade-gray-xl:focus, .unibtn-fgtint-gray-xl.active, .unibtn-fgtint-gray-xl:hover, .unibtn-fgtint-gray-xl:focus, .unibadge-ol-gray-xl { color: #f6f6f6 !important; }

.fg-gray-2xl, .fg-hov-gray-2xl:hover, .fg-after-gray-2xl:after, .fg-before-gray-2xl:before, .unibtn-ol-gray-2xl, .unibtn-fg-gray-2xl, .unibtn-fgshade-gray-2xl.active, .unibtn-fgshade-gray-2xl:hover, .unibtn-fgshade-gray-2xl:focus, .unibtn-fgtint-gray-2xl.active, .unibtn-fgtint-gray-2xl:hover, .unibtn-fgtint-gray-2xl:focus, .unibadge-ol-gray-2xl { color: #f9fafa !important; }

.fg-text, .fg-hov-text:hover, .fg-after-text:after, .fg-before-text:before, .unibtn-ol-text, .unibtn-fg-text, .unibtn-fgshade-text.active, .unibtn-fgshade-text:hover, .unibtn-fgshade-text:focus, .unibtn-fgtint-text.active, .unibtn-fgtint-text:hover, .unibtn-fgtint-text:focus, .unibadge-ol-text { color: #7b7f82 !important; }

.fg-text-d, .fg-hov-text-d:hover, .fg-after-text-d:after, .fg-before-text-d:before, .unibtn-ol-text-d, .unibtn-fg-text-d, .unibtn-fgshade-text-d.active, .unibtn-fgshade-text-d:hover, .unibtn-fgshade-text-d:focus, .unibtn-fgtint-text-d.active, .unibtn-fgtint-text-d:hover, .unibtn-fgtint-text-d:focus, .unibadge-ol-text-d { color: #43484D !important; }

.fg-text-l, .fg-hov-text-l:hover, .fg-after-text-l:after, .fg-before-text-l:before, .unibtn-ol-text-l, .unibtn-fg-text-l, .unibtn-fgshade-text-l.active, .unibtn-fgshade-text-l:hover, .unibtn-fgshade-text-l:focus, .unibtn-fgtint-text-l.active, .unibtn-fgtint-text-l:hover, .unibtn-fgtint-text-l:focus, .unibadge-ol-text-l { color: #a1a4a6 !important; }

.fg-text-xl, .fg-hov-text-xl:hover, .fg-after-text-xl:after, .fg-before-text-xl:before, .unibtn-ol-text-xl, .unibtn-fg-text-xl, .unibtn-fgshade-text-xl.active, .unibtn-fgshade-text-xl:hover, .unibtn-fgshade-text-xl:focus, .unibtn-fgtint-text-xl.active, .unibtn-fgtint-text-xl:hover, .unibtn-fgtint-text-xl:focus, .unibadge-ol-text-xl { color: #c7c8ca !important; }

.fg-success, .fg-hov-success:hover, .fg-after-success:after, .fg-before-success:before, .unibtn-ol-success, .unibtn-fg-success, .unibtn-fgshade-success.active, .unibtn-fgshade-success:hover, .unibtn-fgshade-success:focus, .unibtn-fgtint-success.active, .unibtn-fgtint-success:hover, .unibtn-fgtint-success:focus, .unibadge-ol-success { color: #28a745 !important; }

.fg-info, .fg-hov-info:hover, .fg-after-info:after, .fg-before-info:before, .unibtn-ol-info, .unibtn-fg-info, .unibtn-fgshade-info.active, .unibtn-fgshade-info:hover, .unibtn-fgshade-info:focus, .unibtn-fgtint-info.active, .unibtn-fgtint-info:hover, .unibtn-fgtint-info:focus, .unibadge-ol-info { color: #17a2b8 !important; }

.fg-warning, .fg-hov-warning:hover, .fg-after-warning:after, .fg-before-warning:before, .unibtn-ol-warning, .unibtn-fg-warning, .unibtn-fgshade-warning.active, .unibtn-fgshade-warning:hover, .unibtn-fgshade-warning:focus, .unibtn-fgtint-warning.active, .unibtn-fgtint-warning:hover, .unibtn-fgtint-warning:focus, .unibadge-ol-warning { color: #ffc107 !important; }

.fg-danger, .fg-hov-danger:hover, .fg-after-danger:after, .fg-before-danger:before, .unibtn-ol-danger, .unibtn-fg-danger, .unibtn-fgshade-danger.active, .unibtn-fgshade-danger:hover, .unibtn-fgshade-danger:focus, .unibtn-fgtint-danger.active, .unibtn-fgtint-danger:hover, .unibtn-fgtint-danger:focus, .unibadge-ol-danger { color: #dc3545 !important; }

.fg-facebook, .fg-hov-facebook:hover, .fg-after-facebook:after, .fg-before-facebook:before, .unibtn-ol-facebook, .unibtn-fg-facebook, .unibtn-fgshade-facebook.active, .unibtn-fgshade-facebook:hover, .unibtn-fgshade-facebook:focus, .unibtn-fgtint-facebook.active, .unibtn-fgtint-facebook:hover, .unibtn-fgtint-facebook:focus, .unibadge-ol-facebook { color: #3B5999 !important; }

.fg-twitter, .fg-hov-twitter:hover, .fg-after-twitter:after, .fg-before-twitter:before, .unibtn-ol-twitter, .unibtn-fg-twitter, .unibtn-fgshade-twitter.active, .unibtn-fgshade-twitter:hover, .unibtn-fgshade-twitter:focus, .unibtn-fgtint-twitter.active, .unibtn-fgtint-twitter:hover, .unibtn-fgtint-twitter:focus, .unibadge-ol-twitter { color: #00ACEE !important; }

.fg-instagram, .fg-hov-instagram:hover, .fg-after-instagram:after, .fg-before-instagram:before, .unibtn-ol-instagram, .unibtn-fg-instagram, .unibtn-fgshade-instagram.active, .unibtn-fgshade-instagram:hover, .unibtn-fgshade-instagram:focus, .unibtn-fgtint-instagram.active, .unibtn-fgtint-instagram:hover, .unibtn-fgtint-instagram:focus, .unibadge-ol-instagram { color: #3E729A !important; }

.fg-youtube, .fg-hov-youtube:hover, .fg-after-youtube:after, .fg-before-youtube:before, .unibtn-ol-youtube, .unibtn-fg-youtube, .unibtn-fgshade-youtube.active, .unibtn-fgshade-youtube:hover, .unibtn-fgshade-youtube:focus, .unibtn-fgtint-youtube.active, .unibtn-fgtint-youtube:hover, .unibtn-fgtint-youtube:focus, .unibadge-ol-youtube { color: #CC332D !important; }

.fg-reddit, .fg-hov-reddit:hover, .fg-after-reddit:after, .fg-before-reddit:before, .unibtn-ol-reddit, .unibtn-fg-reddit, .unibtn-fgshade-reddit.active, .unibtn-fgshade-reddit:hover, .unibtn-fgshade-reddit:focus, .unibtn-fgtint-reddit.active, .unibtn-fgtint-reddit:hover, .unibtn-fgtint-reddit:focus, .unibadge-ol-reddit { color: #f44336 !important; }

.fg-rss, .fg-hov-rss:hover, .fg-after-rss:after, .fg-before-rss:before, .unibtn-ol-rss, .unibtn-fg-rss, .unibtn-fgshade-rss.active, .unibtn-fgshade-rss:hover, .unibtn-fgshade-rss:focus, .unibtn-fgtint-rss.active, .unibtn-fgtint-rss:hover, .unibtn-fgtint-rss:focus, .unibadge-ol-rss { color: #FF8201 !important; }

.fg-google, .fg-hov-google:hover, .fg-after-google:after, .fg-before-google:before, .unibtn-ol-google, .unibtn-fg-google, .unibtn-fgshade-google.active, .unibtn-fgshade-google:hover, .unibtn-fgshade-google:focus, .unibtn-fgtint-google.active, .unibtn-fgtint-google:hover, .unibtn-fgtint-google:focus, .unibadge-ol-google { color: #D75B3F !important; }

.fg-blue, .fg-hov-blue:hover, .fg-after-blue:after, .fg-before-blue:before, .unibtn-ol-blue, .unibtn-fg-blue, .unibtn-fgshade-blue.active, .unibtn-fgshade-blue:hover, .unibtn-fgshade-blue:focus, .unibtn-fgtint-blue.active, .unibtn-fgtint-blue:hover, .unibtn-fgtint-blue:focus, .unibadge-ol-blue { color: #007bff !important; }

.fg-indigo, .fg-hov-indigo:hover, .fg-after-indigo:after, .fg-before-indigo:before, .unibtn-ol-indigo, .unibtn-fg-indigo, .unibtn-fgshade-indigo.active, .unibtn-fgshade-indigo:hover, .unibtn-fgshade-indigo:focus, .unibtn-fgtint-indigo.active, .unibtn-fgtint-indigo:hover, .unibtn-fgtint-indigo:focus, .unibadge-ol-indigo { color: #6610f2 !important; }

.fg-purple, .fg-hov-purple:hover, .fg-after-purple:after, .fg-before-purple:before, .unibtn-ol-purple, .unibtn-fg-purple, .unibtn-fgshade-purple.active, .unibtn-fgshade-purple:hover, .unibtn-fgshade-purple:focus, .unibtn-fgtint-purple.active, .unibtn-fgtint-purple:hover, .unibtn-fgtint-purple:focus, .unibadge-ol-purple { color: #6f42c1 !important; }

.fg-pink, .fg-hov-pink:hover, .fg-after-pink:after, .fg-before-pink:before, .unibtn-ol-pink, .unibtn-fg-pink, .unibtn-fgshade-pink.active, .unibtn-fgshade-pink:hover, .unibtn-fgshade-pink:focus, .unibtn-fgtint-pink.active, .unibtn-fgtint-pink:hover, .unibtn-fgtint-pink:focus, .unibadge-ol-pink { color: #e83e8c !important; }

.fg-red, .fg-hov-red:hover, .fg-after-red:after, .fg-before-red:before, .unibtn-ol-red, .unibtn-fg-red, .unibtn-fgshade-red.active, .unibtn-fgshade-red:hover, .unibtn-fgshade-red:focus, .unibtn-fgtint-red.active, .unibtn-fgtint-red:hover, .unibtn-fgtint-red:focus, .unibadge-ol-red { color: #dc3545 !important; }

.fg-orange, .fg-hov-orange:hover, .fg-after-orange:after, .fg-before-orange:before, .unibtn-ol-orange, .unibtn-fg-orange, .unibtn-fgshade-orange.active, .unibtn-fgshade-orange:hover, .unibtn-fgshade-orange:focus, .unibtn-fgtint-orange.active, .unibtn-fgtint-orange:hover, .unibtn-fgtint-orange:focus, .unibadge-ol-orange { color: #fd7e14 !important; }

.fg-yellow, .fg-hov-yellow:hover, .fg-after-yellow:after, .fg-before-yellow:before, .unibtn-ol-yellow, .unibtn-fg-yellow, .unibtn-fgshade-yellow.active, .unibtn-fgshade-yellow:hover, .unibtn-fgshade-yellow:focus, .unibtn-fgtint-yellow.active, .unibtn-fgtint-yellow:hover, .unibtn-fgtint-yellow:focus, .unibadge-ol-yellow { color: #ffc107 !important; }

.fg-green, .fg-hov-green:hover, .fg-after-green:after, .fg-before-green:before, .unibtn-ol-green, .unibtn-fg-green, .unibtn-fgshade-green.active, .unibtn-fgshade-green:hover, .unibtn-fgshade-green:focus, .unibtn-fgtint-green.active, .unibtn-fgtint-green:hover, .unibtn-fgtint-green:focus, .unibadge-ol-green { color: #28a745 !important; }

.fg-teal, .fg-hov-teal:hover, .fg-after-teal:after, .fg-before-teal:before, .unibtn-ol-teal, .unibtn-fg-teal, .unibtn-fgshade-teal.active, .unibtn-fgshade-teal:hover, .unibtn-fgshade-teal:focus, .unibtn-fgtint-teal.active, .unibtn-fgtint-teal:hover, .unibtn-fgtint-teal:focus, .unibadge-ol-teal { color: #20c997 !important; }

.fg-cyan, .fg-hov-cyan:hover, .fg-after-cyan:after, .fg-before-cyan:before, .unibtn-ol-cyan, .unibtn-fg-cyan, .unibtn-fgshade-cyan.active, .unibtn-fgshade-cyan:hover, .unibtn-fgshade-cyan:focus, .unibtn-fgtint-cyan.active, .unibtn-fgtint-cyan:hover, .unibtn-fgtint-cyan:focus, .unibadge-ol-cyan { color: #17a2b8 !important; }

.fg-black, .fg-hov-black:hover, .fg-after-black:after, .fg-before-black:before, .unibtn-ol-black, .unibtn-fg-black, .unibtn-fgshade-black.active, .unibtn-fgshade-black:hover, .unibtn-fgshade-black:focus, .unibtn-fgtint-black.active, .unibtn-fgtint-black:hover, .unibtn-fgtint-black:focus, .unibadge-ol-black { color: #000 !important; }

.fg-black-10pc, .fg-hov-black-10pc:hover, .fg-after-black-10pc:after, .fg-before-black-10pc:before, .unibtn-ol-black-10pc, .unibtn-fg-black-10pc, .unibtn-fgshade-black-10pc.active, .unibtn-fgshade-black-10pc:hover, .unibtn-fgshade-black-10pc:focus, .unibtn-fgtint-black-10pc.active, .unibtn-fgtint-black-10pc:hover, .unibtn-fgtint-black-10pc:focus, .unibadge-ol-black-10pc { color: rgba(0, 0, 0, 0.1) !important; }

.fg-white, .fg-hov-white:hover, .fg-after-white:after, .fg-before-white:before, .unibtn-ol-white, .unibtn-fg-white, .unibtn-fgshade-white.active, .unibtn-fgshade-white:hover, .unibtn-fgshade-white:focus, .unibtn-fgtint-white.active, .unibtn-fgtint-white:hover, .unibtn-fgtint-white:focus, .unibadge-ol-white { color: #fff !important; }

.fg-white-10pc, .fg-hov-white-10pc:hover, .fg-after-white-10pc:after, .fg-before-white-10pc:before, .unibtn-ol-white-10pc, .unibtn-fg-white-10pc, .unibtn-fgshade-white-10pc.active, .unibtn-fgshade-white-10pc:hover, .unibtn-fgshade-white-10pc:focus, .unibtn-fgtint-white-10pc.active, .unibtn-fgtint-white-10pc:hover, .unibtn-fgtint-white-10pc:focus, .unibadge-ol-white-10pc { color: rgba(255, 255, 255, 0.1) !important; }

.bg-primary, .bg-hov-primary:hover, .bg-after-primary:after, .bg-before-primary:before, .unibtn-bgtint-primary.active, .unibtn-bgtint-primary:hover, .unibtn-bgshade-primary.active, .unibtn-bgshade-primary:hover, .unibtn-bg-primary, .unibtn-fg-primary:hover, .unibtn-ol-primary:hover, .unibtn-ol-primary:focus, .unibtn-ol-primary:active { background-color: #358DD7 !important; }

.bg-secondary, .bg-hov-secondary:hover, .bg-after-secondary:after, .bg-before-secondary:before, .unibtn-bgtint-secondary.active, .unibtn-bgtint-secondary:hover, .unibtn-bgshade-secondary.active, .unibtn-bgshade-secondary:hover, .unibtn-bg-secondary, .unibtn-fg-secondary:hover, .unibtn-ol-secondary:hover, .unibtn-ol-secondary:focus, .unibtn-ol-secondary:active { background-color: #6c757d !important; }

.bg-accent, .bg-hov-accent:hover, .bg-after-accent:after, .bg-before-accent:before, .unibtn-bgtint-accent.active, .unibtn-bgtint-accent:hover, .unibtn-bgshade-accent.active, .unibtn-bgshade-accent:hover, .unibtn-bg-accent, .unibtn-fg-accent:hover, .unibtn-ol-accent:hover, .unibtn-ol-accent:focus, .unibtn-ol-accent:active { background-color: #EA3E10 !important; }

.bg-dark, .bg-hov-dark:hover, .bg-after-dark:after, .bg-before-dark:before, .unibtn-bgtint-dark.active, .unibtn-bgtint-dark:hover, .unibtn-bgshade-dark.active, .unibtn-bgshade-dark:hover, .unibtn-bg-dark, .unibtn-fg-dark:hover, .unibtn-ol-dark:hover, .unibtn-ol-dark:focus, .unibtn-ol-dark:active { background-color: #43484D !important; }

.bg-dark-m, .bg-hov-dark-m:hover, .bg-after-dark-m:after, .bg-before-dark-m:before, .unibtn-bgtint-dark-m.active, .unibtn-bgtint-dark-m:hover, .unibtn-bgshade-dark-m.active, .unibtn-bgshade-dark-m:hover, .unibtn-bg-dark-m, .unibtn-fg-dark-m:hover, .unibtn-ol-dark-m:hover, .unibtn-ol-dark-m:focus, .unibtn-ol-dark-m:active { background-color: #696d71 !important; }

.bg-dark-l, .bg-hov-dark-l:hover, .bg-after-dark-l:after, .bg-before-dark-l:before, .unibtn-bgtint-dark-l.active, .unibtn-bgtint-dark-l:hover, .unibtn-bgshade-dark-l.active, .unibtn-bgshade-dark-l:hover, .unibtn-bg-dark-l, .unibtn-fg-dark-l:hover, .unibtn-ol-dark-l:hover, .unibtn-ol-dark-l:focus, .unibtn-ol-dark-l:active { background-color: #a1a4a6 !important; }

.bg-gray, .bg-hov-gray:hover, .bg-after-gray:after, .bg-before-gray:before, .unibtn-bgtint-gray.active, .unibtn-bgtint-gray:hover, .unibtn-bgshade-gray.active, .unibtn-bgshade-gray:hover, .unibtn-bg-gray, .unibtn-fg-gray:hover, .unibtn-ol-gray:hover, .unibtn-ol-gray:focus, .unibtn-ol-gray:active { background-color: #e3e4e4 !important; }

.bg-gray-l, .bg-hov-gray-l:hover, .bg-after-gray-l:after, .bg-before-gray-l:before, .unibtn-bgtint-gray-l.active, .unibtn-bgtint-gray-l:hover, .unibtn-bgshade-gray-l.active, .unibtn-bgshade-gray-l:hover, .unibtn-bg-gray-l, .unibtn-fg-gray-l:hover, .unibtn-ol-gray-l:hover, .unibtn-ol-gray-l:focus, .unibtn-ol-gray-l:active { background-color: #eceded !important; }

.bg-gray-xl, .bg-hov-gray-xl:hover, .bg-after-gray-xl:after, .bg-before-gray-xl:before, .unibtn-bgtint-gray-xl.active, .unibtn-bgtint-gray-xl:hover, .unibtn-bgshade-gray-xl.active, .unibtn-bgshade-gray-xl:hover, .unibtn-bg-gray-xl, .unibtn-fg-gray-xl:hover, .unibtn-ol-gray-xl:hover, .unibtn-ol-gray-xl:focus, .unibtn-ol-gray-xl:active { background-color: #f6f6f6 !important; }

.bg-gray-2xl, .bg-hov-gray-2xl:hover, .bg-after-gray-2xl:after, .bg-before-gray-2xl:before, .unibtn-bgtint-gray-2xl.active, .unibtn-bgtint-gray-2xl:hover, .unibtn-bgshade-gray-2xl.active, .unibtn-bgshade-gray-2xl:hover, .unibtn-bg-gray-2xl, .unibtn-fg-gray-2xl:hover, .unibtn-ol-gray-2xl:hover, .unibtn-ol-gray-2xl:focus, .unibtn-ol-gray-2xl:active { background-color: #f9fafa !important; }

.bg-text, .bg-hov-text:hover, .bg-after-text:after, .bg-before-text:before, .unibtn-bgtint-text.active, .unibtn-bgtint-text:hover, .unibtn-bgshade-text.active, .unibtn-bgshade-text:hover, .unibtn-bg-text, .unibtn-fg-text:hover, .unibtn-ol-text:hover, .unibtn-ol-text:focus, .unibtn-ol-text:active { background-color: #7b7f82 !important; }

.bg-text-d, .bg-hov-text-d:hover, .bg-after-text-d:after, .bg-before-text-d:before, .unibtn-bgtint-text-d.active, .unibtn-bgtint-text-d:hover, .unibtn-bgshade-text-d.active, .unibtn-bgshade-text-d:hover, .unibtn-bg-text-d, .unibtn-fg-text-d:hover, .unibtn-ol-text-d:hover, .unibtn-ol-text-d:focus, .unibtn-ol-text-d:active { background-color: #43484D !important; }

.bg-text-l, .bg-hov-text-l:hover, .bg-after-text-l:after, .bg-before-text-l:before, .unibtn-bgtint-text-l.active, .unibtn-bgtint-text-l:hover, .unibtn-bgshade-text-l.active, .unibtn-bgshade-text-l:hover, .unibtn-bg-text-l, .unibtn-fg-text-l:hover, .unibtn-ol-text-l:hover, .unibtn-ol-text-l:focus, .unibtn-ol-text-l:active { background-color: #a1a4a6 !important; }

.bg-text-xl, .bg-hov-text-xl:hover, .bg-after-text-xl:after, .bg-before-text-xl:before, .unibtn-bgtint-text-xl.active, .unibtn-bgtint-text-xl:hover, .unibtn-bgshade-text-xl.active, .unibtn-bgshade-text-xl:hover, .unibtn-bg-text-xl, .unibtn-fg-text-xl:hover, .unibtn-ol-text-xl:hover, .unibtn-ol-text-xl:focus, .unibtn-ol-text-xl:active { background-color: #c7c8ca !important; }

.bg-success, .bg-hov-success:hover, .bg-after-success:after, .bg-before-success:before, .unibtn-bgtint-success.active, .unibtn-bgtint-success:hover, .unibtn-bgshade-success.active, .unibtn-bgshade-success:hover, .unibtn-bg-success, .unibtn-fg-success:hover, .unibtn-ol-success:hover, .unibtn-ol-success:focus, .unibtn-ol-success:active { background-color: #28a745 !important; }

.bg-info, .bg-hov-info:hover, .bg-after-info:after, .bg-before-info:before, .unibtn-bgtint-info.active, .unibtn-bgtint-info:hover, .unibtn-bgshade-info.active, .unibtn-bgshade-info:hover, .unibtn-bg-info, .unibtn-fg-info:hover, .unibtn-ol-info:hover, .unibtn-ol-info:focus, .unibtn-ol-info:active { background-color: #17a2b8 !important; }

.bg-warning, .bg-hov-warning:hover, .bg-after-warning:after, .bg-before-warning:before, .unibtn-bgtint-warning.active, .unibtn-bgtint-warning:hover, .unibtn-bgshade-warning.active, .unibtn-bgshade-warning:hover, .unibtn-bg-warning, .unibtn-fg-warning:hover, .unibtn-ol-warning:hover, .unibtn-ol-warning:focus, .unibtn-ol-warning:active { background-color: #ffc107 !important; }

.bg-danger, .bg-hov-danger:hover, .bg-after-danger:after, .bg-before-danger:before, .unibtn-bgtint-danger.active, .unibtn-bgtint-danger:hover, .unibtn-bgshade-danger.active, .unibtn-bgshade-danger:hover, .unibtn-bg-danger, .unibtn-fg-danger:hover, .unibtn-ol-danger:hover, .unibtn-ol-danger:focus, .unibtn-ol-danger:active { background-color: #dc3545 !important; }

.bg-facebook, .bg-hov-facebook:hover, .bg-after-facebook:after, .bg-before-facebook:before, .unibtn-bgtint-facebook.active, .unibtn-bgtint-facebook:hover, .unibtn-bgshade-facebook.active, .unibtn-bgshade-facebook:hover, .unibtn-bg-facebook, .unibtn-fg-facebook:hover, .unibtn-ol-facebook:hover, .unibtn-ol-facebook:focus, .unibtn-ol-facebook:active { background-color: #3B5999 !important; }

.bg-twitter, .bg-hov-twitter:hover, .bg-after-twitter:after, .bg-before-twitter:before, .unibtn-bgtint-twitter.active, .unibtn-bgtint-twitter:hover, .unibtn-bgshade-twitter.active, .unibtn-bgshade-twitter:hover, .unibtn-bg-twitter, .unibtn-fg-twitter:hover, .unibtn-ol-twitter:hover, .unibtn-ol-twitter:focus, .unibtn-ol-twitter:active { background-color: #00ACEE !important; }

.bg-instagram, .bg-hov-instagram:hover, .bg-after-instagram:after, .bg-before-instagram:before, .unibtn-bgtint-instagram.active, .unibtn-bgtint-instagram:hover, .unibtn-bgshade-instagram.active, .unibtn-bgshade-instagram:hover, .unibtn-bg-instagram, .unibtn-fg-instagram:hover, .unibtn-ol-instagram:hover, .unibtn-ol-instagram:focus, .unibtn-ol-instagram:active { background-color: #3E729A !important; }

.bg-youtube, .bg-hov-youtube:hover, .bg-after-youtube:after, .bg-before-youtube:before, .unibtn-bgtint-youtube.active, .unibtn-bgtint-youtube:hover, .unibtn-bgshade-youtube.active, .unibtn-bgshade-youtube:hover, .unibtn-bg-youtube, .unibtn-fg-youtube:hover, .unibtn-ol-youtube:hover, .unibtn-ol-youtube:focus, .unibtn-ol-youtube:active { background-color: #CC332D !important; }

.bg-reddit, .bg-hov-reddit:hover, .bg-after-reddit:after, .bg-before-reddit:before, .unibtn-bgtint-reddit.active, .unibtn-bgtint-reddit:hover, .unibtn-bgshade-reddit.active, .unibtn-bgshade-reddit:hover, .unibtn-bg-reddit, .unibtn-fg-reddit:hover, .unibtn-ol-reddit:hover, .unibtn-ol-reddit:focus, .unibtn-ol-reddit:active { background-color: #f44336 !important; }

.bg-rss, .bg-hov-rss:hover, .bg-after-rss:after, .bg-before-rss:before, .unibtn-bgtint-rss.active, .unibtn-bgtint-rss:hover, .unibtn-bgshade-rss.active, .unibtn-bgshade-rss:hover, .unibtn-bg-rss, .unibtn-fg-rss:hover, .unibtn-ol-rss:hover, .unibtn-ol-rss:focus, .unibtn-ol-rss:active { background-color: #FF8201 !important; }

.bg-google, .bg-hov-google:hover, .bg-after-google:after, .bg-before-google:before, .unibtn-bgtint-google.active, .unibtn-bgtint-google:hover, .unibtn-bgshade-google.active, .unibtn-bgshade-google:hover, .unibtn-bg-google, .unibtn-fg-google:hover, .unibtn-ol-google:hover, .unibtn-ol-google:focus, .unibtn-ol-google:active { background-color: #D75B3F !important; }

.bg-blue, .bg-hov-blue:hover, .bg-after-blue:after, .bg-before-blue:before, .unibtn-bgtint-blue.active, .unibtn-bgtint-blue:hover, .unibtn-bgshade-blue.active, .unibtn-bgshade-blue:hover, .unibtn-bg-blue, .unibtn-fg-blue:hover, .unibtn-ol-blue:hover, .unibtn-ol-blue:focus, .unibtn-ol-blue:active { background-color: #007bff !important; }

.bg-indigo, .bg-hov-indigo:hover, .bg-after-indigo:after, .bg-before-indigo:before, .unibtn-bgtint-indigo.active, .unibtn-bgtint-indigo:hover, .unibtn-bgshade-indigo.active, .unibtn-bgshade-indigo:hover, .unibtn-bg-indigo, .unibtn-fg-indigo:hover, .unibtn-ol-indigo:hover, .unibtn-ol-indigo:focus, .unibtn-ol-indigo:active { background-color: #6610f2 !important; }

.bg-purple, .bg-hov-purple:hover, .bg-after-purple:after, .bg-before-purple:before, .unibtn-bgtint-purple.active, .unibtn-bgtint-purple:hover, .unibtn-bgshade-purple.active, .unibtn-bgshade-purple:hover, .unibtn-bg-purple, .unibtn-fg-purple:hover, .unibtn-ol-purple:hover, .unibtn-ol-purple:focus, .unibtn-ol-purple:active { background-color: #6f42c1 !important; }

.bg-pink, .bg-hov-pink:hover, .bg-after-pink:after, .bg-before-pink:before, .unibtn-bgtint-pink.active, .unibtn-bgtint-pink:hover, .unibtn-bgshade-pink.active, .unibtn-bgshade-pink:hover, .unibtn-bg-pink, .unibtn-fg-pink:hover, .unibtn-ol-pink:hover, .unibtn-ol-pink:focus, .unibtn-ol-pink:active { background-color: #e83e8c !important; }

.bg-red, .bg-hov-red:hover, .bg-after-red:after, .bg-before-red:before, .unibtn-bgtint-red.active, .unibtn-bgtint-red:hover, .unibtn-bgshade-red.active, .unibtn-bgshade-red:hover, .unibtn-bg-red, .unibtn-fg-red:hover, .unibtn-ol-red:hover, .unibtn-ol-red:focus, .unibtn-ol-red:active { background-color: #dc3545 !important; }

.bg-orange, .bg-hov-orange:hover, .bg-after-orange:after, .bg-before-orange:before, .unibtn-bgtint-orange.active, .unibtn-bgtint-orange:hover, .unibtn-bgshade-orange.active, .unibtn-bgshade-orange:hover, .unibtn-bg-orange, .unibtn-fg-orange:hover, .unibtn-ol-orange:hover, .unibtn-ol-orange:focus, .unibtn-ol-orange:active { background-color: #fd7e14 !important; }

.bg-yellow, .bg-hov-yellow:hover, .bg-after-yellow:after, .bg-before-yellow:before, .unibtn-bgtint-yellow.active, .unibtn-bgtint-yellow:hover, .unibtn-bgshade-yellow.active, .unibtn-bgshade-yellow:hover, .unibtn-bg-yellow, .unibtn-fg-yellow:hover, .unibtn-ol-yellow:hover, .unibtn-ol-yellow:focus, .unibtn-ol-yellow:active { background-color: #ffc107 !important; }

.bg-green, .bg-hov-green:hover, .bg-after-green:after, .bg-before-green:before, .unibtn-bgtint-green.active, .unibtn-bgtint-green:hover, .unibtn-bgshade-green.active, .unibtn-bgshade-green:hover, .unibtn-bg-green, .unibtn-fg-green:hover, .unibtn-ol-green:hover, .unibtn-ol-green:focus, .unibtn-ol-green:active { background-color: #28a745 !important; }

.bg-teal, .bg-hov-teal:hover, .bg-after-teal:after, .bg-before-teal:before, .unibtn-bgtint-teal.active, .unibtn-bgtint-teal:hover, .unibtn-bgshade-teal.active, .unibtn-bgshade-teal:hover, .unibtn-bg-teal, .unibtn-fg-teal:hover, .unibtn-ol-teal:hover, .unibtn-ol-teal:focus, .unibtn-ol-teal:active { background-color: #20c997 !important; }

.bg-cyan, .bg-hov-cyan:hover, .bg-after-cyan:after, .bg-before-cyan:before, .unibtn-bgtint-cyan.active, .unibtn-bgtint-cyan:hover, .unibtn-bgshade-cyan.active, .unibtn-bgshade-cyan:hover, .unibtn-bg-cyan, .unibtn-fg-cyan:hover, .unibtn-ol-cyan:hover, .unibtn-ol-cyan:focus, .unibtn-ol-cyan:active { background-color: #17a2b8 !important; }

.bg-black, .bg-hov-black:hover, .bg-after-black:after, .bg-before-black:before, .unibtn-bgtint-black.active, .unibtn-bgtint-black:hover, .unibtn-bgshade-black.active, .unibtn-bgshade-black:hover, .unibtn-bg-black, .unibtn-fg-black:hover, .unibtn-ol-black:hover, .unibtn-ol-black:focus, .unibtn-ol-black:active { background-color: #000 !important; }

.bg-black-10pc, .bg-hov-black-10pc:hover, .bg-after-black-10pc:after, .bg-before-black-10pc:before, .unibtn-bgtint-black-10pc.active, .unibtn-bgtint-black-10pc:hover, .unibtn-bgshade-black-10pc.active, .unibtn-bgshade-black-10pc:hover, .unibtn-bg-black-10pc, .unibtn-fg-black-10pc:hover, .unibtn-ol-black-10pc:hover, .unibtn-ol-black-10pc:focus, .unibtn-ol-black-10pc:active { background-color: rgba(0, 0, 0, 0.1) !important; }

.bg-white, .bg-hov-white:hover, .bg-after-white:after, .bg-before-white:before, .unibtn-bgtint-white.active, .unibtn-bgtint-white:hover, .unibtn-bgshade-white.active, .unibtn-bgshade-white:hover, .unibtn-bg-white, .unibtn-fg-white:hover, .unibtn-ol-white:hover, .unibtn-ol-white:focus, .unibtn-ol-white:active { background-color: #fff !important; }

.bg-white-10pc, .bg-hov-white-10pc:hover, .bg-after-white-10pc:after, .bg-before-white-10pc:before, .unibtn-bgtint-white-10pc.active, .unibtn-bgtint-white-10pc:hover, .unibtn-bgshade-white-10pc.active, .unibtn-bgshade-white-10pc:hover, .unibtn-bg-white-10pc, .unibtn-fg-white-10pc:hover, .unibtn-ol-white-10pc:hover, .unibtn-ol-white-10pc:focus, .unibtn-ol-white-10pc:active { background-color: rgba(255, 255, 255, 0.1) !important; }

.bdc-primary, .bdc-hov-primary:hover, .bdc-after-primary:after, .bdc-before-primary:before, .unibtn-ol-primary, .unibadge-ol-primary { border-color: #358DD7 !important; }

.bdc-secondary, .bdc-hov-secondary:hover, .bdc-after-secondary:after, .bdc-before-secondary:before, .unibtn-ol-secondary, .unibadge-ol-secondary { border-color: #6c757d !important; }

.bdc-accent, .bdc-hov-accent:hover, .bdc-after-accent:after, .bdc-before-accent:before, .unibtn-ol-accent, .unibadge-ol-accent { border-color: #EA3E10 !important; }

.bdc-dark, .bdc-hov-dark:hover, .bdc-after-dark:after, .bdc-before-dark:before, .unibtn-ol-dark, .unibadge-ol-dark { border-color: #43484D !important; }

.bdc-dark-m, .bdc-hov-dark-m:hover, .bdc-after-dark-m:after, .bdc-before-dark-m:before, .unibtn-ol-dark-m, .unibadge-ol-dark-m { border-color: #696d71 !important; }

.bdc-dark-l, .bdc-hov-dark-l:hover, .bdc-after-dark-l:after, .bdc-before-dark-l:before, .unibtn-ol-dark-l, .unibadge-ol-dark-l { border-color: #a1a4a6 !important; }

.bdc-gray, .bdc-hov-gray:hover, .bdc-after-gray:after, .bdc-before-gray:before, .unibtn-ol-gray, .unibadge-ol-gray { border-color: #e3e4e4 !important; }

.bdc-gray-l, .bdc-hov-gray-l:hover, .bdc-after-gray-l:after, .bdc-before-gray-l:before, .unibtn-ol-gray-l, .unibadge-ol-gray-l { border-color: #eceded !important; }

.bdc-gray-xl, .bdc-hov-gray-xl:hover, .bdc-after-gray-xl:after, .bdc-before-gray-xl:before, .unibtn-ol-gray-xl, .unibadge-ol-gray-xl { border-color: #f6f6f6 !important; }

.bdc-gray-2xl, .bdc-hov-gray-2xl:hover, .bdc-after-gray-2xl:after, .bdc-before-gray-2xl:before, .unibtn-ol-gray-2xl, .unibadge-ol-gray-2xl { border-color: #f9fafa !important; }

.bdc-text, .bdc-hov-text:hover, .bdc-after-text:after, .bdc-before-text:before, .unibtn-ol-text, .unibadge-ol-text { border-color: #7b7f82 !important; }

.bdc-text-d, .bdc-hov-text-d:hover, .bdc-after-text-d:after, .bdc-before-text-d:before, .unibtn-ol-text-d, .unibadge-ol-text-d { border-color: #43484D !important; }

.bdc-text-l, .bdc-hov-text-l:hover, .bdc-after-text-l:after, .bdc-before-text-l:before, .unibtn-ol-text-l, .unibadge-ol-text-l { border-color: #a1a4a6 !important; }

.bdc-text-xl, .bdc-hov-text-xl:hover, .bdc-after-text-xl:after, .bdc-before-text-xl:before, .unibtn-ol-text-xl, .unibadge-ol-text-xl { border-color: #c7c8ca !important; }

.bdc-success, .bdc-hov-success:hover, .bdc-after-success:after, .bdc-before-success:before, .unibtn-ol-success, .unibadge-ol-success { border-color: #28a745 !important; }

.bdc-info, .bdc-hov-info:hover, .bdc-after-info:after, .bdc-before-info:before, .unibtn-ol-info, .unibadge-ol-info { border-color: #17a2b8 !important; }

.bdc-warning, .bdc-hov-warning:hover, .bdc-after-warning:after, .bdc-before-warning:before, .unibtn-ol-warning, .unibadge-ol-warning { border-color: #ffc107 !important; }

.bdc-danger, .bdc-hov-danger:hover, .bdc-after-danger:after, .bdc-before-danger:before, .unibtn-ol-danger, .unibadge-ol-danger { border-color: #dc3545 !important; }

.bdc-facebook, .bdc-hov-facebook:hover, .bdc-after-facebook:after, .bdc-before-facebook:before, .unibtn-ol-facebook, .unibadge-ol-facebook { border-color: #3B5999 !important; }

.bdc-twitter, .bdc-hov-twitter:hover, .bdc-after-twitter:after, .bdc-before-twitter:before, .unibtn-ol-twitter, .unibadge-ol-twitter { border-color: #00ACEE !important; }

.bdc-instagram, .bdc-hov-instagram:hover, .bdc-after-instagram:after, .bdc-before-instagram:before, .unibtn-ol-instagram, .unibadge-ol-instagram { border-color: #3E729A !important; }

.bdc-youtube, .bdc-hov-youtube:hover, .bdc-after-youtube:after, .bdc-before-youtube:before, .unibtn-ol-youtube, .unibadge-ol-youtube { border-color: #CC332D !important; }

.bdc-reddit, .bdc-hov-reddit:hover, .bdc-after-reddit:after, .bdc-before-reddit:before, .unibtn-ol-reddit, .unibadge-ol-reddit { border-color: #f44336 !important; }

.bdc-rss, .bdc-hov-rss:hover, .bdc-after-rss:after, .bdc-before-rss:before, .unibtn-ol-rss, .unibadge-ol-rss { border-color: #FF8201 !important; }

.bdc-google, .bdc-hov-google:hover, .bdc-after-google:after, .bdc-before-google:before, .unibtn-ol-google, .unibadge-ol-google { border-color: #D75B3F !important; }

.bdc-blue, .bdc-hov-blue:hover, .bdc-after-blue:after, .bdc-before-blue:before, .unibtn-ol-blue, .unibadge-ol-blue { border-color: #007bff !important; }

.bdc-indigo, .bdc-hov-indigo:hover, .bdc-after-indigo:after, .bdc-before-indigo:before, .unibtn-ol-indigo, .unibadge-ol-indigo { border-color: #6610f2 !important; }

.bdc-purple, .bdc-hov-purple:hover, .bdc-after-purple:after, .bdc-before-purple:before, .unibtn-ol-purple, .unibadge-ol-purple { border-color: #6f42c1 !important; }

.bdc-pink, .bdc-hov-pink:hover, .bdc-after-pink:after, .bdc-before-pink:before, .unibtn-ol-pink, .unibadge-ol-pink { border-color: #e83e8c !important; }

.bdc-red, .bdc-hov-red:hover, .bdc-after-red:after, .bdc-before-red:before, .unibtn-ol-red, .unibadge-ol-red { border-color: #dc3545 !important; }

.bdc-orange, .bdc-hov-orange:hover, .bdc-after-orange:after, .bdc-before-orange:before, .unibtn-ol-orange, .unibadge-ol-orange { border-color: #fd7e14 !important; }

.bdc-yellow, .bdc-hov-yellow:hover, .bdc-after-yellow:after, .bdc-before-yellow:before, .unibtn-ol-yellow, .unibadge-ol-yellow { border-color: #ffc107 !important; }

.bdc-green, .bdc-hov-green:hover, .bdc-after-green:after, .bdc-before-green:before, .unibtn-ol-green, .unibadge-ol-green { border-color: #28a745 !important; }

.bdc-teal, .bdc-hov-teal:hover, .bdc-after-teal:after, .bdc-before-teal:before, .unibtn-ol-teal, .unibadge-ol-teal { border-color: #20c997 !important; }

.bdc-cyan, .bdc-hov-cyan:hover, .bdc-after-cyan:after, .bdc-before-cyan:before, .unibtn-ol-cyan, .unibadge-ol-cyan { border-color: #17a2b8 !important; }

.bdc-black, .bdc-hov-black:hover, .bdc-after-black:after, .bdc-before-black:before, .unibtn-ol-black, .unibadge-ol-black { border-color: #000 !important; }

.bdc-black-10pc, .bdc-hov-black-10pc:hover, .bdc-after-black-10pc:after, .bdc-before-black-10pc:before, .unibtn-ol-black-10pc, .unibadge-ol-black-10pc { border-color: rgba(0, 0, 0, 0.1) !important; }

.bdc-white, .bdc-hov-white:hover, .bdc-after-white:after, .bdc-before-white:before, .unibtn-ol-white, .unibadge-ol-white { border-color: #fff !important; }

.bdc-white-10pc, .bdc-hov-white-10pc:hover, .bdc-after-white-10pc:after, .bdc-before-white-10pc:before, .unibtn-ol-white-10pc, .unibadge-ol-white-10pc { border-color: rgba(255, 255, 255, 0.1) !important; }

.grad-dark { background-image: linear-gradient(to right, #2473b5, #43484D); }

.grad-rad-dark { background-image: radial-gradient(circle farthest-corner at -100%, #2473b5, #43484D); }

.fs-70 { font-size: 70% !important; }

.fs-75 { font-size: 75% !important; }

.fs-xxs { font-size: 80% !important; }

.fs-80 { font-size: 80% !important; }

.fs-xs { font-size: 85% !important; }

.fs-85 { font-size: 85% !important; }

.fs-sm { font-size: 90% !important; }

.fs-90 { font-size: 90% !important; }

.fs-h5 { font-size: 100% !important; }

.fs-100 { font-size: 100% !important; }

.fs-120 { font-size: 120% !important; }

.fs-h4 { font-size: 130% !important; }

.fs-130 { font-size: 130% !important; }

.fs-h3 { font-size: 150% !important; }

.fs-150 { font-size: 150% !important; }

.fs-h2 { font-size: 170% !important; }

.fs-170 { font-size: 170% !important; }

.fs-h1 { font-size: 200% !important; }

.fs-200 { font-size: 200% !important; }

.fs-230 { font-size: 230% !important; }

.fs-250 { font-size: 250% !important; }

.fs-300 { font-size: 300% !important; }

.fs-350 { font-size: 350% !important; }

.fs-400 { font-size: 400% !important; }

.fw-normal { font-weight: normal !important; }

.fw-bold { font-weight: bold !important; }

.fw-light { font-weight: 300 !important; }

.fw-300 { font-weight: 300 !important; }

.lh-xxs { line-height: 80% !important; }

.lh-80 { line-height: 80% !important; }

.lh-xs { line-height: 85% !important; }

.lh-85 { line-height: 85% !important; }

.lh-sm { line-height: 90% !important; }

.lh-90 { line-height: 90% !important; }

.lh-h5 { line-height: 100% !important; }

.lh-100 { line-height: 100% !important; }

.lh-h4 { line-height: 130% !important; }

.lh-130 { line-height: 130% !important; }

.lh-h3 { line-height: 150% !important; }

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

.lh-h2 { line-height: 170% !important; }

.lh-170 { line-height: 170% !important; }

.lh-h1 { line-height: 200% !important; }

.lh-200 { line-height: 200% !important; }

@media (min-width: 576px) { .fs-70-sm { font-size: 70% !important; }
    .fs-75-sm { font-size: 75% !important; }
    .fs-xxs-sm { font-size: 80% !important; }
    .fs-80-sm { font-size: 80% !important; }
    .fs-xs-sm { font-size: 85% !important; }
    .fs-85-sm { font-size: 85% !important; }
    .fs-sm-sm { font-size: 90% !important; }
    .fs-90-sm { font-size: 90% !important; }
    .fs-h5-sm { font-size: 100% !important; }
    .fs-100-sm { font-size: 100% !important; }
    .fs-120-sm { font-size: 120% !important; }
    .fs-h4-sm { font-size: 130% !important; }
    .fs-130-sm { font-size: 130% !important; }
    .fs-h3-sm { font-size: 150% !important; }
    .fs-150-sm { font-size: 150% !important; }
    .fs-h2-sm { font-size: 170% !important; }
    .fs-170-sm { font-size: 170% !important; }
    .fs-h1-sm { font-size: 200% !important; }
    .fs-200-sm { font-size: 200% !important; }
    .fs-230-sm { font-size: 230% !important; }
    .fs-250-sm { font-size: 250% !important; }
    .fs-300-sm { font-size: 300% !important; }
    .fs-350-sm { font-size: 350% !important; }
    .fs-400-sm { font-size: 400% !important; } }

@media (min-width: 768px) { .fs-70-md { font-size: 70% !important; }
    .fs-75-md { font-size: 75% !important; }
    .fs-xxs-md { font-size: 80% !important; }
    .fs-80-md { font-size: 80% !important; }
    .fs-xs-md { font-size: 85% !important; }
    .fs-85-md { font-size: 85% !important; }
    .fs-sm-md { font-size: 90% !important; }
    .fs-90-md { font-size: 90% !important; }
    .fs-h5-md { font-size: 100% !important; }
    .fs-100-md { font-size: 100% !important; }
    .fs-120-md { font-size: 120% !important; }
    .fs-h4-md { font-size: 130% !important; }
    .fs-130-md { font-size: 130% !important; }
    .fs-h3-md { font-size: 150% !important; }
    .fs-150-md { font-size: 150% !important; }
    .fs-h2-md { font-size: 170% !important; }
    .fs-170-md { font-size: 170% !important; }
    .fs-h1-md { font-size: 200% !important; }
    .fs-200-md { font-size: 200% !important; }
    .fs-230-md { font-size: 230% !important; }
    .fs-250-md { font-size: 250% !important; }
    .fs-300-md { font-size: 300% !important; }
    .fs-350-md { font-size: 350% !important; }
    .fs-400-md { font-size: 400% !important; } }

@media (min-width: 992px) { .fs-70-lg { font-size: 70% !important; }
    .fs-75-lg { font-size: 75% !important; }
    .fs-xxs-lg { font-size: 80% !important; }
    .fs-80-lg { font-size: 80% !important; }
    .fs-xs-lg { font-size: 85% !important; }
    .fs-85-lg { font-size: 85% !important; }
    .fs-sm-lg { font-size: 90% !important; }
    .fs-90-lg { font-size: 90% !important; }
    .fs-h5-lg { font-size: 100% !important; }
    .fs-100-lg { font-size: 100% !important; }
    .fs-120-lg { font-size: 120% !important; }
    .fs-h4-lg { font-size: 130% !important; }
    .fs-130-lg { font-size: 130% !important; }
    .fs-h3-lg { font-size: 150% !important; }
    .fs-150-lg { font-size: 150% !important; }
    .fs-h2-lg { font-size: 170% !important; }
    .fs-170-lg { font-size: 170% !important; }
    .fs-h1-lg { font-size: 200% !important; }
    .fs-200-lg { font-size: 200% !important; }
    .fs-230-lg { font-size: 230% !important; }
    .fs-250-lg { font-size: 250% !important; }
    .fs-300-lg { font-size: 300% !important; }
    .fs-350-lg { font-size: 350% !important; }
    .fs-400-lg { font-size: 400% !important; } }

@media (max-width: 767.98px) { .fs-70-sm-down { font-size: 70% !important; }
    .fs-75-sm-down { font-size: 75% !important; }
    .fs-xxs-sm-down { font-size: 80% !important; }
    .fs-80-sm-down { font-size: 80% !important; }
    .fs-xs-sm-down { font-size: 85% !important; }
    .fs-85-sm-down { font-size: 85% !important; }
    .fs-sm-sm-down { font-size: 90% !important; }
    .fs-90-sm-down { font-size: 90% !important; }
    .fs-h5-sm-down { font-size: 100% !important; }
    .fs-100-sm-down { font-size: 100% !important; }
    .fs-120-sm-down { font-size: 120% !important; }
    .fs-h4-sm-down { font-size: 130% !important; }
    .fs-130-sm-down { font-size: 130% !important; }
    .fs-h3-sm-down { font-size: 150% !important; }
    .fs-150-sm-down { font-size: 150% !important; }
    .fs-h2-sm-down { font-size: 170% !important; }
    .fs-170-sm-down { font-size: 170% !important; }
    .fs-h1-sm-down { font-size: 200% !important; }
    .fs-200-sm-down { font-size: 200% !important; }
    .fs-230-sm-down { font-size: 230% !important; }
    .fs-250-sm-down { font-size: 250% !important; }
    .fs-300-sm-down { font-size: 300% !important; }
    .fs-350-sm-down { font-size: 350% !important; }
    .fs-400-sm-down { font-size: 400% !important; } }

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

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

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

.strong, strong { font-weight: bold; }

.text-grad-inverse { background: linear-gradient(to right, #EA3E10 0%, #fff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.text-grad-primary-inverse { background: linear-gradient(to right, #358DD7, white); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

@media (max-width: 991.98px) { .text-center-md-down { text-align: center; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group.has-danger .form-control { border: 1px solid #dc3545 !important; }

.form-boxed .form-group, .form-ruled .form-group { margin-bottom: 15px; position: relative; font-size: 14px; }

.form-boxed .form-group label, .form-ruled .form-group label { font-weight: normal; position: absolute; top: 0; left: 0; margin: 0; line-height: 10px; padding: 8px 15px; text-transform: uppercase; font-size: 10px; color: #43484D; }

.form-boxed .form-title, .form-ruled .form-title { margin-bottom: 30px; }

.form-boxed .form-title h4, .form-ruled .form-title h4 { font-size: 1.5em; }

.form-boxed .form-title h1, .form-ruled .form-title h1 { font-size: 1.8em; }

.form-boxed .form-title p, .form-ruled .form-title p { font-size: 0.9em; margin: 0; }

.form-boxed .form-text, .form-boxed .form-mgb, .form-ruled .form-text, .form-ruled .form-mgb { margin-bottom: 15px; }

.form-boxed .form-text, .form-ruled .form-text { font-size: 0.9em; }

.form-boxed .form-control, .form-boxed .custom-select, .form-ruled .form-control, .form-ruled .custom-select { padding: 18px 15px 0 15px; height: 48px; font-size: inherit; }

.form-boxed .form-control:focus, .form-boxed .custom-select:focus, .form-ruled .form-control:focus, .form-ruled .custom-select:focus { box-shadow: none; }

.form-boxed .form-btn.unibtn, .form-ruled .form-btn.unibtn { height: 46px; text-transform: uppercase; font-size: 0.85em; }

.form-ruled .form-control { border-width: 0 0 1px 0; }

.form-feedback { display: none; padding-top: 5px; font-size: 0.9em; }

.form-feedback.invalid { color: #dc3545; }

.form-feedback.valid { color: #28a745; }

.is-invalid .form-feedback.invalid, .has-danger .form-feedback.invalid { display: block; }

.is-valid .form-feedback.valid, .has-success .form-feedback.valid { display: block; }

select.showing-default, .showing-default select { color: rgba(67, 72, 77, 0.3); }

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: rgba(67, 72, 77, 0.3); }

.form-control::-moz-placeholder { /* Firefox 19+ */ color: rgba(67, 72, 77, 0.3); }

.form-control:-ms-input-placeholder { /* IE 10+ */ color: rgba(67, 72, 77, 0.3); }

.form-control:-moz-placeholder { /* Firefox 18- */ color: rgba(67, 72, 77, 0.3); }

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgba(67, 72, 77, 0.3); opacity: 1; }

.inverse .form-group label { color: #8abde8; font-weight: bold; }

.inverse .form-group.has-danger .form-control { border: 1px solid #e4606d !important; }

.inverse .form-group.has-danger .form-feedback { color: #e4606d !important; }

.inverse .form-control { background: rgba(255, 255, 255, 0.1); border: none; color: rgba(255, 255, 255, 0.7); }

.inverse .form-control:focus { border: 1px solid #358DD7; }

.inverse .form-ruled .form-control { border-width: 0 0 1px 0; }

.inverse .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: rgba(255, 255, 255, 0.3); }

.inverse .form-control::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.3); }

.inverse .form-control:-ms-input-placeholder { /* IE 10+ */ color: rgba(255, 255, 255, 0.3); }

.inverse .form-control:-moz-placeholder { /* Firefox 18- */ color: rgba(255, 255, 255, 0.3); }

.inverse .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgba(255, 255, 255, 0.3); opacity: 1; }

.form-control-tint { border: none; background: rgba(255, 255, 255, 0.1); color: #fff; }

.form-control-tint:focus { box-shadow: none; outline: none; border: none; }

.form-control-tint::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: rgba(255, 255, 255, 0.3); }

.form-control-tint::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.3); }

.form-control-tint:-ms-input-placeholder { /* IE 10+ */ color: rgba(255, 255, 255, 0.3); }

.form-control-tint:-moz-placeholder { /* Firefox 18- */ color: rgba(255, 255, 255, 0.3); }

.form-control-tint::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgba(255, 255, 255, 0.3); opacity: 1; }

.alert-ol { background: none; border-width: 2px; }

.nav-stack { display: block; }

.nav-stack a { padding: 0.2em 0; display: block; }

.dropdown-menu { font-size: inherit; padding: 1em 0; margin-top: 1px; }

.dropdown-item { font-size: 0.9em; padding: 0.25em 1.5em; }

.dropdown-panel { display: none; position: absolute; top: 0; left: 0; width: 100%; }

.dropdown-mega { position: static; }

.dropdown-menu-mega { width: 100%; max-width: none; }

.show > .dropdown-panel, .show .dropdown-menu { display: block; }

@media (min-width: 992px) { .dropdown-hover:hover .dropdown-menu, .dropdown-hover:hover .dropdown-panel { display: block; transform: none !important; top: 100% !important; left: 0 !important; right: auto !important; }
    .dropdown-hover:hover .dropdown-menu.dropdown-menu-right, .dropdown-hover:hover .dropdown-panel.dropdown-menu-right { right: 0 !important; left: auto !important; } }

body { font-weight: 300; font-size: 16px; color: #7b7f82; }

h1, h2, h3, h4, h5 { font-weight: bold; color: #43484D; }

.breadcrumb { background: none; padding: 0; margin: 0; }

.card-clean { background: none; border: none; }

.card-clean > * { padding-left: 0; padding-right: 0; }

.card-tint { background: rgba(255, 255, 255, 0.1); border: none; }

.card-ol { background: none; border: 1px solid #fff; }

.card-glass { background: none; border: 1px solid rgba(255, 255, 255, 0); position: relative; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.card-glass > * { position: relative; z-index: 10; }

.card-glass:before { content: ""; background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(10px); position: absolute; z-index: 0; }

@media (min-width: 992px) { .card-lg .card-body { padding: 40px; } }

@media (min-width: 992px) { .card-md .card-body { padding: 35px; } }

@media (max-width: 767.98px) { .stretch-w { margin-left: -20px; margin-right: -20px; } }

.list-dot { list-style: none; }

.list-dot > li { position: relative; padding-left: 20px; }

.list-dot > li:before { content: ""; display: block; height: 10px; width: 10px; border-radius: 50%; background: #358DD7; position: absolute; left: 0; top: 8.6px; }

html { height: 100%; }

body, #app { min-height: 100vh; background-color: #f6f6f6; }

.container-fluid { width: 100%; max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }

@media (max-width: 991.98px) { .container-fluid { padding-left: 30px; padding-right: 30px; } }

@media (max-width: 767.98px) { .container-fluid { padding-left: 20px; padding-right: 20px; } }

.bdrop { position: fixed; }

.lds-ripple { position: relative; width: 64px; height: 64px; }

.lds-ripple div { position: absolute; border: 1px solid #fff; opacity: 1; border-radius: 50%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) { animation-delay: -0.5s; }

@keyframes lds-ripple { 0% { width: 0;
        height: 0;
        opacity: 1; }
    100% { width: 100%;
        height: 100%;
        opacity: 0; } }

.page-loader, .page-loader-anim { transition: 1s; }

.page-loader { z-index: 1200; position: fixed; background: #43484D; }

#header { width: 100%; height: 120px; position: absolute; left: 0; z-index: 1000; top: 0; transition: all 0.4s; }

#header .unibar { height: 100%; }

.use-sticky-header #header { position: fixed; }

.sticky-header-off .visible-sticky { display: none !important; }

.sticky-header-on .hidden-sticky { display: none !important; }

.use-sticky-header.sticky-header-on #header { background: #43484D; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); height: 80px; }

.use-sticky-header.sticky-header-on #header .unibtn-ol-primary { background: #358DD7; border-color: transparent; color: #fff !important; }

@media (min-width: 992px) { .use-sticky-header.sticky-header-on #header .header-nav { font-size: 0.8em; }
    .use-sticky-header.sticky-header-on #header .header-nav > li:not(.active) > a { color: #fff; }
    .use-sticky-header.sticky-header-on #header .header-brand img { height: 20px; } }

@media (max-width: 991.98px) { .use-sticky-header.sticky-header-on #header { height: 80px; } }

@media (max-width: 991.98px) { #header, .page-docs #header { height: 80px; } }

.header-brand, .header-brand img { line-height: 1; display: block; }

.header-brand img { height: 20px; width: auto; }

@media (max-width: 991.98px) { .header-brand img { height: 20px; } }

.header-nav, .header-buttons { text-transform: capitalize; font-weight: normal; }

.header-bdrop { background: rgba(255, 255, 255, 0.8); z-index: 0; z-index: 1099; }

.header-buttons { display: flex; align-items: center; }

.header-buttons .unibtn { font-size: 0.9em; }

@media (max-width: 991.98px) { .header-navbar { background: #43484D; position: fixed; height: 100%; top: 0; left: -300px; width: 300px; transition: all 0.4s; z-index: 1100; padding: 70px 30px 30px 30px; }
    .header-navbar-toggle { position: absolute; top: 20px; right: 30px; }
    .header-nav { display: block; }
    .header-nav > li > a { padding: 15px 0; font-size: 0.8em; color: #fff; }
    .header-nav > li + li { border-top: 1px dotted rgba(255, 255, 255, 0.15); }
    .show-menu .header-bdrop { visibility: visible; opacity: 1; }
    .show-menu .header-navbar { left: 0; } }

@media (max-width: 575.98px) { .header-navbar { left: -100%; width: 100%; } }

@media (max-width: 767.98px) { #footer.block .container-fluid { padding-top: 30px; padding-bottom: 30px; font-size: 0.9em; } }

.block { margin: 0 auto; position: relative; }

.block .container-fluid { padding-top: 120px; padding-bottom: 120px; }

@media (max-width: 767.98px) { .block .container-fluid { padding-top: 60px; padding-bottom: 60px; } }

.block.bd-t { border-top: 2px solid rgba(0, 0, 0, 0.05); }

.block-md .container-fluid { padding-top: 70px; padding-bottom: 70px; }

@media (max-width: 767.98px) { .block-md .container-fluid { padding-top: 60px; padding-bottom: 60px; } }

.block-sm .container-fluid { padding-top: 40px; padding-bottom: 40px; }

@media (max-width: 767.98px) { .block-sm .container-fluid { padding-top: 60px; padding-bottom: 60px; } }

.block-title { margin-bottom: 60px; position: relative; z-index: 1; }

.block-title.normal { margin-bottom: 30px; }

.block-title.center { max-width: 40em; margin-left: auto; margin-right: auto; text-align: center; }

.block-title h5 { color: #358DD7; text-transform: uppercase; font-size: 0.9em; }

.block-title h3 { color: #43484D; font-size: 2.3em; }

.block-title p { margin: 0 auto; max-width: 35em; }

.block-title.offset { margin-top: -120px; }

.block-title.offset .block-title-icon { margin-bottom: 1em; position: relative; margin-top: -2em; }

@media (max-width: 991.98px) { .block-title.offset { margin-top: -60px; } }

@media (max-width: 991.98px) { .block-title h3 { font-size: 2em; }
    .block-title.normal { margin-bottom: 25px; } }

@media (max-width: 767.98px) { .block-title h3 { font-size: 1.5em; }
    .block-title p { font-size: 0.9em; } }

.inverse .block-title h5, .inverse.block-title h5 { color: #8abde8; }

.inverse .block-title h3, .inverse.block-title h3 { color: #fff; }

.inverse .block-title p, .inverse.block-title p { color: rgba(255, 255, 255, 0.5); }

.block-title-icon { font-size: 30px; background: #358DD7; border-radius: 50%; margin-bottom: 0.5em; animation: emit-shadow 1s infinite; }

@keyframes emit-shadow { 0% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 0px rgba(0, 0, 0, 0.1); }
    100% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(0, 0, 0, 0); } }

@media (min-width: 992px) { .balanced-cols > div { padding: 0 25px; display: flex; flex-direction: column; justify-content: center; } }

.hero { background: #E1E7ED; }

.hero .container-fluid { padding-top: 220px; padding-bottom: 100px; }

@media (max-width: 991.98px) { .hero { text-align: center; }
    .hero .container-fluid { padding-top: 180px; padding-bottom: 60px; }
    .hero h1 { font-size: 35px; }
    .hero p { margin: 1.5em auto; max-width: 35em; } }

.feat { background: #fff; border-radius: 10px; padding: 20px; display: flex; }

@media (max-width: 767.98px) { .feat { padding: 20px; border-radius: 7px; } }

.feat-icon { margin-right: 20px; }

.feat-icon img { width: 40px; height: auto; }

.feat-icon i { height: 2em; width: 2em; font-size: 20px; background: #358DD7; border-radius: 50%; font-style: normal; color: #fff; }

@media (max-width: 767.98px) { .feat-icon { margin-right: 15px; }
    .feat-icon img { width: 50px; } }

.feat-text { flex: 1; }

.feat-text h5 { font-size: 1em; }

@media (max-width: 767.98px) { .feat-text h5 { font-size: 1em; } }

.feat-text p { margin: 0; font-size: 0.9em; color: #7b7f82; }

@media (min-width: 992px) { .feat-list { max-width: 700px; margin: 0 auto; } }

.slider { line-height: 1; }

@media (max-width: 991.98px) { .slider { max-width: 600px; margin: 0 auto; } }

.slider .slick-list { border-radius: 5px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.slider .slick-dotted.slick-slider { margin-bottom: 40px; }

.slider .slick-dots { bottom: -35px; }

.slider .slick-dots li button:before, .slider .slick-dots li.slick-active button:before { color: #fff; font-size: 10px; }

.slide { display: block !important; }

.slide img { width: 100%; height: auto; }

@media (max-width: 991.98px) { .contact { text-align: center; }
    .contact .block-title { margin: 20px 0; } }
