@charset "UTF-8";
/*! normalize.da v5.0.0 | MIT License | github.com/necolas/normalize.da */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

article,
aside,
footer,
header,
nav,
section {
    display: block; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

figcaption,
figure,
main {
    display: block; }

figure {
    margin: 1em 40px; }

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

pre {
    font-family: monospace, monospace;
    font-size: 1em; }

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
    outline-width: 0; }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted; }

b,
strong {
    font-weight: inherit; }

b,
strong {
    font-weight: bolder; }

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

dfn {
    font-style: italic; }

mark {
    background-color: #ff0;
    color: #000; }

small {
    font-size: 80%; }

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

audio,
video {
    display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0; }

img {
    border-style: none; }

svg:not(:root) {
    overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0; }

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html [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 {
    border-style: none;
    padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; }

progress {
    display: inline-block;
    vertical-align: baseline; }

textarea {
    overflow: auto; }

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

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

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

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

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

details,
menu {
    display: block; }

summary {
    display: list-item; }

canvas {
    display: inline-block; }

template {
    display: none; }

[hidden] {
    display: none; }

@media print {
    *,
    *::before,
    *::after,
    p::first-letter,
    div::first-letter,
    blockquote::first-letter,
    li::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        box-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    abbr[title]::after {
        content: " (" attr(title) ")"; }
    pre {
        white-space: pre-wrap !important; }
    pre,
    blockquote {
        border: 1px solid #999;
        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; }
    .du {
        display: none; }
    .dv {
        border: 1px solid #000; }
    .dw {
        border-collapse: collapse !important; }
    .dw td,
    .dw th {
        background-color: #fff !important; }
    .dx th,
    .dx td {
        border: 1px solid #ddd !important; } }

html {
    box-sizing: border-box; }

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

@-ms-viewport {
    width: device-width; }

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: #6c6f73;
    background-color: #fff; }

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

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help; }

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: bold; }

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

blockquote {
    margin: 0 0 1rem; }

a {
    color: #2595FF;
    text-decoration: none; }
a:focus, a:hover {
    color: #006fd8;
    text-decoration: underline; }

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

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

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle; }

[role="button"] {
    cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }

table {
    border-collapse: collapse;
    background-color: transparent; }

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

th {
    text-align: left; }

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

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

input,
button,
select,
textarea {
    line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed; }

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

textarea {
    resize: vertical; }

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

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

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

output {
    display: inline-block; }

[hidden] {
    display: none !important; }

h1, h2, h3, h4, h5, h6,
.dy, .dz, .ea, .eb, .ec, .ed {
    margin-bottom: 0.5rem;
    font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #2D3238; }

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

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

h3, .ea {
    font-size: 28px; }

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

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

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

.al {
    font-size: 22.5px;
    font-weight: 300; }

.ee {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1; }

.ef {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1; }

.eg {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1; }

.eh {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1; }

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

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

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

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

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

.em {
    display: inline-block; }
.em:not(:last-child) {
    margin-right: 5px; }

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

.eo {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef; }

.ep {
    display: block;
    font-size: 80%;
    color: #636c72; }
.ep::before {
    content: "\2014 \00A0"; }

.eq {
    padding-right: 20px;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0; }

.eq .ep::before {
    content: ""; }

.eq .ep::after {
    content: "\00A0 \2014"; }

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

.es {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto; }

.et {
    display: inline-block; }

.eu {
    margin-bottom: 10px;
    line-height: 1; }

.ev {
    font-size: 90%;
    color: #636c72; }

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

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem; }
a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: 0.2rem; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.e {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }
@media (min-width: 576px) {
    .e {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .e {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .e {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .e {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .e {
        width: 730px;
        max-width: 100%; } }
@media (min-width: 992px) {
    .e {
        width: 930px;
        max-width: 100%; } }
@media (min-width: 1200px) {
    .e {
        width: 1130px;
        max-width: 100%; } }

.ex {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }
@media (min-width: 576px) {
    .ex {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .ex {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .ex {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .ex {
        padding-right: 15px;
        padding-left: 15px; } }

.c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 576px) {
    .c {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 768px) {
    .c {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 992px) {
    .c {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 1200px) {
    .c {
        margin-right: -15px;
        margin-left: -15px; } }

.ey {
    margin-right: 0;
    margin-left: 0; }
.ey > .ez,
.ey > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.fa, .fb, .fc, .fd, .fe, .ff, .fg, .fh, .fi, .fj, .fk, .fl, .ez, .fm, .fn, .fo, .fp, .fq, .fr, .fs, .ft, .fu, .fv, .fw, .fx, .fy, .fz, .ga, .gb, .gc, .gd, .ge, .gf, .gg, .gh, .gi, .gj, .gk, .gl, .gm, .gn, .go, .gp, .gq, .gr, .gs, .gt, .gu, .gv, .gw, .gx, .gy, .gz, .ha, .hb, .hc, .hd, .he, .hf, .hg, .hh, .hi, .hj, .hk, .hl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
@media (min-width: 576px) {
    .fa, .fb, .fc, .fd, .fe, .ff, .fg, .fh, .fi, .fj, .fk, .fl, .ez, .fm, .fn, .fo, .fp, .fq, .fr, .fs, .ft, .fu, .fv, .fw, .fx, .fy, .fz, .ga, .gb, .gc, .gd, .ge, .gf, .gg, .gh, .gi, .gj, .gk, .gl, .gm, .gn, .go, .gp, .gq, .gr, .gs, .gt, .gu, .gv, .gw, .gx, .gy, .gz, .ha, .hb, .hc, .hd, .he, .hf, .hg, .hh, .hi, .hj, .hk, .hl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .fa, .fb, .fc, .fd, .fe, .ff, .fg, .fh, .fi, .fj, .fk, .fl, .ez, .fm, .fn, .fo, .fp, .fq, .fr, .fs, .ft, .fu, .fv, .fw, .fx, .fy, .fz, .ga, .gb, .gc, .gd, .ge, .gf, .gg, .gh, .gi, .gj, .gk, .gl, .gm, .gn, .go, .gp, .gq, .gr, .gs, .gt, .gu, .gv, .gw, .gx, .gy, .gz, .ha, .hb, .hc, .hd, .he, .hf, .hg, .hh, .hi, .hj, .hk, .hl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .fa, .fb, .fc, .fd, .fe, .ff, .fg, .fh, .fi, .fj, .fk, .fl, .ez, .fm, .fn, .fo, .fp, .fq, .fr, .fs, .ft, .fu, .fv, .fw, .fx, .fy, .fz, .ga, .gb, .gc, .gd, .ge, .gf, .gg, .gh, .gi, .gj, .gk, .gl, .gm, .gn, .go, .gp, .gq, .gr, .gs, .gt, .gu, .gv, .gw, .gx, .gy, .gz, .ha, .hb, .hc, .hd, .he, .hf, .hg, .hh, .hi, .hj, .hk, .hl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .fa, .fb, .fc, .fd, .fe, .ff, .fg, .fh, .fi, .fj, .fk, .fl, .ez, .fm, .fn, .fo, .fp, .fq, .fr, .fs, .ft, .fu, .fv, .fw, .fx, .fy, .fz, .ga, .gb, .gc, .gd, .ge, .gf, .gg, .gh, .gi, .gj, .gk, .gl, .gm, .gn, .go, .gp, .gq, .gr, .gs, .gt, .gu, .gv, .gw, .gx, .gy, .gz, .ha, .hb, .hc, .hd, .he, .hf, .hg, .hh, .hi, .hj, .hk, .hl {
        padding-right: 15px;
        padding-left: 15px; } }

.ez {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

.hm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

.fa {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

.fb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.fc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.fd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.fe {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

.ff {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.fg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

.fh {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

.fi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

.fj {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

.fk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

.fl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.hn {
    right: auto; }

.ho {
    right: 8.33333%; }

.hp {
    right: 16.66667%; }

.hq {
    right: 25%; }

.hr {
    right: 33.33333%; }

.hs {
    right: 41.66667%; }

.ht {
    right: 50%; }

.hu {
    right: 58.33333%; }

.hv {
    right: 66.66667%; }

.hw {
    right: 75%; }

.hx {
    right: 83.33333%; }

.hy {
    right: 91.66667%; }

.hz {
    right: 100%; }

.ia {
    left: auto; }

.ib {
    left: 8.33333%; }

.ic {
    left: 16.66667%; }

.id {
    left: 25%; }

.ie {
    left: 33.33333%; }

.if {
    left: 41.66667%; }

.ig {
    left: 50%; }

.ih {
    left: 58.33333%; }

.ii {
    left: 66.66667%; }

.ij {
    left: 75%; }

.ik {
    left: 83.33333%; }

.il {
    left: 91.66667%; }

.im {
    left: 100%; }

.io {
    margin-left: 8.33333%; }

.ip {
    margin-left: 16.66667%; }

.iq {
    margin-left: 25%; }

.ir {
    margin-left: 33.33333%; }

.is {
    margin-left: 41.66667%; }

.it {
    margin-left: 50%; }

.iu {
    margin-left: 58.33333%; }

.iv {
    margin-left: 66.66667%; }

.iw {
    margin-left: 75%; }

.ix {
    margin-left: 83.33333%; }

.iy {
    margin-left: 91.66667%; }

@media (min-width: 576px) {
    .fy {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .iz {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .fm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .fn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .fo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .fp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .fq {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .fr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .fs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .ft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .fu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .fv {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .fw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .fx {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .ja {
        right: auto; }
    .jb {
        right: 8.33333%; }
    .jc {
        right: 16.66667%; }
    .jd {
        right: 25%; }
    .je {
        right: 33.33333%; }
    .jf {
        right: 41.66667%; }
    .jg {
        right: 50%; }
    .jh {
        right: 58.33333%; }
    .ji {
        right: 66.66667%; }
    .jj {
        right: 75%; }
    .jk {
        right: 83.33333%; }
    .jl {
        right: 91.66667%; }
    .jm {
        right: 100%; }
    .jn {
        left: auto; }
    .jo {
        left: 8.33333%; }
    .jp {
        left: 16.66667%; }
    .jq {
        left: 25%; }
    .jr {
        left: 33.33333%; }
    .js {
        left: 41.66667%; }
    .jt {
        left: 50%; }
    .ju {
        left: 58.33333%; }
    .jv {
        left: 66.66667%; }
    .jw {
        left: 75%; }
    .jx {
        left: 83.33333%; }
    .jy {
        left: 91.66667%; }
    .jz {
        left: 100%; }
    .ka {
        margin-left: 0%; }
    .kb {
        margin-left: 8.33333%; }
    .kc {
        margin-left: 16.66667%; }
    .kd {
        margin-left: 25%; }
    .ke {
        margin-left: 33.33333%; }
    .kf {
        margin-left: 41.66667%; }
    .kg {
        margin-left: 50%; }
    .kh {
        margin-left: 58.33333%; }
    .ki {
        margin-left: 66.66667%; }
    .kj {
        margin-left: 75%; }
    .kk {
        margin-left: 83.33333%; }
    .kl {
        margin-left: 91.66667%; } }

@media (min-width: 768px) {
    .gl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .km {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .fz {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .ga {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .gb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .gc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .gd {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .ge {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .gf {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .gg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .gh {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .gi {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .gj {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .gk {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .kn {
        right: auto; }
    .ko {
        right: 8.33333%; }
    .kp {
        right: 16.66667%; }
    .kq {
        right: 25%; }
    .kr {
        right: 33.33333%; }
    .ks {
        right: 41.66667%; }
    .kt {
        right: 50%; }
    .ku {
        right: 58.33333%; }
    .kv {
        right: 66.66667%; }
    .kw {
        right: 75%; }
    .kx {
        right: 83.33333%; }
    .ky {
        right: 91.66667%; }
    .kz {
        right: 100%; }
    .la {
        left: auto; }
    .lb {
        left: 8.33333%; }
    .lc {
        left: 16.66667%; }
    .ld {
        left: 25%; }
    .le {
        left: 33.33333%; }
    .lf {
        left: 41.66667%; }
    .lg {
        left: 50%; }
    .lh {
        left: 58.33333%; }
    .li {
        left: 66.66667%; }
    .lj {
        left: 75%; }
    .lk {
        left: 83.33333%; }
    .ll {
        left: 91.66667%; }
    .lm {
        left: 100%; }
    .ln {
        margin-left: 0%; }
    .lo {
        margin-left: 8.33333%; }
    .lp {
        margin-left: 16.66667%; }
    .lq {
        margin-left: 25%; }
    .lr {
        margin-left: 33.33333%; }
    .ls {
        margin-left: 41.66667%; }
    .lt {
        margin-left: 50%; }
    .lu {
        margin-left: 58.33333%; }
    .lv {
        margin-left: 66.66667%; }
    .lw {
        margin-left: 75%; }
    .lx {
        margin-left: 83.33333%; }
    .ly {
        margin-left: 91.66667%; } }

@media (min-width: 992px) {
    .gy {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .lz {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .gm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .gn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .go {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .gp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .gq {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .gr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .gs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .gt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .gu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .gv {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .gw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .gx {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .ma {
        right: auto; }
    .mb {
        right: 8.33333%; }
    .mc {
        right: 16.66667%; }
    .md {
        right: 25%; }
    .me {
        right: 33.33333%; }
    .mf {
        right: 41.66667%; }
    .mg {
        right: 50%; }
    .mh {
        right: 58.33333%; }
    .mi {
        right: 66.66667%; }
    .mj {
        right: 75%; }
    .mk {
        right: 83.33333%; }
    .ml {
        right: 91.66667%; }
    .mm {
        right: 100%; }
    .mn {
        left: auto; }
    .mo {
        left: 8.33333%; }
    .mp {
        left: 16.66667%; }
    .mq {
        left: 25%; }
    .mr {
        left: 33.33333%; }
    .ms {
        left: 41.66667%; }
    .mt {
        left: 50%; }
    .mu {
        left: 58.33333%; }
    .mv {
        left: 66.66667%; }
    .mw {
        left: 75%; }
    .mx {
        left: 83.33333%; }
    .my {
        left: 91.66667%; }
    .mz {
        left: 100%; }
    .na {
        margin-left: 0%; }
    .nb {
        margin-left: 8.33333%; }
    .nc {
        margin-left: 16.66667%; }
    .nd {
        margin-left: 25%; }
    .ne {
        margin-left: 33.33333%; }
    .nf {
        margin-left: 41.66667%; }
    .ng {
        margin-left: 50%; }
    .nh {
        margin-left: 58.33333%; }
    .ni {
        margin-left: 66.66667%; }
    .nj {
        margin-left: 75%; }
    .nk {
        margin-left: 83.33333%; }
    .nl {
        margin-left: 91.66667%; } }

@media (min-width: 1200px) {
    .hl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .nm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .gz {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .ha {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .hb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .hc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .hd {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .he {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .hf {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .hg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .hh {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .hi {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .hj {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .hk {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .nn {
        right: auto; }
    .no {
        right: 8.33333%; }
    .np {
        right: 16.66667%; }
    .nq {
        right: 25%; }
    .nr {
        right: 33.33333%; }
    .ns {
        right: 41.66667%; }
    .nt {
        right: 50%; }
    .nu {
        right: 58.33333%; }
    .nv {
        right: 66.66667%; }
    .nw {
        right: 75%; }
    .nx {
        right: 83.33333%; }
    .ny {
        right: 91.66667%; }
    .nz {
        right: 100%; }
    .oa {
        left: auto; }
    .ob {
        left: 8.33333%; }
    .oc {
        left: 16.66667%; }
    .od {
        left: 25%; }
    .oe {
        left: 33.33333%; }
    .of {
        left: 41.66667%; }
    .og {
        left: 50%; }
    .oh {
        left: 58.33333%; }
    .oi {
        left: 66.66667%; }
    .oj {
        left: 75%; }
    .ok {
        left: 83.33333%; }
    .ol {
        left: 91.66667%; }
    .om {
        left: 100%; }
    .on {
        margin-left: 0%; }
    .oo {
        margin-left: 8.33333%; }
    .op {
        margin-left: 16.66667%; }
    .oq {
        margin-left: 25%; }
    .or {
        margin-left: 33.33333%; }
    .os {
        margin-left: 41.66667%; }
    .ot {
        margin-left: 50%; }
    .ou {
        margin-left: 58.33333%; }
    .ov {
        margin-left: 66.66667%; }
    .ow {
        margin-left: 75%; }
    .ox {
        margin-left: 83.33333%; }
    .oy {
        margin-left: 91.66667%; } }

.dw {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
.dw th,
.dw td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
.dw thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
.dw tbody + tbody {
    border-top: 2px solid #eceeef; }
.dw .dw {
    background-color: #fff; }

.oz th,
.oz td {
    padding: 0.3rem; }

.dx {
    border: 1px solid #eceeef; }
.dx th,
.dx td {
    border: 1px solid #eceeef; }
.dx thead th,
.dx thead td {
    border-bottom-width: 2px; }

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

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

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

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

.pc,
.pc > th,
.pc > td {
    background-color: #dff0d8; }

.pa .pc:hover {
    background-color: #d0e9c6; }
.pa .pc:hover > td,
.pa .pc:hover > th {
    background-color: #d0e9c6; }

.pd,
.pd > th,
.pd > td {
    background-color: #d9edf7; }

.pa .pd:hover {
    background-color: #c4e3f3; }
.pa .pd:hover > td,
.pa .pd:hover > th {
    background-color: #c4e3f3; }

.pe,
.pe > th,
.pe > td {
    background-color: #fcf8e3; }

.pa .pe:hover {
    background-color: #faf2cc; }
.pa .pe:hover > td,
.pa .pe:hover > th {
    background-color: #faf2cc; }

.pf,
.pf > th,
.pf > td {
    background-color: #f2dede; }

.pa .pf:hover {
    background-color: #ebcccc; }
.pa .pf:hover > td,
.pa .pf:hover > th {
    background-color: #ebcccc; }

.pg th {
    color: #fff;
    background-color: #292b2c; }

.ph th {
    color: #464a4c;
    background-color: #eceeef; }

.pi {
    color: #fff;
    background-color: #292b2c; }
.pi th,
.pi td,
.pi thead th {
    border-color: #fff; }
.pi.dx {
    border: 0; }

.pj {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
.pj.dx {
    border: 0; }

.form-control {
    width: 70%;
    padding: 0.5rem 0.75rem;
    font-size: 15px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #a5d3ff;
    outline: none; }
.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1; }
.form-control::-moz-placeholder {
    color: #636c72;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1; }
.form-control::placeholder {
    color: #636c72;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
.form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px); }

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

.pk,
.pl {
    display: block; }

.pm {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0; }

.pn {
    padding-top: calc(0.75rem - 1px * 2);
    padding-bottom: calc(0.75rem - 1px * 2);
    font-size: 1.25rem; }

.po {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem; }

.pp {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 15px; }

.pq {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0; }
.pq.pr, .ps > .pq.form-control,
.ps > .pq.input-group-addon,
.ps > .pt > .pq.dm, .pq.pu, .pv > .pq.form-control,
.pv > .pq.input-group-addon,
.pv > .pt > .pq.dm {
    padding-right: 0;
    padding-left: 0; }

.pr, .ps > .form-control,
.ps > .input-group-addon,
.ps > .pt > .dm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }

select.pr:not([size]):not([multiple]), .ps > select.form-control:not([size]):not([multiple]),
.ps > select.input-group-addon:not([size]):not([multiple]),
.ps > .pt > select.dm:not([size]):not([multiple]) {
    height: 1.8125rem; }

.pu, .pv > .form-control,
.pv > .input-group-addon,
.pv > .pt > .dm {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }

select.pu:not([size]):not([multiple]), .pv > select.form-control:not([size]):not([multiple]),
.pv > select.input-group-addon:not([size]):not([multiple]),
.pv > .pt > select.dm:not([size]):not([multiple]) {
    height: 3.16667rem; }

.pw {
    margin-bottom: 1rem; }

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

.py {
    position: relative;
    display: block;
    margin-bottom: 0.5rem; }
.py.disabled .pz {
    color: #BEC8CE;
    cursor: not-allowed; }

.pz {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer; }

.qa {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem; }
.qa:only-child {
    position: static; }

.qb {
    display: inline-block; }
.qb .pz {
    vertical-align: middle; }
.qb + .qb {
    margin-left: 0.75rem; }

.qc {
    margin-top: 0.25rem; }

.qd,
.qe,
.qf {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    background-size: 1.125rem 1.125rem; }

.qg .qc,
.qg .qh,
.qg .pm,
.qg .pz,
.qg .qi {
    color: #5cb85c; }

.qg .form-control {
    border-color: #5cb85c; }

.qg .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea; }

.qg .qd {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' 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"); }

.qk .qc,
.qk .qh,
.qk .pm,
.qk .pz,
.qk .qi {
    color: #f0ad4e; }

.qk .form-control {
    border-color: #f0ad4e; }

.qk .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white; }

.qk .qe {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.ql .qc,
.ql .qh,
.ql .pm,
.ql .pz,
.ql .qi {
    color: #FF3167; }

.ql .form-control {
    border-color: #FF3167; }

.ql .input-group-addon {
    color: #FF3167;
    border-color: #FF3167;
    background-color: #fffdfe; }

.ql .qf {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' fill='%23d9534f' 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"); }

.qm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.qm .py {
    width: 100%; }
@media (min-width: 576px) {
    .qm label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0; }
    .qm .pw {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0; }
    .qm .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .qm .pq {
        display: inline-block; }
    .qm .input-group {
        width: auto; }
    .qm .qh {
        margin-bottom: 0;
        vertical-align: middle; }
    .qm .py {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0; }
    .qm .pz {
        padding-left: 0; }
    .qm .qa {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
    .qm .qi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0; }
    .qm .qn {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom; }
    .qm .qo .qc {
        top: 0; } }

.dm {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 15px;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.dm:focus, .dm:hover {
    text-decoration: none; }
.dm:focus, .dm.qp {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(37, 149, 255, 0.25); }
.dm.disabled, .dm:disabled {
    cursor: not-allowed;
    opacity: .65; }
.dm:active, .dm.active {
    background-image: none; }

a.dm.disabled,
fieldset[disabled] a.dm {
    pointer-events: none; }

.qq {
    color: #fff;
    background-color: #2595FF;
    border-color: #2595FF; }
.qq:hover {
    color: #fff;
    background-color: #007cf1;
    border-color: #0077e7; }
.qq:focus, .qq.qp {
    box-shadow: 0 0 0 2px rgba(37, 149, 255, 0.5); }
.qq.disabled, .qq:disabled {
    background-color: #2595FF;
    border-color: #2595FF; }
.qq:active, .qq.active,
.show > .qq.qr {
    color: #fff;
    background-color: #007cf1;
    background-image: none;
    border-color: #0077e7; }

.qs {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc; }
.qs:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad; }
.qs:focus, .qs.qp {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
.qs.disabled, .qs:disabled {
    background-color: #fff;
    border-color: #ccc; }
.qs:active, .qs.active,
.show > .qs.qr {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }

.qt {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
.qt:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
.qt:focus, .qt.qp {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
.qt.disabled, .qt:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.qt:active, .qt.active,
.show > .qt.qr {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2; }

.qu {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
.qu:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
.qu:focus, .qu.qp {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
.qu.disabled, .qu:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.qu:active, .qu.active,
.show > .qu.qr {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641; }

.qv {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.qv:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
.qv:focus, .qv.qp {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
.qv.disabled, .qv:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.qv:active, .qv.active,
.show > .qv.qr {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316; }

.qw {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
.qw:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
.qw:focus, .qw.qp {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
.qw.disabled, .qw:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
.qw:active, .qw.active,
.show > .qw.qr {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a; }

.qx {
    color: #2595FF;
    background-image: none;
    background-color: transparent;
    border-color: #2595FF; }
.qx:hover {
    color: #fff;
    background-color: #2595FF;
    border-color: #2595FF; }
.qx:focus, .qx.qp {
    box-shadow: 0 0 0 2px rgba(37, 149, 255, 0.5); }
.qx.disabled, .qx:disabled {
    color: #2595FF;
    background-color: transparent; }
.qx:active, .qx.active,
.show > .qx.qr {
    color: #fff;
    background-color: #2595FF;
    border-color: #2595FF; }

.qy {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc; }
.qy:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
.qy:focus, .qy.qp {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
.qy.disabled, .qy:disabled {
    color: #ccc;
    background-color: transparent; }
.qy:active, .qy.active,
.show > .qy.qr {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.qz {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de; }
.qz:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
.qz:focus, .qz.qp {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
.qz.disabled, .qz:disabled {
    color: #5bc0de;
    background-color: transparent; }
.qz:active, .qz.active,
.show > .qz.qr {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.ra {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c; }
.ra:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
.ra:focus, .ra.qp {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
.ra.disabled, .ra:disabled {
    color: #5cb85c;
    background-color: transparent; }
.ra:active, .ra.active,
.show > .ra.qr {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }

.rb {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e; }
.rb:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.rb:focus, .rb.qp {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
.rb.disabled, .rb:disabled {
    color: #f0ad4e;
    background-color: transparent; }
.rb:active, .rb.active,
.show > .rb.qr {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.rc {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f; }
.rc:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
.rc:focus, .rc.qp {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
.rc.disabled, .rc:disabled {
    color: #d9534f;
    background-color: transparent; }
.rc:active, .rc.active,
.show > .rc.qr {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.rd {
    font-weight: normal;
    color: #2595FF;
    border-radius: 0; }
.rd, .rd:active, .rd.active, .rd:disabled {
    background-color: transparent; }
.rd, .rd:focus, .rd:active {
    border-color: transparent; }
.rd:hover {
    border-color: transparent; }
.rd:focus, .rd:hover {
    color: #006fd8;
    text-decoration: underline;
    background-color: transparent; }
.rd:disabled {
    color: #636c72; }
.rd:disabled:focus, .rd:disabled:hover {
    text-decoration: none; }

.ap, .re > .dm {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }

.rf, .rg > .dm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }

.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 {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
.fade.show {
    opacity: 1; }

.collapse {
    display: none; }
.collapse.show {
    display: block; }

tr.collapse.show {
    display: table-row; }

tbody.collapse.show {
    display: table-row-group; }

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

.rh,
.dropdown {
    position: relative; }

.qr::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent; }

.qr:focus {
    outline: 0; }

.rh .qr::after {
    border-top: 0;
    border-bottom: 0.3em solid; }

.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: 15px;
    color: #6c6f73;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }

.ri {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #eceeef; }

.rj {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0; }
.rj:focus, .rj:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
.rj.active, .rj:active {
    color: #fff;
    text-decoration: none;
    background-color: #2595FF; }
.rj.disabled, .rj:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

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

.show > a {
    outline: 0; }

.rk {
    right: 0;
    left: auto; }

.rl {
    right: auto;
    left: 0; }

.rm {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #636c72;
    white-space: nowrap; }

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }

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

.rn,
.ro {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
.rn > .dm,
.ro > .dm {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
.rn > .dm:hover,
.ro > .dm:hover {
    z-index: 2; }
.rn > .dm:focus, .rn > .dm:active, .rn > .dm.active,
.ro > .dm:focus,
.ro > .dm:active,
.ro > .dm.active {
    z-index: 2; }
.rn .dm + .dm,
.rn .dm + .rn,
.rn .rn + .dm,
.rn .rn + .rn,
.ro .dm + .dm,
.ro .dm + .rn,
.ro .rn + .dm,
.ro .rn + .rn {
    margin-left: -1px; }

.rp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.rp .input-group {
    width: auto; }

.rn > .dm:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }

.rn > .dm:first-child {
    margin-left: 0; }
.rn > .dm:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.rn > .dm:last-child:not(:first-child),
.rn > .qr:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.rn > .rn {
    float: left; }

.rn > .rn:not(:first-child):not(:last-child) > .dm {
    border-radius: 0; }

.rn > .rn:first-child:not(:last-child) > .dm:last-child,
.rn > .rn:first-child:not(:last-child) > .qr {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.rn > .rn:last-child:not(:first-child) > .dm:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.rn .qr:active,
.rn.open .qr {
    outline: 0; }

.dm + .rq {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
.dm + .rq::after {
    margin-left: 0; }

.rf + .rq, .rg > .dm + .rq {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }

.ap + .rq, .re > .dm + .rq {
    padding-right: 1.125rem;
    padding-left: 1.125rem; }

.ro {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.ro .dm,
.ro .rn {
    width: 100%; }
.ro > .dm + .dm,
.ro > .dm + .rn,
.ro > .rn + .dm,
.ro > .rn + .rn {
    margin-top: -1px;
    margin-left: 0; }

.ro > .dm:not(:first-child):not(:last-child) {
    border-radius: 0; }

.ro > .dm:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.ro > .dm:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.ro > .rn:not(:first-child):not(:last-child) > .dm {
    border-radius: 0; }

.ro > .rn:first-child:not(:last-child) > .dm:last-child,
.ro > .rn:first-child:not(:last-child) > .qr {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.ro > .rn:last-child:not(:first-child) > .dm:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3; }

.input-group-addon,
.pt,
.input-group .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.input-group-addon:not(:first-child):not(:last-child),
.pt:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.pt {
    white-space: nowrap;
    vertical-align: middle; }

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
.input-group-addon.pr,
.ps > .input-group-addon,
.ps > .pt > .input-group-addon.dm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
.input-group-addon.pu,
.pv > .input-group-addon,
.pv > .pt > .input-group-addon.dm {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.pt:not(:last-child) > .dm,
.pt:not(:last-child) > .rn > .dm,
.pt:not(:last-child) > .qr,
.pt:not(:first-child) > .dm:not(:last-child):not(.dropdown-toggle),
.pt:not(:first-child) > .rn:not(:last-child) > .dm {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
    border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.pt:not(:first-child) > .dm,
.pt:not(:first-child) > .rn > .dm,
.pt:not(:first-child) > .qr,
.pt:not(:last-child) > .dm:not(:first-child),
.pt:not(:last-child) > .rn:not(:first-child) > .dm {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0; }

.pt {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
.pt > .dm {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.pt > .dm + .dm {
    margin-left: -1px; }
.pt > .dm:focus, .pt > .dm:active, .pt > .dm:hover {
    z-index: 3; }
.pt:not(:last-child) > .dm,
.pt:not(:last-child) > .rn {
    margin-right: -1px; }
.pt:not(:first-child) > .dm,
.pt:not(:first-child) > .rn {
    z-index: 2;
    margin-left: -1px; }
.pt:not(:first-child) > .dm:focus, .pt:not(:first-child) > .dm:active, .pt:not(:first-child) > .dm:hover,
.pt:not(:first-child) > .rn:focus,
.pt:not(:first-child) > .rn:active,
.pt:not(:first-child) > .rn:hover {
    z-index: 3; }

.qi {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.4rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer; }

.rr {
    position: absolute;
    z-index: -1;
    opacity: 0; }
.rr:checked ~ .qn {
    color: #fff;
    background-color: #2595FF; }
.rr:focus ~ .qn {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2595FF; }
.rr:active ~ .qn {
    color: #fff;
    background-color: #d8ecff; }
.rr:disabled ~ .qn {
    cursor: not-allowed;
    background-color: #eceeef; }
.rr:disabled ~ .rs {
    color: #636c72;
    cursor: not-allowed; }

.qn {
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.rt .qn {
    border-radius: 0.25rem; }

.rt .rr:checked ~ .qn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.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"); }

.rt .rr:indeterminate ~ .qn {
    background-color: #2595FF;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.ru .qn {
    border-radius: 50%; }

.ru .rr:checked ~ .qn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.rv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.rv .qi {
    margin-bottom: 0.25rem; }
.rv .qi + .qi {
    margin-left: 0; }

.rw {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none; }
.rw:focus {
    border-color: #a5d3ff;
    outline: none; }
.rw:focus::-ms-value {
    color: #464a4c;
    background-color: #fff; }
.rw:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef; }
.rw::-ms-expand {
    opacity: 0; }

.rx {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%; }

.ry {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer; }

.rz {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0; }

.sa {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
.sa:lang(en)::after {
    content: "Choose file..."; }
.sa::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
.sa:lang(en)::before {
    content: "Browse"; }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

.sb {
    display: block;
    padding: 0.5em 1em; }
.sb:focus, .sb:hover {
    text-decoration: none; }
.sb.disabled {
    color: #636c72;
    cursor: not-allowed; }

.sc {
    border-bottom: 1px solid #ddd; }
.sc .m {
    margin-bottom: -1px; }
.sc .sb {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
.sc .sb:focus, .sc .sb:hover {
    border-color: #eceeef #eceeef #ddd; }
.sc .sb.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent; }
.sc .sb.active,
.sc .m.show .sb {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
.sc .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.sd .sb {
    border-radius: 0.25rem; }

.sd .sb.active,
.sd .m.show .sb {
    color: #fff;
    cursor: default;
    background-color: #2595FF; }

.se .m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }

.sf .m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center; }

.sg > .sh {
    display: none; }

.sg > .active {
    display: block; }

.du {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 1rem; }

.l {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
.l:focus, .l:hover {
    text-decoration: none; }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.navbar-nav .sb {
    padding-right: 0;
    padding-left: 0; }

.si {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem; }

.sj {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
.sj:focus, .sj:hover {
    text-decoration: none; }

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

.sl {
    position: absolute;
    left: 1rem; }

.sm {
    position: absolute;
    right: 1rem; }

@media (max-width: 575px) {
    .sn .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .sn > .e {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 576px) {
    .sn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sn .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .sn .navbar-nav .sb {
        padding-right: .5rem;
        padding-left: .5rem; }
    .sn > .e {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sn .so {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
    .sn .sj {
        display: none; } }

@media (max-width: 767px) {
    .sp .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .sp > .e {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 768px) {
    .sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sp .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .sp .navbar-nav .sb {
        padding-right: .5rem;
        padding-left: .5rem; }
    .sp > .e {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sp .so {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
    .sp .sj {
        display: none; } }

@media (max-width: 991px) {
    .sq .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .sq > .e {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 992px) {
    .sq {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sq .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .sq .navbar-nav .sb {
        padding-right: .5rem;
        padding-left: .5rem; }
    .sq > .e {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sq .so {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
    .sq .sj {
        display: none; } }

@media (max-width: 1199px) {
    .sr .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .sr > .e {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 1200px) {
    .sr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sr .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .sr .navbar-nav .sb {
        padding-right: .5rem;
        padding-left: .5rem; }
    .sr > .e {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .sr .so {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
    .sr .sj {
        display: none; } }

.ss {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.ss .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
.ss > .e {
    padding-right: 0;
    padding-left: 0; }
.ss .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
.ss .navbar-nav .sb {
    padding-right: .5rem;
    padding-left: .5rem; }
.ss > .e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.ss .so {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }
.ss .sj {
    display: none; }

.st .l,
.st .sj {
    color: rgba(0, 0, 0, 0.9); }
.st .l:focus, .st .l:hover,
.st .sj:focus,
.st .sj:hover {
    color: rgba(0, 0, 0, 0.9); }

.st .navbar-nav .sb {
    color: rgba(0, 0, 0, 0.5); }
.st .navbar-nav .sb:focus, .st .navbar-nav .sb:hover {
    color: rgba(0, 0, 0, 0.7); }
.st .navbar-nav .sb.disabled {
    color: rgba(0, 0, 0, 0.3); }

.st .navbar-nav .open > .sb,
.st .navbar-nav .active > .sb,
.st .navbar-nav .sb.open,
.st .navbar-nav .sb.active {
    color: rgba(0, 0, 0, 0.9); }

.st .sj {
    border-color: rgba(0, 0, 0, 0.1); }

.st .sk {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.qj.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.st .si {
    color: rgba(0, 0, 0, 0.5); }

.su .l,
.su .sj {
    color: white; }
.su .l:focus, .su .l:hover,
.su .sj:focus,
.su .sj:hover {
    color: white; }

.su .navbar-nav .sb {
    color: rgba(255, 255, 255, 0.5); }
.su .navbar-nav .sb:focus, .su .navbar-nav .sb:hover {
    color: rgba(255, 255, 255, 0.75); }
.su .navbar-nav .sb.disabled {
    color: rgba(255, 255, 255, 0.25); }

.su .navbar-nav .open > .sb,
.su .navbar-nav .active > .sb,
.su .navbar-nav .sb.open,
.su .navbar-nav .sb.active {
    color: white; }

.su .sj {
    border-color: rgba(255, 255, 255, 0.1); }

.su .sk {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.qj.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.su .si {
    color: rgba(255, 255, 255, 0.5); }

.sv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.25rem; }

.sw {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }

.sx {
    margin-bottom: 0.75rem; }

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

.sz:last-child {
    margin-bottom: 0; }

.ta:hover {
    text-decoration: none; }

.ta + .ta {
    margin-left: 1.25rem; }

.sv > .dg:first-child .tb:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.sv > .dg:last-child .tb:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.tc {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid transparent; }
.tc:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.td {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid transparent; }
.td:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.te {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }

.tf {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }

.tg {
    background-color: #2595FF;
    border-color: #2595FF; }
.tg .tc,
.tg .td {
    background-color: transparent; }

.th {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.th .tc,
.th .td {
    background-color: transparent; }

.ti {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.ti .tc,
.ti .td {
    background-color: transparent; }

.tj {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.tj .tc,
.tj .td {
    background-color: transparent; }

.tk {
    background-color: #FF3167;
    border-color: #FF3167; }
.tk .tc,
.tk .td {
    background-color: transparent; }

.tl {
    background-color: transparent;
    border-color: #2595FF; }

.tm {
    background-color: transparent;
    border-color: #ccc; }

.tn {
    background-color: transparent;
    border-color: #5bc0de; }

.to {
    background-color: transparent;
    border-color: #5cb85c; }

.tp {
    background-color: transparent;
    border-color: #f0ad4e; }

.tq {
    background-color: transparent;
    border-color: #d9534f; }

.tr {
    color: rgba(255, 255, 255, 0.65); }
.tr .tc,
.tr .td {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
.tr .tc,
.tr .td,
.tr .sx,
.tr .ts {
    color: #fff; }
.tr .ta,
.tr .sz,
.tr .sy,
.tr .ts .ep {
    color: rgba(255, 255, 255, 0.65); }
.tr .ta:focus, .tr .ta:hover {
    color: #fff; }

.ts {
    padding: 0;
    margin-bottom: 0;
    border-left: 0; }

.tt {
    border-radius: calc(0.25rem - 1px); }

.tu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }

.tv {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px); }

.tw {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 576px) {
    .tx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .tx .sv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .tx .sv:not(:first-child) {
        margin-left: 15px; }
    .tx .sv:not(:last-child) {
        margin-right: 15px; } }

@media (min-width: 576px) {
    .ty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .ty .sv {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0; }
    .ty .sv + .sv {
        margin-left: 0;
        border-left: 0; }
    .ty .sv:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
    .ty .sv:first-child .tv {
        border-top-right-radius: 0; }
    .ty .sv:first-child .tw {
        border-bottom-right-radius: 0; }
    .ty .sv:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
    .ty .sv:last-child .tv {
        border-top-left-radius: 0; }
    .ty .sv:last-child .tw {
        border-bottom-left-radius: 0; }
    .ty .sv:not(:first-child):not(:last-child) {
        border-radius: 0; }
    .ty .sv:not(:first-child):not(:last-child) .tv,
    .ty .sv:not(:first-child):not(:last-child) .tw {
        border-radius: 0; } }

@media (min-width: 576px) {
    .tz {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem; }
    .tz .sv {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem; } }

.ua {
    padding: 0.75rem 1rem;
    margin-bottom: 20px;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem; }
.ua::after {
    display: block;
    content: "";
    clear: both; }

.ub {
    float: left; }
.ub + .ub::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #636c72;
    content: "/"; }
.ub + .ub:hover::before {
    text-decoration: underline; }
.ub + .ub:hover::before {
    text-decoration: none; }
.ub.active {
    color: #636c72; }

.uc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }

.ud:first-child .ue {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.ud:last-child .ue {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

.ud.active .ue {
    z-index: 2;
    color: #fff;
    background-color: #2595FF;
    border-color: #2595FF; }

.ud.disabled .ue {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.ue {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2595FF;
    background-color: #fff;
    border: 1px solid #ddd; }
.ue:focus, .ue:hover {
    color: #006fd8;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.uf .ue {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }

.uf .ud:first-child .ue {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem; }

.uf .ud:last-child .ue {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }

.ug .ue {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }

.ug .ud:first-child .ue {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem; }

.ug .ud:last-child .ue {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }

.dv {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
.dv:empty {
    display: none; }

.dm .dv {
    position: relative;
    top: -1px; }

a.dv:focus, a.dv:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

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

.ui {
    background-color: #636c72; }
.ui[href]:focus, .ui[href]:hover {
    background-color: #4b5257; }

.uj {
    background-color: #2595FF; }
.uj[href]:focus, .uj[href]:hover {
    background-color: #007cf1; }

.uk {
    background-color: #5cb85c; }
.uk[href]:focus, .uk[href]:hover {
    background-color: #449d44; }

.ul {
    background-color: #5bc0de; }
.ul[href]:focus, .ul[href]:hover {
    background-color: #31b0d5; }

.um {
    background-color: #f0ad4e; }
.um[href]:focus, .um[href]:hover {
    background-color: #ec971f; }

.un {
    background-color: #d9534f; }
.un[href]:focus, .un[href]:hover {
    background-color: #c9302c; }

.uo {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem; }
@media (min-width: 576px) {
    .uo {
        padding: 4rem 2rem; } }

.up {
    border-top-color: #d0d5d8; }

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

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

.ur {
    color: inherit; }

.us {
    font-weight: bold; }

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

.ut {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
.ut hr {
    border-top-color: #c1e2b3; }
.ut .us {
    color: #2b542c; }

.uu {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f; }
.uu hr {
    border-top-color: #a6d5ec; }
.uu .us {
    color: #245269; }

.uv {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
.uv hr {
    border-top-color: #f7ecb5; }
.uv .us {
    color: #66512c; }

.uw {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }
.uw hr {
    border-top-color: #e4b9b9; }
.uw .us {
    color: #843534; }

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

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

.ux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: 0.25rem; }

.uy {
    height: 1rem;
    color: #fff;
    background-color: #2595FF; }

.uz {
    background-image: -webkit-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-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; }

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

.vb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.vc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.dg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }

.vd {
    width: 100%;
    color: #464a4c;
    text-align: inherit; }
.vd .ve {
    color: #292b2c; }
.vd:focus, .vd:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9; }
.vd:active {
    color: #292b2c;
    background-color: #eceeef; }

.tb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
.tb:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
.tb:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.tb:focus, .tb:hover {
    text-decoration: none; }
.tb.disabled, .tb:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff; }
.tb.disabled .ve, .tb:disabled .ve {
    color: inherit; }
.tb.disabled .vf, .tb:disabled .vf {
    color: #636c72; }
.tb.active {
    z-index: 2;
    color: #fff;
    background-color: #2595FF;
    border-color: #2595FF; }
.tb.active .ve,
.tb.active .ve > small,
.tb.active .ve > .ei {
    color: inherit; }
.tb.active .vf {
    color: white; }

.vg .tb {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }

.vg:first-child .tb:first-child {
    border-top: 0; }

.vg:last-child .tb:last-child {
    border-bottom: 0; }

.vh {
    color: #3c763d;
    background-color: #dff0d8; }

a.vh,
button.vh {
    color: #3c763d; }
a.vh .ve,
button.vh .ve {
    color: inherit; }
a.vh:focus, a.vh:hover,
button.vh:focus,
button.vh:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
a.vh.active,
button.vh.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.vi {
    color: #31708f;
    background-color: #d9edf7; }

a.vi,
button.vi {
    color: #31708f; }
a.vi .ve,
button.vi .ve {
    color: inherit; }
a.vi:focus, a.vi:hover,
button.vi:focus,
button.vi:hover {
    color: #31708f;
    background-color: #c4e3f3; }
a.vi.active,
button.vi.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.vj {
    color: #8a6d3b;
    background-color: #fcf8e3; }

a.vj,
button.vj {
    color: #8a6d3b; }
a.vj .ve,
button.vj .ve {
    color: inherit; }
a.vj:focus, a.vj:hover,
button.vj:focus,
button.vj:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
a.vj.active,
button.vj.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.vk {
    color: #a94442;
    background-color: #f2dede; }

a.vk,
button.vk {
    color: #a94442; }
a.vk .ve,
button.vk .ve {
    color: inherit; }
a.vk:focus, a.vk:hover,
button.vk:focus,
button.vk:hover {
    color: #a94442;
    background-color: #ebcccc; }
a.vk.active,
button.vk.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.vl {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
.vl::before {
    display: block;
    content: ""; }
.vl .vm,
.vl iframe,
.vl embed,
.vl object,
.vl video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.vn::before {
    padding-top: 42.85714%; }

.vo::before {
    padding-top: 56.25%; }

.vp::before {
    padding-top: 75%; }

.vq::before {
    padding-top: 100%; }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

.modal-open {
    overflow: hidden; }

.dj {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
.dj.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
.dj.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }

.vr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef; }

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px; }

.vs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef; }
.vs > :not(:first-child) {
    margin-left: .25rem; }
.vs > :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: 30px auto; }
    .vt {
        max-width: 300px; } }

@media (min-width: 992px) {
    .dk {
        max-width: 800px; } }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0; }
.tooltip.show {
    opacity: 0.9; }
.tooltip.vu, .tooltip.vv {
    padding: 5px 0;
    margin-top: -3px; }
.tooltip.vu .tooltip-inner::before, .tooltip.vv .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000; }
.tooltip.vw, .tooltip.vx {
    padding: 0 5px;
    margin-left: 3px; }
.tooltip.vw .tooltip-inner::before, .tooltip.vx .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
.tooltip.vy, .tooltip.vz {
    padding: 5px 0;
    margin-top: 3px; }
.tooltip.vy .tooltip-inner::before, .tooltip.vz .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
.tooltip.wa, .tooltip.wb {
    padding: 0 5px;
    margin-left: -3px; }
.tooltip.wa .tooltip-inner::before, .tooltip.wb .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }
.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    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.3rem; }
.popover.wc, .popover.vv {
    margin-top: -10px; }
.popover.wc::before, .popover.wc::after, .popover.vv::before, .popover.vv::after {
    left: 50%;
    border-bottom-width: 0; }
.popover.wc::before, .popover.vv::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25); }
.popover.wc::after, .popover.vv::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff; }
.popover.wd, .popover.vx {
    margin-left: 10px; }
.popover.wd::before, .popover.wd::after, .popover.vx::before, .popover.vx::after {
    top: 50%;
    border-left-width: 0; }
.popover.wd::before, .popover.vx::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25); }
.popover.wd::after, .popover.vx::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff; }
.popover.we, .popover.vz {
    margin-top: 10px; }
.popover.we::before, .popover.we::after, .popover.vz::before, .popover.vz::after {
    left: 50%;
    border-top-width: 0; }
.popover.we::before, .popover.vz::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
.popover.we::after, .popover.vz::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7; }
.popover.we .popover-title::before, .popover.vz .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
.popover.wf, .popover.wb {
    margin-left: -10px; }
.popover.wf::before, .popover.wf::after, .popover.wb::before, .popover.wb::after {
    top: 50%;
    border-right-width: 0; }
.popover.wf::before, .popover.wb::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25); }
.popover.wf::after, .popover.wb::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff; }

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px); }
.popover-title:empty {
    display: none; }

.popover-content {
    padding: 9px 14px; }

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover::before {
    content: "";
    border-width: 11px; }

.popover::after {
    content: "";
    border-width: 10px; }

.carousel {
    position: relative; }

.wg {
    position: relative;
    width: 100%;
    overflow: hidden; }

.wh {
    position: relative;
    display: none;
    width: 100%; }
@media (-webkit-transform-3d) {
    .wh {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; } }
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .wh {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; } }

.wh.active,
.wi,
.wj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.wi,
.wj {
    position: absolute;
    top: 0; }

@media (-webkit-transform-3d) {
    .wi.wk,
    .wj.wl {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .wi,
    .active.wl {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    .wj,
    .active.wk {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .wi.wk,
    .wj.wl {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .wi,
    .active.wl {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    .wj,
    .active.wk {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }

.wm,
.wn {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
.wm:focus, .wm:hover,
.wn:focus,
.wn:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.wm {
    left: 0; }

.wn {
    right: 0; }

.wo,
.wp {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }

.wo {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 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"); }

.wp {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.qj.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 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: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators .active {
    background-color: #fff; }

.wq {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

.wr {
    vertical-align: baseline !important; }

.ws {
    vertical-align: top !important; }

.wt {
    vertical-align: middle !important; }

.wu {
    vertical-align: bottom !important; }

.wv {
    vertical-align: text-bottom !important; }

.ww {
    vertical-align: text-top !important; }

.wx {
    background-color: #f7f7f7; }

.wy {
    background-color: #2595FF !important; }

a.wy:focus, a.wy:hover {
    background-color: #007cf1 !important; }

.wz {
    background-color: #5cb85c !important; }

a.wz:focus, a.wz:hover {
    background-color: #449d44 !important; }

.xa {
    background-color: #5bc0de !important; }

a.xa:focus, a.xa:hover {
    background-color: #31b0d5 !important; }

.xb {
    background-color: #f0ad4e !important; }

a.xb:focus, a.xb:hover {
    background-color: #ec971f !important; }

.xc {
    background-color: #FF3167 !important; }

a.xc:focus, a.xc:hover {
    background-color: #fd0042 !important; }

.xd {
    background-color: #292b2c !important; }

a.xd:focus, a.xd:hover {
    background-color: #101112 !important; }

.xe {
    border: 0 !important; }

.xf {
    border-top: 0 !important; }

.xg {
    border-right: 0 !important; }

.xh {
    border-bottom: 0 !important; }

.xi {
    border-left: 0 !important; }

.xj {
    border-radius: 0.25rem; }

.xk {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.xl {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

.xm {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.xn {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.xo {
    border-radius: 50%; }

.xp {
    border-radius: 0; }

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

.xr {
    display: none !important; }

.xs {
    display: inline !important; }

.xt {
    display: inline-block !important; }

.xu {
    display: block !important; }

.xv {
    display: table !important; }

.xw {
    display: table-cell !important; }

.xx {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.xy {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

@media (min-width: 576px) {
    .xz {
        display: none !important; }
    .ya {
        display: inline !important; }
    .yb {
        display: inline-block !important; }
    .yc {
        display: block !important; }
    .yd {
        display: table !important; }
    .ye {
        display: table-cell !important; }
    .yf {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .yg {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .yh {
        display: none !important; }
    .yi {
        display: inline !important; }
    .yj {
        display: inline-block !important; }
    .yk {
        display: block !important; }
    .yl {
        display: table !important; }
    .ym {
        display: table-cell !important; }
    .yn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .yo {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .yp {
        display: none !important; }
    .yq {
        display: inline !important; }
    .yr {
        display: inline-block !important; }
    .ys {
        display: block !important; }
    .yt {
        display: table !important; }
    .yu {
        display: table-cell !important; }
    .yv {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .yw {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .yx {
        display: none !important; }
    .yy {
        display: inline !important; }
    .yz {
        display: inline-block !important; }
    .za {
        display: block !important; }
    .zb {
        display: table !important; }
    .zc {
        display: table-cell !important; }
    .zd {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .ze {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

.zf {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

.zg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.zh {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

.zi {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

.zj {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

.zk {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

.zl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

.zm {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

.zn {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

.zo {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

.zp {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

.zq {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

.zr {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

.zs {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

.zt {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

.zu {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

.zv {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

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

.zx {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

.zy {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

.zz {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

.aaa {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

.aab {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

.aac {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

.aad {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

.aae {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

.aaf {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

.aag {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

.aah {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

.aai {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

.aaj {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

.aak {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }

@media (min-width: 576px) {
    .aal {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .aam {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .aan {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .aao {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .aap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .aaq {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .aar {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .aas {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .aat {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .aau {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .aav {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .aaw {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .aax {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .aay {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .aaz {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .aba {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .abb {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .abc {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .abd {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .abe {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .abf {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .abg {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .abh {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .abi {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .abj {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .abk {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .abl {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .abm {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .abn {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .abo {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .abp {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .abq {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .abr {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .abs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .abt {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .abu {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .abv {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .abw {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .abx {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .aby {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .abz {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .aca {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .acb {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .acc {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .acd {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .ace {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .acf {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .acg {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .ach {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .aci {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .acj {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .ack {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .acl {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .acm {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .acn {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .aco {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .acp {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .acq {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .acr {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .acs {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .act {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .acu {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .acv {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .acw {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .acx {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .acy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .acz {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .ada {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .adb {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .adc {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .add {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .ade {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .adf {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .adg {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .adh {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .adi {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .adj {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .adk {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .adl {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .adm {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .adn {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .ado {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .adp {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .adq {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .adr {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .ads {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .adt {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .adu {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .adv {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .adw {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .adx {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .ady {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .adz {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .aea {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .aeb {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .aec {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .aed {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .aee {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .aef {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .aeg {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .aeh {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .aei {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .aej {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .aek {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .ael {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .aem {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .aen {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .aeo {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .aep {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .aeq {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .aer {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .aes {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .aet {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .aeu {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .aev {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .aew {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .aex {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .aey {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .aez {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .afa {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .afb {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .afc {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .afd {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .afe {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .aff {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .afg {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .afh {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .afi {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.afj {
    float: left !important; }

.afk {
    float: right !important; }

.afl {
    float: none !important; }

@media (min-width: 576px) {
    .afm {
        float: left !important; }
    .afn {
        float: right !important; }
    .afo {
        float: none !important; } }

@media (min-width: 768px) {
    .afp {
        float: left !important; }
    .afq {
        float: right !important; }
    .afr {
        float: none !important; } }

@media (min-width: 992px) {
    .afs {
        float: left !important; }
    .aft {
        float: right !important; }
    .afu {
        float: none !important; } }

@media (min-width: 1200px) {
    .afv {
        float: left !important; }
    .afw {
        float: right !important; }
    .afx {
        float: none !important; } }

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

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

.aga {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030; }

.agb {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.agc:active, .agc:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

.agd {
    width: 25% !important; }

.age {
    width: 50% !important; }

.agf {
    width: 75% !important; }

.agg {
    width: 100% !important; }

.agh {
    height: 25% !important; }

.agi {
    height: 50% !important; }

.agj {
    height: 75% !important; }

.agk {
    height: 100% !important; }

.agl {
    max-width: 100% !important; }

.agm {
    max-height: 100% !important; }

.agn {
    margin: 0 0 !important; }

.ago {
    margin-top: 0 !important; }

.agp {
    margin-right: 0 !important; }

.agq {
    margin-bottom: 0 !important; }

.agr {
    margin-left: 0 !important; }

.ags {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.agt {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.agu {
    margin: 0.25rem 0.25rem !important; }

.agv {
    margin-top: 0.25rem !important; }

.agw {
    margin-right: 0.25rem !important; }

.agx {
    margin-bottom: 0.25rem !important; }

.agy {
    margin-left: 0.25rem !important; }

.agz {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.aha {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

.ahb {
    margin: 0.5rem 0.5rem !important; }

.ahc {
    margin-top: 0.5rem !important; }

.ahd {
    margin-right: 0.5rem !important; }

.ahe {
    margin-bottom: 0.5rem !important; }

.ahf {
    margin-left: 0.5rem !important; }

.ahg {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.ahh {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.ahi {
    margin: 1rem 1rem !important; }

.ahj {
    margin-top: 1rem !important; }

.ahk {
    margin-right: 1rem !important; }

.ahl {
    margin-bottom: 1rem !important; }

.ahm {
    margin-left: 1rem !important; }

.ahn {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.aho {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.ahp {
    margin: 1.5rem 1.5rem !important; }

.ahq {
    margin-top: 1.5rem !important; }

.ahr {
    margin-right: 1.5rem !important; }

.ahs {
    margin-bottom: 1.5rem !important; }

.aht {
    margin-left: 1.5rem !important; }

.ahu {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

.ahv {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

.ahw {
    margin: 3rem 3rem !important; }

.ahx {
    margin-top: 3rem !important; }

.ahy {
    margin-right: 3rem !important; }

.ahz {
    margin-bottom: 3rem !important; }

.aia {
    margin-left: 3rem !important; }

.aib {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

.aic {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

.aid {
    padding: 0 0 !important; }

.aie {
    padding-top: 0 !important; }

.aif {
    padding-right: 0 !important; }

.aig {
    padding-bottom: 0 !important; }

.aih {
    padding-left: 0 !important; }

.aii {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.aij {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.aik {
    padding: 0.25rem 0.25rem !important; }

.ail {
    padding-top: 0.25rem !important; }

.aim {
    padding-right: 0.25rem !important; }

.ain {
    padding-bottom: 0.25rem !important; }

.aio {
    padding-left: 0.25rem !important; }

.aip {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.aiq {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

.air {
    padding: 0.5rem 0.5rem !important; }

.ais {
    padding-top: 0.5rem !important; }

.ait {
    padding-right: 0.5rem !important; }

.aiu {
    padding-bottom: 0.5rem !important; }

.aiv {
    padding-left: 0.5rem !important; }

.aiw {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.aix {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.aiy {
    padding: 1rem 1rem !important; }

.aiz {
    padding-top: 1rem !important; }

.aja {
    padding-right: 1rem !important; }

.ajb {
    padding-bottom: 1rem !important; }

.ajc {
    padding-left: 1rem !important; }

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

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

.ajf {
    padding: 1.5rem 1.5rem !important; }

.ajg {
    padding-top: 1.5rem !important; }

.ajh {
    padding-right: 1.5rem !important; }

.aji {
    padding-bottom: 1.5rem !important; }

.ajj {
    padding-left: 1.5rem !important; }

.ajk {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

.ajl {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

.ajm {
    padding: 3rem 3rem !important; }

.ajn {
    padding-top: 3rem !important; }

.ajo {
    padding-right: 3rem !important; }

.ajp {
    padding-bottom: 3rem !important; }

.ajq {
    padding-left: 3rem !important; }

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

.ajs {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.ajt {
    margin: auto !important; }

.aju {
    margin-top: auto !important; }

.ajv {
    margin-right: auto !important; }

.ajw {
    margin-bottom: auto !important; }

.ajx {
    margin-left: auto !important; }

.ajy {
    margin-right: auto !important;
    margin-left: auto !important; }

.ajz {
    margin-top: auto !important;
    margin-bottom: auto !important; }

@media (min-width: 576px) {
    .aka {
        margin: 0 0 !important; }
    .akb {
        margin-top: 0 !important; }
    .akc {
        margin-right: 0 !important; }
    .akd {
        margin-bottom: 0 !important; }
    .ake {
        margin-left: 0 !important; }
    .akf {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .akg {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .akh {
        margin: 0.25rem 0.25rem !important; }
    .aki {
        margin-top: 0.25rem !important; }
    .akj {
        margin-right: 0.25rem !important; }
    .akk {
        margin-bottom: 0.25rem !important; }
    .akl {
        margin-left: 0.25rem !important; }
    .akm {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .akn {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .ako {
        margin: 0.5rem 0.5rem !important; }
    .akp {
        margin-top: 0.5rem !important; }
    .akq {
        margin-right: 0.5rem !important; }
    .akr {
        margin-bottom: 0.5rem !important; }
    .aks {
        margin-left: 0.5rem !important; }
    .akt {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .aku {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .akv {
        margin: 1rem 1rem !important; }
    .akw {
        margin-top: 1rem !important; }
    .akx {
        margin-right: 1rem !important; }
    .aky {
        margin-bottom: 1rem !important; }
    .akz {
        margin-left: 1rem !important; }
    .ala {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .alb {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .alc {
        margin: 1.5rem 1.5rem !important; }
    .ald {
        margin-top: 1.5rem !important; }
    .ale {
        margin-right: 1.5rem !important; }
    .alf {
        margin-bottom: 1.5rem !important; }
    .alg {
        margin-left: 1.5rem !important; }
    .alh {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .ali {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .alj {
        margin: 3rem 3rem !important; }
    .alk {
        margin-top: 3rem !important; }
    .all {
        margin-right: 3rem !important; }
    .alm {
        margin-bottom: 3rem !important; }
    .aln {
        margin-left: 3rem !important; }
    .alo {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .alp {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .alq {
        padding: 0 0 !important; }
    .alr {
        padding-top: 0 !important; }
    .als {
        padding-right: 0 !important; }
    .alt {
        padding-bottom: 0 !important; }
    .alu {
        padding-left: 0 !important; }
    .alv {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .alw {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .alx {
        padding: 0.25rem 0.25rem !important; }
    .aly {
        padding-top: 0.25rem !important; }
    .alz {
        padding-right: 0.25rem !important; }
    .ama {
        padding-bottom: 0.25rem !important; }
    .amb {
        padding-left: 0.25rem !important; }
    .amc {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .amd {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .ame {
        padding: 0.5rem 0.5rem !important; }
    .amf {
        padding-top: 0.5rem !important; }
    .amg {
        padding-right: 0.5rem !important; }
    .amh {
        padding-bottom: 0.5rem !important; }
    .ami {
        padding-left: 0.5rem !important; }
    .amj {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .amk {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .aml {
        padding: 1rem 1rem !important; }
    .amm {
        padding-top: 1rem !important; }
    .amn {
        padding-right: 1rem !important; }
    .amo {
        padding-bottom: 1rem !important; }
    .amp {
        padding-left: 1rem !important; }
    .amq {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .amr {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .ams {
        padding: 1.5rem 1.5rem !important; }
    .amt {
        padding-top: 1.5rem !important; }
    .amu {
        padding-right: 1.5rem !important; }
    .amv {
        padding-bottom: 1.5rem !important; }
    .amw {
        padding-left: 1.5rem !important; }
    .amx {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .amy {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .amz {
        padding: 3rem 3rem !important; }
    .ana {
        padding-top: 3rem !important; }
    .anb {
        padding-right: 3rem !important; }
    .anc {
        padding-bottom: 3rem !important; }
    .and {
        padding-left: 3rem !important; }
    .ane {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .anf {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .ang {
        margin: auto !important; }
    .anh {
        margin-top: auto !important; }
    .ani {
        margin-right: auto !important; }
    .anj {
        margin-bottom: auto !important; }
    .ank {
        margin-left: auto !important; }
    .anl {
        margin-right: auto !important;
        margin-left: auto !important; }
    .anm {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

@media (min-width: 768px) {
    .ann {
        margin: 0 0 !important; }
    .ano {
        margin-top: 0 !important; }
    .anp {
        margin-right: 0 !important; }
    .anq {
        margin-bottom: 0 !important; }
    .anr {
        margin-left: 0 !important; }
    .ans {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .ant {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .anu {
        margin: 0.25rem 0.25rem !important; }
    .anv {
        margin-top: 0.25rem !important; }
    .anw {
        margin-right: 0.25rem !important; }
    .anx {
        margin-bottom: 0.25rem !important; }
    .any {
        margin-left: 0.25rem !important; }
    .anz {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .aoa {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .aob {
        margin: 0.5rem 0.5rem !important; }
    .aoc {
        margin-top: 0.5rem !important; }
    .aod {
        margin-right: 0.5rem !important; }
    .aoe {
        margin-bottom: 0.5rem !important; }
    .aof {
        margin-left: 0.5rem !important; }
    .aog {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .aoh {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .aoi {
        margin: 1rem 1rem !important; }
    .aoj {
        margin-top: 1rem !important; }
    .aok {
        margin-right: 1rem !important; }
    .aol {
        margin-bottom: 1rem !important; }
    .aom {
        margin-left: 1rem !important; }
    .aon {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .aoo {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .aop {
        margin: 1.5rem 1.5rem !important; }
    .aoq {
        margin-top: 1.5rem !important; }
    .aor {
        margin-right: 1.5rem !important; }
    .aos {
        margin-bottom: 1.5rem !important; }
    .aot {
        margin-left: 1.5rem !important; }
    .aou {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .aov {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .aow {
        margin: 3rem 3rem !important; }
    .aox {
        margin-top: 3rem !important; }
    .aoy {
        margin-right: 3rem !important; }
    .aoz {
        margin-bottom: 3rem !important; }
    .apa {
        margin-left: 3rem !important; }
    .apb {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .apc {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .apd {
        padding: 0 0 !important; }
    .ape {
        padding-top: 0 !important; }
    .apf {
        padding-right: 0 !important; }
    .apg {
        padding-bottom: 0 !important; }
    .aph {
        padding-left: 0 !important; }
    .api {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .apj {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .apk {
        padding: 0.25rem 0.25rem !important; }
    .apl {
        padding-top: 0.25rem !important; }
    .apm {
        padding-right: 0.25rem !important; }
    .apn {
        padding-bottom: 0.25rem !important; }
    .apo {
        padding-left: 0.25rem !important; }
    .app {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .apq {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .apr {
        padding: 0.5rem 0.5rem !important; }
    .aps {
        padding-top: 0.5rem !important; }
    .apt {
        padding-right: 0.5rem !important; }
    .apu {
        padding-bottom: 0.5rem !important; }
    .apv {
        padding-left: 0.5rem !important; }
    .apw {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .apx {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .apy {
        padding: 1rem 1rem !important; }
    .apz {
        padding-top: 1rem !important; }
    .aqa {
        padding-right: 1rem !important; }
    .aqb {
        padding-bottom: 1rem !important; }
    .aqc {
        padding-left: 1rem !important; }
    .aqd {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .aqe {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .aqf {
        padding: 1.5rem 1.5rem !important; }
    .aqg {
        padding-top: 1.5rem !important; }
    .aqh {
        padding-right: 1.5rem !important; }
    .aqi {
        padding-bottom: 1.5rem !important; }
    .aqj {
        padding-left: 1.5rem !important; }
    .aqk {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .aql {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .aqm {
        padding: 3rem 3rem !important; }
    .aqn {
        padding-top: 3rem !important; }
    .aqo {
        padding-right: 3rem !important; }
    .aqp {
        padding-bottom: 3rem !important; }
    .aqq {
        padding-left: 3rem !important; }
    .aqr {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .aqs {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .aqt {
        margin: auto !important; }
    .aqu {
        margin-top: auto !important; }
    .aqv {
        margin-right: auto !important; }
    .aqw {
        margin-bottom: auto !important; }
    .aqx {
        margin-left: auto !important; }
    .aqy {
        margin-right: auto !important;
        margin-left: auto !important; }
    .aqz {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

@media (min-width: 992px) {
    .ara {
        margin: 0 0 !important; }
    .arb {
        margin-top: 0 !important; }
    .arc {
        margin-right: 0 !important; }
    .ard {
        margin-bottom: 0 !important; }
    .are {
        margin-left: 0 !important; }
    .arf {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .arg {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .arh {
        margin: 0.25rem 0.25rem !important; }
    .ari {
        margin-top: 0.25rem !important; }
    .arj {
        margin-right: 0.25rem !important; }
    .ark {
        margin-bottom: 0.25rem !important; }
    .arl {
        margin-left: 0.25rem !important; }
    .arm {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .arn {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .aro {
        margin: 0.5rem 0.5rem !important; }
    .arp {
        margin-top: 0.5rem !important; }
    .arq {
        margin-right: 0.5rem !important; }
    .arr {
        margin-bottom: 0.5rem !important; }
    .ars {
        margin-left: 0.5rem !important; }
    .art {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .aru {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .arv {
        margin: 1rem 1rem !important; }
    .arw {
        margin-top: 1rem !important; }
    .arx {
        margin-right: 1rem !important; }
    .ary {
        margin-bottom: 1rem !important; }
    .arz {
        margin-left: 1rem !important; }
    .asa {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .asb {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .asc {
        margin: 1.5rem 1.5rem !important; }
    .asd {
        margin-top: 1.5rem !important; }
    .ase {
        margin-right: 1.5rem !important; }
    .asf {
        margin-bottom: 1.5rem !important; }
    .asg {
        margin-left: 1.5rem !important; }
    .ash {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .asi {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .asj {
        margin: 3rem 3rem !important; }
    .ask {
        margin-top: 3rem !important; }
    .asl {
        margin-right: 3rem !important; }
    .asm {
        margin-bottom: 3rem !important; }
    .asn {
        margin-left: 3rem !important; }
    .aso {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .asp {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .asq {
        padding: 0 0 !important; }
    .asr {
        padding-top: 0 !important; }
    .ass {
        padding-right: 0 !important; }
    .ast {
        padding-bottom: 0 !important; }
    .asu {
        padding-left: 0 !important; }
    .asv {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .asw {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .asx {
        padding: 0.25rem 0.25rem !important; }
    .asy {
        padding-top: 0.25rem !important; }
    .asz {
        padding-right: 0.25rem !important; }
    .ata {
        padding-bottom: 0.25rem !important; }
    .atb {
        padding-left: 0.25rem !important; }
    .atc {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .atd {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .ate {
        padding: 0.5rem 0.5rem !important; }
    .atf {
        padding-top: 0.5rem !important; }
    .atg {
        padding-right: 0.5rem !important; }
    .ath {
        padding-bottom: 0.5rem !important; }
    .ati {
        padding-left: 0.5rem !important; }
    .atj {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .atk {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .atl {
        padding: 1rem 1rem !important; }
    .atm {
        padding-top: 1rem !important; }
    .atn {
        padding-right: 1rem !important; }
    .ato {
        padding-bottom: 1rem !important; }
    .atp {
        padding-left: 1rem !important; }
    .atq {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .atr {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .ats {
        padding: 1.5rem 1.5rem !important; }
    .att {
        padding-top: 1.5rem !important; }
    .atu {
        padding-right: 1.5rem !important; }
    .atv {
        padding-bottom: 1.5rem !important; }
    .atw {
        padding-left: 1.5rem !important; }
    .atx {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .aty {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .atz {
        padding: 3rem 3rem !important; }
    .aua {
        padding-top: 3rem !important; }
    .aub {
        padding-right: 3rem !important; }
    .auc {
        padding-bottom: 3rem !important; }
    .aud {
        padding-left: 3rem !important; }
    .aue {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .auf {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .aug {
        margin: auto !important; }
    .auh {
        margin-top: auto !important; }
    .aui {
        margin-right: auto !important; }
    .auj {
        margin-bottom: auto !important; }
    .auk {
        margin-left: auto !important; }
    .aul {
        margin-right: auto !important;
        margin-left: auto !important; }
    .aum {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

@media (min-width: 1200px) {
    .aun {
        margin: 0 0 !important; }
    .auo {
        margin-top: 0 !important; }
    .aup {
        margin-right: 0 !important; }
    .auq {
        margin-bottom: 0 !important; }
    .aur {
        margin-left: 0 !important; }
    .aus {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .aut {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .auu {
        margin: 0.25rem 0.25rem !important; }
    .auv {
        margin-top: 0.25rem !important; }
    .auw {
        margin-right: 0.25rem !important; }
    .aux {
        margin-bottom: 0.25rem !important; }
    .auy {
        margin-left: 0.25rem !important; }
    .auz {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .ava {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .avb {
        margin: 0.5rem 0.5rem !important; }
    .avc {
        margin-top: 0.5rem !important; }
    .avd {
        margin-right: 0.5rem !important; }
    .ave {
        margin-bottom: 0.5rem !important; }
    .avf {
        margin-left: 0.5rem !important; }
    .avg {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .avh {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .avi {
        margin: 1rem 1rem !important; }
    .avj {
        margin-top: 1rem !important; }
    .avk {
        margin-right: 1rem !important; }
    .avl {
        margin-bottom: 1rem !important; }
    .avm {
        margin-left: 1rem !important; }
    .avn {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .avo {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .avp {
        margin: 1.5rem 1.5rem !important; }
    .avq {
        margin-top: 1.5rem !important; }
    .avr {
        margin-right: 1.5rem !important; }
    .avs {
        margin-bottom: 1.5rem !important; }
    .avt {
        margin-left: 1.5rem !important; }
    .avu {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .avv {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .avw {
        margin: 3rem 3rem !important; }
    .avx {
        margin-top: 3rem !important; }
    .avy {
        margin-right: 3rem !important; }
    .avz {
        margin-bottom: 3rem !important; }
    .awa {
        margin-left: 3rem !important; }
    .awb {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .awc {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .awd {
        padding: 0 0 !important; }
    .awe {
        padding-top: 0 !important; }
    .awf {
        padding-right: 0 !important; }
    .awg {
        padding-bottom: 0 !important; }
    .awh {
        padding-left: 0 !important; }
    .awi {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .awj {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .awk {
        padding: 0.25rem 0.25rem !important; }
    .awl {
        padding-top: 0.25rem !important; }
    .awm {
        padding-right: 0.25rem !important; }
    .awn {
        padding-bottom: 0.25rem !important; }
    .awo {
        padding-left: 0.25rem !important; }
    .awp {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .awq {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .awr {
        padding: 0.5rem 0.5rem !important; }
    .aws {
        padding-top: 0.5rem !important; }
    .awt {
        padding-right: 0.5rem !important; }
    .awu {
        padding-bottom: 0.5rem !important; }
    .awv {
        padding-left: 0.5rem !important; }
    .aww {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .awx {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .awy {
        padding: 1rem 1rem !important; }
    .awz {
        padding-top: 1rem !important; }
    .axa {
        padding-right: 1rem !important; }
    .axb {
        padding-bottom: 1rem !important; }
    .axc {
        padding-left: 1rem !important; }
    .axd {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .axe {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .axf {
        padding: 1.5rem 1.5rem !important; }
    .axg {
        padding-top: 1.5rem !important; }
    .axh {
        padding-right: 1.5rem !important; }
    .axi {
        padding-bottom: 1.5rem !important; }
    .axj {
        padding-left: 1.5rem !important; }
    .axk {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .axl {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .axm {
        padding: 3rem 3rem !important; }
    .axn {
        padding-top: 3rem !important; }
    .axo {
        padding-right: 3rem !important; }
    .axp {
        padding-bottom: 3rem !important; }
    .axq {
        padding-left: 3rem !important; }
    .axr {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .axs {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .axt {
        margin: auto !important; }
    .axu {
        margin-top: auto !important; }
    .axv {
        margin-right: auto !important; }
    .axw {
        margin-bottom: auto !important; }
    .axx {
        margin-left: auto !important; }
    .axy {
        margin-right: auto !important;
        margin-left: auto !important; }
    .axz {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

.aya {
    text-align: justify !important; }

.ayb {
    white-space: nowrap !important; }

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

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

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

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

@media (min-width: 576px) {
    .ayg {
        text-align: left !important; }
    .ayh {
        text-align: right !important; }
    .ayi {
        text-align: center !important; } }

@media (min-width: 768px) {
    .ayj {
        text-align: left !important; }
    .ayk {
        text-align: right !important; }
    .ayl {
        text-align: center !important; } }

@media (min-width: 992px) {
    .aym {
        text-align: left !important; }
    .ayn {
        text-align: right !important; }
    .ayo {
        text-align: center !important; } }

@media (min-width: 1200px) {
    .ayp {
        text-align: left !important; }
    .ayq {
        text-align: right !important; }
    .ayr {
        text-align: center !important; } }

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

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

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

.ayv {
    font-weight: normal; }

.ayw {
    font-weight: bold; }

.ayx {
    font-style: italic; }

.ayy {
    color: #fff !important; }

.an {
    color: #BEC8CE !important; }

a.an:focus, a.an:hover {
    color: #a1afb8 !important; }

.ayz {
    color: #2595FF !important; }

a.ayz:focus, a.ayz:hover {
    color: #007cf1 !important; }

.aza {
    color: #5cb85c !important; }

a.aza:focus, a.aza:hover {
    color: #449d44 !important; }

.azb {
    color: #5bc0de !important; }

a.azb:focus, a.azb:hover {
    color: #31b0d5 !important; }

.azc {
    color: #f0ad4e !important; }

a.azc:focus, a.azc:hover {
    color: #ec971f !important; }

.azd {
    color: #FF3167 !important; }

a.azd:focus, a.azd:hover {
    color: #fd0042 !important; }

.aze {
    color: #333333 !important; }

a.aze:focus, a.aze:hover {
    color: #1a1a1a !important; }

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

.azg {
    visibility: hidden !important; }

.azh {
    display: none !important; }

@media (max-width: 575px) {
    .azi {
        display: none !important; } }

@media (min-width: 576px) {
    .azj {
        display: none !important; } }

@media (max-width: 767px) {
    .azk {
        display: none !important; } }

@media (min-width: 768px) {
    .azl {
        display: none !important; } }

@media (max-width: 991px) {
    .azm {
        display: none !important; } }

@media (min-width: 992px) {
    .azn {
        display: none !important; } }

@media (max-width: 1199px) {
    .azo {
        display: none !important; } }

@media (min-width: 1200px) {
    .azp {
        display: none !important; } }

.azq {
    display: none !important; }

.azr {
    display: none !important; }
@media print {
    .azr {
        display: block !important; } }

.azs {
    display: none !important; }
@media print {
    .azs {
        display: inline !important; } }

.azt {
    display: none !important; }
@media print {
    .azt {
        display: inline-block !important; } }

@media print {
    .azu {
        display: none !important; } }

body {
    font-weight: 300;
    letter-spacing: -0.02em; }

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; }

.al {
    font-size: 22.5px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.02em; }
@media (min-width: 576px) {
    .al {
        font-size: 1.25rem; } }

.azv li {
    margin-bottom: 5px; }

.azw li {
    border-top: 1px solid #BEC8CE; }

.azw li:last-child {
    border-bottom: 1px solid #BEC8CE; }

.azx {
    font-family: "Lora", Georgia, "Times New Roman", Times, serif; }

.azy {
    text-align: left; }

.azz {
    text-align: right; }

.baa {
    text-align: center; }

@media (min-width: 576px) {
    .ayg {
        text-align: left; }
    .ayh {
        text-align: right; }
    .ayi {
        text-align: center; } }

@media (min-width: 768px) {
    .ayj {
        text-align: left; }
    .ayk {
        text-align: right; }
    .ayl {
        text-align: center; } }

@media (min-width: 992px) {
    .aym {
        text-align: left; }
    .ayn {
        text-align: right; }
    .ayo {
        text-align: center; } }

.alert-dark {
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.8);
    color: #fff; }
.alert-dark hr {
    border-top-color: rgba(0, 0, 0, 0.8); }
.alert-dark .us {
    color: #e6e6e6; }
.alert-dark .close {
    text-shadow: 0 1px 0 #000; }
.alert-dark .close:hover, .alert-dark .close:focus {
    color: #fff; }

.bab {
    border-radius: 0; }

.dm {
    text-transform: none;
    letter-spacing: normal; }

.bac {
    border: 0; }

.bad {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem; }

.bae:after {
    position: relative;
    top: 1px;
    content: '〉';
    display: inline-block;
    padding-left: .3em;
    color: inherit; }

.rp .baf {
    float: left; }

.rp > .baf {
    margin-left: 5px; }

.bag {
    float: left;
    width: 1px;
    height: 34px;
    margin-left: 10px;
    margin-right: 5px;
    background-color: #eeeeee; }

.bah.bai {
    width: calc(100% + 10px);
    margin-left: -5px;
    border-spacing: 5px; }

.nav > .baj {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 85%;
    font-weight: normal;
    letter-spacing: 1px;
    color: #afafaf;
    text-transform: uppercase; }

.nav > li + .baj {
    margin-top: 20px; }

.du > .ex {
    margin-left: -1rem;
    margin-right: -1rem; }

.bak {
    padding-top: 49px; }

.navbar-nav > li > a > .dv {
    margin-left: 5px; }

.l > img {
    vertical-align: text-top; }

.bal {
    float: left;
    margin-right: 5px; }

.bam .ban, .bam .ban:hover, .bam .ban:focus {
    background-color: transparent; }

.bao .ban, .bao .ban:hover, .bao .ban:focus {
    color: #fff;
    background-color: transparent; }

.bap .baq {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 576px) {
    .bap {
        padding-top: 20px;
        padding-bottom: 20px; } }

.bar {
    border: 0;
    box-shadow: none; }

.bao .bar {
    background-color: #49a6ff; }
.bao .bar:focus {
    color: #2595FF;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.5); }

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    font-weight: inherit; }

.bas,
.bas:active,
.bas:hover,
.bas:focus,
.bas:hover:active,
.bas:active:focus {
    padding: 0;
    border: 0;
    background: transparent;
    outline: none !important;
    box-shadow: none !important; }

.bas img {
    height: 35px;
    width: 35px; }

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

@media (min-width: 768px) {
    .baq {
        float: left; } }

@font-face {
    font-family: "toolkit-entypo";
    src: url("../fonts/toolkit-entypo.eot");
    src: url("../fonts/toolkit-entypo.eot?#iefix") format("eot"), url("../fonts/toolkit-entypo.woff2") format("woff2"), url("../fonts/toolkit-entypo.woff") format("woff"), url("../fonts/toolkit-entypo.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

.a:before {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: "toolkit-entypo";
    speak: none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.carousel .bat,
.carousel .bau {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }

.carousel .bat {
    left: 50%;
    margin-left: -10px; }

.carousel .bau {
    right: 50%;
    margin-right: -10px; }

.bav:before {
    content: "\EA01"; }

.baw:before {
    content: "\EA02"; }

.bax:before {
    content: "\EA03"; }

.bay:before {
    content: "\EA04"; }

.baz:before {
    content: "\EA05"; }

.bba:before {
    content: "\EA06"; }

.bbb:before {
    content: "\EA07"; }

.bbc:before {
    content: "\EA08"; }

.bbd:before {
    content: "\EA09"; }

.bbe:before {
    content: "\EA0A"; }

.bbf:before {
    content: "\EA0B"; }

.bbg:before {
    content: "\EA0C"; }

.bbh:before {
    content: "\EA0D"; }

.bbi:before {
    content: "\EA0E"; }

.bbj:before {
    content: "\EA0F"; }

.bbk:before {
    content: "\EA10"; }

.bbl:before {
    content: "\EA11"; }

.bbm:before {
    content: "\EA12"; }

.bbn:before {
    content: "\EA13"; }

.bbo:before {
    content: "\EA14"; }

.bbp:before {
    content: "\EA15"; }

.bbq:before {
    content: "\EA16"; }

.bbr:before {
    content: "\EA17"; }

.bbs:before {
    content: "\EA18"; }

.bbt:before {
    content: "\EA19"; }

.bbu:before {
    content: "\EA1A"; }

.bbv:before {
    content: "\EA1B"; }

.bbw:before {
    content: "\EA1C"; }

.bbx:before {
    content: "\EA1D"; }

.bby:before {
    content: "\EA1E"; }

.bbz:before {
    content: "\EA1F"; }

.bca:before {
    content: "\EA20"; }

.bcb:before {
    content: "\EA21"; }

.bcc:before {
    content: "\EA22"; }

.bcd:before {
    content: "\EA23"; }

.bce:before {
    content: "\EA24"; }

.bcf:before {
    content: "\EA25"; }

.bcg:before {
    content: "\EA26"; }

.bch:before {
    content: "\EA27"; }

.bci:before {
    content: "\EA28"; }

.bcj:before {
    content: "\EA29"; }

.bck:before {
    content: "\EA2A"; }

.bcl:before {
    content: "\EA2B"; }

.bcm:before {
    content: "\EA2C"; }

.bcn:before {
    content: "\EA2D"; }

.bco:before {
    content: "\EA2E"; }

.bcp:before {
    content: "\EA2F"; }

.bcq:before {
    content: "\EA30"; }

.bcr:before {
    content: "\EA31"; }

.bcs:before {
    content: "\EA32"; }

.bct:before {
    content: "\EA33"; }

.bcu:before {
    content: "\EA34"; }

.bcv:before {
    content: "\EA35"; }

.bcw:before {
    content: "\EA36"; }

.bcx:before {
    content: "\EA37"; }

.bcy:before {
    content: "\EA38"; }

.bcz:before {
    content: "\EA39"; }

.bda:before {
    content: "\EA3A"; }

.bdb:before {
    content: "\EA3B"; }

.bdc:before {
    content: "\EA3C"; }

.bdd:before {
    content: "\EA3D"; }

.bde:before {
    content: "\EA3E"; }

.bdf:before {
    content: "\EA3F"; }

.bdg:before {
    content: "\EA40"; }

.bdh:before {
    content: "\EA41"; }

.bdi:before {
    content: "\EA42"; }

.bdj:before {
    content: "\EA43"; }

.bdk:before {
    content: "\EA44"; }

.bdl:before {
    content: "\EA45"; }

.bdm:before {
    content: "\EA46"; }

.bdn:before {
    content: "\EA47"; }

.bdo:before {
    content: "\EA48"; }

.bdp:before {
    content: "\EA49"; }

.bat:before {
    content: "\EA4A"; }

.bau:before {
    content: "\EA4B"; }

.bdq:before {
    content: "\EA4C"; }

.bdr:before {
    content: "\EA4D"; }

.bds:before {
    content: "\EA4E"; }

.bdt:before {
    content: "\EA4F"; }

.bdu:before {
    content: "\EA50"; }

.bdv:before {
    content: "\EA51"; }

.bdw:before {
    content: "\EA52"; }

.bdx:before {
    content: "\EA53"; }

.bdy:before {
    content: "\EA54"; }

.bdz:before {
    content: "\EA55"; }

.bea:before {
    content: "\EA56"; }

.beb:before {
    content: "\EA57"; }

.bec:before {
    content: "\EA58"; }

.bed:before {
    content: "\EA59"; }

.bee:before {
    content: "\EA5A"; }

.bef:before {
    content: "\EA5B"; }

.beg:before {
    content: "\EA5C"; }

.beh:before {
    content: "\EA5D"; }

.bei:before {
    content: "\EA5E"; }

.bej:before {
    content: "\EA5F"; }

.bek:before {
    content: "\EA60"; }

.bel:before {
    content: "\EA61"; }

.bem:before {
    content: "\EA62"; }

.ben:before {
    content: "\EA63"; }

.beo:before {
    content: "\EA64"; }

.bep:before {
    content: "\EA65"; }

.beq:before {
    content: "\EA66"; }

.ber:before {
    content: "\EA67"; }

.bes:before {
    content: "\EA68"; }

.bet:before {
    content: "\EA69"; }

.beu:before {
    content: "\EA6A"; }

.bev:before {
    content: "\EA6B"; }

.bew:before {
    content: "\EA6C"; }

.bex:before {
    content: "\EA6D"; }

.bey:before {
    content: "\EA6E"; }

.bez:before {
    content: "\EA6F"; }

.bfa:before {
    content: "\EA70"; }

.bfb:before {
    content: "\EA71"; }

.bfc:before {
    content: "\EA72"; }

.bfd:before {
    content: "\EA73"; }

.bfe:before {
    content: "\EA74"; }

.bff:before {
    content: "\EA75"; }

.bfg:before {
    content: "\EA76"; }

.bfh:before {
    content: "\EA77"; }

.bfi:before {
    content: "\EA78"; }

.bfj:before {
    content: "\EA79"; }

.bfk:before {
    content: "\EA7A"; }

.bfl:before {
    content: "\EA7B"; }

.bfm:before {
    content: "\EA7C"; }

.bfn:before {
    content: "\EA7D"; }

.bfo:before {
    content: "\EA7E"; }

.bfp:before {
    content: "\EA7F"; }

.bfq:before {
    content: "\EA80"; }

.bfr:before {
    content: "\EA81"; }

.bfs:before {
    content: "\EA82"; }

.bft:before {
    content: "\EA83"; }

.bfu:before {
    content: "\EA84"; }

.bfv:before {
    content: "\EA85"; }

.bfw:before {
    content: "\EA86"; }

.bfx:before {
    content: "\EA87"; }

.bfy:before {
    content: "\EA88"; }

.bfz:before {
    content: "\EA89"; }

.bga:before {
    content: "\EA8A"; }

.bgb:before {
    content: "\EA8B"; }

.bgc:before {
    content: "\EA8C"; }

.bgd:before {
    content: "\EA8D"; }

.bge:before {
    content: "\EA8E"; }

.bgf:before {
    content: "\EA8F"; }

.bgg:before {
    content: "\EA90"; }

.bgh:before {
    content: "\EA91"; }

.bgi:before {
    content: "\EA92"; }

.bgj:before {
    content: "\EA93"; }

.bgk:before {
    content: "\EA94"; }

.bgl:before {
    content: "\EA95"; }

.bgm:before {
    content: "\EA96"; }

.bgn:before {
    content: "\EA97"; }

.bgo:before {
    content: "\EA98"; }

.bgp:before {
    content: "\EA99"; }

.bgq:before {
    content: "\EA9A"; }

.bgr:before {
    content: "\EA9B"; }

.bgs:before {
    content: "\EA9C"; }

.bgt:before {
    content: "\EA9D"; }

.bgu:before {
    content: "\EA9E"; }

.bgv:before {
    content: "\EA9F"; }

.bgw:before {
    content: "\EAA0"; }

.bgx:before {
    content: "\EAA1"; }

.bgy:before {
    content: "\EAA2"; }

.bgz:before {
    content: "\EAA3"; }

.bha:before {
    content: "\EAA4"; }

.bhb:before {
    content: "\EAA5"; }

.bhc:before {
    content: "\EAA6"; }

.bhd:before {
    content: "\EAA7"; }

.bhe:before {
    content: "\EAA8"; }

.bhf:before {
    content: "\EAA9"; }

.bhg:before {
    content: "\EAAA"; }

.bhh:before {
    content: "\EAAB"; }

.bhi:before {
    content: "\EAAC"; }

.bhj:before {
    content: "\EAAD"; }

.bhk:before {
    content: "\EAAE"; }

.bhl:before {
    content: "\EAAF"; }

.bhm:before {
    content: "\EAB0"; }

.bhn:before {
    content: "\EAB1"; }

.bho:before {
    content: "\EAB2"; }

.bhp:before {
    content: "\EAB3"; }

.bhq:before {
    content: "\EAB4"; }

.bhr:before {
    content: "\EAB5"; }

.bhs:before {
    content: "\EAB6"; }

.bht:before {
    content: "\EAB7"; }

.bhu:before {
    content: "\EAB8"; }

.bhv:before {
    content: "\EAB9"; }

.bhw:before {
    content: "\EABA"; }

.bhx:before {
    content: "\EABB"; }

.bhy:before {
    content: "\EABC"; }

.bhz:before {
    content: "\EABD"; }

.bia:before {
    content: "\EABE"; }

.bib:before {
    content: "\EABF"; }

.bic:before {
    content: "\EAC0"; }

.bid:before {
    content: "\EAC1"; }

.bie:before {
    content: "\EAC2"; }

.bif:before {
    content: "\EAC3"; }

.big:before {
    content: "\EAC4"; }

.bih:before {
    content: "\EAC5"; }

.bii:before {
    content: "\EAC6"; }

.bij:before {
    content: "\EAC7"; }

.bik:before {
    content: "\EAC8"; }

.bil:before {
    content: "\EAC9"; }

.bim:before {
    content: "\EACA"; }

.bin:before {
    content: "\EACB"; }

.bio:before {
    content: "\EACC"; }

.bip:before {
    content: "\EACD"; }

.biq:before {
    content: "\EACE"; }

.bir:before {
    content: "\EACF"; }

.bis:before {
    content: "\EAD0"; }

.bit:before {
    content: "\EAD1"; }

.biu:before {
    content: "\EAD2"; }

.biv:before {
    content: "\EAD3"; }

.biw:before {
    content: "\EAD4"; }

.bix:before {
    content: "\EAD5"; }

.biy:before {
    content: "\EAD6"; }

.biz:before {
    content: "\EAD7"; }

.bja:before {
    content: "\EAD8"; }

.bjb:before {
    content: "\EAD9"; }

.bjc:before {
    content: "\EADA"; }

.bjd:before {
    content: "\EADB"; }

.bje:before {
    content: "\EADC"; }

.bjf:before {
    content: "\EADD"; }

.bjg:before {
    content: "\EADE"; }

.bjh:before {
    content: "\EADF"; }

.bji:before {
    content: "\EAE0"; }

.bjj:before {
    content: "\EAE1"; }

.bjk:before {
    content: "\EAE2"; }

.bjl:before {
    content: "\EAE3"; }

.bjm:before {
    content: "\EAE4"; }

.bjn:before {
    content: "\EAE5"; }

.bjo:before {
    content: "\EAE6"; }

.bjp:before {
    content: "\EAE7"; }

.bjq:before {
    content: "\EAE8"; }

.bjr:before {
    content: "\EAE9"; }

.bjs:before {
    content: "\EAEA"; }

.bjt:before {
    content: "\EAEB"; }

.bju:before {
    content: "\EAEC"; }

.bjv:before {
    content: "\EAED"; }

.bjw:before {
    content: "\EAEE"; }

.bjx:before {
    content: "\EAEF"; }

.bjy:before {
    content: "\EAF0"; }

.bjz:before {
    content: "\EAF1"; }

.bka:before {
    content: "\EAF2"; }

.bkb:before {
    content: "\EAF3"; }

.bkc:before {
    content: "\EAF4"; }

.bkd:before {
    content: "\EAF5"; }

.bke:before {
    content: "\EAF6"; }

.bkf:before {
    content: "\EAF7"; }

.bkg:before {
    content: "\EAF8"; }

.bkh:before {
    content: "\EAF9"; }

.bki:before {
    content: "\EAFA"; }

.bkj:before {
    content: "\EAFB"; }

.bkk:before {
    content: "\EAFC"; }

.bkl:before {
    content: "\EAFD"; }

.bkm:before {
    content: "\EAFE"; }

.bkn:before {
    content: "\EAFF"; }

.bko:before {
    content: "\EB00"; }

.bkp:before {
    content: "\EB01"; }

.bkq:before {
    content: "\EB02"; }

.bkr:before {
    content: "\EB03"; }

.bks:before {
    content: "\EB04"; }

.bkt:before {
    content: "\EB05"; }

.bku:before {
    content: "\EB06"; }

.bkv:before {
    content: "\EB07"; }

.bkw:before {
    content: "\EB08"; }

.bkx:before {
    content: "\EB09"; }

.bky:before {
    content: "\EB0A"; }

.bkz:before {
    content: "\EB0B"; }

.bla:before {
    content: "\EB0C"; }

.blb:before {
    content: "\EB0D"; }

.blc:before {
    content: "\EB0E"; }

.bld:before {
    content: "\EB0F"; }

.ble:before {
    content: "\EB10"; }

.blf:before {
    content: "\EB11"; }

.blg:before {
    content: "\EB12"; }

.blh:before {
    content: "\EB13"; }

.bli:before {
    content: "\EB14"; }

.blj:before {
    content: "\EB15"; }

.blk:before {
    content: "\EB16"; }

.bll:before {
    content: "\EB17"; }

.blm:before {
    content: "\EB18"; }

.bln:before {
    content: "\EB19"; }

.blo:before {
    content: "\EB1A"; }

.blp:before {
    content: "\EB1B"; }

.blq:before {
    content: "\EB1C"; }

.blr:before {
    content: "\EB1D"; }

.bls:before {
    content: "\EB1E"; }

.blt:before {
    content: "\EB1F"; }

.blu:before {
    content: "\EB20"; }

.blv:before {
    content: "\EB21"; }

.blw:before {
    content: "\EB22"; }

.blx:before {
    content: "\EB23"; }

.bly:before {
    content: "\EB24"; }

.blz:before {
    content: "\EB25"; }

.bma:before {
    content: "\EB26"; }

.bmb:before {
    content: "\EB27"; }

.bmc:before {
    content: "\EB28"; }

.bmd:before {
    content: "\EB29"; }

.bme:before {
    content: "\EB2A"; }

.bmf:before {
    content: "\EB2B"; }

.bmg:before {
    content: "\EB2C"; }

.bmh:before {
    content: "\EB2D"; }

.bmi:before {
    content: "\EB2E"; }

.bmj:before {
    content: "\EB2F"; }

.bmk:before {
    content: "\EB30"; }

.bml:before {
    content: "\EB31"; }

.bmm:before {
    content: "\EB32"; }

.bmn:before {
    content: "\EB33"; }

.bmo:before {
    content: "\EB34"; }

.bmp:before {
    content: "\EB35"; }

.bmq:before {
    content: "\EB36"; }

.bmr:before {
    content: "\EB37"; }

.bms:before {
    content: "\EB38"; }

.bmt:before {
    content: "\EB39"; }

.bmu:before {
    content: "\EB3A"; }

.bmv:before {
    content: "\EB3B"; }

.bmw:before {
    content: "\EB3C"; }

.bmx:before {
    content: "\EB3D"; }

.bmy:before {
    content: "\EB3E"; }

.bmz:before {
    content: "\EB3F"; }

.bna:before {
    content: "\EB40"; }

.bnb:before {
    content: "\EB41"; }

.bnc:before {
    content: "\EB42"; }

.bnd:before {
    content: "\EB43"; }

.bne:before {
    content: "\EB44"; }

.bnf:before {
    content: "\EB45"; }

.bng:before {
    content: "\EB46"; }

.bnh:before {
    content: "\EB47"; }

.bni:before {
    content: "\EB48"; }

.bnj:before {
    content: "\EB49"; }

.bnk:before {
    content: "\EB4A"; }

.bnl:before {
    content: "\EB4B"; }

.bnm:before {
    content: "\EB4C"; }

.bnn:before {
    content: "\EB4D"; }

.bno:before {
    content: "\EB4E"; }

.bnp:before {
    content: "\EB4F"; }

.bnq:before {
    content: "\EB50"; }

.bnr:before {
    content: "\EB51"; }

.bns:before {
    content: "\EB52"; }

.bnt:before {
    content: "\EB53"; }

.bnu:before {
    content: "\EB54"; }

.bnv:before {
    content: "\EB55"; }

.bnw:before {
    content: "\EB56"; }

.bnx:before {
    content: "\EB57"; }

.bny:before {
    content: "\EB58"; }

.bnz:before {
    content: "\EB59"; }

.boa:before {
    content: "\EB5A"; }

.bob:before {
    content: "\EB5B"; }

.boc:before {
    content: "\EB5C"; }

.bod:before {
    content: "\EB5D"; }

.boe:before {
    content: "\EB5E"; }

.bof:before {
    content: "\EB5F"; }

.bog:before {
    content: "\EB60"; }

.boh:before {
    content: "\EB61"; }

.boi:before {
    content: "\EB62"; }

.boj:before {
    content: "\EB63"; }

.bok:before {
    content: "\EB64"; }

.bol:before {
    content: "\EB65"; }

.bom:before {
    content: "\EB66"; }

.bon:before {
    content: "\EB67"; }

.boo:before {
    content: "\EB68"; }

.bop:before {
    content: "\EB69"; }

.boq:before {
    content: "\EB6A"; }

.bor:before {
    content: "\EB6B"; }

.bos:before {
    content: "\EB6C"; }

.bot:before {
    content: "\EB6D"; }

.bou:before {
    content: "\EB6E"; }

.bov:before {
    content: "\EB6F"; }

.bow:before {
    content: "\EB70"; }

.box:before {
    content: "\EB71"; }

.boy:before {
    content: "\EB72"; }

.boz:before {
    content: "\EB73"; }

.bpa:before {
    content: "\EB74"; }

.bpb:before {
    content: "\EB75"; }

.bpc:before {
    content: "\EB76"; }

.bpd:before {
    content: "\EB77"; }

.bpe:before {
    content: "\EB78"; }

.bpf:before {
    content: "\EB79"; }

.bpg:before {
    content: "\EB7A"; }

.bph:before {
    content: "\EB7B"; }

.bpi:before {
    content: "\EB7C"; }

.bpj:before {
    content: "\EB7D"; }

.bpk:before {
    content: "\EB7E"; }

.bpl:before {
    content: "\EB7F"; }

.bpm:before {
    content: "\EB80"; }

.bpn:before {
    content: "\EB81"; }

.bpo:before {
    content: "\EB82"; }

.bpp:before {
    content: "\EB83"; }

.bpq:before {
    content: "\EB84"; }

.bpr:before {
    content: "\EB85"; }

.bps:before {
    content: "\EB86"; }

.bpt:before {
    content: "\EB87"; }

.bpu:before {
    content: "\EB88"; }

.bpv:before {
    content: "\EB89"; }

.bpw:before {
    content: "\EB8A"; }

.bpx:before {
    content: "\EB8B"; }

.bpy:before {
    content: "\EB8C"; }

.bpz:before {
    content: "\EB8D"; }

.bqa:before {
    content: "\EB8E"; }

.bqb:before {
    content: "\EB8F"; }

.bqc:before {
    content: "\EB90"; }

.bqd:before {
    content: "\EB91"; }

.bqe:before {
    content: "\EB92"; }

.bqf:before {
    content: "\EB93"; }

.bqg:before {
    content: "\EB94"; }

.bqh:before {
    content: "\EB95"; }

.bqi:before {
    content: "\EB96"; }

.bqj:before {
    content: "\EB97"; }

.bqk:before {
    content: "\EB98"; }

.bql:before {
    content: "\EB99"; }

.bqm:before {
    content: "\EB9A"; }

.bqn:before {
    content: "\EB9B"; }

.bqo:before {
    content: "\EB9C"; }

.bqp:before {
    content: "\EB9D"; }

.bqq, .bqq:hover, .bqq:focus {
    color: inherit;
    text-decoration: inherit; }

.bqr > .m {
    float: left; }
.bqr > .m > .sb {
    display: inline-block;
    padding: 10px 0;
    font-weight: 300;
    color: #000;
    border-bottom: 4px solid transparent; }
.bqr > .m > .sb:hover, .bqr > .m > .sb:focus {
    color: #2595FF;
    background-color: transparent; }
.bqr > .m > .sb.active, .bqr > .m > .sb.active:hover, .bqr > .m > .sb.active:focus {
    font-weight: 700;
    color: #2595FF;
    border-bottom-color: #2595FF; }
.bqr > .m + .m {
    margin-left: 30px; }

.bqr.sf > .m + .m {
    margin-left: 0; }

.bqr.sf > .m > .sb {
    margin-bottom: 0; }

.bqr.nav-stacked > .m {
    float: none;
    margin-left: 0; }
.bqr.nav-stacked > .m + .m {
    margin-top: 0; }

.bqr.nav-stacked > .m > .sb {
    display: block;
    padding: 5px 10px 5px 30px;
    border-bottom: 0;
    border-left: 4px solid transparent; }
.bqr.nav-stacked > .m > .sb:hover, .bqr.nav-stacked > .m > .sb:focus {
    border-left: 4px solid;
    text-decoration: none; }
.bqr.nav-stacked > .m > .sb.active, .bqr.nav-stacked > .m > .sb.active:hover, .bqr.nav-stacked > .m > .sb.active:focus {
    border-left-color: #2595FF; }

.bqr.nav-stacked .baj {
    padding-left: 34px; }

.bqr.nav-stacked .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: 34px;
    margin-top: 20px;
    margin-bottom: 25px; }

.bqs {
    padding-left: 1.25em;
    padding-right: 1.25em;
    border-radius: 1000em; }

.bqt {
    border-radius: 0; }

.bqu {
    display: table;
    width: 100%;
    height: 100vh; }
.bqu .bqv,
.bqu .bqw {
    display: table-cell;
    vertical-align: middle; }
.bqu .bqv {
    vertical-align: bottom; }

@media (min-width: 576px) {
    .bqx {
        padding-right: 40px;
        padding-left: 40px; } }

.k {
    position: relative;
    width: 100%;
    padding: 60px 30px;
    color: inherit;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.bqy {
    overflow: hidden; }

.bqz {
    position: absolute;
    top: -25px;
    right: 0;
    bottom: -25px;
    left: 0;
    overflow: hidden; }

.g {
    position: absolute;
    top: 25px;
    right: -50px;
    bottom: 25px;
    left: -50px;
    overflow: hidden;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }

.ao {
    position: absolute;
    top: -25px;
    bottom: -25px;
    right: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }

.am .ao {
    background-color: #000000; }

.bra {
    background-position: top; }

.brb {
    background-position: bottom; }

.brc:before,
.brd:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    content: '';
    width: 33%;
    margin: 0 auto;
    border-top: 1px solid;
    border-top-color: #ccc;
    border-top-color: rgba(0, 0, 0, 0.1); }

.brc:before {
    width: 80%; }

.bre {
    background-attachment: fixed; }

.am {
    color: #fff;
    background-color: #000; }
.am.brd:before,
.am hr {
    border-color: rgba(255, 255, 255, 0.2); }
.am h1, .am h2, .am h3, .am h4, .am h5, .am h6,
.am .dy, .am .dz, .am .ea, .am .eb, .am .ec, .am .ed {
    color: inherit; }
.am .brf.qs {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #fff; }
.am .brf.qs:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
.am .brf.qs:focus, .am .brf.qs.qp {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
.am .brf.qs.disabled, .am .brf.qs:disabled {
    color: #fff;
    background-color: transparent; }
.am .brf.qs:active, .am .brf.qs.active,
.show > .am .brf.qs.qr {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
.am .brf.qs:focus, .am .brf.qs.qp, .am .brf.qs:hover, .am .brf.qs:active, .am .brf.qs.active,
.am .brf.qs .open > .qr,
.am .brf:focus,
.am .brf.qp,
.am .brf:hover,
.am .brf:active,
.am .brf.active,
.am .brf .open > .qr {
    color: #000; }
.am .brf.qs:focus:hover, .am .brf.qs:focus:focus, .am .brf.qs:focus.qp, .am .brf.qs.qp:hover, .am .brf.qs.qp:focus, .am .brf.qs.qp.qp, .am .brf.qs:hover:hover, .am .brf.qs:hover:focus, .am .brf.qs:hover.qp, .am .brf.qs:active:hover, .am .brf.qs:active:focus, .am .brf.qs:active.qp, .am .brf.qs.active:hover, .am .brf.qs.active:focus, .am .brf.qs.active.qp,
.am .brf.qs .open > .qr:hover,
.am .brf.qs .open > .qr:focus,
.am .brf.qs .open > .qr.qp,
.am .brf:focus:hover,
.am .brf:focus:focus,
.am .brf:focus.qp,
.am .brf.qp:hover,
.am .brf.qp:focus,
.am .brf.qp.qp,
.am .brf:hover:hover,
.am .brf:hover:focus,
.am .brf:hover.qp,
.am .brf:active:hover,
.am .brf:active:focus,
.am .brf:active.qp,
.am .brf.active:hover,
.am .brf.active:focus,
.am .brf.active.qp,
.am .brf .open > .qr:hover,
.am .brf .open > .qr:focus,
.am .brf .open > .qr.qp {
    color: #000; }

.brg {
    background-color: transparent; }

.brh {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.brh > iframe {
    display: block;
    width: 100%;
    height: 100%; }

.bri {
    position: relative;
    z-index: 2;
    display: inline-block; }

.brj {
    display: table;
    width: 100%;
    height: 110vh; }

.brk {
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #2595FF;
    text-transform: uppercase; }

.dy.brl,
h1.brl {
    font-size: 37.5px;
    line-height: 1.2; }

.k .al {
    font-size: 1.3rem; }

.brm {
    margin-bottom: -25px; }

.brn,
.bro,
.brp {
    display: table-cell;
    vertical-align: middle; }

.bro {
    vertical-align: bottom; }

.brn {
    vertical-align: top; }

@media (min-width: 576px) {
    .brq,
    .brr,
    .brs {
        display: table-cell;
        vertical-align: middle; }
    .brr {
        vertical-align: bottom; }
    .brq {
        vertical-align: top; } }

@media (min-width: 768px) {
    .brt,
    .bru,
    .brv {
        display: table-cell;
        vertical-align: middle; }
    .bru {
        vertical-align: bottom; }
    .brt {
        vertical-align: top; }
    .dy.brl,
    h1.brl {
        font-size: 42px; } }

@media (min-width: 992px) {
    .brw,
    .brx,
    .bry {
        display: table-cell;
        vertical-align: middle; }
    .brx {
        vertical-align: bottom; }
    .brw {
        vertical-align: top; } }

@media (min-width: 576px) {
    .k {
        padding: 100px 1rem; }
    .k:not(.block-secondary) .al {
        font-size: 21px; } }

.brz {
    background-color: transparent;
    border-color: transparent; }
.brz .l {
    color: #fff; }
.brz .l:hover, .brz .l:focus {
    color: #e6e6e6;
    background-color: transparent; }
.brz .si {
    color: #fff; }
.brz .navbar-nav > li > a {
    color: #fff; }
.brz .navbar-nav > li > a:hover, .brz .navbar-nav > li > a:focus {
    color: #e6e6e6;
    background-color: transparent; }
.brz .navbar-nav > .active > a, .brz .navbar-nav > .active > a:hover, .brz .navbar-nav > .active > a:focus {
    color: #e6e6e6;
    background-color: transparent; }
.brz .navbar-nav > .disabled > a, .brz .navbar-nav > .disabled > a:hover, .brz .navbar-nav > .disabled > a:focus {
    color: white;
    background-color: transparent; }
.brz .sj {
    background-repeat: no-repeat;
    background-position: center;
    border-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.qj.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.brz .sj:hover, .brz .sj:focus {
    background-color: transparent; }
.brz .so,
.brz .bsa {
    border-color: transparent; }
.brz .navbar-nav > .open > a, .brz .navbar-nav > .open > a:hover, .brz .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #e6e6e6; }
@media (max-width: 576px) {
    .brz .navbar-nav .open .dropdown-menu > li > a {
        color: #fff; }
    .brz .navbar-nav .open .dropdown-menu > li > a:hover, .brz .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e6e6e6;
        background-color: transparent; }
    .brz .navbar-nav .open .dropdown-menu > .active > a, .brz .navbar-nav .open .dropdown-menu > .active > a:hover, .brz .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e6e6e6;
        background-color: transparent; }
    .brz .navbar-nav .open .dropdown-menu > .disabled > a, .brz .navbar-nav .open .dropdown-menu > .disabled > a:hover, .brz .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: white;
        background-color: transparent; } }
.brz .bsb {
    color: #fff; }
.brz .bsb:hover {
    color: #e6e6e6; }
.brz .rd {
    color: #fff; }
.brz .rd:hover, .brz .rd:focus {
    color: #e6e6e6; }
.brz .rd[disabled]:hover, .brz .rd[disabled]:focus,
fieldset[disabled] .brz .rd:hover,
fieldset[disabled] .brz .rd:focus {
    color: white; }

.ds .wn,
.ds .wm {
    text-shadow: none;
    color: rgba(0, 0, 0, 0.3);
    background-image: none; }

.ds .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0; }

.ds .carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #2595FF; }

.bsc {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    color: #6C6F73;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #eeeeee; }

.bsd > p,
.bsd > ul {
    margin-bottom: 0; }

.bsd > p + p {
    margin-top: 5px; }

.bsd,
.bse {
    display: table-cell;
    padding: 15px 20px;
    vertical-align: middle; }

.bse {
    width: 1%;
    background-color: #f5f7f9;
    border-left: 1px solid #eeeeee; }

.dp {
    list-style: none;
    padding: 0; }
.dp .bsf {
    font-size: 16px; }
.dp li {
    position: relative;
    padding-left: 80px; }

.bsg {
    position: absolute;
    top: 0;
    left: 10px;
    display: inline-block;
    font-size: 36px;
    text-align: center;
    line-height: 0;
    width: 60px; }

.bsh li {
    position: relative;
    padding-left: 110px; }

.bsh .bsg {
    border: 1px solid #eeeeee;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 89px; }

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -moz-zoom-in; }

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 1080;
    -webkit-transition: all 300ms;
    transition: all 300ms; }

img.zoom-img {
    cursor: pointer;
    cursor: -moz-zoom-out; }

.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1079;
    background: #000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1; }

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default; }

.vb,
.vc {
    overflow: visible; }

.dq {
    position: relative;
    left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    overflow: hidden; }

.dq:before {
    position: absolute;
    top: 0;
    right: 100%;
    content: '';
    width: 20px;
    height: 100%;
    bottom: 0;
    background-color: inherit; }

.dq span {
    position: relative;
    left: -10px; }

@-moz-document url-prefix() {
    .dq {
        box-decoration-break: clone;
        left: 0;
        padding-left: 10px;
        padding-right: 10px; }
    .dq span {
        left: auto; }
    .dq:before {
        display: none; } }

.bsi {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-weight: normal;
    color: inherit;
    background-color: #000;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0; }
.bsi::-webkit-input-placeholder {
    color: #000;
    opacity: 1; }
.bsi::-moz-placeholder {
    color: #000;
    opacity: 1; }
.bsi:-ms-input-placeholder {
    color: #000;
    opacity: 1; }
.bsi::placeholder {
    color: #000;
    opacity: 1; }
.bsi:focus {
    outline: none; }

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

.bsj .bsi {
    float: left;
    width: 49%; }
.bsj .bsi + .bsi {
    margin-left: 2%; }

.bsk {
    background-color: #2595FF; }

.bsl {
    background-color: #5cb85c; }

.bsm {
    background-color: #f0ad4e; }

.bsn {
    background-color: #FF3167; }

.bso {
    background-color: #5bc0de; }

.bsp {
    list-style: none;
    padding-left: 0; }
.bsp > li {
    padding: 5px 0 5px 25px; }
.bsp > li > .a {
    float: left;
    margin-left: -25px;
    opacity: .5; }
.bsp > .active {
    color: #2595FF; }
.bsp > .active .a {
    opacity: 1; }

.bsq {
    background-color: #fff;
    border: 0; }
.bsq hr {
    background: #fff; }
.bsq p {
    color: rgba(255, 255, 255, 0.7); }
.bsq.tg {
    background-color: #2595FF; }
.bsq.th {
    background-color: #5cb85c; }
.bsq.ti {
    background-color: #5bc0de; }
.bsq.tj {
    background-color: #f0ad4e; }
.bsq.tk {
    background-color: #FF3167; }

.bsr {
    margin-top: 0;
    margin-bottom: 0; }
.bsr .dv {
    font-size: 45%;
    vertical-align: middle; }

.bss {
    font-size: 85%;
    letter-spacing: .15em;
    color: #888888;
    text-transform: uppercase; }

.bst {
    display: inline-block;
    padding: .4em;
    font-size: 12px;
    vertical-align: middle; }
.bst:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.bsu {
    color: #5cb85c; }
.bsu:after {
    border-top: 0;
    border-bottom: 4px solid; }

.bsv {
    color: #FF3167; }
.bsv:after {
    border-bottom: 0;
    border-top: 4px solid; }

.bsw,
.bsx,
.bsy,
.bsz,
.bta {
    color: #fff;
    border-radius: 3px; }
.bsw .bsv,
.bsw .bsu,
.bsw .bsr,
.bsx .bsv,
.bsx .bsu,
.bsx .bsr,
.bsy .bsv,
.bsy .bsu,
.bsy .bsr,
.bsz .bsv,
.bsz .bsu,
.bsz .bsr,
.bta .bsv,
.bta .bsu,
.bta .bsr {
    font-weight: normal;
    color: inherit; }
.bsw .bss,
.bsx .bss,
.bsy .bss,
.bsz .bss,
.bta .bss {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.65); }
.bsw .btb,
.bsx .btb,
.bsy .btb,
.bsz .btb,
.bta .btb {
    margin-left: -1rem;
    margin-right: -1rem;
    border-top-color: rgba(255, 255, 255, 0.2); }

.bsw {
    background-color: #2595FF; }

.bsx {
    background-color: #5cb85c; }

.bsy {
    background-color: #5bc0de; }

.bsz {
    background-color: #f0ad4e; }

.bta {
    background-color: #FF3167; }

.btc {
    padding: 0;
    margin: 0 auto;
    border-left: 0;
    text-align: center; }
.btc > p {
    font-size: 1.25rem;
    margin-top: 30px; }
.btc > img {
    width: 75px;
    height: 75px; }
.btc > cite {
    display: block;
    margin-top: 30px;
    font-size: 12px;
    font-style: normal;
    letter-spacing: .15em;
    color: #BEC8CE;
    text-transform: uppercase; }
@media (min-width: 576px) {
    .btc {
        max-width: 75%; }
    .btc > cite {
        font-size: 14px; }
    .btc > img {
        width: 100px;
        height: 100px; }
    .btc > p {
        font-size: 1.5rem; } }

.btd {
    background-color: #fff;
    position: relative; }

.bte {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 250px;
    padding-top: 30px;
    background-color: #f2f2f2; }

.btf {
    left: auto;
    right: 0; }

.btg {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    padding: 4px 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem; }
.btg:hover, .btg:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2595FF; }

.bth {
    left: auto;
    right: 20px; }

html {
    font-size: 14px; }

h1.ayt, h2.ayt, h3.ayt, h4.ayt, h5.ayt, h6.ayt,
.dy.ayt, .dz.ayt, .ea.ayt, .eb.ayt, .ec.ayt, .ed.ayt {
    letter-spacing: .15em; }

h1 small,
h1 .ei, h2 small,
h2 .ei, h3 small,
h3 .ei, h4 small,
h4 .ei, h5 small,
h5 .ei, h6 small,
h6 .ei,
.dy small,
.dy .ei, .dz small,
.dz .ei, .ea small,
.ea .ei, .eb small,
.eb .ei, .ec small,
.ec .ei, .ed small,
.ed .ei {
    font-weight: inherit; }

h6, .ed {
    margin-bottom: 5px;
    color: #bbbbbb;
    text-transform: uppercase; }

strong {
    font-weight: bold; }